@charset "UTF-8";
/*! 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
   ========================================================================== */
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 {
  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 {
  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"] {
  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;
}

/* Colors */
/* Colors */
/* Fonts */
/* Margin and Padding */
/* stylelint-disable */
/* stylelint-enable */
.fa.fa-pull-left, .fa.pull-left {
  margin-right: .3em;
}

.fa, .fa-stack {
  display: inline-block;
}

.fa-fw, .fa-li {
  text-align: center;
}

.clear_cookie, .clearboth {
  clear: both;
}

.footer ul, .main_nav li, .page_banner_list_cont li, .pagination ul li, .sidebar_nav_ul, .sidebar_nav_ul li, .tabs li, .tick_list {
  list-style: none;
}

@font-face {
  font-family: FontAwesome;
  src: url(fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa.fa-pull-right, .fa.pull-right {
  margin-left: .3em;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right, .pull-right {
  float: right;
}

.cookie_col1, .pull-left {
  float: left;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.text, .wpcf7-response-output {
  font-family: open_sans,Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

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

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

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

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

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

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

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

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

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

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before, .fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
  content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158";
}

.fa-krw:before, .fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before, .fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

* {
  padding: 0;
  margin: 0;
}

img {
  border: none;
}

.h1, .h3, .h3_20 {
  border-bottom: 1px solid #fec021;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: open_sans,Arial,Helvetica,sans-serif;
}

.bold {
  font-weight: 700 !important;
}

.no_desk {
  display: none !important;
}

.img_block, .subtitle {
  display: block;
}

.nomar {
  margin: 0 !important;
}

.nomarleft {
  margin-left: 0 !important;
}

.nomarright {
  margin-right: 0 !important;
}

.marbot5 {
  margin-bottom: 5px;
}

.marbot10 {
  margin-bottom: 10px;
}

.marbot13 {
  margin-bottom: 13px;
}

.marbot15 {
  margin-bottom: 15px;
}

.marbot20 {
  margin-bottom: 20px;
}

.marbot30 {
  margin-bottom: 30px;
}

.black {
  color: #000;
}

.text {
  color: #58595b;
}

.text a {
  color: #091f3f;
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
  color: #fec021;
}

.text ol, .text ul {
  margin: 20px 0 20px 20px;
}

.text p {
  margin-bottom: 24px;
}

p {
  font-family: open_sans,Arial,Helvetica,sans-serif;
}

.wpcf7-response-output {
  color: #58595b;
}

.h1, .h2, .h2_20, .subtitle {
  color: #091f3f;
  font-family: quest,open_sans,Arial,Helvetica,sans-serif;
}

.contact_form p {
  line-height: 0;
  font-size: 0;
  margin-bottom: 0;
  text-align: center;
}

.subtitle {
  font-size: 16px;
  line-height: 20px;
}

.h1 {
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 10px;
}

.h2 {
  font-size: 24px;
  line-height: 28px;
}

.h2_20 {
  font-size: 20px;
  line-height: 24px;
}

.h2_20 a, .h2_20 a:hover {
  color: #fec021;
}

.h2_20 a {
  text-decoration: none;
}

.cookie_col2 a, .cookie_continue, .h2_20 a:hover {
  text-decoration: underline;
}

.h3 {
  font-family: quest,open_sans,Arial,Helvetica,sans-serif;
  font-size: 23px;
  line-height: 28px;
  color: #fff;
  padding-bottom: 4px;
  margin-bottom: 5px;
}

.h3_20, .h3_20_blue {
  font-family: quest,open_sans,Arial,Helvetica,sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #091f3f;
  margin-bottom: 5px;
  padding: 0 10px 6px;
}

.h3_20 {
  font-weight: 700;
}

.h3_20_blue {
  border-bottom: 1px solid #8fc3e9;
}

.cookieholder2 {
  width: 700px;
  margin: 0 auto;
}

.cookie_col2 {
  float: left;
  margin-left: 10px;
  width: 580px;
}

.cookie_continue {
  position: absolute;
  margin-left: 590px !important;
  margin-top: -19px !important;
  cursor: pointer;
}

.cookieholder {
  width: 100%;
  padding: 15px 0;
  background: #091f3f;
  display: none;
}

.header, .logo {
  display: block;
}

.cookie_continue, .cookie_title {
  color: #fff !important;
  line-height: 20px !important;
  font-weight: 700;
}

.cookie_col2 a, .cookie_col2 p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

body {
  overflow-y: scroll;
  background-color: #fff;
}

.container {
  width: 980px;
  margin: 0 auto;
}

.container .text ul li {
  list-style: disc !important;
}

.footer .container, .header .container {
  position: relative;
}

.logo {
  width: 84px;
  height: 94px;
  background: url(images/logo.png) no-repeat;
  margin-top: 6px;
  position: absolute;
}

.shred_logo {
  background: url(images/logo_shred.png) no-repeat;
}

.header {
  border-bottom: 8px solid #091f3f;
  height: 110px;
  position: fixed;
  width: 100%;
  z-index: 201;
  top: 0;
  left: 0;
  background-color: #fff;
}

.calculate_shredding_button, .hd_get_quote {
  font-family: quest,open_sans,quest,arial;
  color: #fff;
  background: #00bc00;
  cursor: pointer;
}

.header-spacer {
  height: 118px;
  display: block;
}

.calculate_shredding_button {
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  padding: 4px 18px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.download_button {
  font-family: quest,open_sans,quest,arial;
  color: #fff;
  background: #091f3f;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  padding: 4px 18px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.newsletter_label, .newsletter_signup_form table {
  margin-bottom: 5px;
}

.sidebar_shred_form {
  float: none;
  margin-left: 0;
  padding: 10px 18px 10px 62px;
}

.sidebar_shred_form:before {
  content: "£";
  position: absolute;
  left: 18px;
  top: 10px;
  font-size: 40px;
  line-height: 44px;
}

.hd_get_quote {
  font-size: 18px;
  line-height: 22px;
  display: block;
  width: 169px;
  height: 22px;
  padding: 4px 18px;
  float: right;
  margin-left: 20px;
  position: relative;
}

.hd_get_quote-1 {
  padding: 10px 18px;
}

.hd_get_quote-1 .gq_arrow {
  top: 13px;
}

.hd_get_quote_hidden {
  position: absolute;
  width: 205px;
  z-index: 300;
  right: 0;
  top: -372px;
}

.hd_get_quote_hidden .inp_text, .hd_get_quote_hidden .inp_textarea, .hd_get_quote_hidden .label {
  width: 168px;
}

.gq_arrow {
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  background: url(images/gq_arrow.png) no-repeat;
  right: 18px;
  top: 7px;
}

.hd_email, .hd_number {
  text-align: right;
  position: absolute;
  right: 0;
  color: #091f3f;
}

.hd_number {
  font-family: open_sans_b,quest,arial;
  font-size: 27px;
  line-height: 36px;
  top: 44px;
}

.hd_email {
  font-family: open_sans,quest,arial;
  font-size: 14px;
  line-height: 16px;
  top: 78px;
}

.hd_email a {
  color: #091f3f;
  text-decoration: none;
}

.hd_email a:hover {
  color: #fec021;
}

.hd_social {
  height: 30px;
}

.hd_social a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  float: right;
  background-size: contain;
}

.hd_linkedin {
  background-image: url("images/linkedin.png");
}

.hd_facebook {
  background-image: url("images/facebook.png");
}

.hd_twitter {
  background-image: url("images/twitter.png");
}

.hd_googleplus {
  background-image: url("images/google-plus.png");
}

.hd_youtube {
  background-image: url("images/youtube.png");
}

.hd_instagram {
  background-image: url("images/instagram.png");
}

.site_search, .site_search_input_hidden {
  background: #091f3f;
  position: absolute;
  display: block;
  cursor: pointer;
}

.site_search {
  width: 35px;
  height: 30px;
  top: 118px;
  right: 215px;
  z-index: 200;
}

.site_search_input_hidden_cont {
  width: 180px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 118px;
  right: 250px;
  z-index: 200;
}

.site_search_input_hidden {
  width: 170px;
  height: 25px;
  padding: 0 5px 5px;
  top: 0;
  right: -180px;
}

.inp_search {
  display: block;
  width: 136px;
  height: 19px;
  padding: 3px 30px 3px 4px;
  border: 0;
  font-family: open_sans,arial;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

.newsletter_signup, .newsletter_signup_form {
  line-height: 20px;
  font-family: quest,open_sans,quest,arial;
}

.button_search {
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  background: #fec021;
  border: 0;
  position: relative;
  cursor: pointer;
  margin-top: -25px;
  margin-left: 0;
}

.button_search span {
  display: block;
  position: absolute;
  height: 13px;
  width: 9px;
  background: url(images/icon_arrow_white.png) no-repeat;
  right: 8px;
  top: 6px;
}

.newsletter_signup, .newsletter_signup_hidden {
  background: #091f3f;
  right: 0;
  position: absolute;
}

.newsletter_signup {
  display: block;
  width: 160px;
  height: 20px;
  padding: 5px 10px 5px 35px;
  top: 118px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  z-index: 200;
}

.newsletter_signup:hover {
  color: #fec021;
}

.newsletter_signup_hidden {
  display: none;
  padding: 10px;
  top: 142px;
  width: 185px;
  z-index: 10;
}

.newsletter_signup_hidden .inp_email {
  width: 141px !important;
}

.newsletter_signup_form {
  font-size: 13px;
  color: #fff;
}

.newsletter_label {
  font-family: quest,open_sans,quest,arial;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  display: block;
}

.icon_search {
  display: block;
  width: 35px;
  height: 30px;
  background: url(images/icon_search.png) center center no-repeat;
}

.icon_mail {
  display: block;
  width: 16px;
  height: 12px;
  background: url(images/icon_mail.png) no-repeat;
  position: absolute;
  margin-top: 4px;
  margin-left: -25px;
}

.simple_overlay {
  display: none;
  z-index: 10000;
  background-color: #091f3f;
  width: 480px;
  padding: 20px 20px 0;
  min-height: 200px;
  border: 1px solid #fec021;
  -moz-box-shadow: 0 0 20px 5px #000;
  -webkit-box-shadow: 0 0 20px #000;
}

.main_nav li:hover .sub-menu, .main_nav > li:hover .sub-menu-wrap-0, .main_nav > li > a {
  display: block;
}

.so_form_container .wpcf7-validation-errors {
  margin-bottom: 20px !important;
}

.simple_overlay .close {
  background-image: url(images/close.png);
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.simple_overlay .wpcf7-response-output {
  font-family: open_sans,Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}

.menu-gtq {
  cursor: pointer;
}

.main_nav {
  position: absolute;
  left: 100px;
  top: 40px;
}

.main_nav li {
  float: left;
}

.main_nav > li > a {
  text-decoration: none;
  font-family: open_sans,quest,arial;
  font-size: 14px;
  line-height: 18px;
  color: #091f3f;
  padding: 18px 14.5px 34px;
}

.main_nav > li:hover > a {
  background-color: #091f3f;
  color: #fff;
}

.main_nav .sub-menu li {
  list-style: none;
  float: none;
}

.main_nav .sub-menu li a {
  line-height: 26px;
  color: #fff;
  padding: 0 16px;
  border-bottom: 1px solid #fec021;
  display: block;
  text-decoration: none;
}

.main_nav > li:first-child > a span.home_icon {
  display: block;
}

.sub-menu-wrap-0 > .sub-menu {
  width: 270px;
}

.sub-menu-wrap-1 > .sub-menu {
  width: 270px;
  position: absolute;
  left: 0;
  top: 0;
}

.sub-menu-wrap-0 > .sub-menu > li > a {
  font-family: open_sans,quest,arial;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  display: block;
  padding: 8px 30px 8px 10px;
  position: relative;
}

.sub-menu-wrap-0 .sub-menu li a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  color: #fec021;
  content: "\f054 ";
  font-family: FontAwesome;
}

.footer, .sub-menu-wrap-1 > .sub-menu > li > a {
  font-family: open_sans,quest,arial;
  color: #fff;
}

.sub-menu-wrap-1 .sub-menu li a:after {
  right: 5px;
}

.sub-menu-wrap-0 > .sub-menu > li:hover > a, .sub-menu-wrap-1 .sub-menu li:hover a {
  background-color: #3a4c65;
}

.sub-menu-wrap-0, .sub-menu-wrap-0 > .sub-menu > li.sub-menu-img:hover > a, .sub-menu-wrap-1 {
  background-color: #091f3f;
}

.sub-menu-wrap-0 {
  color: #fff;
  display: none;
  position: absolute;
  z-index: 1000;
  width: 930px;
  left: -100px;
  top: 70px;
  padding: 15px 25px 25px;
  height: 327px;
}

.sub-menu-wrap-1 {
  color: #fff;
  display: none;
  position: absolute;
  width: 270px;
  left: 295px;
  top: 15px;
  height: 327px;
}

.sub-menu-wrap-1 .sub-menu li a {
  border-bottom: 0;
}

.sub-menu-wrap-0 .sub-menu li:hover .sub-menu-wrap-1 {
  display: block;
}

.sub-menu-wrap-1 > .sub-menu > li > a {
  font-size: 13px;
  line-height: 17px;
  display: block;
  padding: 4px 20px 4px 15px;
  margin-left: 25px;
  position: relative;
}

.sub-menu-img a:after {
  display: none;
}

.sub-menu-wrap-0 > .sub-menu > li.sub-menu-img > a {
  padding: 8px 10px;
}

.main_nav .sub-menu li.sub-menu-img a {
  line-height: 26px;
  color: #fff;
  padding: 0;
  border-bottom: 0 solid #fec021;
  display: block;
  text-decoration: none;
}

.sub-menu-img {
  position: absolute;
  right: 15px;
  top: 25px;
}

.footer {
  border-top: 8px solid #fec021;
  background: #091f3f;
  display: block;
  padding: 20px 0 25px;
  font-size: 11px;
  line-height: 18px;
}

.fcol1, .fcol2, .fcol3, .fcol4 {
  padding-right: 25px;
}

.calendar_icon_month, .fcol4 h5 {
  font-family: open_sans_b,quest,arial;
}

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

.footer a:hover {
  color: #fec021;
  text-decoration: underline;
}

.breadcrumb a, .home_news_link, .tabs li a {
  text-decoration: none;
}

.fcol1 {
  width: 180px;
  float: left;
}

.fcol2 {
  width: 200px;
  float: left;
}

.fcol3 {
  width: 220px;
  float: left;
}

.fcol4, .fcol5 {
  width: 200px;
  float: left;
}

.fcol4 h5 {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}

.banner_title, .home_banner_brochure {
  font-family: quest,open_sans,quest,arial;
}

.fhd_social {
  position: absolute;
  right: 0;
  top: -4px;
}

.fhd_social a {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  background-size: contain;
  float: right;
}

.footer_logos .container {
  padding: 30px 0 25px;
}

.hcol1 {
  width: 525px;
  float: left;
}

.hncol1, .hncol2 {
  width: 180px;
  float: left;
}

.hcol1 .h2 {
  padding-top: 20px;
}

.hncol2 {
  margin-left: 20px;
}

.hnicol1 {
  width: 60px;
  float: left;
}

.hnicol2 {
  width: 120px;
  float: left;
}

.snicol1 {
  width: 50px;
  float: left;
}

.snicol2 {
  width: 120px;
  float: left;
}

.panecol1 {
  width: 235px;
  float: left;
  padding-top: 10px;
}

.panecol2 {
  width: 280px;
  float: left;
}

.col_fw {
  width: 100%;
}

.col1_1 {
  width: 200px;
  float: left;
}

.col1_2 {
  width: 730px;
  float: left;
  margin-left: 50px;
}

.col2_1 {
  width: 450px;
  float: left;
}

.col2_2 {
  width: 245px;
  float: left;
  margin-left: 35px;
}

.col3_1 {
  width: 680px;
  float: left;
}

.col3_2 {
  width: 200px;
  float: left;
  margin-left: 100px;
}

.col4_1 {
  width: 300px;
  float: left;
}

.col4_2 {
  width: 385px;
  float: left;
  margin-left: 20px;
}

.col4_3 {
  width: 245px;
  float: right;
  margin-left: 30px;
}

.home_banner_cont {
  display: block;
  height: 360px;
  background: url(images/bck_banner1.png) center top;
  width: 100%;
  overflow: hidden;
}

.banner_container {
  margin: 0 auto;
}

.banner_title {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  background: #00bc00;
  width: 380px;
  padding: 10px 15px;
  position: absolute;
  margin-top: 181px;
  margin-left: 1px;
  z-index: 50;
}

.abanner_block1, .abanner_block2 {
  background: #091f3f;
  border: 1px solid #fff;
  position: relative;
  display: block;
}

.abanner_col1, .abanner_col2, .abanner_col3 {
  width: 360px;
  float: left;
}

.abanner_block1 {
  width: 358px;
  height: 358px;
}

.abanner_block2 {
  width: 358px;
  height: 178px;
}

.abanner_block3, .abanner_block4 {
  width: 358px;
  height: 178px;
  display: block;
  background: #fec021;
  border: 1px solid #fff;
  position: relative;
}

.abanner_block5, .home_banner_brochure {
  background: #091f3f;
  display: block;
  border: 1px solid #fff;
  float: left;
  position: relative;
}

.abanner_block5 {
  width: 178px;
  height: 178px;
}

.home_banner_brochure {
  width: 148px;
  height: 58px;
  padding: 60px 15px;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  color: #fec021;
  text-decoration: none;
}

.home_banner_brochure:hover {
  color: #fff;
}

.abanner_block6 {
  width: 178px;
  height: 178px;
  display: block;
  background: #00bc00;
  border: 1px solid #fff;
  float: left;
  position: relative;
}

.hncol1-2, .home_news {
  float: right;
  margin-bottom: 30px;
}

.abanner_block img {
  position: absolute;
  display: none;
}

.hncol1-2 {
  display: block;
  width: 410px;
}

.home_news {
  display: block;
  width: 380px;
  height: 410px;
  padding: 25px;
  box-shadow: 0 0 5px 0 #bbb;
}

.content {
  display: block;
  padding: 30px 0 0;
}

.services_grid, .locations_grid {
  background: #f8f8f8;
  padding: 30px 0 0;
}

.service_grid_cont, .locations_grid_cont {
  margin-bottom: 17px;
}

.location_grid.office {
  display: none !important;
}

.service_grid, .location_grid {
  display: block;
  width: 185px;
  height: 185px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-left: 13px;
  margin-bottom: 13px;
}

.service_grid_info, .location_grid_info {
  position: absolute;
  background: rgba(9, 31, 53, 0.9);
  width: 165px;
  height: 185px;
  font-family: open_sans,quest,arial;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  padding: 0 10px;
  bottom: -119px;
}

.service_grid_title, .tabs li, .location_grid_title {
  font-size: 17px;
  line-height: 21px;
  font-family: quest,open_sans_b,quest,arial;
}

.service_grid_title, .location_grid_title {
  color: #fff;
  padding: 12px 10px 12px 0;
  height: 42px;
  position: relative;
}

.service_grid_title span, .location_grid_title span {
  position: absolute;
  right: 0;
  top: 10px;
  color: #fec021;
}

.tabbed_accordion_cont {
  display: block;
  height: 280px;
  background: #e5f8e5;
  margin-bottom: 30px;
}

.tabbed_tabs {
  display: block;
  height: 250px;
  width: 360px;
  padding: 20px 0 10px 20px;
  background: #ccf1cc;
  float: left;
}

.panes {
  width: 515px;
  float: left;
  margin-left: 60px;
  padding: 30px 25px 0 0;
}

.pane {
  display: none;
}

.tabs li {
  color: #091f3f;
}

.tabs li a {
  color: #091f3f;
  display: block;
  border-bottom: 1px solid #e5f8e5;
  padding: 8px 0 8px 20px;
  background: url(images/icon_tick.png) 0 11px no-repeat;
}

.tabs li a.current, .tabs li a:hover {
  background-color: #b2ebb2;
}

.tabs li a.current span.tabs_arrow {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #b2ebb2;
  position: absolute;
  margin-left: 340px;
  margin-top: -5px;
}

.calendar_icon {
  border: 1px solid #000;
  width: 42px;
  height: 42px;
  background: #fff;
}

.calendar_icon_month {
  display: block;
  background: #000;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.calendar_icon_date, .home_news_link {
  font-family: open_sans_b,quest,arial;
  color: #091f3f;
  display: block;
}

.calendar_icon_date {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.news_orange .calendar_icon {
  border-color: #fec021;
}

.news_orange .calendar_icon_month {
  background: #fec021;
}

.news_green .calendar_icon {
  border-color: #00bc00;
}

.news_green .calendar_icon_month {
  background: #00bc00;
}

.home_news_link {
  font-size: 13px;
  line-height: 15px;
}

.news_orange .home_news_link:hover {
  color: #fec021;
}

.h2_20.news_green, .news_green .home_news_link:hover {
  color: #00bc00;
}

.home_news_item {
  margin-bottom: 35px;
}

.bck_banner_content {
  background: url(images/bck_banner_content.jpg) center top no-repeat;
  min-height: 400px;
  position: relative;
}

.general_page_blocks {
  margin: 0 0 30px 0;
}

.general_page_blocks .page_block {
  width: 25%;
  height: 245px;
  float: left;
  overflow: hidden;
  position: relative;
}

.general_page_blocks .page_block .page_block_overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease all;
}

.general_page_blocks .page_block .page_block_overlay h3 {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  color: #091f3f;
  font-family: quest,arial;
  line-height: 20px;
}

.general_page_blocks .page_block:hover > .page_block_overlay {
  opacity: 1;
}

.bck_banner_content_tag {
  background: #091f3f;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: .7;
  display: none;
  position: absolute;
}

.breadcrumb {
  font-family: open_sans,quest,arial;
  font-size: 12px;
  line-height: 24px;
  color: #fec021;
  padding: 30px 0 10px;
  border-bottom: 2px solid #fec021;
  margin-bottom: 30px;
}

.breadcrumb a {
  color: #58595b;
  padding: 0 10px;
}

.breadcrumb a:hover {
  color: #091f3f;
  text-decoration: underline;
}

.breadcrumb div {
  color: #fec021;
  padding: 0 10px;
}

.sidebar_link a.menu, .sidebar_sub_nav a.menu {
  font-family: quest,arial;
  color: #091f3f;
  text-decoration: none;
}

.breadcrumb_home {
  background: url(images/breadcrumb_home.png) no-repeat;
  display: inline-block;
  width: 15px;
  height: 13px;
  padding: 0;
}

.breadcrumb_last {
  padding: 0 10px;
}

.page_banner980 {
  height: 320px;
  overflow: hidden;
  display: block;
  width: 980px;
  margin-bottom: 50px;
}

.page_banner_680 {
  display: block;
  width: 680px;
  float: left;
  background: #091f3f;
  height: 320px;
  overflow: hidden;
}

.page_banner_159, .page_banner_160, .page_banner_299 {
  display: block;
  width: 299px;
  overflow: hidden;
}

.page_banner_299 {
  float: right;
  overflow: hidden;
  height: 320px;
}

.page_banner_160 {
  background: #fec021;
  height: 160px;
  margin-bottom: 1px;
  overflow: hidden;
}

.page_banner_159 {
  background: #091f3f;
  height: 159px;
  overflow: hidden;
}

.page_banner730, .page_banner_244, .page_banner_485 {
  height: 320px;
  display: block;
  overflow: hidden;
}

.page_banner730 {
  width: 730px;
  margin-bottom: 50px;
  overflow: hidden;
}

.page_banner830 {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
  height: 320px;
}

.page_banner_585 {
  width: 66.666%;
  float: left;
  height: 320px;
  overflow: hidden;
  display: block;
  background: #091f3f;
}

.page_banner_344 {
  width: 33.333%;
  height: 320px;
  overflow: hidden;
  float: right;
  display: block;
}

.page_banner__160 {
  width: 100%;
  height: 160px;
  overflow: hidden;
  display: block;
  background: #fec021;
}

.page_banner__159 {
  width: 100%;
  height: 160px;
  overflow: hidden;
  display: block;
  background: #091f3f;
}

.page_banner830_single {
  overflow: hidden;
  width: 100%;
  height: 320px;
  margin-bottom: 50px;
}

.img_block_new_full {
  width: 100%;
  height: 100%;
}

.page_banner_485 {
  width: 485px;
  float: left;
  background: #091f3f;
  overflow: hidden;
}

.page_banner_244 {
  width: 244px;
  overflow: hidden;
  float: right;
}

.page_banner_2_160 {
  overflow: hidden;
  display: block;
  width: 244px;
  background: #fec021;
  height: 160px;
  margin-bottom: 1px;
}

.sidebar_nav_cont, .sidebar_news_cont {
  margin-bottom: 30px;
}

.page_banner_2_159 {
  overflow: hidden;
  display: block;
  width: 244px;
  background: #091f3f;
  height: 159px;
}

.sidebar_link.active a.menu, .sidebar_link:hover a.menu {
  background: #fff9e9;
}

.sb_arrow, .sb_arrow2 {
  height: 10px;
  width: 6px;
  top: 14px;
  right: 10px;
}

.sidebar_sub_nav {
  display: none;
}

.sidebar_link a.menu {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  border-bottom: 1px solid #fec021;
  position: relative;
}

.sidebar_link.active > a.menu {
  font-weight: 700;
}

.sidebar_link.active .sidebar_sub_nav a.menu, .sidebar_link:hover .sidebar_sub_nav a.menu {
  background: #fff;
}

.sidebar_sub_nav a.menu:hover {
  background: #fff9e9 !important;
}

.sidebar_link.active .sidebar_sub_nav {
  display: block;
}

.sidebar_sub_nav a.menu {
  display: block;
  font-size: 14px;
  line-height: 26px;
  padding: 4px 10px 4px 20px;
  border-bottom: 0;
}

.sidebar_link2 a, .sidebar_nav_ul li a {
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  border-bottom: 1px solid #fec021;
  font-family: quest,arial;
  color: #091f3f;
}

.sb_arrow {
  display: block;
  position: absolute;
  background: url(images/sn_arrow.png) no-repeat;
}

.sidebar_link2, .sidebar_link2 a {
  position: relative;
  display: block;
}

.sidebar_link2 a {
  text-decoration: none;
}

.sidebar_link2:hover a {
  background: #fff9e9;
}

.sb_arrow2 {
  display: block;
  position: absolute;
  background: url(images/sn_arrow.png) no-repeat;
}

.button, .sidebar_nav_ul li a {
  position: relative;
  text-decoration: none;
}

.sidebar_sub_nav .sb_arrow {
  right: 10px;
  top: 11px;
}

.sidebar_nav_ul li a {
  display: block;
}

.sidebar_nav_ul .sub-menu {
  display: none;
}

.sidebar_nav_ul li.current-menu-item .sub-menu, .sidebar_nav_ul li.current-page-ancestor .sub-menu {
  display: block;
}

.sidebar_nav_ul li.current-menu-parent .sub-menu {
  display: block;
}

.sidebar_nav_ul .sub-menu li a {
  display: block;
  font-family: quest,arial;
  font-size: 14px;
  line-height: 26px;
  color: #091f3f;
  padding: 4px 10px 4px 20px;
  text-decoration: none;
  border-bottom: 0;
}

.sidebar_nav_ul li.current-menu-item > a {
  background: #fff9e9;
  font-weight: 700;
}

.col1_1 .sidebar_nav_ul li > a:hover {
  background: #fff9e9;
}

.sidebar_nav_ul li.active .sidebar_sub_nav a, .sidebar_nav_ul li:hover .sidebar_sub_nav a {
  background: #fff;
}

.sidebar_nav_ul .sub-menu a:hover {
  background: #fff9e9 !important;
}

.sidebar_news_cont {
  display: block;
  padding: 15px;
  box-shadow: 0 0 5px 0 #bbb;
}

.sidebar_news_item {
  margin-bottom: 25px;
}

.contact_form_cont {
  margin-bottom: 30px;
}

.contact_form {
  background: #00bc00;
  padding: 20px 15px;
}

.wpcf7#wpcf7-f8248-o2 {
  width: 100%;
  background: #00bc00;
}

.wpcf7#wpcf7-f8248-o2 .form_wide_split {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.wpcf7#wpcf7-f8248-o2 .form_wide_split:nth-child(2) {
  padding-right: 5%;
}

.wpcf7#wpcf7-f8248-o2 .form_wide_split:nth-child(3) {
  padding-left: 5%;
  text-align: right;
}

.cfm8248 {
  width: 100%;
  max-width: 1050px;
  padding: 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.cfm215 {
  width: 215px;
}

.cfmfull {
  width: calc(100% - 30px);
}

.cfmfull p {
  float: left;
  clear: none !important;
  width: calc(50% - 40px);
  margin: 5px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.cfmfull p select {
  width: 100%;
}

.cfmfull p input {
  width: calc(100% - 6px);
}

.cfmfull p input[type="radio"] {
  width: auto;
}

.cfmfull p input[type="checkbox"] {
  width: auto;
}

.cfmfull p .wpcf7-submit {
  width: auto;
}

.cfmfull .type_radio input {
  width: auto;
  margin-bottom: 5px;
}

.cfmfull .type_radio .wpcf7-list-item {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.label {
  font-family: open_sans_b,quest,arial;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: block;
  text-align: left;
}

.label.mustselectyes {
  display: none;
}

.inp_select, .inp_text, .inp_textarea {
  display: block;
  padding: 3px;
  border: 0;
  background: #fff;
  font-family: arial;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

.inp_text {
  width: 208px;
  height: 20px;
  margin-bottom: 5px;
}

.inp_select {
  width: 214px;
  height: 26px;
  margin-bottom: 5px;
}

.inp_textarea {
  width: 208px;
  height: 44px;
  margin-bottom: 10px;
}

.button, .case_study_overlay {
  font-family: quest,arial;
  line-height: 20px;
}

input.button {
  margin-top: 15px;
}

.wpcf7-not-valid {
  border: 1px dashed red;
}

.button {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 5px 40px 3px 10px;
  text-align: left;
  float: right;
  background: #091f3f;
  border: 0;
  cursor: pointer;
}

.button:hover {
  background: #fec021;
}

.button span {
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  background: url(images/gq_arrow.png) no-repeat;
  right: 10px;
  top: 7px;
}

.case_study_cont {
  margin-bottom: 28px;
}

.case_study_block {
  width: 194px;
  height: 194px;
  background: #091f3f;
  display: block;
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
  position: relative;
  overflow: hidden;
}

.case_study_block a {
  display: block;
  width: 100%;
  height: 100%;
}

.case_yellow {
  background: #fec021;
}

.case_study_overlay {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  width: 150px;
  height: 150px;
  padding: 22px;
  display: none;
  font-size: 17px;
  color: #091f3f;
  text-align: center;
}

.case_study_block a {
  display: block;
  width: 100%;
  height: 100%;
  /* padding-bottom: 95%; */
  overflow: hidden;
}

.case_study_overlay span {
  color: #fec021;
}

.page_banner_list_cont li a, .sidebar_link_button {
  font-family: quest,arial;
  color: #fff;
  text-decoration: none;
}

.case_study_overlay_text {
  width: 150px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
}

.sidebar_link_button {
  font-size: 18px;
  line-height: 28px;
  background: #091f3f;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar_link_button span.slb_down, .sidebar_link_button span.slb_link {
  position: absolute;
  height: 15px;
  width: 15px;
  top: 16px;
  display: block;
  right: 10px;
}

.sidebar_link_button span.slb_link {
  background: url(images/icon_yellow_arrow.png) no-repeat;
}

.sidebar_link_button span.slb_down {
  background: url(images/icon_yellow_arrow_down.png) no-repeat;
}

.sidebar_link_button:hover {
  background: #8fc3e9;
}

.tick_list {
  margin: 20px 0 !important;
}

.tick_list li {
  background: url(images/icon_tick.png) 0 6px no-repeat;
  padding-left: 20px;
}

.page_banner_list_cont {
  background: #091f3f;
  height: 284px;
  width: 205px;
  display: block;
  padding: 18px 20px;
  float: right;
}

.page_banner_list_cont li a {
  font-size: 16px;
  line-height: 20px;
  padding: 6px 20px 3px 0;
  border-bottom: 1px solid #fec021;
  position: relative;
  display: block;
}

.page_banner_list_cont li a:hover {
  color: #fec021;
}

.page_banner_list_cont li span {
  display: block;
  position: absolute;
  height: 10px;
  width: 6px;
  background: url(images/sn_arrow.png) no-repeat;
  right: 10px;
  top: 9px;
}

.page_banner484, .page_banner_171, .page_banner_312 {
  height: 320px;
  display: block;
}

.page_banner484 {
  width: 484px;
  margin-bottom: 50px;
  float: left;
}

.page_banner_312 {
  width: 312px;
  float: left;
  background: #091f3f;
}

.page_banner_171 {
  width: 171px;
  float: right;
}

.page_banner_3_160 {
  display: block;
  width: 171px;
  background: #fec021;
  height: 160px;
  margin-bottom: 1px;
}

.page_banner_3_159 {
  display: block;
  width: 171px;
  background: #091f3f;
  height: 159px;
}

.twitted_feed {
  margin-bottom: 30px;
  display: block;
}

.sidebar_newsletter_cont {
  background: #091f3f;
  padding: 10px;
  margin-bottom: 30px;
}

.sidebar_newsletter_signup {
  display: block;
  padding-left: 25px;
  font-family: quest,open_sans,quest,arial;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.news_date, .news_item .h2_20 {
  margin-bottom: 5px;
}

.inp_email {
  display: block;
  width: 136px;
  height: 24px;
  padding: 3px 40px 3px 4px;
  border: 0;
  font-family: open_sans,arial;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

.news_date, .news_read {
  line-height: 15px;
  color: #fec021;
  font-family: open_sans_b,Arial,Helvetica,sans-serif;
  display: block;
}

.button_email {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  background: #fec021;
  border: 0;
  position: relative;
  cursor: pointer;
  margin-top: -30px;
  margin-left: 0;
}

.button_email span {
  display: block;
  position: absolute;
  height: 13px;
  width: 9px;
  background: url(images/icon_arrow_white.png) no-repeat;
  right: 10px;
  top: 7px;
}

.news_item, .news_item_cont, .news_link, .news_title_cont {
  position: relative;
}

.news_date {
  font-size: 10px;
}

.news_read {
  font-size: 13px;
  text-decoration: none;
}

.news_col1 {
  width: 30%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 150px;
}

.news_col1 img {
  width: 100% !important;
}

.news_col2 {
  width: 68%;
  display: inline-block;
}

.news_item {
  display: block;
}

.news_link:hover {
  background: #eaf6ff;
}

.news_link {
  text-decoration: none;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #fec021;
}

.news_green .news_date, .news_green .news_read {
  color: #00bc00;
}

.news_column, .pagination {
  margin-bottom: 30px;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
}

.pagination ul li {
  float: left;
}

.pagination a, .pagination span {
  display: block;
  width: 30px;
  height: 30px;
  background: #ffffff;
  font-family: open_sans_b,Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #fec021;
  text-decoration: none;
  text-align: center;
  margin-right: 3px;
}

.news_search_input, .pagination a:hover, .pagination span.current {
  background: #fec021;
  color: #ffffff;
}

.news_search_input, .news_title_cont .calendar_icon {
  position: absolute;
  right: 0;
}

.news_title_cont .h1 {
  padding: 0 80px 10px 0;
}

.table_td_60 {
  width: 60px;
}

.news_search_input {
  display: block;
  width: 240px;
  height: 25px;
  padding: 5px;
  top: 0;
  cursor: pointer;
  z-index: 200;
}

.news_search_input .inp_search {
  width: 206px;
}

.posrelative {
  position: relative;
}

.single_cat, .single_tag {
  font-family: open_sans,Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #58595b;
}

.single_cat a, .single_tag a {
  color: #091f3f;
}

.testimonial_container, .testimonials-widget-testimonials {
  display: block;
  width: 980px;
  height: 56px;
  overflow: hidden;
}

.single_testimonial, .testimonials-widget {
  display: block;
  width: 980px;
  height: 56px;
  position: absolute;
}

.footer_testimonial {
  padding: 30px 0 25px;
  background: #fff9e9;
}

.testimonials-widget p {
  font-family: georgia,open_sans_b,quest,arial;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  color: #091f3f;
  text-align: center;
}

.testimonials-widget p strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.big-download-button {
  display: inline-block;
  padding: 20px 40px 20px 20px;
  border: 1px solid #134791;
  border-radius: 3px;
  font-family: quest,open_sans_b,quest,arial;
  font-size: 24px;
  line-height: 28px;
  color: #fff !important;
  margin-bottom: 15px;
  position: relative;
  box-shadow: inset 0 0 1px 1px #B0D2FF;
  background: #1658b9;
  background: linear-gradient(to bottom, #1658b9 0, #091f3f 100%);
}

.cert_grid, .checkbox-641, .items div, .wpcf7-list-item label {
  display: block;
}

.big-download-button:hover {
  text-decoration: none !important;
  background: #091f3f;
}

.banner-link, .calc-button, .calc-button-2, .calc-change, .col4-4-inner {
  text-decoration: none;
}

.big-download-button span {
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  background: url(images/gq_arrow_down.png) no-repeat;
  right: 14px;
  top: 26px;
}

.cert_grid {
  width: 185px;
  height: 185px;
  position: relative;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #fec021;
}

.cert_grid_info {
  position: absolute;
  background: rgba(9, 31, 53, 0.9);
  width: 165px;
  height: 18px;
  font-family: open_sans,quest,arial;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  padding: 6px 10px;
  bottom: 0;
}

.contact_form .h2, .sv_title, .svbox_title {
  font-family: quest,open_sans,Arial,Helvetica,sans-serif;
}

.cert_grid .button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}

.cert_grid .button span {
  background: url(images/gq_arrow_down.png) no-repeat;
}

.cert_grid:hover .button {
  background: #fec021;
}

.svbox_title {
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  background: #091f3f;
  padding: 15px 15px 14px;
}

.sidebar_vacancy .button {
  float: none;
  margin-top: 5px;
}

.sidebar_vacancy {
  border: 1px solid #091f3f;
  padding: 15px;
  margin-bottom: 20px;
}

.page_banner730_single, .sv_single {
  border: 1px solid #fec021;
  padding: 5px;
}

.sv_single {
  margin-bottom: 5px;
}

.sv_title {
  font-size: 16px;
  line-height: 20px;
  color: #091f3f;
}

.sv_subtitle {
  font-family: open_sans_b,Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #091f3f;
}

.sv_text, .wpcf7-list-item-label {
  font-family: open_sans,Arial,Helvetica,sans-serif;
}

.sv_text {
  font-size: 12px;
  line-height: 18px;
  color: #58595b;
  margin-bottom: 10px;
}

.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin-left: 3px;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 2px;
  display: block;
  text-align: left;
  margin: 10px 0px;
}

.checkbox-641 {
  margin-bottom: 7px;
}

.scrollable {
  position: relative;
  overflow: hidden;
  width: 980px;
  height: 38px;
}

.scrollable .items {
  width: 20000em;
  position: absolute;
}

.items div {
  float: left;
  width: 980px;
  height: 38px;
  text-align: center;
}

.items div .img_block {
  display: inline-block;
}

.img_block_new {
  width: 100%;
  height: auto;
}

.aleft, .aright {
  display: block;
  position: absolute;
  margin-top: 9px;
  width: 21px;
  height: 17px;
  z-index: 10;
  cursor: pointer;
}

.aleft.disabled, .aright.disabled {
  opacity: .2;
}

.aright {
  background: url(images/aright.png) no-repeat;
  margin-left: 1005px;
}

.aleft {
  background: url(images/aleft.png) no-repeat;
  margin-left: -40px;
}

.page_banner730_single {
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 300px;
}

.contact_form .h2 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 10px;
}

.text h2, .text h3 {
  font-family: quest,open_sans,Arial,Helvetica,sans-serif;
  color: #091f3f;
  margin-bottom: 10px;
}

.simple_overlay .cfm215, .text .cfm215 {
  width: 450px;
}

.cfm_job .inp_text, .cfm_job .inp_textarea {
  width: 444px;
}

.cfm_job .inp_textarea {
  height: 100px;
}

.simple_overlay .form_wide_col1, .text .form_wide_col1 {
  width: 214px;
  float: left;
}

.simple_overlay .form_wide_col2, .text .form_wide_col2 {
  width: 214px;
  float: left;
  margin-left: 22px;
}

.text h2 {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fec021;
}

.text h3 {
  font-size: 16px;
  line-height: 22px;
}

.calc-stp1, .chatlink {
  color: #fff;
  position: relative;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

img.alignleft, img.alignright {
  border: 1px solid #fec021;
  padding: 5px;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft, a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignleft, .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.hd_get_quote_mobile {
  display: none;
}

.chatlink {
  font-family: quest,open_sans,quest,arial;
  font-size: 18px;
  line-height: 22px;
  display: block;
  background: #FEC021;
  width: 169px;
  height: 22px;
  padding: 4px 18px;
  float: right;
  margin-left: 20px;
  cursor: pointer;
}

.simple_overlay2 {
  display: none;
  z-index: 10000;
  background-color: #00bc00;
  width: 810px;
  padding: 20px;
  min-height: 200px;
}

.calc-stp1 {
  font-family: open_sans,quest,arial;
  font-size: 13px;
  line-height: 17px;
  display: block;
  padding: 0 25px;
}

.calc-stp1-icon, .calc-stp1-no {
  position: absolute;
  top: 0;
  font-size: 30px;
  line-height: 30px;
  color: #80de80;
}

.calc-stp1-icon {
  right: -5px;
}

.calc-stp1-no {
  left: 0;
  font-family: open_sans_b,quest,arial;
}

.calc-col1 {
  width: 235px;
  padding-right: 15px;
  border-right: 1px solid #68d768;
  float: left;
  margin-bottom: 20px;
  min-height: 215px;
}

.calc-col2, .calc-col3 {
  width: 150px;
  padding-right: 15px;
  border-right: 1px solid #68d768;
  padding-left: 15px;
  float: left;
  margin-bottom: 20px;
}

.calc-col4 {
  width: 180px;
  padding-left: 15px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.calc-col2, .calc-col3, .calc-col4 {
  text-align: center;
  position: relative;
  min-height: 215px;
}

.calc-icol1 {
  padding-right: 5px;
  float: left;
}

.calc-icol2 {
  width: 95px;
  padding-left: 5px;
  float: left;
}

.calc-title {
  font-family: quest,open_sans,Arial,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}

.calc-label {
  font-family: open_sans_b,quest,arial;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  display: block;
}

.calc-label small, .calc-text-small {
  font-family: open_sans,quest,arial;
}

.calc-col2 .calc-label, .calc-col3 .calc-label {
  font-size: 14px;
  line-height: 20px;
}

.calc-label a {
  color: #fff;
}

.calc2-col1 .calc-label, .calc2-col2 .calc-label {
  line-height: 26px;
}

.calc-text-small {
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  display: block;
}

.calc-img1 {
  background: url(images/calc-img1.png) no-repeat;
  display: inline-block;
  width: 83px;
  height: 81px;
  margin-bottom: 35px;
}

.calc-img2 {
  background: url(images/calc-img2.png) no-repeat;
  display: inline-block;
  width: 65px;
  height: 110px;
  margin-bottom: 11px;
}

.calc-input, .calc-select {
  width: 100%;
  height: 26px;
  display: block;
  padding: 3px 5px;
  font-family: open_sans,arial;
  font-size: 13px;
  line-height: 20px;
  color: #58595b;
  border: 0;
}

.calc-select {
  margin-bottom: 20px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.calc-input {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.calc-input-textarea {
  display: block;
  width: 220px;
  height: 72px;
  padding: 3px 5px;
  font-family: open_sans,arial;
  font-size: 13px;
  line-height: 20px;
  color: #58595b;
  border: 0;
}

.calc-button {
  font-family: quest,arial;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  padding: 9px 15px 8px;
  text-align: left;
  background: #091f3f;
  border: 0;
  position: relative;
  cursor: pointer;
}

.calc-button-2 {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  width: 150px;
  left: 15px;
}

.calc-button .fa {
  color: #fdc020;
  margin-left: 10px;
}

.calc-inc {
  display: inline-block;
  background-color: #081f3e;
  padding: 1px;
  width: 116px;
  height: 33px;
}

.calc_note {
  font-size: 14px;
  position: absolute;
  left: 15px;
  bottom: -40px;
  width: 330px;
  text-align: left;
  color: #fff;
}

.calc-inc-add, .calc-inc-minus {
  width: 33px;
  background-color: #081f3e;
  font-size: 25px;
  color: #fdc020;
  display: block;
  height: 33px;
  float: left;
  font-family: arial;
  font-weight: 700;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  text-align: center;
  cursor: pointer;
}

.calc-inc-add {
  line-height: 33px;
}

.calc-inc-minus {
  line-height: 30px;
}

.calc-inc-digit, ​ .e {
  background-color: #fff;
}

.calc-inc-digit {
  display: block;
  height: 33px;
  width: 50px;
  float: left;
  font-family: arial;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000;
  text-align: center;
  border: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.calc-checkbox {
  width: 37px;
  height: 37px;
  outline: 0;
  margin-left: 3px;
  margin-top: 3px;
}

.calc-checkbox:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background-image: url(images/calc-checkbox.png);
  background-position: bottom;
  cursor: pointer;
  margin-left: -3px;
  margin-top: -3px;
}

.calc-checkbox:checked:before {
  background-position: top;
}

.calc-change, .calc2-result {
  background-color: #081f3e;
  font-family: open_sans_b;
  display: block;
  width: 190px;
  float: left;
}

.calc-options {
  color: #fdc020;
}

.calc-change {
  cursor: pointer;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.calc-change .fa {
  color: #fdc020;
  margin-right: 10px;
}

.martop20 {
  margin-top: 15px;
}

.calc-price {
  font-family: open_sans_b;
  font-size: 30px;
  line-height: 50px;
  color: #fdc020;
  display: block;
}

.calc2-result {
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

ol.bjqs-markers, ul.bjqs, ul.bjqs-controls {
  padding: 0;
  list-style: none;
}

.calc-step2, li.bjqs-slide, ul.bjqs {
  display: none;
}

.calc-form {
  float: right;
  width: 540px;
}

.calc2-col1, .calc2-col2 {
  width: 230px;
  float: left;
}

.calc2-col2 {
  margin-left: 60px;
}

.simple_overlay2 .close {
  background-image: url(images/close.png);
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

ul.bjqs {
  position: relative;
  margin: 0;
  overflow: hidden;
}

li.bjqs-slide, ol.bjqs-markers, p.bjqs-caption, ul.bjqs-controls.v-centered li a {
  position: absolute;
}

ul.bjqs-controls {
  margin: 0;
  z-index: 9999;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}

ol.bjqs-markers {
  margin: 0;
  width: 100%;
}

ol.bjqs-markers.h-centered {
  text-align: center;
}

ol.bjqs-markers li {
  display: inline;
}

ol.bjqs-markers li a {
  display: inline-block;
}

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  bottom: 0;
}

.banner-link-1, .banner-link-2 {
  margin-bottom: 20px;
}

ol.bjqs-markers {
  right: 20px;
  bottom: 20px;
  text-align: right;
}

ol.bjqs-markers li {
  margin-left: 4px;
}

ol.bjqs-markers li a {
  width: 15px;
  height: 15px;
  background-color: #fec021;
  border: 1px solid #fec021;
  text-indent: 9999px;
}

ol.bjqs-markers li.active-marker a {
  background-color: #091f3f;
  border: 1px solid #fec021;
}

.banner_container {
  width: 980px;
  position: relative;
}

.banner-link-container {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #091f3f;
  height: 290px;
  width: 325px;
  padding: 40px 30px 30px;
}

.banner-link {
  display: block;
  font-family: quest,arial;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  padding: 10px 40px 10px 20px;
  text-align: left;
  background: #00bc00;
  border: 0;
  position: relative;
  cursor: pointer;
}

.banner-link::before {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

.banner-link-3::before {
  color: #fec021;
  margin-top: -9px;
}

.banner-link-3:hover::before {
  color: #091f3f;
}

.banner-link-2 {
  background-color: #fec021;
}

.banner-link-3 {
  margin-top: 54px;
  background-color: #091f3f;
  border: 2px solid #fec021;
  color: #fec021;
}

.banner-link-3:hover {
  background-color: #fec021;
  color: #091f3f;
}

.col4-4 {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
}

.col4-4-inner {
  padding: 9px;
  border: 1px solid #fff;
  display: block;
  height: 126px;
}

.col4-4-inner:hover {
  border: 1px solid #fec021;
}

.hm-icon {
  font-size: 35px;
  line-height: 35px;
  display: block;
  margin-bottom: 10px;
  color: #fec021;
}

.col4-4 .h2 {
  font-size: 19px;
}

.col4-4 .text {
  font-size: 12px;
  line-height: 16px;
}

.hm-icons {
  padding: 15px 0 0;
}

.hm-shadow-box {
  display: block;
  height: 60px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.hm-shadow-box::before {
  content: "";
  display: block;
  width: 200px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -104px;
  margin-left: -100px;
  box-shadow: 0 0 82px 90px rgba(0, 0, 0, 0.51);
}

.content-nopad {
  padding: 0;
}

.home-latest-pages {
  float: right;
  width: 160px;
  height: 410px;
  padding: 25px 20px;
  background-color: #091f3f;
  margin-bottom: 40px;
}

.sidebar-latest-pages {
  padding: 15px;
  background-color: #091f3f;
  margin-bottom: 20px;
}

.home-social-media {
  width: 325px;
  padding-right: 25px;
  float: left;
  margin-bottom: 40px;
}

.home-sidebar-list li {
  list-style: none;
}

.home-sidebar-list li a {
  font-family: open_sans,quest,arial;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  display: block;
  padding: 8px 30px 8px 0;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #fec021;
}

.home-sidebar-list li a:hover {
  text-decoration: underline;
}

.home-sidebar-list li a:before {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  color: #fec021;
}

.h2-3 {
  font-family: quest,open_sans,Arial,Helvetica,sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.m-content-only, .m-getaquote, .m-header, .mobile-banner, .mobile-two-buttons {
  display: none;
}

#collapse2 .panel-body h4.panel-title {
  font-size: 18px !important;
}

#collapse2 .panel-body ul {
  margin-left: 30px;
}

.bottom_form_cont {
  display: none !important;
}

.bottom_form_cont .contact_form {
  width: calc(90% - 30px);
  margin-left: 5%;
}

.bottom_form_cont p {
  float: left;
  clear: none !important;
  margin: 10px !important;
}

.bottom_form_cont .text-1241 {
  display: none;
}

@media screen and (max-height: 700px) {
  body .simple_overlay {
    top: 40px;
    padding: 0px 0px 0px 0px !important;
  }
  .simple_overlay .contact_form h2 {
    margin-bottom: 0px !important;
  }
  .simple_overlay .contact_form p label {
    margin: 5px 0px !important;
  }
  .simple_overlay .contact_form .inp_text {
    margin: 0px 0px !important;
  }
}

.service_grid_info img, .location_grid_info img {
  width: 100%;
}

.service_image_holder img, .location_image_holder img {
  width: 100%;
  height: auto;
}

#locations_map {
  height: 400px;
}

.single-services .wideform_recaptcha {
  display: block;
  float: left;
  padding-left: 20px;
}

.single-services span.wpcf7-list-item {
  display: block;
  padding-right: 18px;
  float: left;
  width: 40%;
  text-align: left;
  margin: 10px 0px;
}

span.wpcf7-not-valid-tip {
  color: darkred !important;
  display: block;
  font-family: open_sans,Arial,Helvetica,sans-serif;
  font-size: 15px !important;
  width: 100%;
  line-height: initial;
  text-align: left;
}

.single-services .fullwidthform p {
  width: 96% !important;
}

/* Services Accordion */
.panel-group {
  margin: 30px 0;
}

.panel.panel-default {
  margin: 15px 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
  font-family: open_sans,quest,arial;
  padding-bottom: 0;
  margin-bottom: 0;
  clear: both;
}

body.single-services p {
  font-size: 14px;
  font-family: open_sans,quest,arial;
  margin: 15px 0;
  clear: both;
}

.panel-collapse {
  transition: all 0.3s ease-in-out;
}

.panel-collapse.collapse, .panel-collapse.collapsing {
  display: none;
  transition: all 0.3s ease-in-out;
}

.panel-collapse.collapse.in {
  display: block;
  transition: all 0.3s ease-in-out;
}

.panel-title a {
  color: #000;
  text-decoration: none !important;
  font-weight: bold;
  font-family: open_sans,quest,arial;
  margin-bottom: 15px;
  display: block;
}

#collapse2 .panel-body h4.panel-title {
  font-weight: bold;
  font-size: 15px;
}

.panel-body {
  font-size: 14px;
}

body.single-services p {
  font-size: 14px;
  font-family: open_sans,quest,arial;
  margin: 15px 0;
}

body.single-services p:last-child {
  margin-bottom: 30px;
}

.panel-group h2 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
}

#collapse5 .panel-body {
  padding: 10px 0 !important;
  font-size: 14px !important;
}

#collapse5 .panel-body ul {
  margin: 20px !important;
}

#collapse4 .panel-body {
  padding: 10px 0 !important;
  font-size: 14px !important;
}

#collapse4 .panel-body ul {
  margin: 20px !important;
}

#collapse4 .panel-body a > img {
  float: left;
  clear: both;
}

.promo_banner {
  width: 100%;
  height: 50px;
  background: #091F3F;
  line-height: 50px;
  font-family: open_sans,quest,arial;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.service_plus {
  background: url("images/plus_icon.png");
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  float: right;
  margin-bottom: -30px;
  top: -41px;
  position: relative;
  background-repeat: no-repeat;
}

.service_plus.minus {
  background: url("images/minus_icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

h4 a.toggle-accordian {
  font-size: 18px !important;
}

.offer_applies {
  text-align: center;
  font-size: 11px !important;
  font-weight: 100;
}

.services_ul ul {
  width: 50%;
  display: inline-block;
}

.columns {
  column-count: 2;
  margin: 30px 0;
  column-gap: 50px;
}

@media screen and (max-width: 750px) {
  .columns {
    column-count: 1;
  }
  .calculate_shredding_button2 {
    display: none;
  }
}

/* Forms Amends & Fixes */
form.wpcf7-form label,
form.wpcf7-form input,
form.wpcf7-form textarea,
form.wpcf7-form .wpcf7-list-item-label {
  font-family: quest,open_sans,Arial,Helvetica,sans-serif;
}

#wpcf7-f9690-o2 form.wpcf7-form .gdpr_checkbox {
  width: 60%;
  margin: 0 20%;
}

#wpcf7-f9690-o2 form.wpcf7-form .gdpr_checkbox .wpcf7-checkbox .wpcf7-list-item {
  text-align: center;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  #wpcf7-f9690-o2 form.wpcf7-form .gdpr_checkbox {
    width: 100%;
    margin: 0;
  }
  #wpcf7-f9690-o2 form.wpcf7-form .gdpr_checkbox .wpcf7-checkbox .wpcf7-list-item {
    text-align: center !important;
  }
}

#wpcf7-f6305-o2 form.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin-bottom: 0px;
}

#wpcf7-f6305-o2 form.wpcf7-form .padded_container {
  width: 100%;
  float: left;
}

#wpcf7-f6305-o2 form.wpcf7-form .padded_container:first-child {
  margin-top: 50px;
}

#wpcf7-f6305-o2 form.wpcf7-form .padded_top {
  margin-top: 50px;
}

#wpcf7-f6305-o2 form.wpcf7-form .padded_container .wpcf7-checkbox .wpcf7-list-item {
  width: 80%;
  margin: 10px 10%;
  text-align: center;
}

#wpcf7-f6305-o2 form.wpcf7-form .wpcf7-recaptcha {
  width: 304px;
  display: block;
  margin: 10px 34%;
  padding: 0px;
}

#wpcf7-f6305-o2 form.wpcf7-form .wpcf7-submit {
  float: initial;
  text-align: center;
}

#wpcf7-f6526-o2 form.wpcf7-form .enquiry_section {
  width: 96%;
  float: left;
  margin: 5px 2% !important;
}

#wpcf7-f6526-o2 form.wpcf7-form .enquiry_section .textarea {
  min-height: auto;
  margin-top: -18px !important;
}

#wpcf7-f6526-o2 form.wpcf7-form .gdpr_checkbox {
  width: 96%;
  float: left;
  margin: 5px 2% !important;
}

#wpcf7-f6526-o2 form.wpcf7-form .gdpr_checkbox .wpcf7-checkbox .wpcf7-list-item {
  width: 70%;
  margin: 0 15%;
  padding: 0px;
  text-align: center;
}

.privacy__list li {
  padding-left: 10px;
}

.privacy__list--bullet li {
  list-style-type: disc;
}

.privacy__list--bullet-clear li {
  list-style-type: circle;
}

.privacy__list--square li {
  list-style-type: square;
}

.privacy__list--alpha li {
  list-style-type: lower-latin;
}

.privacy__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.privacy__table tr {
  vertical-align: top;
}

.privacy__table th,
.privacy__table td {
  width: 30%;
  padding: 0 5px;
  border: 1px solid #58595b;
}

.privacy__table th {
  background: #dadada;
}

.privacy__table td ul {
  margin: 0 0 0 20px;
}

.cta_block {
  display: block;
  width: 980px;
  margin: 0 auto;
}

.cta_block__button {
  display: table;
  margin: 0 0 30px;
  padding: 10px 30px 12.5px;
  border: 1px solid #00bc00;
  background-color: #00bc00;
  color: white;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  color: white;
  transition: .5s ease;
}

.waste-disposal__subtitle {
  margin-bottom: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}

.ppc {
  background: none;
}

.ppc .container {
  width: 100%;
}

.ppc .container h2 {
  border-bottom: none;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.4px;
}

.ppc .container h3 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.6px;
  text-align: center;
}

.ppc .container p,
.ppc .container li {
  font-family: 'open_sans',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #626262;
}

.ppc__section {
  width: 100%;
  padding: 20px;
}

@media (max-width: 850px) {
  .ppc__section {
    width: calc(100% - 30px);
    padding: 15px;
  }
}

.ppc__section--grey {
  background: #f7f7f7;
}

.ppc__section__content {
  width: 980px;
  margin: 0 auto;
}

@media (max-width: 850px) {
  .ppc__section__content {
    width: 100%;
  }
}

.ppc__small_print p,
.ppc__small_print li {
  font-size: 12px !important;
}

.ppc__small_print p {
  margin: 0 0 20px 0;
}

.ppc__small_print ul {
  padding: 0 30px;
}

.ppc__small_print li {
  list-style: disc;
}

/* Desktop */
.header .container .hd_get_quote {
  position: relative;
  top: -5px;
  line-height: 24px;
  padding: 13px 20px 8px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header .container .hd_get_quote:hover {
  top: 0;
  background: #05A005;
}

.header .container .hd_social {
  overflow: hidden;
  position: relative;
  top: 5px;
}

.header .container .hd_get_quote .gq_arrow {
  right: 25px;
  top: 17px;
}

.container .col4_1 a.view_map {
  border: 1px solid #091f3f;
  padding: 4px 12px;
  margin-top: 7px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.container .col4_1 a.view_map:hover {
  background: #091f3f;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

.map_container .map_block {
  display: none;
}

.map_container .map_block.map_id_1 {
  display: block;
}

.line_break {
  position: relative;
  height: 1px;
  background: #091f3f;
  margin: 25px 0;
  width: 70%;
}

.simple_overlay {
  width: 620px !important;
  padding: 20px 20px 0 !important;
  border: none !important;
  background: #00bc00 !important;
  z-index: 999999999 !important;
}

.simple_overlay .contact_form {
  width: 580px !important;
  color: #fff;
  background: #fff;
  padding: 20px !important;
}

.simple_overlay .close {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-image: url(images/close_icon.png) !important;
  right: -35px !important;
  top: -35px !important;
  height: 25px !important;
  width: 25px !important;
  background-size: 25px 25px !important;
}

.simple_overlay .close:hover {
  opacity: 0.8;
}

.simple_overlay .contact_form .form_wide_col1 {
  width: 260px !important;
}

.simple_overlay .contact_form .form_wide_col2, .text .form_wide_col2 {
  width: 260px !important;
  margin-left: 60px !important;
}

.simple_overlay .contact_form .inp_text {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  outline: none;
  width: 233px !important;
  height: 20px !important;
  margin-bottom: 5px !important;
  border: 1px solid #091f3f;
  padding: 7px 12px !important;
}

.simple_overlay .contact_form .inp_text:focus, .simple_overlay .contact_form .inp_textarea:focus {
  background: rgba(9, 31, 63, 0.05);
}

.simple_overlay .contact_form .inp_textarea {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  outline: none;
  width: 234px !important;
  height: 110px !important;
  margin-bottom: 10px !important;
  border: 1px solid #091f3f !important;
  padding: 10px 12px !important;
}

.simple_overlay .contact_form .inp_select {
  width: 260px !important;
  height: 36px !important;
  margin-bottom: 5px !important;
  padding-left: 10px !important;
  border: 1px solid #091f3f !important;
}

.simple_overlay .contact_form h2 {
  color: #091f3f;
}

.simple_overlay .contact_form .title_paragraph {
  color: #091f3f;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 10px;
  text-align: left;
}

.simple_overlay .contact_form p label {
  color: #091f3f;
  margin: 10px 0;
}

.simple_overlay .contact_form .wpcf7-submit {
  border: 1px solid transparent;
  padding: 5px 20px 3px 18px !important;
  margin-top: 11px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.simple_overlay .contact_form .wpcf7-submit:hover {
  background: #fff;
  color: #091f3f;
  border: 1px solid #091f3f;
}

/* Logo */
.logo_new {
  width: 84px;
  height: auto;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.logo {
  background: none !important;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
}

.logo:hover .logo_new {
  -ms-transform: rotate(7deg);
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
}

/* Mobile */
.m-getaquote {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.m-getaquote:hover {
  background: #05A005;
}

.mobile_call {
  display: none;
}

.img_block_new {
  width: 100%;
  height: 160px;
}

.img_block_new_large {
  width: 100%;
  height: 320px;
}

.footer_testimonial_text {
  text-align: center;
}

/*.single_testimonial {display: none;}*/
/*.single_testimonial.current {display: block;}*/
.service_grid_cont, .location_grid_cont {
  width: 104%;
  margin-left: -2%;
}

.service_grid, .location_grid {
  display: block;
  width: 21%;
  height: 185px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 2% 2% !important;
}

.service_grid .service_grid_info, .location_grid .location_grid_info {
  position: absolute;
  background: rgba(9, 31, 53, 0.9);
  width: 94%;
  height: 185px;
  font-family: open_sans,quest,arial;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  padding: 0 3%;
  bottom: -119px;
}

.size-service_block, .size-location_block {
  width: 100% !important;
  height: auto !important;
}

body .footer_testimonial_text p {
  font-size: 14px;
  font-family: open_sans,quest,arial;
  margin: 15px 0;
}

.radio_advert {
  width: 100%;
  text-align: center;
  display: block;
  padding: 15px 0 15px;
  font-family: quest,open_sans,quest,arial;
  color: #fff;
  background: #00bc00;
  cursor: pointer;
  margin-bottom: 30px;
}

.listen_to_radio_advert {
  color: #fff;
  font-family: quest,open_sans,Arial,Helvetica,sans-serif;
  text-decoration: none;
}

.listen_to_radio_advert i {
  margin-right: 10px;
}

.panel-body a {
  text-decoration: none;
  color: #fec021;
}

.postid-5767 .single_testimonial {
  display: none;
}

.cfmfull .type_radio input {
  width: auto;
  margin-bottom: 5px;
}

.cfmfull .checkbox input {
  width: auto;
  margin-bottom: 5px;
}

.wpcf7-list-item-label {
  color: white;
}

#wpcf7-f8254-o1 .wpcf7-list-item-label {
  color: #091f3f;
}

.wpcf7-list-item-insert-info {
  color: #fff;
  margin-left: 210px;
  display: none;
}

.cfmfull .type_radio .wpcf7-list-item {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.home .service_grid:nth-child(6) {
  margin-left: 0px !important;
}

.cookieholder2 {
  padding: 0px 20px !important;
}

.sidebar-latest-pages {
  padding: 15px;
  background-color: #091f3f;
  margin-bottom: 20px;
}

.sidebar-latest-pages .h2-3 {
  font-family: quest,open_sans,Arial,Helvetica,sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.home-sidebar-list li {
  list-style: none;
}

.home-sidebar-list li a {
  font-family: open_sans,quest,arial;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  display: block;
  padding: 8px 30px 8px 0;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #fec021;
}

.home-sidebar-list li a:before {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  color: #fec021;
}

.offerBanner {
  width: 100%;
  margin-bottom: 20px;
}

/* iPad */
@media only screen and (max-width: 1025px) {
  #locations_map {
    height: 400px;
  }
  .container {
    width: 90%;
  }
  .home-social-media {
    display: none;
    width: 100%;
    padding-right: 0;
  }
  .home_news {
    float: right;
    margin-left: 5%;
  }
  .home-latest-pages {
    width: 20%;
    float: left;
    height: auto;
  }
  .marbot10 {
    margin-bottom: 50px;
  }
  .content .container .hncol1-2 {
    margin: 40px 0;
    width: 100%;
  }
  .testimonial_container, .testimonials-widget-testimonials {
    width: 100%;
    height: 100px;
  }
  .testimonials-widget-testimonial.list {
    position: relative;
    width: 100%;
  }
  .items div {
    width: 100%;
  }
  .testimonials-widget p {
    margin-top: 25px;
  }
  .footer_testimonial {
    width: 90%;
    margin: 0 auto;
    clear: both;
  }
  .banner_container {
    width: 100%;
  }
  .banner-link-container {
    position: absolute;
    z-index: 20;
  }
  #banner-fade {
    position: relative;
    float: right;
    width: 100%;
    max-width: 100% !important;
  }
  .hd_mobcol2 {
    display: none;
  }
  .main_nav > li > a {
    padding: 18px 10px 34px;
    font-size: 13px;
  }
  .footer .fhd_social {
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .footer .fhd_social a {
    float: left !important;
  }
  .service_grid, .location_grid {
    margin-left: 0;
    margin-right: 20px;
  }
  .col4-4-inner {
    height: 180px;
  }
  .mobile_call {
    display: block;
    position: absolute;
    top: 118px;
    right: 220px;
    background: #091f3f;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    font-family: quest,open_sans,quest,arial;
    line-height: 20px;
  }
  .mobile_call span {
    margin-left: 10px;
  }
  .site_search {
    right: 399px;
  }
  .site_search_input_hidden_cont {
    right: 434px;
  }
  .pane {
    margin-bottom: 40px;
  }
  .page_banner980 {
    width: 100%;
    height: auto;
  }
  .page_banner_299 {
    display: none;
  }
  .page_banner_680 {
    width: 100%;
    height: auto;
  }
  .page_banner_680 img {
    width: 100%;
    height: auto;
  }
  .col1_2 {
    width: 100%;
    margin: 0;
  }
  .col1_1 {
    width: 100%;
  }
  .col2_2 {
    margin-left: 0;
    clear: both;
  }
  .col2_1 {
    width: 100%;
  }
  .sidebar_news_cont .snicol2 {
    width: auto;
    margin-left: 10px;
    margin-top: 15px;
  }
  .bck_banner_content iframe {
    width: 100%;
  }
  .cfm215 input.button {
    clear: both;
    float: left;
  }
  .col3_2 {
    margin-left: 0;
    clear: both;
    width: 100%;
  }
  .col3_1 {
    width: 100%;
  }
  .page-id-244 .simple_overlay .cfm215, .text .cfm215 {
    display: none;
  }
  .page-template-new_contact .col4_2 {
    width: auto;
    float: right;
  }
  .page-template-new_contact .col4_3 {
    clear: both;
    margin-left: 0;
    float: left;
  }
  .sub-menu-wrap-0 {
    width: 100%;
    height: auto;
  }
  .line_break {
    width: 100%;
  }
  .scrollable {
    width: 100%;
  }
  .sidebar_newsletter_cont {
    width: 200px;
  }
  .sub-menu-wrap-1 > .sub-menu {
    height: auto;
  }
  .service_grid, .location_grid {
    width: 29.333%;
  }
  .service_grid .service_image_holder img, .location_grid .location_image_holder img {
    display: block;
  }
  .page_banner830 {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    height: auto;
  }
  .page_banner_585 {
    width: 100%;
    float: left;
    height: auto;
    display: block;
    background: #091f3f;
  }
  .page_banner_344 {
    width: 100%;
    height: auto;
    float: left;
    display: block;
  }
  .page_banner__160 {
    width: 100%;
    height: auto;
    display: none;
    background: #fec021;
  }
  .page_banner__159 {
    width: 100%;
    height: auto;
    display: none;
    background: #091f3f;
  }
  .page_banner830_single {
    width: 100%;
    overflow: hidden;
    height: 320px;
  }
  .img_block_new {
    width: 100%;
    height: auto;
  }
  .img_block_new_large {
    width: 100%;
    height: auto;
  }
  .img_block_new_full {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .main_nav > li > a {
    padding: 18px 8px 34px;
  }
}

@media only screen and (max-width: 750px) {
  .simple_overlay {
    position: absolute !important;
    width: 55% !important;
    padding: 5% 5% 0 !important;
    margin-top: 50px !important;
  }
  .simple_overlay .contact_form {
    width: 90% !important;
    padding: 5% !important;
  }
  .simple_overlay .contact_form .inp_text {
    height: auto !important;
    width: 100% !important;
  }
  .simple_overlay .contact_form .form_wide_col1 {
    width: 100% !important;
  }
  .simple_overlay .contact_form .form_wide_col2, .text .form_wide_col2 {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .simple_overlay .contact_form .inp_select {
    width: 100% !important;
  }
  .simple_overlay .contact_form .inp_textarea {
    width: 100% !important;
  }
  .m-logo {
    background: url(images/logo_new.png) no-repeat !important;
    background-size: 45px 51px !important;
  }
  .home-latest-pages ul {
    list-style: none;
  }
  .home-latest-pages ul li:before {
    content: "";
    border-color: transparent #fec021;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.8em;
    position: relative;
  }
  .home-latest-pages ul li {
    margin: 0 0 0 18px;
  }
  .home-latest-pages ul li a {
    text-decoration: none;
    color: #091f3f;
    font-family: quest,open_sans,Arial,Helvetica,sans-serif;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .home-latest-pages ul li a:hover {
    left: 5px;
  }
  .home-latest-pages h2.marbot10 {
    font-family: quest,open_sans,Arial,Helvetica,sans-serif;
  }
  .home-latest-pages {
    margin: 20px 0 50px;
  }
  .mobile-banner img {
    width: 100%;
  }
  .home-latest-pages {
    width: 100%;
    float: left;
  }
  .mobile_call {
    display: none;
  }
  .service_grid, .location_grid {
    margin-right: 0;
  }
  .page-template-new_contact .col4_2 {
    float: left;
  }
  .service_grid, .location_grid {
    width: 46%;
  }
  .service_grid_title, .location_grid_title {
    color: #fff;
    padding: 12px 10px 12px 0;
    height: 42px;
    position: relative;
  }
  #locations_map {
    height: 400px;
  }
}

@media only screen and (max-width: 550px) {
  .simple_overlay {
    width: 80% !important;
  }
}

@media only screen and (max-width: 480px) {
  .service_grid, .location_grid {
    width: 94%;
  }
}

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
   * RESETS
   * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
   * BASE STYLES
   * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
   * DEFAULT THEME
   * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
   * RESPONSIVE
   * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@media only screen and (max-width: 750px) and (max-device-width: 750px) {
  @font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
  }
  .fa-2x {
    font-size: 2em;
  }
  .fa-3x {
    font-size: 3em;
  }
  .fa-4x {
    font-size: 4em;
  }
  .fa-5x {
    font-size: 5em;
  }
  .fa-fw {
    width: 1.28571429em;
    text-align: center;
  }
  .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
  }
  .fa-ul > li {
    position: relative;
  }
  .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
  }
  .fa-li.fa-lg {
    left: -1.85714286em;
  }
  .fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
  }
  .fa-pull-left {
    float: left;
  }
  .fa-pull-right {
    float: right;
  }
  .fa.fa-pull-left {
    margin-right: .3em;
  }
  .fa.fa-pull-right {
    margin-left: .3em;
  }
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .fa.pull-left {
    margin-right: .3em;
  }
  .fa.pull-right {
    margin-left: .3em;
  }
  .fa-spin {
    animation: fa-spin 2s infinite linear;
  }
  .fa-pulse {
    animation: fa-spin 1s infinite steps(8);
  }
  @keyframes fa-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(359deg);
    }
  }
  .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
  }
  .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }
  .fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .fa-stack-1x {
    line-height: inherit;
  }
  .fa-stack-2x {
    font-size: 2em;
  }
  .fa-inverse {
    color: #fff;
  }
  .fa-glass:before {
    content: "\f000";
  }
  .fa-music:before {
    content: "\f001";
  }
  .fa-search:before {
    content: "\f002";
  }
  .fa-envelope-o:before {
    content: "\f003";
  }
  .fa-heart:before {
    content: "\f004";
  }
  .fa-star:before {
    content: "\f005";
  }
  .fa-star-o:before {
    content: "\f006";
  }
  .fa-user:before {
    content: "\f007";
  }
  .fa-film:before {
    content: "\f008";
  }
  .fa-th-large:before {
    content: "\f009";
  }
  .fa-th:before {
    content: "\f00a";
  }
  .fa-th-list:before {
    content: "\f00b";
  }
  .fa-check:before {
    content: "\f00c";
  }
  .fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
  }
  .fa-search-plus:before {
    content: "\f00e";
  }
  .fa-search-minus:before {
    content: "\f010";
  }
  .fa-power-off:before {
    content: "\f011";
  }
  .fa-signal:before {
    content: "\f012";
  }
  .fa-gear:before, .fa-cog:before {
    content: "\f013";
  }
  .fa-trash-o:before {
    content: "\f014";
  }
  .fa-home:before {
    content: "\f015";
  }
  .fa-file-o:before {
    content: "\f016";
  }
  .fa-clock-o:before {
    content: "\f017";
  }
  .fa-road:before {
    content: "\f018";
  }
  .fa-download:before {
    content: "\f019";
  }
  .fa-arrow-circle-o-down:before {
    content: "\f01a";
  }
  .fa-arrow-circle-o-up:before {
    content: "\f01b";
  }
  .fa-inbox:before {
    content: "\f01c";
  }
  .fa-play-circle-o:before {
    content: "\f01d";
  }
  .fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
  }
  .fa-refresh:before {
    content: "\f021";
  }
  .fa-list-alt:before {
    content: "\f022";
  }
  .fa-lock:before {
    content: "\f023";
  }
  .fa-flag:before {
    content: "\f024";
  }
  .fa-headphones:before {
    content: "\f025";
  }
  .fa-volume-off:before {
    content: "\f026";
  }
  .fa-volume-down:before {
    content: "\f027";
  }
  .fa-volume-up:before {
    content: "\f028";
  }
  .fa-qrcode:before {
    content: "\f029";
  }
  .fa-barcode:before {
    content: "\f02a";
  }
  .fa-tag:before {
    content: "\f02b";
  }
  .fa-tags:before {
    content: "\f02c";
  }
  .fa-book:before {
    content: "\f02d";
  }
  .fa-bookmark:before {
    content: "\f02e";
  }
  .fa-print:before {
    content: "\f02f";
  }
  .fa-camera:before {
    content: "\f030";
  }
  .fa-font:before {
    content: "\f031";
  }
  .fa-bold:before {
    content: "\f032";
  }
  .fa-italic:before {
    content: "\f033";
  }
  .fa-text-height:before {
    content: "\f034";
  }
  .fa-text-width:before {
    content: "\f035";
  }
  .fa-align-left:before {
    content: "\f036";
  }
  .fa-align-center:before {
    content: "\f037";
  }
  .fa-align-right:before {
    content: "\f038";
  }
  .fa-align-justify:before {
    content: "\f039";
  }
  .fa-list:before {
    content: "\f03a";
  }
  .fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
  }
  .fa-indent:before {
    content: "\f03c";
  }
  .fa-video-camera:before {
    content: "\f03d";
  }
  .fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
  }
  .fa-pencil:before {
    content: "\f040";
  }
  .fa-map-marker:before {
    content: "\f041";
  }
  .fa-adjust:before {
    content: "\f042";
  }
  .fa-tint:before {
    content: "\f043";
  }
  .fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
  }
  .fa-share-square-o:before {
    content: "\f045";
  }
  .fa-check-square-o:before {
    content: "\f046";
  }
  .fa-arrows:before {
    content: "\f047";
  }
  .fa-step-backward:before {
    content: "\f048";
  }
  .fa-fast-backward:before {
    content: "\f049";
  }
  .fa-backward:before {
    content: "\f04a";
  }
  .fa-play:before {
    content: "\f04b";
  }
  .fa-pause:before {
    content: "\f04c";
  }
  .fa-stop:before {
    content: "\f04d";
  }
  .fa-forward:before {
    content: "\f04e";
  }
  .fa-fast-forward:before {
    content: "\f050";
  }
  .fa-step-forward:before {
    content: "\f051";
  }
  .fa-eject:before {
    content: "\f052";
  }
  .fa-chevron-left:before {
    content: "\f053";
  }
  .fa-chevron-right:before {
    content: "\f054";
  }
  .fa-plus-circle:before {
    content: "\f055";
  }
  .fa-minus-circle:before {
    content: "\f056";
  }
  .fa-times-circle:before {
    content: "\f057";
  }
  .fa-check-circle:before {
    content: "\f058";
  }
  .fa-question-circle:before {
    content: "\f059";
  }
  .fa-info-circle:before {
    content: "\f05a";
  }
  .fa-crosshairs:before {
    content: "\f05b";
  }
  .fa-times-circle-o:before {
    content: "\f05c";
  }
  .fa-check-circle-o:before {
    content: "\f05d";
  }
  .fa-ban:before {
    content: "\f05e";
  }
  .fa-arrow-left:before {
    content: "\f060";
  }
  .fa-arrow-right:before {
    content: "\f061";
  }
  .fa-arrow-up:before {
    content: "\f062";
  }
  .fa-arrow-down:before {
    content: "\f063";
  }
  .fa-mail-forward:before, .fa-share:before {
    content: "\f064";
  }
  .fa-expand:before {
    content: "\f065";
  }
  .fa-compress:before {
    content: "\f066";
  }
  .fa-plus:before {
    content: "\f067";
  }
  .fa-minus:before {
    content: "\f068";
  }
  .fa-asterisk:before {
    content: "\f069";
  }
  .fa-exclamation-circle:before {
    content: "\f06a";
  }
  .fa-gift:before {
    content: "\f06b";
  }
  .fa-leaf:before {
    content: "\f06c";
  }
  .fa-fire:before {
    content: "\f06d";
  }
  .fa-eye:before {
    content: "\f06e";
  }
  .fa-eye-slash:before {
    content: "\f070";
  }
  .fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
  }
  .fa-plane:before {
    content: "\f072";
  }
  .fa-calendar:before {
    content: "\f073";
  }
  .fa-random:before {
    content: "\f074";
  }
  .fa-comment:before {
    content: "\f075";
  }
  .fa-magnet:before {
    content: "\f076";
  }
  .fa-chevron-up:before {
    content: "\f077";
  }
  .fa-chevron-down:before {
    content: "\f078";
  }
  .fa-retweet:before {
    content: "\f079";
  }
  .fa-shopping-cart:before {
    content: "\f07a";
  }
  .fa-folder:before {
    content: "\f07b";
  }
  .fa-folder-open:before {
    content: "\f07c";
  }
  .fa-arrows-v:before {
    content: "\f07d";
  }
  .fa-arrows-h:before {
    content: "\f07e";
  }
  .fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
  }
  .fa-twitter-square:before {
    content: "\f081";
  }
  .fa-facebook-square:before {
    content: "\f082";
  }
  .fa-camera-retro:before {
    content: "\f083";
  }
  .fa-key:before {
    content: "\f084";
  }
  .fa-gears:before, .fa-cogs:before {
    content: "\f085";
  }
  .fa-comments:before {
    content: "\f086";
  }
  .fa-thumbs-o-up:before {
    content: "\f087";
  }
  .fa-thumbs-o-down:before {
    content: "\f088";
  }
  .fa-star-half:before {
    content: "\f089";
  }
  .fa-heart-o:before {
    content: "\f08a";
  }
  .fa-sign-out:before {
    content: "\f08b";
  }
  .fa-linkedin-square:before {
    content: "\f08c";
  }
  .fa-thumb-tack:before {
    content: "\f08d";
  }
  .fa-external-link:before {
    content: "\f08e";
  }
  .fa-sign-in:before {
    content: "\f090";
  }
  .fa-trophy:before {
    content: "\f091";
  }
  .fa-github-square:before {
    content: "\f092";
  }
  .fa-upload:before {
    content: "\f093";
  }
  .fa-lemon-o:before {
    content: "\f094";
  }
  .fa-phone:before {
    content: "\f095";
  }
  .fa-square-o:before {
    content: "\f096";
  }
  .fa-bookmark-o:before {
    content: "\f097";
  }
  .fa-phone-square:before {
    content: "\f098";
  }
  .fa-twitter:before {
    content: "\f099";
  }
  .fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
  }
  .fa-github:before {
    content: "\f09b";
  }
  .fa-unlock:before {
    content: "\f09c";
  }
  .fa-credit-card:before {
    content: "\f09d";
  }
  .fa-feed:before, .fa-rss:before {
    content: "\f09e";
  }
  .fa-hdd-o:before {
    content: "\f0a0";
  }
  .fa-bullhorn:before {
    content: "\f0a1";
  }
  .fa-bell:before {
    content: "\f0f3";
  }
  .fa-certificate:before {
    content: "\f0a3";
  }
  .fa-hand-o-right:before {
    content: "\f0a4";
  }
  .fa-hand-o-left:before {
    content: "\f0a5";
  }
  .fa-hand-o-up:before {
    content: "\f0a6";
  }
  .fa-hand-o-down:before {
    content: "\f0a7";
  }
  .fa-arrow-circle-left:before {
    content: "\f0a8";
  }
  .fa-arrow-circle-right:before {
    content: "\f0a9";
  }
  .fa-arrow-circle-up:before {
    content: "\f0aa";
  }
  .fa-arrow-circle-down:before {
    content: "\f0ab";
  }
  .fa-globe:before {
    content: "\f0ac";
  }
  .fa-wrench:before {
    content: "\f0ad";
  }
  .fa-tasks:before {
    content: "\f0ae";
  }
  .fa-filter:before {
    content: "\f0b0";
  }
  .fa-briefcase:before {
    content: "\f0b1";
  }
  .fa-arrows-alt:before {
    content: "\f0b2";
  }
  .fa-group:before, .fa-users:before {
    content: "\f0c0";
  }
  .fa-chain:before, .fa-link:before {
    content: "\f0c1";
  }
  .fa-cloud:before {
    content: "\f0c2";
  }
  .fa-flask:before {
    content: "\f0c3";
  }
  .fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
  }
  .fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
  }
  .fa-paperclip:before {
    content: "\f0c6";
  }
  .fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
  }
  .fa-square:before {
    content: "\f0c8";
  }
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
  }
  .fa-list-ul:before {
    content: "\f0ca";
  }
  .fa-list-ol:before {
    content: "\f0cb";
  }
  .fa-strikethrough:before {
    content: "\f0cc";
  }
  .fa-underline:before {
    content: "\f0cd";
  }
  .fa-table:before {
    content: "\f0ce";
  }
  .fa-magic:before {
    content: "\f0d0";
  }
  .fa-truck:before {
    content: "\f0d1";
  }
  .fa-pinterest:before {
    content: "\f0d2";
  }
  .fa-pinterest-square:before {
    content: "\f0d3";
  }
  .fa-google-plus-square:before {
    content: "\f0d4";
  }
  .fa-google-plus:before {
    content: "\f0d5";
  }
  .fa-money:before {
    content: "\f0d6";
  }
  .fa-caret-down:before {
    content: "\f0d7";
  }
  .fa-caret-up:before {
    content: "\f0d8";
  }
  .fa-caret-left:before {
    content: "\f0d9";
  }
  .fa-caret-right:before {
    content: "\f0da";
  }
  .fa-columns:before {
    content: "\f0db";
  }
  .fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
  }
  .fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
  }
  .fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
  }
  .fa-envelope:before {
    content: "\f0e0";
  }
  .fa-linkedin:before {
    content: "\f0e1";
  }
  .fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
  }
  .fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
  }
  .fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
  }
  .fa-comment-o:before {
    content: "\f0e5";
  }
  .fa-comments-o:before {
    content: "\f0e6";
  }
  .fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
  }
  .fa-sitemap:before {
    content: "\f0e8";
  }
  .fa-umbrella:before {
    content: "\f0e9";
  }
  .fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
  }
  .fa-lightbulb-o:before {
    content: "\f0eb";
  }
  .fa-exchange:before {
    content: "\f0ec";
  }
  .fa-cloud-download:before {
    content: "\f0ed";
  }
  .fa-cloud-upload:before {
    content: "\f0ee";
  }
  .fa-user-md:before {
    content: "\f0f0";
  }
  .fa-stethoscope:before {
    content: "\f0f1";
  }
  .fa-suitcase:before {
    content: "\f0f2";
  }
  .fa-bell-o:before {
    content: "\f0a2";
  }
  .fa-coffee:before {
    content: "\f0f4";
  }
  .fa-cutlery:before {
    content: "\f0f5";
  }
  .fa-file-text-o:before {
    content: "\f0f6";
  }
  .fa-building-o:before {
    content: "\f0f7";
  }
  .fa-hospital-o:before {
    content: "\f0f8";
  }
  .fa-ambulance:before {
    content: "\f0f9";
  }
  .fa-medkit:before {
    content: "\f0fa";
  }
  .fa-fighter-jet:before {
    content: "\f0fb";
  }
  .fa-beer:before {
    content: "\f0fc";
  }
  .fa-h-square:before {
    content: "\f0fd";
  }
  .fa-plus-square:before {
    content: "\f0fe";
  }
  .fa-angle-double-left:before {
    content: "\f100";
  }
  .fa-angle-double-right:before {
    content: "\f101";
  }
  .fa-angle-double-up:before {
    content: "\f102";
  }
  .fa-angle-double-down:before {
    content: "\f103";
  }
  .fa-angle-left:before {
    content: "\f104";
  }
  .fa-angle-right:before {
    content: "\f105";
  }
  .fa-angle-up:before {
    content: "\f106";
  }
  .fa-angle-down:before {
    content: "\f107";
  }
  .fa-desktop:before {
    content: "\f108";
  }
  .fa-laptop:before {
    content: "\f109";
  }
  .fa-tablet:before {
    content: "\f10a";
  }
  .fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
  }
  .fa-circle-o:before {
    content: "\f10c";
  }
  .fa-quote-left:before {
    content: "\f10d";
  }
  .fa-quote-right:before {
    content: "\f10e";
  }
  .fa-spinner:before {
    content: "\f110";
  }
  .fa-circle:before {
    content: "\f111";
  }
  .fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
  }
  .fa-github-alt:before {
    content: "\f113";
  }
  .fa-folder-o:before {
    content: "\f114";
  }
  .fa-folder-open-o:before {
    content: "\f115";
  }
  .fa-smile-o:before {
    content: "\f118";
  }
  .fa-frown-o:before {
    content: "\f119";
  }
  .fa-meh-o:before {
    content: "\f11a";
  }
  .fa-gamepad:before {
    content: "\f11b";
  }
  .fa-keyboard-o:before {
    content: "\f11c";
  }
  .fa-flag-o:before {
    content: "\f11d";
  }
  .fa-flag-checkered:before {
    content: "\f11e";
  }
  .fa-terminal:before {
    content: "\f120";
  }
  .fa-code:before {
    content: "\f121";
  }
  .fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
  }
  .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
  }
  .fa-location-arrow:before {
    content: "\f124";
  }
  .fa-crop:before {
    content: "\f125";
  }
  .fa-code-fork:before {
    content: "\f126";
  }
  .fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
  }
  .fa-question:before {
    content: "\f128";
  }
  .fa-info:before {
    content: "\f129";
  }
  .fa-exclamation:before {
    content: "\f12a";
  }
  .fa-superscript:before {
    content: "\f12b";
  }
  .fa-subscript:before {
    content: "\f12c";
  }
  .fa-eraser:before {
    content: "\f12d";
  }
  .fa-puzzle-piece:before {
    content: "\f12e";
  }
  .fa-microphone:before {
    content: "\f130";
  }
  .fa-microphone-slash:before {
    content: "\f131";
  }
  .fa-shield:before {
    content: "\f132";
  }
  .fa-calendar-o:before {
    content: "\f133";
  }
  .fa-fire-extinguisher:before {
    content: "\f134";
  }
  .fa-rocket:before {
    content: "\f135";
  }
  .fa-maxcdn:before {
    content: "\f136";
  }
  .fa-chevron-circle-left:before {
    content: "\f137";
  }
  .fa-chevron-circle-right:before {
    content: "\f138";
  }
  .fa-chevron-circle-up:before {
    content: "\f139";
  }
  .fa-chevron-circle-down:before {
    content: "\f13a";
  }
  .fa-html5:before {
    content: "\f13b";
  }
  .fa-css3:before {
    content: "\f13c";
  }
  .fa-anchor:before {
    content: "\f13d";
  }
  .fa-unlock-alt:before {
    content: "\f13e";
  }
  .fa-bullseye:before {
    content: "\f140";
  }
  .fa-ellipsis-h:before {
    content: "\f141";
  }
  .fa-ellipsis-v:before {
    content: "\f142";
  }
  .fa-rss-square:before {
    content: "\f143";
  }
  .fa-play-circle:before {
    content: "\f144";
  }
  .fa-ticket:before {
    content: "\f145";
  }
  .fa-minus-square:before {
    content: "\f146";
  }
  .fa-minus-square-o:before {
    content: "\f147";
  }
  .fa-level-up:before {
    content: "\f148";
  }
  .fa-level-down:before {
    content: "\f149";
  }
  .fa-check-square:before {
    content: "\f14a";
  }
  .fa-pencil-square:before {
    content: "\f14b";
  }
  .fa-external-link-square:before {
    content: "\f14c";
  }
  .fa-share-square:before {
    content: "\f14d";
  }
  .fa-compass:before {
    content: "\f14e";
  }
  .fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
  }
  .fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
  }
  .fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
  }
  .fa-euro:before, .fa-eur:before {
    content: "\f153";
  }
  .fa-gbp:before {
    content: "\f154";
  }
  .fa-dollar:before, .fa-usd:before {
    content: "\f155";
  }
  .fa-rupee:before, .fa-inr:before {
    content: "\f156";
  }
  .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
  }
  .fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
  }
  .fa-won:before, .fa-krw:before {
    content: "\f159";
  }
  .fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
  }
  .fa-file:before {
    content: "\f15b";
  }
  .fa-file-text:before {
    content: "\f15c";
  }
  .fa-sort-alpha-asc:before {
    content: "\f15d";
  }
  .fa-sort-alpha-desc:before {
    content: "\f15e";
  }
  .fa-sort-amount-asc:before {
    content: "\f160";
  }
  .fa-sort-amount-desc:before {
    content: "\f161";
  }
  .fa-sort-numeric-asc:before {
    content: "\f162";
  }
  .fa-sort-numeric-desc:before {
    content: "\f163";
  }
  .fa-thumbs-up:before {
    content: "\f164";
  }
  .fa-thumbs-down:before {
    content: "\f165";
  }
  .fa-youtube-square:before {
    content: "\f166";
  }
  .fa-youtube:before {
    content: "\f167";
  }
  .fa-xing:before {
    content: "\f168";
  }
  .fa-xing-square:before {
    content: "\f169";
  }
  .fa-youtube-play:before {
    content: "\f16a";
  }
  .fa-dropbox:before {
    content: "\f16b";
  }
  .fa-stack-overflow:before {
    content: "\f16c";
  }
  .fa-instagram:before {
    content: "\f16d";
  }
  .fa-flickr:before {
    content: "\f16e";
  }
  .fa-adn:before {
    content: "\f170";
  }
  .fa-bitbucket:before {
    content: "\f171";
  }
  .fa-bitbucket-square:before {
    content: "\f172";
  }
  .fa-tumblr:before {
    content: "\f173";
  }
  .fa-tumblr-square:before {
    content: "\f174";
  }
  .fa-long-arrow-down:before {
    content: "\f175";
  }
  .fa-long-arrow-up:before {
    content: "\f176";
  }
  .fa-long-arrow-left:before {
    content: "\f177";
  }
  .fa-long-arrow-right:before {
    content: "\f178";
  }
  .fa-apple:before {
    content: "\f179";
  }
  .fa-windows:before {
    content: "\f17a";
  }
  .fa-android:before {
    content: "\f17b";
  }
  .fa-linux:before {
    content: "\f17c";
  }
  .fa-dribbble:before {
    content: "\f17d";
  }
  .fa-skype:before {
    content: "\f17e";
  }
  .fa-foursquare:before {
    content: "\f180";
  }
  .fa-trello:before {
    content: "\f181";
  }
  .fa-female:before {
    content: "\f182";
  }
  .fa-male:before {
    content: "\f183";
  }
  .fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
  }
  .fa-sun-o:before {
    content: "\f185";
  }
  .fa-moon-o:before {
    content: "\f186";
  }
  .fa-archive:before {
    content: "\f187";
  }
  .fa-bug:before {
    content: "\f188";
  }
  .fa-vk:before {
    content: "\f189";
  }
  .fa-weibo:before {
    content: "\f18a";
  }
  .fa-renren:before {
    content: "\f18b";
  }
  .fa-pagelines:before {
    content: "\f18c";
  }
  .fa-stack-exchange:before {
    content: "\f18d";
  }
  .fa-arrow-circle-o-right:before {
    content: "\f18e";
  }
  .fa-arrow-circle-o-left:before {
    content: "\f190";
  }
  .fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
  }
  .fa-dot-circle-o:before {
    content: "\f192";
  }
  .fa-wheelchair:before {
    content: "\f193";
  }
  .fa-vimeo-square:before {
    content: "\f194";
  }
  .fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
  }
  .fa-plus-square-o:before {
    content: "\f196";
  }
  .fa-space-shuttle:before {
    content: "\f197";
  }
  .fa-slack:before {
    content: "\f198";
  }
  .fa-envelope-square:before {
    content: "\f199";
  }
  .fa-wordpress:before {
    content: "\f19a";
  }
  .fa-openid:before {
    content: "\f19b";
  }
  .fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
  }
  .fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
  }
  .fa-yahoo:before {
    content: "\f19e";
  }
  .fa-google:before {
    content: "\f1a0";
  }
  .fa-reddit:before {
    content: "\f1a1";
  }
  .fa-reddit-square:before {
    content: "\f1a2";
  }
  .fa-stumbleupon-circle:before {
    content: "\f1a3";
  }
  .fa-stumbleupon:before {
    content: "\f1a4";
  }
  .fa-delicious:before {
    content: "\f1a5";
  }
  .fa-digg:before {
    content: "\f1a6";
  }
  .fa-pied-piper:before {
    content: "\f1a7";
  }
  .fa-pied-piper-alt:before {
    content: "\f1a8";
  }
  .fa-drupal:before {
    content: "\f1a9";
  }
  .fa-joomla:before {
    content: "\f1aa";
  }
  .fa-language:before {
    content: "\f1ab";
  }
  .fa-fax:before {
    content: "\f1ac";
  }
  .fa-building:before {
    content: "\f1ad";
  }
  .fa-child:before {
    content: "\f1ae";
  }
  .fa-paw:before {
    content: "\f1b0";
  }
  .fa-spoon:before {
    content: "\f1b1";
  }
  .fa-cube:before {
    content: "\f1b2";
  }
  .fa-cubes:before {
    content: "\f1b3";
  }
  .fa-behance:before {
    content: "\f1b4";
  }
  .fa-behance-square:before {
    content: "\f1b5";
  }
  .fa-steam:before {
    content: "\f1b6";
  }
  .fa-steam-square:before {
    content: "\f1b7";
  }
  .fa-recycle:before {
    content: "\f1b8";
  }
  .fa-automobile:before, .fa-car:before {
    content: "\f1b9";
  }
  .fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
  }
  .fa-tree:before {
    content: "\f1bb";
  }
  .fa-spotify:before {
    content: "\f1bc";
  }
  .fa-deviantart:before {
    content: "\f1bd";
  }
  .fa-soundcloud:before {
    content: "\f1be";
  }
  .fa-database:before {
    content: "\f1c0";
  }
  .fa-file-pdf-o:before {
    content: "\f1c1";
  }
  .fa-file-word-o:before {
    content: "\f1c2";
  }
  .fa-file-excel-o:before {
    content: "\f1c3";
  }
  .fa-file-powerpoint-o:before {
    content: "\f1c4";
  }
  .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
  }
  .fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
  }
  .fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
  }
  .fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
  }
  .fa-file-code-o:before {
    content: "\f1c9";
  }
  .fa-vine:before {
    content: "\f1ca";
  }
  .fa-codepen:before {
    content: "\f1cb";
  }
  .fa-jsfiddle:before {
    content: "\f1cc";
  }
  .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
  }
  .fa-circle-o-notch:before {
    content: "\f1ce";
  }
  .fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
  }
  .fa-ge:before, .fa-empire:before {
    content: "\f1d1";
  }
  .fa-git-square:before {
    content: "\f1d2";
  }
  .fa-git:before {
    content: "\f1d3";
  }
  .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
  }
  .fa-tencent-weibo:before {
    content: "\f1d5";
  }
  .fa-qq:before {
    content: "\f1d6";
  }
  .fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
  }
  .fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
  }
  .fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
  }
  .fa-history:before {
    content: "\f1da";
  }
  .fa-circle-thin:before {
    content: "\f1db";
  }
  .fa-header:before {
    content: "\f1dc";
  }
  .fa-paragraph:before {
    content: "\f1dd";
  }
  .fa-sliders:before {
    content: "\f1de";
  }
  .fa-share-alt:before {
    content: "\f1e0";
  }
  .fa-share-alt-square:before {
    content: "\f1e1";
  }
  .fa-bomb:before {
    content: "\f1e2";
  }
  .fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
  }
  .fa-tty:before {
    content: "\f1e4";
  }
  .fa-binoculars:before {
    content: "\f1e5";
  }
  .fa-plug:before {
    content: "\f1e6";
  }
  .fa-slideshare:before {
    content: "\f1e7";
  }
  .fa-twitch:before {
    content: "\f1e8";
  }
  .fa-yelp:before {
    content: "\f1e9";
  }
  .fa-newspaper-o:before {
    content: "\f1ea";
  }
  .fa-wifi:before {
    content: "\f1eb";
  }
  .fa-calculator:before {
    content: "\f1ec";
  }
  .fa-paypal:before {
    content: "\f1ed";
  }
  .fa-google-wallet:before {
    content: "\f1ee";
  }
  .fa-cc-visa:before {
    content: "\f1f0";
  }
  .fa-cc-mastercard:before {
    content: "\f1f1";
  }
  .fa-cc-discover:before {
    content: "\f1f2";
  }
  .fa-cc-amex:before {
    content: "\f1f3";
  }
  .fa-cc-paypal:before {
    content: "\f1f4";
  }
  .fa-cc-stripe:before {
    content: "\f1f5";
  }
  .fa-bell-slash:before {
    content: "\f1f6";
  }
  .fa-bell-slash-o:before {
    content: "\f1f7";
  }
  .fa-trash:before {
    content: "\f1f8";
  }
  .fa-copyright:before {
    content: "\f1f9";
  }
  .fa-at:before {
    content: "\f1fa";
  }
  .fa-eyedropper:before {
    content: "\f1fb";
  }
  .fa-paint-brush:before {
    content: "\f1fc";
  }
  .fa-birthday-cake:before {
    content: "\f1fd";
  }
  .fa-area-chart:before {
    content: "\f1fe";
  }
  .fa-pie-chart:before {
    content: "\f200";
  }
  .fa-line-chart:before {
    content: "\f201";
  }
  .fa-lastfm:before {
    content: "\f202";
  }
  .fa-lastfm-square:before {
    content: "\f203";
  }
  .fa-toggle-off:before {
    content: "\f204";
  }
  .fa-toggle-on:before {
    content: "\f205";
  }
  .fa-bicycle:before {
    content: "\f206";
  }
  .fa-bus:before {
    content: "\f207";
  }
  .fa-ioxhost:before {
    content: "\f208";
  }
  .fa-angellist:before {
    content: "\f209";
  }
  .fa-cc:before {
    content: "\f20a";
  }
  .fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
  }
  .fa-meanpath:before {
    content: "\f20c";
  }
  .fa-buysellads:before {
    content: "\f20d";
  }
  .fa-connectdevelop:before {
    content: "\f20e";
  }
  .fa-dashcube:before {
    content: "\f210";
  }
  .fa-forumbee:before {
    content: "\f211";
  }
  .fa-leanpub:before {
    content: "\f212";
  }
  .fa-sellsy:before {
    content: "\f213";
  }
  .fa-shirtsinbulk:before {
    content: "\f214";
  }
  .fa-simplybuilt:before {
    content: "\f215";
  }
  .fa-skyatlas:before {
    content: "\f216";
  }
  .fa-cart-plus:before {
    content: "\f217";
  }
  .fa-cart-arrow-down:before {
    content: "\f218";
  }
  .fa-diamond:before {
    content: "\f219";
  }
  .fa-ship:before {
    content: "\f21a";
  }
  .fa-user-secret:before {
    content: "\f21b";
  }
  .fa-motorcycle:before {
    content: "\f21c";
  }
  .fa-street-view:before {
    content: "\f21d";
  }
  .fa-heartbeat:before {
    content: "\f21e";
  }
  .fa-venus:before {
    content: "\f221";
  }
  .fa-mars:before {
    content: "\f222";
  }
  .fa-mercury:before {
    content: "\f223";
  }
  .fa-intersex:before, .fa-transgender:before {
    content: "\f224";
  }
  .fa-transgender-alt:before {
    content: "\f225";
  }
  .fa-venus-double:before {
    content: "\f226";
  }
  .fa-mars-double:before {
    content: "\f227";
  }
  .fa-venus-mars:before {
    content: "\f228";
  }
  .fa-mars-stroke:before {
    content: "\f229";
  }
  .fa-mars-stroke-v:before {
    content: "\f22a";
  }
  .fa-mars-stroke-h:before {
    content: "\f22b";
  }
  .fa-neuter:before {
    content: "\f22c";
  }
  .fa-genderless:before {
    content: "\f22d";
  }
  .fa-facebook-official:before {
    content: "\f230";
  }
  .fa-pinterest-p:before {
    content: "\f231";
  }
  .fa-whatsapp:before {
    content: "\f232";
  }
  .fa-server:before {
    content: "\f233";
  }
  .fa-user-plus:before {
    content: "\f234";
  }
  .fa-user-times:before {
    content: "\f235";
  }
  .fa-hotel:before, .fa-bed:before {
    content: "\f236";
  }
  .fa-viacoin:before {
    content: "\f237";
  }
  .fa-train:before {
    content: "\f238";
  }
  .fa-subway:before {
    content: "\f239";
  }
  .fa-medium:before {
    content: "\f23a";
  }
  .fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
  }
  .fa-optin-monster:before {
    content: "\f23c";
  }
  .fa-opencart:before {
    content: "\f23d";
  }
  .fa-expeditedssl:before {
    content: "\f23e";
  }
  .fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
  }
  .fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
  }
  .fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
  }
  .fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
  }
  .fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
  }
  .fa-mouse-pointer:before {
    content: "\f245";
  }
  .fa-i-cursor:before {
    content: "\f246";
  }
  .fa-object-group:before {
    content: "\f247";
  }
  .fa-object-ungroup:before {
    content: "\f248";
  }
  .fa-sticky-note:before {
    content: "\f249";
  }
  .fa-sticky-note-o:before {
    content: "\f24a";
  }
  .fa-cc-jcb:before {
    content: "\f24b";
  }
  .fa-cc-diners-club:before {
    content: "\f24c";
  }
  .fa-clone:before {
    content: "\f24d";
  }
  .fa-balance-scale:before {
    content: "\f24e";
  }
  .fa-hourglass-o:before {
    content: "\f250";
  }
  .fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
  }
  .fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
  }
  .fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
  }
  .fa-hourglass:before {
    content: "\f254";
  }
  .fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
  }
  .fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
  }
  .fa-hand-scissors-o:before {
    content: "\f257";
  }
  .fa-hand-lizard-o:before {
    content: "\f258";
  }
  .fa-hand-spock-o:before {
    content: "\f259";
  }
  .fa-hand-pointer-o:before {
    content: "\f25a";
  }
  .fa-hand-peace-o:before {
    content: "\f25b";
  }
  .fa-trademark:before {
    content: "\f25c";
  }
  .fa-registered:before {
    content: "\f25d";
  }
  .fa-creative-commons:before {
    content: "\f25e";
  }
  .fa-gg:before {
    content: "\f260";
  }
  .fa-gg-circle:before {
    content: "\f261";
  }
  .fa-tripadvisor:before {
    content: "\f262";
  }
  .fa-odnoklassniki:before {
    content: "\f263";
  }
  .fa-odnoklassniki-square:before {
    content: "\f264";
  }
  .fa-get-pocket:before {
    content: "\f265";
  }
  .fa-wikipedia-w:before {
    content: "\f266";
  }
  .fa-safari:before {
    content: "\f267";
  }
  .fa-chrome:before {
    content: "\f268";
  }
  .fa-firefox:before {
    content: "\f269";
  }
  .fa-opera:before {
    content: "\f26a";
  }
  .fa-internet-explorer:before {
    content: "\f26b";
  }
  .fa-tv:before, .fa-television:before {
    content: "\f26c";
  }
  .fa-contao:before {
    content: "\f26d";
  }
  .fa-500px:before {
    content: "\f26e";
  }
  .fa-amazon:before {
    content: "\f270";
  }
  .fa-calendar-plus-o:before {
    content: "\f271";
  }
  .fa-calendar-minus-o:before {
    content: "\f272";
  }
  .fa-calendar-times-o:before {
    content: "\f273";
  }
  .fa-calendar-check-o:before {
    content: "\f274";
  }
  .fa-industry:before {
    content: "\f275";
  }
  .fa-map-pin:before {
    content: "\f276";
  }
  .fa-map-signs:before {
    content: "\f277";
  }
  .fa-map-o:before {
    content: "\f278";
  }
  .fa-map:before {
    content: "\f279";
  }
  .fa-commenting:before {
    content: "\f27a";
  }
  .fa-commenting-o:before {
    content: "\f27b";
  }
  .fa-houzz:before {
    content: "\f27c";
  }
  .fa-vimeo:before {
    content: "\f27d";
  }
  .fa-black-tie:before {
    content: "\f27e";
  }
  .fa-fonticons:before {
    content: "\f280";
  }
  .fa-reddit-alien:before {
    content: "\f281";
  }
  .fa-edge:before {
    content: "\f282";
  }
  .fa-credit-card-alt:before {
    content: "\f283";
  }
  .fa-codiepie:before {
    content: "\f284";
  }
  .fa-modx:before {
    content: "\f285";
  }
  .fa-fort-awesome:before {
    content: "\f286";
  }
  .fa-usb:before {
    content: "\f287";
  }
  .fa-product-hunt:before {
    content: "\f288";
  }
  .fa-mixcloud:before {
    content: "\f289";
  }
  .fa-scribd:before {
    content: "\f28a";
  }
  .fa-pause-circle:before {
    content: "\f28b";
  }
  .fa-pause-circle-o:before {
    content: "\f28c";
  }
  .fa-stop-circle:before {
    content: "\f28d";
  }
  .fa-stop-circle-o:before {
    content: "\f28e";
  }
  .fa-shopping-bag:before {
    content: "\f290";
  }
  .fa-shopping-basket:before {
    content: "\f291";
  }
  .fa-hashtag:before {
    content: "\f292";
  }
  .fa-bluetooth:before {
    content: "\f293";
  }
  .fa-bluetooth-b:before {
    content: "\f294";
  }
  .fa-percent:before {
    content: "\f295";
  }
  .map_container {
    margin-bottom: 23px;
  }
  .map_container iframe {
    width: 100%;
  }
  * {
    padding: 0;
    margin: 0;
  }
  img {
    border: none;
  }
  .h1,
  .h3,
  .h3_20 {
    border-bottom: 1px solid #fec021;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
  }
  .bold {
    font-weight: 700 !important;
  }
  .h3_20,
  .inp_button,
  .label,
  .main_nav li a,
  .sidebar_nav_ul li a {
    font-weight: 700;
  }
  .no_desk {
    display: none !important;
  }
  .img_block {
    display: block;
    width: 100%;
    height: auto;
  }
  .nomar {
    margin: 0 !important;
  }
  .nomarleft {
    margin-left: 0 !important;
  }
  .nomarright {
    margin-right: 0 !important;
  }
  .marbot5 {
    margin-bottom: 5px;
  }
  .marbot10 {
    margin-bottom: 10px;
  }
  .marbot20 {
    margin-bottom: 20px;
  }
  .marbot30 {
    margin-bottom: 30px;
  }
  .black {
    color: #000;
  }
  .text {
    color: #58595b;
  }
  .text a {
    color: #091f3f;
    text-decoration: none;
  }
  .text a:hover {
    text-decoration: underline;
    color: #fec021;
  }
  .text ol,
  .text ul {
    margin: 20px 0 20px 16px;
  }
  .text p {
    margin-bottom: 24px;
  }
  .wpcf7-response-output {
    color: #58595b;
  }
  .h1,
  .h2,
  .h2_20,
  .subtitle {
    color: #091f3f;
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
  }
  .contact_form p {
    line-height: 0;
    font-size: 0;
    margin-bottom: 0;
  }
  .subtitle {
    font-size: 16px;
    line-height: 20px;
    display: block;
  }
  .h1 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 10px;
  }
  .h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .h2_20 {
    font-size: 20px;
    line-height: 24px;
  }
  .h3 {
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 4px;
    margin-bottom: 5px;
  }
  .h3_20,
  .h3_20_blue {
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #091f3f;
    margin-bottom: 5px;
    padding: 0 10px 6px;
  }
  .h3_20_blue {
    border-bottom: 1px solid #8fc3e9;
  }
  .text h2,
  .text h3 {
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    color: #091f3f;
    margin-bottom: 10px;
  }
  .text h2 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fec021;
  }
  .text h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .h2_20 a,
  .h2_20 a:hover {
    color: #fec021;
  }
  .h2_20 a {
    text-decoration: none;
  }
  .cookie_col2 a,
  .cookie_continue,
  .h2_20 a:hover {
    text-decoration: underline;
  }
  .cookieholder2 {
    margin: 0 auto;
  }
  .cookie_continue {
    margin-top: -19px !important;
    cursor: pointer;
  }
  .footer a,
  .hd_email a,
  .hd_number,
  .inp_button,
  .main_nav li a {
    text-decoration: none;
  }
  .cookieholder {
    width: 100%;
    padding: 15px 0;
    background: #091f3f;
    display: none;
  }
  .cookie_continue,
  .cookie_title {
    color: #fff !important;
    line-height: 20px !important;
    font-weight: 700;
  }
  .cookie_col2 a,
  .cookie_col2 p,
  .main_nav li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
  }
  .cookie_col2 a,
  .cookie_col2 p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
  }
  body {
    overflow-y: scroll;
    background: #fff;
  }
  .container {
    width: 90%;
    margin: 20px auto 0;
  }
  .header .container {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
  }
  .main_nav {
    display: none !important;
  }
  .page-id-2 .main_nav {
    display: block;
    margin-top: 30px;
  }
  .main_nav li {
    position: relative;
  }
  .main_nav li a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    padding: 12px 2%;
    background: #091f3f;
    border: 1px solid #091f3f;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .inp_select,
  .inp_text,
  .inp_textarea,
  .label {
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .inp_text,
  .inp_textarea {
    -webkit-box-sizing: border-box;
  }
  .main_nav .sn_arrow,
  .sb_arrow {
    display: block;
    height: 10px;
    width: 6px;
    position: absolute;
    top: 16px;
    right: 10px;
    background-image: url(images/sn_arrow.png);
  }
  .fhd_social a,
  .footer,
  .icon_subnav,
  .inp_button,
  .label,
  .logo {
    display: block;
  }
  .icon_subnav {
    background: url(images/ico_subnav.png) center center no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
    z-index: 100;
  }
  .inp_select,
  .inp_text {
    height: 42px;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
  }
  .inp_select,
  .inp_text,
  .inp_textarea {
    width: 100%;
    padding: 4px 2%;
    border: 1px solid #ccc;
  }
  .label {
    font-size: 12px;
    color: #333;
    margin-bottom: 4px;
  }
  .inp_button,
  .inp_select,
  .inp_text,
  .inp_textarea {
    margin-bottom: 20px;
  }
  .inp_select,
  .inp_text,
  .inp_textarea {
    font-size: 16px;
    color: #939598;
  }
  .inp_text {
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    box-sizing: border-box;
  }
  .img.alignleft,
  .inp_textarea,
  img.alignright {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .inp_select {
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
  }
  .inp_textarea {
    height: 62px;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  .inp_button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    width: 50%;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #277c00;
    background: #9fed00;
    background: linear-gradient(to bottom, #9fed00 0, #277c00 100%);
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#9fed00', endColorstr='#277c00', GradientType=0)";
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .logo {
    width: 84px;
    height: 94px;
    background: url(images/logo.png) no-repeat;
    margin: 0 auto;
  }
  .hd_mobcol2 {
    padding-top: 26px;
  }
  .hd_email {
    font-family: open_sans, quest, arial;
    font-size: 15px;
    line-height: 16px;
    color: #091f3f;
    text-align: center;
    margin-bottom: 10px;
  }
  .hd_email a {
    color: #091f3f;
  }
  .hd_email a:hover {
    color: #fec021;
  }
  .hd_number {
    font-family: open_sans_b, quest, arial;
    font-size: 30px;
    line-height: 36px;
    color: #091f3f;
    text-align: center;
  }
  .button,
  .calc-button {
    text-align: left;
    cursor: pointer;
  }
  .footer {
    border-top: 8px solid #fec021;
    background: #091f3f;
    padding: 20px 0 25px;
    font-family: open_sans, quest, arial;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer a:hover {
    color: #fec021;
    text-decoration: underline;
  }
  .fcol1,
  .fcol2,
  .fcol3,
  .fcol4 {
    margin-bottom: 15px;
  }
  .fcol4 h5 {
    font-family: open_sans_b, quest, arial;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .fhd_social a {
    width: 30px;
    height: 30px;
    margin-right: 4px;
    background-image: url(images/hd_social.png);
    float: right;
  }
  .hd_linkedin {
    background-position: 0 0;
  }
  .hd_facebook {
    background-position: -30px 0;
  }
  .hd_twitter {
    background-position: -60px 0;
  }
  .hd_googleplus {
    background-position: -90px 0;
  }
  .hd_youtube {
    background-position: -120px 0;
  }
  .breadcrumb {
    font-family: open_sans, quest, arial;
    font-size: 12px;
    line-height: 24px;
    color: #fec021;
    padding: 0 0 10px;
    border-bottom: 2px solid #fec021;
    margin-bottom: 30px;
  }
  .breadcrumb a {
    color: #58595b;
    text-decoration: none;
    padding: 0 10px;
  }
  .breadcrumb a:hover {
    color: #091f3f;
    text-decoration: underline;
  }
  .breadcrumb div {
    color: #fec021;
    padding: 0 10px;
  }
  .cert_grid_info,
  .service_grid_info {
    font-family: open_sans, quest, arial;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
  }
  .breadcrumb_home {
    background: url(images/breadcrumb_home.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 13px;
    padding: 0;
  }
  .breadcrumb_last {
    padding: 0 10px;
  }
  .cert_grid,
  .service_grid {
    padding: 15px;
    background: #091f3f;
    margin-bottom: 20px;
  }
  .cert_grid .button {
    float: none;
  }
  .cert_grid a {
    text-decoration: none;
  }
  .cert_grid_info {
    font-size: 16px;
  }
  .service_grid a {
    text-decoration: none;
  }
  .service_grid_info {
    font-size: 12px;
  }
  .service_grid_title {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
  }
  .service_grid_title span {
    color: #fec021;
  }
  .button,
  .sidebar_nav_ul li a {
    color: #fff;
    background: #091f3f;
    position: relative;
    text-decoration: none;
  }
  .page_banner730_single,
  .page_banner980,
  .page_banner_485 {
    margin-bottom: 30px;
  }
  img.alignleft,
  img.alignright {
    border: 1px solid #fec021;
    padding: 5px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
  }
  .button {
    font-family: quest, arial;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding: 5px 40px 3px 10px;
    float: right;
    border: 0;
  }
  .wpcf7-not-valid {
    border: 1px dashed red;
  }
  .mobile_image {
    width: 100%;
    margin-bottom: 30px;
  }
  .news_item_cont,
  .sidebar_nav_ul {
    margin-bottom: 20px;
  }
  .sidebar_nav_ul li {
    display: none;
  }
  .sidebar_nav_ul li a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    padding: 12px 2%;
    border: 1px solid #091f3f;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar_nav_ul .sub-menu a {
    background: #fec021;
    color: #091f3f;
  }
  .news_date,
  .news_read {
    line-height: 15px;
    color: #fec021;
    font-family: open_sans_b, Arial, Helvetica, sans-serif;
    display: block;
  }
  .sidebar_nav_ul li.current-menu-ancestor,
  .sidebar_nav_ul li.current-menu-item,
  .sidebar_nav_ul li.current-menu-item .sub-menu,
  .sidebar_nav_ul li.current-menu-parent,
  .sidebar_nav_ul li.current-page-ancestor,
  .sidebar_nav_ul li.current-page-parent,
  .sidebar_nav_ul li.current_page_ancestor,
  .sidebar_nav_ul li.current_page_item,
  .sidebar_nav_ul li.current_page_item .sub-menu,
  .sidebar_nav_ul li.current_page_parent,
  .sub-menu li {
    display: block;
  }
  .news_item_cont {
    padding: 15px;
    border: 1px solid #091f3f;
  }
  .news_item_cont a {
    text-decoration: none;
  }
  .news_date {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .pagination,
  .sidebar_nav_cont,
  .twitted_feed {
    margin-bottom: 30px;
  }
  .news_read {
    font-size: 13px;
    text-decoration: none;
  }
  .news_col1 img {
    width: 100%;
    height: auto;
    display: none;
  }
  .pagination ul li {
    list-style: none;
    float: left;
  }
  .pagination a,
  .pagination span {
    display: block;
    width: 30px;
    height: 30px;
    background: #fec021;
    font-family: open_sans_b, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-right: 3px;
  }
  .pagination a:hover,
  .pagination span.current {
    background: #091f3f;
  }
  .sidebar_link a.menu {
    display: block;
    font-family: quest, arial;
    font-size: 16px;
    line-height: 20px;
    color: #091f3f;
    padding: 10px;
    border-bottom: 1px solid #fec021;
    text-decoration: none;
    position: relative;
  }
  .newsletter_label,
  .newsletter_signup_form,
  .sidebar_newsletter_signup {
    font-family: quest, open_sans, quest, arial;
    color: #fff;
  }
  .twitted_feed {
    display: block;
  }
  .sidebar_newsletter_cont {
    background: #091f3f;
    padding: 10px;
    margin-bottom: 30px;
  }
  .sidebar_newsletter_signup {
    display: block;
    padding-left: 25px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .icon_mail {
    display: block;
    width: 16px;
    height: 12px;
    background: url(images/icon_mail.png) no-repeat;
    position: absolute;
    margin-top: 4px;
    margin-left: -25px;
  }
  .newsletter_label {
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-bottom: 5px;
  }
  .newsletter_signup_form {
    font-size: 13px;
    line-height: 20px;
  }
  .calc-select,
  .inp_email {
    font-family: open_sans, arial;
    -ms-box-sizing: border-box;
  }
  .calendar_icon_month,
  .inp_email {
    font-size: 12px;
    line-height: 16px;
  }
  .inp_email {
    display: block;
    width: 100%;
    height: 30px;
    padding: 3px 40px 3px 4px;
    border: 0;
    color: #333;
    box-sizing: border-box;
  }
  .calendar_icon_date,
  .calendar_icon_month {
    font-family: open_sans_b, quest, arial;
    display: block;
    text-align: center;
  }
  .button_email {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    background: #fec021;
    border: 0;
    position: relative;
    cursor: pointer;
    margin-top: -30px;
    margin-left: 0;
  }
  .button_email span {
    display: block;
    position: absolute;
    height: 13px;
    width: 9px;
    background: url(images/icon_arrow_white.png) no-repeat;
    right: 10px;
    top: 7px;
  }
  .calendar_icon {
    border: 1px solid #000;
    width: 42px;
    height: 42px;
    background: #fff;
    float: right;
    margin-left: 10px;
  }
  .calendar_icon_month {
    background: #000;
    height: 16px;
    color: #fff;
    text-transform: uppercase;
  }
  .calendar_icon_date {
    font-size: 20px;
    line-height: 25px;
    color: #091f3f;
  }
  .single_cat,
  .single_tag,
  .tabs li a {
    font-family: open_sans, Arial, Helvetica, sans-serif;
  }
  .news_orange .calendar_icon {
    border-color: #fec021;
  }
  .news_orange .calendar_icon_month {
    background: #fec021;
  }
  .news_green .calendar_icon {
    border-color: #00bc00;
  }
  .news_green .calendar_icon_month {
    background: #00bc00;
  }
  .single_cat,
  .single_tag {
    font-size: 12px;
    line-height: 16px;
    color: #58595b;
  }
  .single_cat a {
    color: #091f3f;
  }
  .tabs {
    margin-bottom: 20px;
  }
  .case_study_block,
  .panes {
    margin-bottom: 30px;
  }
  .tabs li a {
    font-size: 20px;
    line-height: 26px;
    color: #58595b;
    display: block;
    text-decoration: none;
  }
  .pane {
    display: none;
  }
  .case_study_block {
    display: block;
    position: relative;
  }
  .case_study_overlay_text,
  .hd_get_quote_mobile {
    color: #fff;
    position: absolute;
    text-decoration: none;
  }
  .case_study_overlay_text {
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 38px;
    width: 100%;
    padding: 2%;
    background: #091f3f;
  }
  .hd_get_quote_mobile {
    font-family: quest, open_sans, quest, arial;
    font-size: 14px;
    line-height: 22px;
    background: #00bc00;
    padding: 4px 18px;
    margin-left: 20px;
    cursor: pointer;
    top: -20px;
    right: -20px;
    display: none;
  }
  .col4-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .col4-4-inner {
    padding: 9px;
    border: 1px solid #fff;
    display: block;
    text-decoration: none;
    width: 42%;
    float: left;
  }
  .simple_overlay2,
  .simple_overlay2_mobile {
    background-color: #00bc00;
    padding: 20px;
    z-index: 10000;
  }
  .hm-icon {
    font-size: 35px;
    line-height: 35px;
    display: block;
    margin-bottom: 10px;
    color: #fec021;
  }
  .col4-4 .h2 {
    font-size: 19px;
  }
  .col4-4 .text {
    font-size: 12px;
    line-height: 16px;
  }
  .simple_overlay2 {
    display: none;
    width: 810px;
    min-height: 200px;
  }
  .simple_overlay2_mobile {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .calc-stp1 {
    font-family: open_sans, quest, arial;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    display: block;
    position: relative;
    padding: 0 25px;
  }
  .calc-stp1-icon,
  .calc-stp1-no {
    position: absolute;
    top: 0;
    font-size: 30px;
    line-height: 30px;
    color: #80de80;
  }
  .calc-col2,
  .calc-col3 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 20px;
  }
  .calc-stp1-icon {
    right: -5px;
  }
  .calc-stp1-no {
    left: 0;
    font-family: open_sans_b, quest, arial;
  }
  .calc-col1 {
    margin-bottom: 20px;
  }
  .calc-col4 {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .calc-col2,
  .calc-col3,
  .calc-col4 {
    text-align: center;
  }
  .calc-icol1 {
    padding-right: 5px;
    float: left;
  }
  .calc-icol2 {
    width: 95px;
    padding-left: 5px;
    float: left;
  }
  .calc-title {
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 20px;
  }
  .calc-img1,
  .calc-img2 {
    margin: 10px auto 15px;
    display: block;
  }
  .calc-label {
    font-family: open_sans_b, quest, arial;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    display: block;
  }
  .calc-label small,
  .calc-text-small {
    font-family: open_sans, quest, arial;
  }
  .calc-col2 .calc-label,
  .calc-col3 .calc-label {
    font-size: 14px;
    line-height: 20px;
  }
  .calc-label a {
    color: #fff;
  }
  .calc2-col1 .calc-label,
  .calc2-col2 .calc-label {
    line-height: 26px;
  }
  .calc-text-small {
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    display: block;
  }
  .calc-img1 {
    background: url(images/calc-img1.png) no-repeat;
    width: 83px;
    height: 81px;
  }
  .calc-img2 {
    background: url(images/calc-img2.png) no-repeat;
    width: 65px;
    height: 110px;
  }
  .calc-select {
    display: block;
    width: 100%;
    height: 26px;
    padding: 3px 5px;
    font-size: 13px;
    line-height: 20px;
    color: #58595b;
    border: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .calc-input,
  .calc-input-textarea {
    padding: 3px 5px;
    font-family: open_sans, arial;
    font-size: 13px;
    line-height: 20px;
    color: #58595b;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: block;
    width: 100%;
    border: 0;
  }
  .calc-input {
    height: 26px;
    box-sizing: border-box;
  }
  .calc-input-textarea {
    height: 72px;
    box-sizing: border-box;
  }
  .calc-button,
  .calc-change {
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .calc-button {
    font-family: quest, arial;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: block;
    padding: 9px 15px 8px;
    background: #091f3f;
    border: 0;
    position: relative;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .calc-button-2 {
    position: relative;
    cursor: pointer;
    text-decoration: none;
  }
  .calc-button .fa {
    color: #fdc020;
    margin-left: 10px;
  }
  .calc-inc {
    display: inline-block;
    background-color: #081f3e;
    padding: 1px;
    width: 116px;
    height: 33px;
  }
  .calc-inc-add,
  .calc-inc-minus {
    width: 33px;
    background-color: #081f3e;
    font-size: 25px;
    color: #fdc020;
    display: block;
    height: 33px;
    font-family: arial;
    font-weight: 700;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    float: left;
    cursor: pointer;
  }
  .calc-inc-add {
    line-height: 33px;
  }
  .calc-inc-minus {
    line-height: 30px;
  }
  .calc-inc-digit,
  ​ .e {
    background-color: #fff;
  }
  .calc-inc-digit {
    display: block;
    height: 33px;
    width: 50px;
    float: left;
    font-family: arial;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    text-align: center;
    border: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  .calc-checkbox {
    width: 37px;
    height: 37px;
    outline: 0;
    margin-left: 3px;
    margin-top: 3px;
  }
  .calc-checkbox:before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 43px;
    background-image: url(images/calc-checkbox.png);
    background-position: bottom;
    cursor: pointer;
    margin-left: -3px;
    margin-top: -3px;
  }
  .calc-checkbox:checked:before {
    background-position: top;
  }
  .calc-change,
  .calc2-result {
    background-color: #081f3e;
    display: block;
  }
  .calc-options {
    color: #fdc020;
  }
  .calc-change {
    text-align: right;
    cursor: pointer;
    padding: 10px 20px 11px;
    font-family: quest;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
  }
  .m-button,
  .m-getaquote,
  .wp-caption {
    text-align: center;
  }
  .calc-price,
  .calc2-result,
  .m-button {
    font-family: open_sans_b;
  }
  .calc-change .fa {
    color: #fdc020;
    font-size: 16px;
    margin-right: 10px;
  }
  .martop20 {
    margin-top: 15px;
  }
  .calc-price {
    font-size: 30px;
    line-height: 50px;
    color: #fdc020;
    display: block;
  }
  .calc2-result {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  .calc-form,
  .calc2-col1,
  .calc2-col2 {
    display: block;
  }
  .calc-step2,
  .sub-menu-wrap-0 {
    display: none;
  }
  .simple_overlay2 .close {
    background-image: url(images/close.png);
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    height: 20px;
    width: 20px;
  }
  .m-button,
  .m-button .fa,
  .m-header,
  .m-logo {
    display: block;
  }
  .m-header {
    border-bottom: 3px solid #091f3f;
    background-color: #fff;
    height: 54px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10000;
    padding: 5px 0;
  }
  .m-logo {
    width: 45px;
    height: 51px;
    background: url(images/mob-icon.png) no-repeat;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    top: 7px;
  }
  .m-button {
    float: left;
    width: 64px;
    height: 50px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #091f3f;
    text-decoration: none;
  }
  .calculate_shredding_button2,
  .m-getaquote,
  .mobile-two-buttons a {
    font-family: quest, open_sans, quest, arial;
    text-decoration: none;
  }
  .m-menu-tel {
    margin-left: 60px;
    margin-right: 10px;
  }
  .m-button .fa {
    color: #fec021;
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 2px;
  }
  img.aligncenter {
    max-width: 100%;
  }
  .mobile-banner img {
    max-width: 100%;
    height: auto !important;
    display: block;
  }
  .mob-hidden {
    display: none;
  }
  .m-getaquote {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: block;
    background: #00bc00;
    padding: 10px 18px;
    cursor: pointer;
  }
  .m-button-1 {
    width: 50%;
    float: left;
    display: block;
    padding: 6px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile-two-buttons {
    background: #091f3f;
    padding: 6px;
  }
  .mobile-two-buttons a {
    padding: 12px;
    background: #00bc00;
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
  }
  .mobile-two-buttons a.m-link-yellow {
    background: #fec021;
  }
  .case_study_block img {
    display: block;
  }
  .calculate_shredding_button2 {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    background: #00bc00;
    display: block;
    padding: 8px 18px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
  }
  .download_button {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    background: #00bc00;
    display: block;
    padding: 8px 18px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-family: quest, open_sans, quest, arial;
    display: none;
  }
  .button_search,
  .calculate_shredding_button,
  .cert_grid img,
  .displaynone,
  .footer_logos,
  .footer_testimonial,
  .hcol1,
  .hd_get_quote,
  .home_banner_cont,
  .home_news,
  .inp_search,
  .newsletter_signup,
  .newsletter_signup_hidden,
  .page_banner_159,
  .page_banner_299,
  .page_banner_2_159,
  .page_banner_2_160,
  .panecol1,
  .service_grid img,
  .services_grid,
  .sidebar_news_cont,
  .simple_overlay {
    display: none;
  }
  .alignnone {
    margin: 5px 20px 20px 0;
  }
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto;
  }
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  .aligncenter {
    display: block;
    margin: 5px auto;
  }
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  a img.alignleft,
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  a img.alignleft {
    float: left;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
  }
  .wp-caption.alignleft,
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  .wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }
  .contact_form {
    background: #00bc00;
    padding: 10px;
  }
  .contact_form .h2,
  .contact_form .label {
    color: #fff;
  }
  #click-menu {
    background-color: #091f3f !important;
    z-index: 99 !important;
  }
  .bottom_form_cont {
    display: none !important;
  }
  .m-header {
    position: fixed;
  }
}

@media only screen and (max-width: 750px) and (max-device-width: 750px) and (max-width: 750px) {
  .header-spacer {
    height: 67px;
  }
}

@media only screen and (max-width: 750px) and (max-device-width: 750px) {
  .service_grid {
    padding: 0;
    margin: 0 2% 2% !important;
  }
  .service_grid .service_grid_info {
    left: 0;
  }
  .mobile_version .service_grid .service_grid_info {
    bottom: 0 !important;
  }
  .m-header .menu-icon {
    width: 30px;
    height: 20px;
    background: #091f3f;
    padding: 10px;
    margin-left: 10px;
    margin-top: 8px;
    display: block;
    float: left;
    cursor: pointer;
  }
  .m-header .menu-icon .line {
    background: #fec021;
    width: 100%;
    height: 4px;
    margin-bottom: 4px;
  }
  .m-header .menu-new_main_menu_2017-container {
    display: none;
    background: #091f3f;
  }
  .m-header .menu-new_main_menu_2017-container.open {
    display: block;
  }
  .m-header .menu-new_main_menu_2017-container li {
    text-align: center;
    padding: 8px;
    border-bottom: solid 1px #28436b;
  }
  .m-header .menu-new_main_menu_2017-container li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-family: quest, open_sans, quest, arial;
  }
  .m-header .menu-new_main_menu_2017-container li .dropdown {
    display: none;
  }
  .m-header .menu-new_main_menu_2017-container li.menu-item-has-children .dropdown {
    margin-left: 10px;
    display: inline-block;
  }
  .m-header .menu-new_main_menu_2017-container li .dropdown i {
    color: #fec021;
  }
  .m-header .menu-new_main_menu_2017-container li.menu-item-has-children .sub-menu {
    display: none;
  }
  .m-header .menu-new_main_menu_2017-container li.menu-item-has-children .sub-menu li .dropdown {
    display: none;
  }
  .m-header .menu-new_main_menu_2017-container li.menu-item-has-children .sub-menu li {
    font-size: 12px;
  }
  .m-header .menu-new_main_menu_2017-container li.menu-item-has-children .sub-menu li:first-child {
    border-top: solid 1px #28436b;
  }
  .m-header .menu-new_main_menu_2017-container li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0px;
  }
  .general_page_blocks .page_block {
    margin: 10px 0;
    width: 100%;
    height: 245px;
    float: left;
    overflow: hidden;
    position: relative;
  }
  .general_page_blocks .page_block .page_block_overlay {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2%;
    height: 20%;
    box-sizing: border-box;
    background: #091f3f;
    transition: 0.3s ease all;
  }
  .general_page_blocks .page_block .page_block_overlay h3 {
    position: absolute;
    width: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-family: quest,arial;
    line-height: 20px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

.slick-slide {
  float: left;
  height: inherit !important;
  min-height: 1px;
  display: none;
}

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-dots {
  padding: 0;
  margin: 16px 0 16px;
  text-align: center;
  height: 15px;
  width: 100%;
}

.slick-dots li {
  font-size: 0;
  text-indent: -9999px;
  border: none;
  list-style: none;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 0 4px;
}

.slick-dots li button {
  height: 15px;
  width: 15px;
  background-color: #002d61;
  border: none;
  border-radius: 50%;
  display: block;
  outline: none;
  opacity: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

/*
Theme Name: Bagnall & Morris
Theme URI: http://www.cocreatedesign.com
Description: Bagnall & Morris Custom Theme
Version: 1.0
Author: Gary Parker
Author URI: http://www.cocreatedesign.com
*/
/*############################################
Gary Parker @ CoCreate
05/03/2014
##############################################
#### NOTES ####
darkblue: #091f3f
green: #00bc00
orange: #fec021
--------------------------------------------*/
/*#### RESET ####*/
@media print {
  * {
    padding: 0;
    margin: 0;
  }
  html {
    /*min-height:101%;*/
  }
  body {
    overflow-y: scroll;
  }
  img {
    border: none;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
  }
  /*#### UTILITIES ####*/
  .clearboth {
    clear: both;
  }
  .bold {
    font-weight: bold !important;
  }
  .no_desk {
    display: none !important;
  }
  .img_block {
    display: block;
  }
  /*#### MARGINS AND PADDING ####*/
  .nomar {
    margin: 0 !important;
  }
  .nomarleft {
    margin-left: 0 !important;
  }
  .nomarright {
    margin-right: 0 !important;
  }
  .marbot5 {
    margin-bottom: 5px;
  }
  .marbot10 {
    margin-bottom: 10px;
  }
  .marbot20 {
    margin-bottom: 20px;
  }
  .marbot30 {
    margin-bottom: 30px;
  }
  /*#### COLOURS ####*/
  .black {
    color: #000000;
  }
  /*#### FONTS AND SIZES ####*/
  .text, .footer {
    font-family: open_sans, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #58595b;
  }
  .text a {
    color: #091f3f;
    text-decoration: none;
  }
  .text a:hover {
    text-decoration: underline;
    color: #fec021;
  }
  .text ul, .text ol {
    margin: 20px 0px 20px 20px;
  }
  .text p {
    margin-bottom: 24px;
  }
  .wpcf7-response-output {
    font-family: open_sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #58595b;
  }
  .contact_form p {
    line-height: 0px;
    font-size: 0px;
    margin-bottom: 0px;
  }
  .subtitle {
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #091f3f;
    display: block;
  }
  .h1 {
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #091f3f;
    padding-bottom: 10px;
    border-bottom: 1px solid #fec021;
  }
  .h2 {
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #091f3f;
  }
  .h2_20 {
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #091f3f;
  }
  .h2_20 a {
    color: #fec021;
    text-decoration: none;
  }
  .h2_20 a:hover {
    text-decoration: underline;
    color: #fec021;
  }
  .h3 {
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 28px;
    color: #fff;
    border-bottom: 1px solid #fec021;
    padding-bottom: 4px;
    margin-bottom: 5px;
  }
  .h3_20 {
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #091f3f;
    border-bottom: 1px solid #fec021;
    margin-bottom: 5px;
    padding: 0px 10px 6px 10px;
    font-weight: bold;
  }
  .h3_20_blue {
    font-family: quest, open_sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #091f3f;
    border-bottom: 1px solid #8fc3e9;
    margin-bottom: 5px;
    padding: 0px 10px 6px 10px;
  }
  .calendar_icon_month, .calendar_icon_date {
    display: inline-block;
    font-family: arial;
    color: #58595b;
  }
  .calendar_icon {
    border: 1px solid #091f3f;
    padding: 10px;
    margin-bottom: 20px;
  }
  img.alignright, img.alignleft {
    border: 1px solid #fec021;
    padding: 5px;
  }
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  .header,
  .col3_2,
  .fcol2,
  .fcol3,
  .fcol4,
  .breadcrumb,
  .footer_testimonial,
  .footer_logos,
  .single_cat,
  .addthis_toolbox,
  .cookieholder,
  .col1_1,
  .col2_2,
  .page_banner730_single,
  .service_grid_cont,
  .page_banner730 {
    display: none;
  }
}

#livechat-eye-catcher {
  display: none;
}

/* Eyecatcher on Livechat, needs to be turned off within Livechat panel? */
#new_homepage {
  font-family: 'Lato', sans-serif;
}

/* Clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/*New Wrapper*/
.wrapper_new {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  font-family: 'Lato', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  overflow-x: hidden;
}

/*Global Resets*/
#new_header ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none;
  transition: .5s ease;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.overlay .video_container {
  width: 800px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: open_sans,Arial,Helvetica,sans-serif;
}

.hd_get_quote {
  width: auto;
}

.sidebar_quote {
  width: 169px;
}

/* Global Settings */
.cta {
  font-family: 'Lato', sans-serif;
  float: left;
  padding: 10px 30px 12.5px;
  background-color: #00bc00;
  color: white;
  font-size: 15px;
  border: 1px solid #00bc00;
  transition: .5s ease;
}

.cta.gold {
  background-color: #fec021;
  border: 1px solid #fec021;
}

.cta.ghost {
  background-color: transparent;
  border: 1px solid #00bc00;
  color: #00bc00;
}

.cta.section_bottom {
  margin: 70px 0;
}

.cta.center {
  display: inline-block;
  float: none;
  margin: 0px auto;
}

.center_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

.standard_content {
  color: #091f3f;
  text-align: center;
}

.standard_content h2 {
  font-size: 25px;
  margin-bottom: 50px;
}

.standard_content p {
  margin-bottom: 32px;
  font-size: 17.5px;
  line-height: 22px;
}

.cta:hover {
  background-color: #007100;
  border: 1px solid #007100;
}

.cta.gold:hover {
  background-color: #b78a18;
  border: 1px solid #b78a18;
}

.cta.ghost:hover {
  background-color: #00bc00;
  color: white;
  border: 1px solid #00bc00;
}

.card {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  padding: 40px 20px;
  float: left;
  box-sizing: border-box;
  margin: 0 1.5%;
  position: relative;
  font-family: 'Lato', sans-serif;
}

.card.white {
  background-color: #fff;
}

.card img.icon {
  height: 30px;
  display: block;
  margin: 0px auto 20px;
}

.card img.arrow {
  height: 30px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.card h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Lato', sans-serif;
}

.card p {
  text-align: center;
  font-size: 17.5px;
  line-height: 22px;
  font-family: 'Lato', sans-serif;
}

.background_squares {
  height: 100%;
}

.background_squares.left {
  position: absolute;
  left: 0;
  z-index: -1;
}

.background_squares.right {
  position: absolute;
  right: 0;
  z-index: -1;
}

section h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 25px;
}

/* custom arrows using FA */
.sliderNext, .sliderPrev {
  font-size: 48px;
  color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}

.sliderNext:hover, .sliderPrev:hover {
  cursor: pointer;
}

.sliderPrev {
  left: 10%;
}

.sliderNext {
  right: 10%;
}

header {
  min-height: 135px;
  box-sizing: border-box;
  padding: 5px 0;
  overflow: hidden;
  background: white;
  position: relative;
}

header a.logo {
  height: 105px !important;
}

header a.logo img {
  height: 100%;
  transition: .5s ease;
}

header .right {
  height: auto;
  width: 90%;
  float: right;
}

header .right .top {
  float: right;
}

header .right .top .top_banner {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  float: left;
}

header .right .top .top_banner a {
  color: inherit;
}

header .right .top .top_banner img.carbon {
  height: 70px;
  margin-right: 10px;
}

header .right .top .top_banner h3 {
  float: left;
  position: relative;
  top: -5px;
  color: #00bc00;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 27.5px;
}

header .right .top .number {
  display: inline-block;
  padding-top: 18px;
}

header .right .top .number a {
  color: inherit;
}

header .right .top .number img.phone {
  height: 20px;
  margin: 0 15px;
  float: left;
  padding-top: 4px;
}

header .right .top .number h3 {
  float: left;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
}

header .right .top .search {
  display: inline-block;
  cursor: pointer;
}

header .right .top .search img.search {
  height: 22.5px;
  margin-left: 17.5px;
}

header .right .bottom {
  float: right;
}

header .right .bottom ul.sub-menu {
  display: none;
}

header .right .bottom ul li {
  float: left;
}

header .right .bottom ul li a {
  color: #091f3f;
  cursor: pointer;
}

header .right .bottom ul li a:after {
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background-color: currentColor;
  margin: 5px 0 0;
  transition: .5s ease-out;
}

header .right .bottom ul li.call_to_action {
  padding: 12.5px 25px;
  background-color: #00bc00;
  color: white;
  border: 1px solid #00bc00;
  transition: .5s ease;
  cursor: pointer;
  /* display: none; */
}

header .right .bottom ul li.call_to_action a {
  color: white;
}

header .wrapper_new {
  position: relative;
}

header .search_field_new {
  position: absolute;
  top: -30px;
  right: -5px;
  display: inline-block;
  width: 200px;
  opacity: 1;
  transition: .5s ease;
}

header .search_field_new input {
  background-color: lightgrey;
  position: relative;
  display: block;
  width: 136px;
  height: 19px;
  padding: 3px 30px 3px 4px;
  border: 0;
  font-family: open_sans,arial;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

.button_search span {
  display: block;
  position: absolute;
  height: 13px;
  width: 9px;
  background: url("images/icon_arrow_white.png") no-repeat;
  right: 8px;
  top: 6px;
}

header .search_field_new button {
  position: relative;
  left: -6px;
}

.button_search {
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  background: #fec021;
  border: 0;
  position: relative;
  cursor: pointer;
  margin-top: -25px;
  margin-left: 0;
}

header .search_field_new.active {
  top: -5PX;
}

/*Header Hoverstates*/
header a.logo img:hover {
  -ms-transform: rotate(5deg);
      transform: rotate(5deg);
}

header .right .bottom ul li a:hover:after {
  width: 50%;
}

header .right .bottom ul li.call_to_action a:after {
  content: none;
}

header .right .bottom ul li.call_to_action:hover {
  background-color: #007100;
  border: 1px solid #007100;
}

/*Meganav*/
#new_header .mega_nav {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  z-index: 220;
}

#new_header .mega_nav .inner {
  float: right;
  width: 80%;
  padding: 10px 0 15px;
  box-sizing: border-box;
  position: relative;
}

#new_header .mega_nav .inner .menu-waste-sub-menu-container, .menu-about-sub-menu-container, .menu-other-sub-menu-container, .menu-where-sub-menu-container, .menu-hub-sub-menu-container, .menu-our-services-sub-menu-container, .menu-our-locations-sub-menu-container {
  display: inline-block;
}

#new_header .mega_nav .inner .menu-about-sub-menu-container ul, #new_header .mega_nav .inner .menu-our-services-sub-menu-container ul, #new_header .mega_nav .inner .menu-our-locations-sub-menu-container ul {
  column-count: 2;
}

@media screen and (max-width: 600px) {
  #new_header .mega_nav .inner .menu-about-sub-menu-container ul, #new_header .mega_nav .inner .menu-our-services-sub-menu-container ul, #new_header .mega_nav .inner .menu-our-locations-sub-menu-container ul {
    column-count: 1;
  }
  #new_header .mega_nav .inner ul li {
    max-width: 200px;
  }
  #new_header .mega_nav .inner ul li a {
    line-height: 25px;
  }
  #new_header .mega_nav.show {
    width: 100% !important;
    left: 0 !important;
  }
}

#new_header .mega_nav .inner ul {
  display: inline-block;
  padding: 20px 0 15px;
}

#new_header .mega_nav .inner ul li {
  margin-bottom: 15px;
  min-width: 250px;
}

header .right .bottom ul li.mobile_menu {
  display: none;
  float: right;
  height: 11px;
  margin: 5px 10px;
  background: url("images/new_home/menu_search.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 10px;
  cursor: pointer;
}

#new_header .mega_nav .inner ul li a span {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #fff;
}

#new_header .mega_nav .inner .img_container img.mega_nav_img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

#new_header .mega_nav .inner .img_container {
  width: 66%;
  height: 100%;
  float: right;
  position: relative;
  height: 120px;
  top: 5px;
}

#new_header .mega_nav .inner .meganav_text {
  position: absolute;
  z-index: 5;
  color: white;
  text-align: center;
  width: 100%;
  top: 50%;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

#new_header .mega_nav .inner .meganav_text:after {
  content: "";
  display: inline-block;
  height: 35px;
  width: 35px;
  background-image: url(images/new_home/arrow_black.png);
  margin-left: 15px;
  position: relative;
  top: 10px;
  background-size: contain;
}

#new_header .mega_nav.show {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_full {
  width: auto;
  height: 100%;
  position: fixed;
  right: -240px;
  top: 0;
  z-index: 10;
  background: white;
  border-left: 5px solid black;
  padding: 0 30px 0 80px;
  transition: .5s ease;
}

.mobile_menu_full img.close {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 25px;
  width: auto;
  cursor: pointer;
}

.mobile_menu_full ul {
  display: inline-block;
  float: right;
  text-align: right;
  margin-top: 30px;
}

.mobile_menu_full ul li {
  margin: 0 0 10px;
}

.mobile_menu_full ul li a {
  color: #091f3f;
  cursor: pointer;
}

.mobile_menu_full.active {
  right: 0;
}

.mobile_menu_full input {
  background: lightgrey;
}

/* gdpr countdown*/
.gdpr_countdown {
  background: #00bc00;
  width: 100%;
  max-width: 350px;
  font-size: 15px;
  position: absolute;
  top: 25%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.gdpr_countdown_shredding {
  background: #00bc00;
  width: 100%;
  max-width: 350px;
  font-size: 15px;
  margin: 0 auto 20px auto;
}

.gdpr_countdown_inner {
  transition: 0.5s ease all;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #00bc00;
}

.gdpr_countdown_inner:hover {
  background: #007100;
  cursor: pointer;
}

.gdpr_countdown_inner .countdown_span {
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  display: block;
  color: #fff;
}

@media screen and (max-width: 400px) {
  .gdpr_countdown {
    top: 20%;
  }
}

/* Homepage Blocks */
/* Hero Section */
section.hero {
  height: auto;
}

section.hero .hero_banner {
  height: 500px;
  overflow: hidden;
  position: relative;
}

section.hero .hero_slider {
  height: 500px;
  overflow: hidden;
  position: relative;
}

section.hero .hero_slider .slick-slide {
  overflow: hidden;
  position: relative;
}

section.hero .hero_banner, .hero_slider .content {
  width: 400px;
  color: white;
  text-align: center;
}

section.hero .hero_banner, .hero_slider h1 {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 35px;
  font-family: 'Lato', sans-serif;
}

section.hero .hero_banner, .hero_slider .content .cta:nth-child(2) {
  margin: 0 25px;
}

section.hero .bottom {
  position: relative;
  top: -65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.hero .bottom .card {
  box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.4);
  min-height: 320px;
}

section.hero .bottom .card p {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}

section.hero .bottom .card:nth-child(1) h3 {
  color: #2f88dc;
}

section.hero .bottom .card:nth-child(2) h3 {
  color: #fec021;
}

section.hero .bottom .card:nth-child(3) h3 {
  color: #00bc00;
}

section.hero .bottom .card:nth-child(4) h3 {
  color: #2f88dc;
}

/* About Section */
section.about {
  height: 525px;
  position: relative;
}

section.about .background_squares img {
  height: 100%;
  position: relative;
  z-index: -1;
}

section.about .standard_content {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

section.about .cta_container {
  width: 50%;
  display: block;
  margin: 0 auto;
}

section.about .cta {
  font-family: 'Lato', sans-serif;
}

section.about .cta.gold {
  float: right;
}

section.about p {
  font-family: 'Lato', sans-serif;
}

section.about h2 {
  font-family: 'Lato', sans-serif;
}

/* New Hub & Sub menu pages */
section.banner {
  position: relative;
  width: 100%;
  height: 395px;
  overflow: hidden;
  text-align: center;
}

section.banner .banner_img {
  position: absolute;
  width: 100%;
  display: block;
  height: auto;
}

section.banner img.hub_banner {
  min-height: 150% !important;
  -ms-transform: translateY(-25%);
      transform: translateY(-25%);
}

section.banner .banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

section.banner h1.banner_title {
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin: 0;
  width: auto;
  position: static;
  background: none;
}

section.banner img.banner_img {
  position: absolute;
  width: 100%;
  display: block;
  min-height: 100%;
}

section.banner .banner_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

section.intro_text {
  width: 100%;
  max-width: 800px;
  margin: 60px auto;
}

section.intro_text p {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

section.intro_text p a {
  color: #00bc00;
  text-decoration: underline;
}

section.testimonials_block_container {
  width: 100%;
  background-image: url("images/new_home/bg_squares_expand.png"), url("images/new_home/bg_squares_right_expand.png");
  background-repeat: repeat-y, repeat-y;
  background-position: top left, top right;
  background-size: 20%, 20%;
  text-align: center;
  margin-bottom: 60px;
}

section.testimonials_block_container .the_testimonial {
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #008CD7;
  margin: 60px auto;
}

section.testimonials_block_container .the_testimonial span.testimonial_content {
  font-weight: 400;
  display: block;
  line-height: 35px;
}

section.testimonials_block_container .the_testimonial span.testimonial_tag {
  font-weight: bold;
  margin: 15px 0;
  display: block;
}

section.testimonials_block_container .the_testimonial img.testimonial_imgrelated {
  display: block;
  width: 150px;
  margin: 0 auto;
}

/* The Hub CSS*/
section.latest_vidmedia {
  padding: 60px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

section.latest_vidmedia .background_squares img {
  height: 60%;
  position: absolute;
  bottom: 150px;
  z-index: -1;
}

section.latest_vidmedia .latest_vidmedia_cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.latest_vidmedia .latest_vidmedia_cards.vid_section_1 {
  display: none;
}

section.latest_vidmedia .latest_vidmedia_cards.vid_section_2 {
  display: none;
}

section.latest_vidmedia .latest_vidmedia_cards.vid_section_3 {
  display: none;
}

section.latest_vidmedia .latest_vidmedia_cards .card_vid {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  height: 550px;
  background-color: #fff;
  max-width: 30%;
  box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-align: center;
  color: #2f88dc;
  font-size: 20px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

section.latest_vidmedia .latest_vidmedia_cards .card_vid:nth-child(3n-1) {
  margin: 0 5%;
}

section.latest_vidmedia .latest_vidmedia_cards .card_vid .top {
  height: 50%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

section.latest_vidmedia .latest_vidmedia_cards .card_vid .top img {
  height: 100%;
}

section.latest_vidmedia .latest_vidmedia_cards .card_vid .top .vidplay_icn {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 64px;
  color: rgba(255, 255, 255, 0.6);
}

section.latest_vidmedia .latest_vidmedia_cards .card_vid .top .vid_category {
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #008CD7;
  color: white;
  padding: 5px 15px;
  font-size: 15px;
}

section.latest_vidmedia .latest_vidmedia_cards .card_vid .top .vid_category a {
  color: white;
}

section.latest_vidmedia .latest_vidmedia_cards .card_vid .bottom h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 112px;
}

section.latest_vidmedia .latest_vidmedia_cards .card_vid .bottom {
  box-sizing: border-box;
  position: relative;
  padding: 30px;
  height: 50%;
}

section.latest_vidmedia .latest_vidmedia_cards .card_vid a {
  cursor: pointer;
}

section.latest_vidmedia .latest_vidmedia_cards .card_vid .bottom p {
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: black;
  margin-bottom: 30px;
}

section.latest_vidmedia .latest_vidmedia_cards .cta {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
}

section.latest_vidmedia .cta {
  margin: 70px auto 0;
  font-family: 'Lato', sans-serif;
}

section.latest_vidmedia .latest_vidmedia_cards .card_news .bottom a h3 {
  color: #2f88dc;
}

.exposeMask_hub {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.simpleoverlay_hub {
  position: fixed;
  top: 10%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
}

/*Video Section*/
section.video {
  height: auto;
  position: relative;
  top: -107px;
  text-align: center;
  margin-bottom: -107px;
}

section.video .video_container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

section.video .video_container img {
  width: 100%;
}

section.video .video_container .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

section.video .video_container .play_button img {
  height: 90px;
  opacity: .8;
  transition: .2s ease;
  width: auto;
  cursor: pointer;
}

section.video .video_container:hover .play_button img {
  opacity: 1;
}

section.video .cta {
  margin: 70px auto;
}

/* Four Cards Section */
section.four_cards {
  overflow: hidden;
  height: 520px;
  position: relative;
  width: 100%;
  background: #012e63;
  background: url("images/new_home/forest_bg_2.png");
  background-size: cover;
}

section.four_cards h2 {
  padding-top: 100px;
  color: white;
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}

section.four_cards img.bg {
  position: absolute;
  opacity: .8;
}

section.four_cards .how_we_can_help {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.four_cards .how_we_can_help .card {
  color: white;
}

section.four_cards .how_we_can_help .card h3 {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}

section.four_cards .how_we_can_help .card p {
  font-weight: 300;
  color: white;
  font-size: 15px;
}

/* Latest News Section */
section.latest_news {
  padding: 60px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

section.latest_news .background_squares img {
  height: 60%;
  position: absolute;
  bottom: 150px;
  z-index: -1;
}

section.latest_news .latest_news_cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.latest_news .latest_news_cards .card_news {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  height: 550px;
  background-color: #fff;
  max-width: 30%;
  box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-align: center;
  color: #2f88dc;
  font-size: 20px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

section.latest_news .latest_news_cards .card_news:nth-child(2) {
  margin: 0 5%;
  background-color: #2f88dc;
  padding: 60px 20px;
}

section.latest_news .latest_news_cards .card_news:nth-child(2) h3 ul li {
  font-size: 15px;
  color: white;
  font-weight: 300;
  line-height: 32px;
  font-family: 'Lato', sans-serif;
  padding-bottom: 110px;
  word-break: keep-all;
}

section.latest_news .latest_news_cards .card_news:nth-child(2) h3 a {
  color: currentColor;
}

section.latest_news .latest_news_cards .card_news:nth-child(2) a.twitter_follow {
  color: white;
  font-weight: 600;
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  letter-spacing: 0.02em;
}

section.latest_news .latest_news_cards .card_news .top {
  height: 50%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

section.latest_news .latest_news_cards .card_news .top .vidplay_icn {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 64px;
  color: rgba(255, 255, 255, 0.6);
}

section.latest_news .latest_news_cards .card_news .top .news_category {
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #00bc00;
  color: white;
  padding: 5px 15px;
  font-size: 15px;
}

section.latest_news .latest_news_cards .card_news:nth-child(3) .top .news_category {
  background-color: #fec021;
}

section.latest_news .latest_news_cards .card_news .top .news_category a {
  color: white;
}

section.latest_news .latest_news_cards .card_news .bottom h3 {
  font-size: 20px;
  line-height: 32.5px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
}

section.latest_news .latest_news_cards .card_news .bottom {
  box-sizing: border-box;
  padding: 30px;
}

section.latest_news .latest_news_cards .card_news .bottom p {
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: black;
  margin-bottom: 30px;
}

section.latest_news .latest_news_cards .cta {
  margin: 0 auto;
  font-family: 'Lato', sans-serif;
}

section.latest_news .cta {
  margin: 70px auto 0;
  font-family: 'Lato', sans-serif;
}

section.latest_news .latest_news_cards .card_news img.twitter {
  height: 70px;
  margin-bottom: 50px;
}

section.latest_news .latest_news_cards .card_news .bottom a h3 {
  color: #2f88dc;
}

/* Latest News New Hub Section */
section.latest_vlogposts {
  padding: 60px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

section.latest_vlogposts .latest_vlog_cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.latest_vlogposts .latest_vlog_cards .card_vlog {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  height: 550px;
  background-color: #fff;
  max-width: 30%;
  box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-align: center;
  color: #2f88dc;
  font-size: 20px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

section.latest_vlogposts .latest_vlog_cards .card_vlog:nth-child(3n-1) {
  margin: 0 5%;
}

section.latest_vlogposts .latest_vlog_cards .card_vlog .top {
  height: 50%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

section.latest_vlogposts .latest_vlog_cards .card_vlog .top img {
  height: 100%;
}

section.latest_vlogposts .latest_vlog_cards .card_vlog .top .vlog_category {
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #008CD7;
  color: white;
  padding: 5px 15px;
  font-size: 15px;
}

section.latest_vlogposts .latest_vlog_cards .card_vlog .top .vlog_category a {
  color: white;
}

section.latest_vlogposts .latest_vlog_cards .card_vlog .bottom h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
}

section.latest_vlogposts .latest_vlog_cards .card_vlog .bottom {
  box-sizing: border-box;
  position: relative;
  padding: 30px;
  height: 50%;
}

section.latest_vlogposts .latest_vlog_cards .card_vlog .bottom p {
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: black;
}

section.latest_vlogposts .latest_vlog_cards .cta {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
}

section.latest_vlogposts .cta {
  margin: 70px auto 0;
  font-family: 'Lato', sans-serif;
}

section.latest_vlogposts .latest_vlog_cards .card_vlog .bottom a h3 {
  color: #2f88dc;
  height: 90px;
  overflow: hidden;
}

/*top of news - ajax filter*/
.news_filter_system {
  width: 100%;
  padding: 0 0 60px 0;
  display: inline-block;
}

.news_filter_system .sort_by {
  display: inline-block;
  vertical-align: middle;
  float: left;
  line-height: 40px;
  font-size: 16px;
}

.news_filter_system div .sort_by_date {
  display: inline-block;
  vertical-align: middle;
  float: left;
  background: #00bc00;
  width: 200px;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}

.news_filter_system div select {
  outline: none;
  width: 200px;
  -webkit-appearance: none;
  padding: 10px;
  border-radius: 0;
  background: #00bc00;
  color: #fff;
  margin: 0 0 0 10px;
  float: left;
  font-size: 16px;
}

.news_filter_system div {
  float: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.news_filter_system div .filter_arrow {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  z-index: 1;
}

.news_filter_system div .filter_search {
  position: absolute;
  top: 0;
  left: -56px;
  font-size: 24px;
  color: #fff;
  z-index: 1;
  background: #fec021;
  padding: 9px 18px;
}

.news_filter_system input {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  float: right;
  outline: none;
  border: 2px solid #fec021;
  background: #fff;
  font-size: 16px;
}

/*Testimonials*/
section.testimonials {
  padding: 60px 0;
  display: none;
}

section.testimonials .inner {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 32.5px;
  color: #2f88dc;
}

section.testimonials .inner p {
  margin-bottom: 30px;
  font-family: 'Lato', sans-serif;
}

section.testimonials .inner img {
  width: 100px;
}

/* Footer */
footer {
  border-top: 5px solid #fec021;
}

footer .main_footer {
  height: auto;
  width: 100%;
  background-color: #091f3f;
  padding: 50px 0;
}

footer .main_footer .left_section {
  width: 75%;
  float: left;
}

footer .main_footer .left_section .column {
  width: 50%;
  float: left;
  color: white;
}

footer .main_footer .left_section .column ul li {
  font-family: 'Lato', sans-serif;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 15px;
}

footer .main_footer .left_section .left_bottom {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}

footer .main_footer .left_section .left_bottom p {
  font-size: 15px;
  color: white;
  line-height: 22px;
}

footer .main_footer .right_section {
  width: 25%;
  float: left;
}

footer .main_footer .right_section h3 {
  color: white;
}

footer .main_footer .right_section input {
  border: none;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}

footer .main_footer .right_section input[type=text] {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.6);
}

footer .main_footer .right_section input[type=submit] {
  margin: 10px 0;
  width: 50%;
}

footer .main_footer .right_section .social_links {
  margin-top: 70px;
}

footer .main_footer .right_section .social_links ul li {
  float: left;
  height: 40px;
  margin: 0 5px;
}

footer .main_footer .right_section .social_links ul li img {
  height: 100%;
  width: auto;
}

footer .accreditations_bar {
  height: 105px;
  overflow-x: hidden;
}

footer .accreditations_bar ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

footer .accreditations_bar ul li {
  float: left;
}

footer .accreditations_bar ul li img {
  height: 40px;
}

footer .credits_bar {
  height: 55px;
  background-color: #091f3f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

footer .credits_bar p {
  color: white;
  font-size: 15px;
}

footer .credits_bar p.copy {
  float: left;
  clear: none;
  margin: 0;
}

footer .credits_bar p.credit {
  float: right;
  clear: none;
  margin: 0 !important;
}

/*Animation*/
.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

body.home header .right .bottom ul li.call_to_action {
  display: block;
}

/*Mobile Fixes*/
.mobile_menu_full {
  padding: 0 20px 0 50px;
  z-index: 300;
}

@media screen and (max-width: 1000px) {
  #new_header .mega_nav {
    right: 180px;
    width: calc(100% - 180px) !important;
  }
  #new_header .mega_nav .inner {
    float: left;
  }
  .sliderPrev, .sliderNext {
    font-size: 24px;
  }
  .sliderPrev {
    left: 5%;
  }
  .sliderNext {
    right: 5%;
  }
}

html, body {
  margin: 0 auto;
  padding: 0;
}

div.wpcf7-validation-errors {
  border: none;
}

button#grn-btn-hov, input#grn-btn-hov {
  background-color: #00bc00 !important;
  transition: 0.5s ease all;
}

button#grn-btn-hov:hover, input#grn-btn-hov:hover {
  background-color: #007100 !important;
}

body {
  color: #091f3f;
  background: #fff;
  font-family: 'Lato', sans-serif;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

section#banner {
  position: relative;
  width: 100%;
  height: 395px;
  overflow: hidden;
  text-align: center;
}

section#banner img#banner-img {
  position: absolute;
  width: 100%;
  display: block;
  height: auto;
}

section#banner div#banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

section#banner h1.banner-title {
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin-bottom: 45px;
}

section#banner button {
  width: 175px;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
  border: none;
}

section#banner button.grn-qte-btn {
  background-color: #00bc00;
  color: #fff;
  margin-left: 10px;
  transition: ease all 0.5s;
}

section#banner button.grn-qte-btn:hover {
  cursor: pointer;
}

section#one {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 0;
  clear: both;
  overflow: auto;
  background-image: url("images/Squares.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 205px 310px;
}

section#one nav#aside-nav {
  width: 300px;
  margin-right: 50px;
  float: left;
  position: relative;
}

section#one nav#aside-nav ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

section#one nav#aside-nav i.fa-caret-down {
  display: none;
}

section#one nav#aside-nav ul li {
  background: #ebebeb;
  float: none;
  width: 100%;
  margin-bottom: 1px;
  padding: 20px 25px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
  transition: 0.3s ease all;
}

section#one nav#aside-nav ul li:hover {
  background: #f4d890;
}

section#one nav#aside-nav ul li.active-page {
  background: #f4d890;
}

section#one div.working-towards {
  width: 700px;
  float: left;
}

section#one div.working-towards h1.working-h1 {
  font-size: 20px;
  margin: 0 0 35px 0;
}

section#one div.working-towards p.working-p {
  font-size: 15px;
  padding: 0 75px 0 0;
  margin: 0 0 30px 10px;
}

section#one div.working-towards button {
  width: 175px;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
  border: none;
}

section#one div.working-towards button.grn-qte-btn {
  background: #00bc00;
  color: #fff;
  margin-left: 10px;
}

section#one div.working-towards button.grn-qte-btn:hover {
  cursor: pointer;
}

div#two-wrapper {
  width: 100%;
  padding: 60px 0;
  background: #ebebeb;
  clear: both;
}

div#two-wrapper section#two {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  overflow: auto;
}

div#two-wrapper section#two h1.commod-h1 {
  font-size: 20px;
  margin: 0 0 25px 0;
  text-align: center;
}

div#two-wrapper section#two p.commod-p {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 65px 0;
  padding: 0 150px;
  text-align: center;
}

div#two-wrapper section#two div#commod-content {
  width: 100%;
  max-width: 1050px;
  overflow: auto;
}

div#two-wrapper section#two div#commod-content .img {
  overflow: hidden;
  width: calc(50% - 45px);
  display: block;
  margin: 0 45px 0 0;
  float: left;
  height: 330px;
}

div#two-wrapper section#two div#commod-content .img_2 {
  overflow: hidden;
  width: calc(50% - 45px);
  display: block;
  margin: 0 0 0 45px;
  float: left;
  height: 330px;
}

div#two-wrapper section#two div#commod-content img {
  width: 100%;
}

div#two-wrapper section#two div#commod-content div#content-block {
  width: calc(50% - 45px);
  margin: 0 0 0 45px;
  float: left;
}

div#two-wrapper section#two div#commod-content div#content-block p {
  font-size: 15px;
  text-align: left;
  margin: 0;
  padding: 0;
}

div#two-wrapper section#two div#commod-content div#content-block ul {
  margin-left: 20px;
  font-size: 15px;
}

div#two-wrapper section#two div#commod-content div#content-block ul li {
  margin-bottom: 30px;
  margin-top: 30px;
  list-style-image: url("images/list-style.png");
  list-style-position: outside !important;
  padding-left: 35px;
}

section#three {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 70px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

section#three div.thumb-container {
  width: 480px;
  box-shadow: 0 1px 5px #757575;
}

div.clear_b {
  width: 100%;
  clear: both;
}

section#three div.thumb-container .img {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

section#three div.thumb-container .img img {
  width: 100%;
}

section#three div.thumb-container h2.grn {
  color: #00bc00;
  margin: 40px 0;
  text-align: center;
  font-size: 25px;
  padding: 0 50px;
}

section#three div.thumb-container h2.blu {
  color: #2f88dc;
  margin: 40px 0;
  text-align: center;
  font-size: 25px;
  padding: 0 50px;
}

section#three div.thumb-container p.thumb-content {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 50px;
}

div#get-quote-form-wrapper {
  width: 100%;
  background: #00bc00;
}

section#get-quote-form {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 0;
}

h3.get-quote {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  font-size: 25px;
}

form#contact-form {
  width: 100%;
  text-align: center;
}

form#contact-form div {
  width: auto;
  float: left;
}

span.error_i {
  color: #ffcf2f;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
}

span.error_x {
  color: #ff2f2f;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
}

input#compfield {
  margin-left: 75px;
  margin-right: 75px;
}

input#emailfield {
  margin-left: 75px;
  margin-right: 75px;
}

input.input-field-text {
  width: 300px;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
  border: 0;
  margin-top: 35px;
  font-size: 15px;
  color: #000;
}

input.input-field-text:-ms-input-placeholder {
  color: #000;
}

input.input-field-text::placeholder {
  color: #000;
}

input.input-field-text-2col {
  width: 100%;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
  border: 0;
  margin-top: 35px;
  font-size: 15px;
  color: #000;
}

input.input-field-text-2col:-ms-input-placeholder {
  color: #000;
}

input.input-field-text-2col::placeholder {
  color: #000;
}

select.quote_select {
  width: 100%;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
  border: 0;
  margin-top: 35px;
  border-radius: 0;
  font-size: 15px;
  color: #000;
  height: auto;
}

select.quote_select-2col {
  width: 100%;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
  border: 0;
  margin-top: 35px;
  border-radius: 0;
  font-size: 15px;
  color: #000;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/adown.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

select.quote_select-2col:-ms-input-placeholder {
  color: #000;
}

select.quote_select-2col::placeholder {
  color: #000;
}

textarea.textarea {
  width: 100%;
  margin-top: 35px;
  background: #fff;
  font-size: 15px;
  color: #000;
  box-sizing: border-box;
  min-height: 320px;
  border: 0;
  padding: 15px;
  resize: none;
}

textarea.textarea:-ms-input-placeholder {
  color: #000;
}

textarea.textarea::placeholder {
  color: #000;
}

input.input-submit-field {
  float: none;
  background: #012E63;
  color: #fff;
  width: 175px;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
  border: none;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  section#banner img#banner-img {
    width: auto;
    height: 395px;
  }
}

@media screen and (max-width: 1050px) {
  section#one {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 60px 0;
    clear: both;
    overflow: auto;
  }
  section#banner h1.banner-title {
    font-size: 20px;
  }
  section#banner button {
    width: 140px;
    font-size: 12px;
    padding: 12px 0;
  }
  section#one nav#aside-nav {
    width: 240px;
  }
  section#one nav#aside-nav ul li {
    font-size: 12px;
    padding: 16px 20px;
  }
  section#one div.working-towards {
    width: 560px;
  }
  section#one div.working-towards h1.working-h1 {
    font-size: 16px;
    margin: 0 0 28px 0;
  }
  section#one div.working-towards p.working-p {
    font-size: 12px;
    padding: 0 48px 0 0;
    margin: 0 0 24px 8;
  }
  section#one div.working-towards button {
    width: 140px;
    font-size: 12px;
    padding: 12px 0;
  }
  section#one div.working-towards button.grn-qte-btn {
    margin-left: 8px;
  }
  div#two-wrapper {
    padding: 48px 0;
  }
  div#two-wrapper section#two {
    max-width: 850px;
  }
  div#two-wrapper section#two h1.commod-h1 {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  div#two-wrapper section#two p.commod-p {
    font-size: 12px;
    margin: 0 0 52px 0;
    padding: 0 120px;
    text-align: center;
  }
  div#two-wrapper section#two div#commod-content {
    max-width: 850px;
  }
  div#two-wrapper section#two div#commod-content img {
    width: 384px;
    margin: 0 72px 0 0;
  }
  div#two-wrapper section#two div#commod-content div#content-block p {
    font-size: 12px;
  }
  div#two-wrapper section#two div#commod-content div#content-block ul {
    margin-left: 16px;
    font-size: 12px;
  }
  div#two-wrapper section#two div#commod-content div#content-block ul li {
    margin-bottom: 24px;
    margin-top: 24px;
    list-style-image: url("images/list-style.png");
    list-style-position: outside !important;
    padding-left: 28px;
  }
  section#three {
    max-width: 850px;
  }
  section#three div.thumb-container {
    width: 360px;
  }
  section#three div.thumb-container h2.grn {
    margin: 32px 0;
    font-size: 20px;
    padding: 0 40px;
  }
  section#three div.thumb-container h2.blu {
    margin: 32px 0;
    text-align: center;
    font-size: 20px;
    padding: 0 40px;
  }
  section#three div.thumb-container p.thumb-content {
    font-size: 12px;
    text-align: center;
    margin-bottom: 24px;
    padding: 0 40px;
  }
  section#get-quote-form {
    max-width: 850px;
    padding: 48px 0;
  }
  section#get-quote-form h3.get-quote {
    margin-bottom: 32px;
    font-size: 20px;
  }
  form#contact-form {
    width: 100%;
    text-align: center;
  }
  form#contact-form div {
    width: auto;
    float: left;
  }
  input#compfield {
    margin-left: 50px;
    margin-right: 50px;
  }
  input#emailfield {
    margin-left: 50px;
    margin-right: 50px;
  }
  input.input-field-text {
    width: 250px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 35px;
    font-size: 15px;
    color: #000;
  }
  input.input-field-text:-ms-input-placeholder {
    color: #000;
  }
  input.input-field-text::placeholder {
    color: #000;
  }
  textarea.textarea {
    width: 100%;
    background: #fff;
    font-size: 15px;
    color: #000;
    box-sizing: border-box;
    min-height: 320px;
    padding: 15px;
    margin-bottom: 50px;
  }
  textarea.textarea:-ms-input-placeholder {
    color: #000;
  }
  textarea.textarea::placeholder {
    color: #000;
  }
  input.input-submit-field {
    background: #012E63;
    color: #fff;
    width: 175px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
    border: none;
  }
}

@media screen and (max-width: 850px) {
  section#one {
    max-width: 850px;
    padding: 30px 0;
  }
  section#one nav#aside-nav {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  section#one nav#aside-nav ul li {
    position: relative;
  }
  section#one div.working-towards {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  section#one div.working-towards h1.working-h1 {
    padding-top: 35px;
  }
  section#one div.working-towards p.working-p {
    padding: 0;
  }
  div#two-wrapper {
    width: 100%;
    padding: 60px 0;
    background: #ebebeb;
    clear: both;
    margin-bottom: 56px;
  }
  div#two-wrapper section#two {
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
    overflow: auto;
  }
  div#two-wrapper section#two h1.commod-h1 {
    margin: 0 0 25px 0;
    text-align: left;
    width: 100%;
  }
  div#two-wrapper section#two p.commod-p {
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  div#two-wrapper section#two div#commod-content {
    width: 100%;
    max-width: 1050px;
  }
  div#two-wrapper section#two div#commod-content .img {
    position: relative;
    width: 80%;
    margin: 25px 10%;
  }
  div#two-wrapper section#two div#commod-content .img_2 {
    position: relative;
    width: 80%;
    margin: 25px 10%;
  }
  div#two-wrapper section#two div#commod-content img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    float: none;
    box-shadow: 0 2px 4px #000;
  }
  div#two-wrapper section#two div#commod-content div#content-block {
    position: relative;
    width: 100%;
    margin: 0;
  }
  div#two-wrapper section#two div#commod-content div#content-block ul li {
    margin-bottom: 30px;
    margin-top: 30px;
    list-style-image: url("images/list-style.png");
    list-style-position: outside !important;
    padding-left: 35px;
  }
  section#three {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 850px;
    display: block;
  }
  section#three div.thumb-container {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  section#three div.thumb-container:nth-child(2) {
    margin-top: 20px;
  }
  section#three div.thumb-container img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  section#three div.thumb-container h2.grn {
    color: #00bc00;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 75%;
    margin: auto;
  }
  section#three div.thumb-container h2.blu {
    color: #2f88dc;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 75%;
    margin: auto;
  }
  section#three div.thumb-container p.thumb-content {
    text-align: center;
    padding: 0;
    padding-bottom: 30px;
    margin: 0;
    width: 75%;
    margin: auto;
  }
  section#get-quote-form {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  form#contact-form {
    width: 100%;
    text-align: center;
  }
  form#contact-form div {
    width: 100%;
    float: left;
  }
  input#compfield {
    margin: 0 0 35px 0;
  }
  input#emailfield {
    margin: 0 0 35px 0;
  }
  input.input-field-text {
    width: 100%;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 35px;
    font-size: 15px;
    color: #000;
  }
  input.input-field-text:-ms-input-placeholder {
    color: #000;
  }
  input.input-field-text::placeholder {
    color: #000;
  }
  textarea.textarea {
    width: 100%;
    background: #fff;
    font-size: 15px;
    color: #000;
    box-sizing: border-box;
    min-height: 320px;
    padding: 15px;
    margin-bottom: 50px;
  }
  textarea.textarea:-ms-input-placeholder {
    color: #000;
  }
  textarea.textarea::placeholder {
    color: #000;
  }
  input.input-submit-field {
    background: #012E63;
    color: #fff;
    width: 175px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
    border: none;
  }
  section.banner {
    height: 200px;
  }
  section.intro_text {
    margin: 20px auto;
  }
  section.testimonials_block_container .the_testimonial {
    margin: 20px auto;
  }
  section.testimonials_block_container .the_testimonial img.testimonial_imgrelated {
    width: 125px;
  }
  section.latest_vidmedia {
    padding: 20px 0;
  }
  section.latest_vidmedia .latest_vidmedia_cards {
    display: block;
  }
  section.latest_vidmedia .vid_section_1 {
    display: block;
  }
  section.latest_vidmedia .vid_section_2 {
    display: block;
  }
  section.latest_vidmedia .vid_section_3 {
    display: block;
  }
  section.latest_vidmedia .latest_vidmedia_cards .card_vid {
    margin-bottom: 20px;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  section.latest_vidmedia .latest_vidmedia_cards .card_vid:nth-child(3n-1) {
    margin: 0 0 20px 0;
  }
  section.latest_vidmedia .cta {
    margin: 20px auto 0;
  }
  .news_filter_system div {
    display: block;
    width: 100%;
    float: left !important;
    margin: 10px 0;
  }
  .news_filter_system div .sort_by_date {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .news_filter_system div select {
    width: 100%;
    margin: 0;
    float: left;
  }
  .news_filter_system div .filter_search {
    left: 0;
  }
  .news_filter_system input {
    width: calc(100% - 80px);
    display: block;
    float: right;
  }
  section.latest_vlogposts .latest_vlog_cards .card_vlog {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  section.latest_vlogposts .latest_vlog_cards .card_vlog:nth-child(3n-1) {
    margin: 0 0 60px 0;
  }
}

@media screen and (max-width: 480px) {
  .sliderPrev, .sliderNext {
    display: none;
  }
  section#one nav#aside-nav {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  section#one nav#aside-nav ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  section#one div.working-towards {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  section#one nav#aside-nav i.fa-caret-down {
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 3;
    display: block;
    font-size: 20px;
    transition: 0.3s ease all;
  }
  .rotate {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  div.working-towards h1.working-h1 {
    padding-top: 28px;
  }
  div#two-wrapper {
    width: 100%;
  }
  div#two-wrapper section#two {
    width: 90%;
    margin: 0 auto;
  }
  div#two-wrapper section#two h1.commod-h1 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  div#two-wrapper section#two p.commod-p,
  div#two-wrapper section#two div#commod-content div#content-block p.commod-p {
    padding: 20px 0;
    margin: 0 auto;
    display: block;
    text-align: left;
  }
  div#two-wrapper section#two div#commod-content img {
    width: 90%;
    max-width: 480px;
    height: auto;
    display: block;
    margin: 0 auto;
    float: none;
  }
  div#two-wrapper section#two div#commod-content div#content-block {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding-top: 10px;
  }
  div#two-wrapper section#two div#commod-content div#content-block {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
  div#two-wrapper section#two div#commod-content div#content-block ul {
    margin-left: 20px;
    font-size: 12px;
  }
  div#two-wrapper section#two div#commod-content div#content-block ul li {
    margin-bottom: 10px;
    margin-top: 10px;
    list-style-image: url("images/list-style.png");
    list-style-position: outside !important;
    padding-left: 10px;
  }
  section#three {
    width: 100%;
    padding: 10px 0;
  }
  section#three div.thumb-container {
    width: 90%;
  }
  section#three div.thumb-container img {
    width: 100%;
  }
  section#three div.thumb-container p.thumb-content {
    margin-bottom: 10px;
    padding: 0 20px 10px 20px;
  }
  div#get-quote-form-wrapper {
    width: 100%;
    background: #00bc00;
  }
  section#get-quote-form {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
  section#get-quote-form h3.get-quote {
    margin-bottom: 20px;
  }
  section#get-quote-form form input.input-field-text {
    width: 100%;
    background: #fff;
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 35px;
    font-size: 15px;
    color: #000;
    border: none;
  }
  section#get-quote-form form input.input-field-text:nth-child(2),
  section#get-quote-form form input.input-field-text:nth-child(5) {
    margin: 0;
    margin-bottom: 35px;
  }
  section#get-quote-form form input.input-field-text:-ms-input-placeholder {
    color: #000;
  }
  section#get-quote-form form input.input-field-text::placeholder {
    color: #000;
  }
  section#get-quote-form form textarea.textarea {
    width: 100%;
    background: #fff;
    font-size: 15px;
    color: #000;
    box-sizing: border-box;
    min-height: 320px;
    padding: 15px;
    margin-bottom: 50px;
    border: none;
    resize: none;
  }
  section#get-quote-form form textarea.textarea:-ms-input-placeholder {
    color: #000;
  }
  section#get-quote-form form textarea.textarea::placeholder {
    color: #000;
  }
  section#get-quote-form form input.input-submit-field {
    background: #012E63;
    color: #fff;
    width: 175px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
    border: none;
  }
}

@media screen and (min-width: 480px) {
  section#one nav#aside-nav i.fa-caret-down {
    display: none;
  }
  section#one nav#aside-nav ul li {
    display: block;
  }
}

/* Mobile Scroll Fix */
body, html {
  overflow-x: hidden;
}

/* Forms Amends & Fixes */
#wpcf7-f6526-o2 form.wpcf7-form .enquiry_section .textarea {
  min-height: auto;
  margin-top: -18px !important;
}

@media screen and (max-width: 1000px) {
  header .right .bottom ul li:not(.call_to_action) {
    display: none;
  }
  header .right .bottom ul li.mobile_menu {
    display: inherit;
  }
  header .right .bottom ul li.call_to_action {
    float: right;
  }
  header .right .bottom {
    width: 100%;
  }
  #new_header .mega_nav .inner .menu-about-sub-menu-container ul {
    column-count: 1;
  }
  #new_header .mega_nav {
    height: 100%;
    width: calc(100% - 210px);
  }
  #new_header .mega_nav .inner .menu-waste-sub-menu-container, .menu-about-sub-menu-container, .menu-other-sub-menu-container, .menu-where-sub-menu-container {
    width: 100%;
  }
  #new_header .mega_nav .inner .img_container {
    display: none;
  }
  .mobile_menu_full ul li.call_to_action {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  section.hero .bottom .card {
    min-height: 0;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    background: white;
    position: relative;
    z-index: 5;
  }
  section.hero .bottom .card p {
    display: none;
  }
  section.about .cta_container {
    width: 80%;
  }
  .overlay .video_container {
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 750px) {
  header a.logo {
    position: absolute;
    bottom: 0px;
    height: 70px !important;
  }
  header .right .top .top_banner img.carbon {
    height: 50px;
  }
  header .right .top .number h3 {
    font-size: 15px;
  }
  header .right .top .number {
    padding-top: 13px;
  }
  header .right .top .number img.phone {
    padding-top: 0px;
  }
  section.video {
    top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 650px) {
  .background_squares.right {
    display: none;
  }
  header .search_field_new input {
    display: inline-block !important;
  }
  .button_search {
    margin-top: -2px;
  }
}

@media screen and (max-width: 600px) {
  header .right .top .top_banner h3 {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  footer .credits_bar p.copy {
    float: inherit;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
  }
  footer .credits_bar p.credit {
    float: inherit;
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
  }
  footer .main_footer .left_section {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .main_footer .right_section {
    width: 100%;
  }
  footer .main_footer .right_section .social_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  section.latest_news .latest_news_cards .card_news {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  section.latest_news .latest_news_cards .card_news:nth-child(2) {
    margin: 0 0 20px;
    height: auto;
  }
  .background_squares.left {
    bottom: 0;
  }
  section.four_cards {
    height: auto;
    background-color: black;
  }
  section.four_cards .how_we_can_help .card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  section.video .video_container {
    height: 250px;
  }
  section.about {
    height: auto;
    padding: 0 0 0px;
  }
  section.about .cta_container {
    text-align: center;
  }
  section.about .cta {
    float: inherit;
    display: inline-block;
    margin-bottom: 10px;
  }
  section.about .cta.gold {
    float: inherit;
  }
  section.hero .bottom .card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  section.hero .hero_banner .content {
    width: 98%;
  }
  section.hero .hero_banner .content .cta {
    float: inherit;
    display: inline-block;
    margin-bottom: 10px !important;
  }
  section.hero .hero_slider .content {
    width: 98%;
  }
  section.hero .hero_slider .content .cta {
    float: inherit;
    display: inline-block;
    margin-bottom: 10px !important;
  }
  footer .main_footer .left_section .left_bottom {
    margin-bottom: 20px;
  }
  footer .main_footer .left_section .left_bottom p {
    font-size: 12px;
    text-align: center;
  }
  section.hero .bottom .card {
    box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
  }
  .background_squares.left, .background_squares.right {
    opacity: .5;
  }
  section.latest_news .latest_news_cards .card_news:nth-child(2) h3 ul li {
    padding-bottom: 50px;
  }
  footer .main_footer .right_section input[type=submit] {
    display: block;
    float: inherit;
    margin: 10px auto;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  -ms-transform-origin: center;
      transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.wrapper__narrow {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.wrapper__medium {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.wrapper__normal {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.wrapper__large {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.wrapper__x_large {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.svg_defs {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* Classes created because homepage was redesigned */
.header__h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.4px;
  margin-bottom: 40px;
}

.header__h3 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.6px;
  text-align: center;
}

.body_font {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  text-align: center;
  color: #626262;
}

.links {
  margin-bottom: 40px;
}

.links-center {
  text-align: center;
}

@media (max-width: 1000px) {
  .links-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
  }
}

@media (max-width: 1000px) {
  .links-center .links__cta {
    box-sizing: border-box;
    min-width: 250px;
    margin-bottom: 32px;
  }
  .links-center .links__cta:last-child {
    margin-bottom: 0;
  }
}

.links__cta {
  display: inline-block;
  float: none;
  margin: 0 16px;
  font-size: 12px;
  line-height: 1.25;
  padding: 16px 48px;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s ease-out;
  text-transform: uppercase;
}

.links__cta-blue {
  color: #ffffff;
  background-color: #002d61;
  border: 2px solid #002d61;
}

.links__cta-blue:hover {
  background-color: #00bc00;
  border: 2px solid #00bc00;
}

.links__cta-ghost {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #fec021;
}

.links__cta-ghost-blue-txt {
  color: #002d61;
}

.links__cta-ghost:hover {
  background-color: #fec021;
}

.links__cta-ghost-negative:hover {
  border: 2px solid #ffffff;
  background-color: transparent;
}

.links__cta-quote {
  color: #ffffff;
  background-color: #00bc00;
  border: 2px solid #00bc00;
}

.links__cta-quote:hover {
  color: #ffffff;
  background-color: #00D206;
  border: 2px solid #00D206;
}

.flexrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.flexrow__three_col {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexrow__three_col-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexrow__three_col__col {
  box-sizing: border-box;
  width: 26%;
}

.flexrow__two_col {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexrow__two_col__col {
  box-sizing: border-box;
  width: calc(50% - 2px);
}

@keyframes delay_0_5_slide_right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes accordion {
  from {
    height: 0;
  }
  to {
    height: auto;
  }
}

@media (max-width: 1000px) {
  .os-animation, .fadeIn {
    opacity: 1 !important;
  }
  .fadeIn {
    animation-name: none;
  }
}

.form__label__label_focus {
  transition: 0.3s ease-out;
}

.form__label__label_focus-botom.active {
  -ms-transform: translate(-46px, 2em);
      transform: translate(-46px, 2em);
}

.form__label__label_focus-top.active {
  -ms-transform: translate(-46px, -3em);
      transform: translate(-46px, -3em);
}

.form__label__label_focus.hidden {
  opacity: 0;
}

span.error {
  position: absolute;
  bottom: -0.9em;
  right: 0;
  color: #c30000;
  font-size: 12px;
  text-transform: lowercase;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}

/** get a quote **/
.standard-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.standard-form--padded {
  width: 29.8125rem;
  margin: 0 auto;
  vertical-align: middle;
}

.standard-form__field {
  display: block;
  position: relative;
  margin-bottom: 1.75rem;
  padding: 0 10px;
  outline: 0;
}

.standard-form__field input:-webkit-autofill,
.standard-form__field input:-webkit-autofill:hover,
.standard-form__field input:-webkit-autofill:focus,
.standard-form__field textarea:-webkit-autofill,
.standard-form__field textarea:-webkit-autofill:hover,
.standard-form__field textarea:-webkit-autofill:focus,
.standard-form__field select:-webkit-autofill,
.standard-form__field select:-webkit-autofill:hover,
.standard-form__field select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.standard-form__field.active .standard-form__image {
  background-color: #00bc00;
}

.standard-form__field.active .standard-form__input {
  border: solid 0.125rem #00bc00;
  color: #00bc00;
}

.standard-form__field.active select {
  border: solid 0.125rem #00bc00;
  color: #00bc00;
  outline: none;
}

.standard-form__field.active .dropdown {
  background-color: #00bc00;
}

.standard-form__field.error .standard-form__image {
  background-color: #cc5500;
}

.standard-form__field.error .standard-form__input {
  border: solid 0.125rem #cc5500;
  background: #ffedd9;
  color: #cc5500;
}

.standard-form__field.error select {
  border: solid 0.125rem #cc5500;
  color: #cc5500;
  outline: none;
}

.standard-form__field.error .dropdown {
  background-color: #cc5500;
}

.standard-form__field.error.active .standard-form__image {
  background-color: #00bc00;
}

.standard-form__field.error.active .standard-form__input {
  border: solid 0.125rem #00bc00;
  color: #00bc00;
}

.standard-form__field.error.active select {
  border: solid 0.125rem #00bc00;
  color: #00bc00;
  outline: none;
}

.standard-form__field.error.active .dropdown {
  background-color: #00bc00;
}

.standard-form__field--full {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

.standard-form__field--half {
  -ms-flex: 1 1 calc(50% - 20px);
      flex: 1 1 calc(50% - 20px);
}

.standard-form__label {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.625rem;
  letter-spacing: 0.026875rem;
  color: #002d61;
}

.standard-form__input--text {
  width: 86%;
  height: 3rem;
  border: solid 0.125rem #002d61;
  background: #ffffff;
  padding: 0.125rem 0.1875rem 0.125rem 3.75rem;
  outline: 0;
}

.standard-form__input--text:focus {
  outline: 0;
}

.standard-form__input--select {
  width: 100%;
  height: 3rem;
  border: solid 0.125rem #002d61;
  background-color: #ffffff;
  text-indent: 67px;
  -webkit-appearance: none;
  position: relative;
  outline: none;
}

.standard-form__input--textarea {
  width: 100%;
  height: 10.875rem;
  border: solid 0.125rem #002d61;
  background-color: #ffffff;
}

.standard-form__submit {
  width: 12.6875rem;
  height: 3.5rem;
  border: none;
  background-color: #00bc00;
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.026875rem;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.standard-form__submit:hover {
  background-color: #00D206;
}

.standard-form__dropdown {
  box-sizing: border-box;
  display: block;
  height: 9px;
  width: 15px;
  background-color: #002d61;
  background-repeat: no-repeat;
  background-size: 0 0;
  -webkit-mask: url("./images/dropdown-arrow.svg");
          mask: url("./images/dropdown-arrow.svg");
  position: absolute;
  right: 11px;
  z-index: 999;
  top: 46px;
}

.standard-form__image {
  display: block;
  width: 2rem;
  height: 2.3125rem;
  position: absolute;
  top: 2.25rem;
  left: 1rem;
  background-color: #002d61;
  background-repeat: no-repeat;
  background-size: 0 0;
  z-index: 9;
}

.standard-form__image#name_icon {
  -webkit-mask: url("./images/svg/full-name-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/full-name-icon.svg") no-repeat 50% 50%;
}

.standard-form__image#company_icon {
  -webkit-mask: url("./images/svg/company-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/company-icon.svg") no-repeat 50% 50%;
}

.standard-form__image#address_icon {
  -webkit-mask: url("./images/svg/address-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/address-icon.svg") no-repeat 50% 50%;
}

.standard-form__image#postcode_icon {
  -webkit-mask: url("./images/svg/postcode-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/postcode-icon.svg") no-repeat 50% 50%;
}

.standard-form__image#email_icon {
  -webkit-mask: url("./images/svg/email-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/email-icon.svg") no-repeat 50% 50%;
}

.standard-form__image#phone_icon {
  -webkit-mask: url("./images/svg/phone-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/phone-icon.svg") no-repeat 50% 50%;
}

.mobile__slider_controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 8px;
  margin-top: 24px;
}

.mobile__slider_dots {
  display: block;
  margin: 0 auto;
}

.mobile__slider_dots .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 11px;
  margin-left: 11px;
  background-color: #ffffff;
  border: 2px solid #c4c4c4;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}

.mobile__slider_dots .slick-dots li:first-child {
  margin-left: 0;
}

.mobile__slider_dots .slick-dots li.slick-active {
  background-color: #fec021;
  border-color: #fec021;
}

.mobile__slider_arrow {
  width: 49px;
  height: 20px;
  display: none;
}

@media (max-width: 480px) {
  .mobile__slider_arrow {
    display: inline-block;
  }
}

.mobile__slider_arrow .icon {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  fill: #c4c4c4;
}

#mies1.dynamic_overlay {
  outline: 20px solid #00bc00 !important;
  padding: 0 !important;
}

@media (max-width: 1000px) {
  #mies1.dynamic_overlay {
    outline: 30px solid #00bc00 !important;
  }
}

#mies1.dynamic_overlay .close {
  display: none;
}

#mies1.dynamic_overlay .jq_inserted_close {
  font-size: 0;
  color: transparent;
  position: absolute;
  background-image: url(images/close_icon.png);
  right: -35px;
  top: -35px;
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
}

@media (max-width: 1000px) {
  #mies1.dynamic_overlay .jq_inserted_close {
    top: -25px;
    right: -25px;
  }
}

#mies1.dynamic_overlay .marbot20 {
  margin-bottom: 0;
}

#mies1.dynamic_overlay:before {
  content: "";
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 110vw;
  height: 110vh;
  background-color: rgba(9, 31, 63, 0.8);
  z-index: -1;
}

@media (max-width: 1000px) {
  #mies1.dynamic_overlay:before {
    display: none;
  }
}

@media (max-width: 850px) {
  .cookieholder2 {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

.cookieholder2 .cookie_col1 {
  width: 14% !important;
}

.cookieholder2 .cookie_col1 img {
  max-width: 100% !important;
  height: auto !important;
}

.cookieholder2 .cookie_col2 {
  max-width: 80% !important;
}

.cookieholder2 .cookie_col2 .cookie_continue {
  display: block !important;
  position: relative !important;
  float: left !important;
  margin: 1em 0 0 0 !important;
}

.module-template h1,
.module-template h2,
.module-template h3,
.module-template h4,
.module-template h5,
.module-template h6,
.module-template p,
.module-template a,
.module-template button,
.module-template li {
  font-family: 'Lato', sans-serif;
}

.module-template h1,
.module-template h2,
.module-template h3 {
  margin: 0 0 40px;
  font-weight: 700;
}

@media (max-width: 700px) {
  .module-template h1,
  .module-template h2,
  .module-template h3 {
    margin: 0 0 30px;
  }
}

.module-template h1 {
  font-size: 58px;
}

@media (max-width: 700px) {
  .module-template h1 {
    font-size: 38px;
  }
}

.module-template h2 {
  font-size: 30px;
}

@media (max-width: 700px) {
  .module-template h2 {
    font-size: 22px;
  }
}

.module-template h3 {
  font-size: 20px;
}

@media (max-width: 700px) {
  .module-template h3 {
    font-size: 18px;
  }
}

.module-template p {
  margin: 0 0 20px;
  font-size: 18px;
  color: #626262;
}

@media (max-width: 700px) {
  .module-template p {
    margin: 0 0 15px;
    font-size: 15px;
  }
}

.o-wrapper {
  width: 1200px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1250px) {
  .o-wrapper {
    max-width: 90%;
  }
}

.o-wrapper--narrow {
  width: 850px;
}

.o-wrapper--small {
  width: 500px;
}

/** get a quote **/
.get__quote__section {
  background: #f7f7f7;
  overflow: hidden;
  padding: 6.25rem 1.25rem 1.25rem;
  font-family: "Lato", sans-serif;
}

.get__quote__section--intro {
  text-align: center;
}

.get__quote__section--inner {
  width: 29.8125rem;
  margin: 0 auto;
  vertical-align: middle;
  display: table;
}

@media (max-width: 700px) {
  .get__quote__section--inner {
    width: 100%;
  }
}

.get__quote__section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.01125rem;
  color: #002d61;
}

.get__quote__section p {
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5rem;
  letter-spacing: 0.005625rem;
  color: #636363;
  margin-bottom: 1.75rem;
}

.get__quote__section form label {
  font-size: 0.75rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.625rem;
  letter-spacing: 0.026875rem;
  color: #002d61;
  display: block;
}

.get__quote__section form .quote__form__wrapper {
  position: relative;
  outline: 0;
}

.get__quote__section form .quote__form__wrapper input:-webkit-autofill,
.get__quote__section form .quote__form__wrapper input:-webkit-autofill:hover,
.get__quote__section form .quote__form__wrapper input:-webkit-autofill:focus,
.get__quote__section form .quote__form__wrapper textarea:-webkit-autofill,
.get__quote__section form .quote__form__wrapper textarea:-webkit-autofill:hover,
.get__quote__section form .quote__form__wrapper textarea:-webkit-autofill:focus,
.get__quote__section form .quote__form__wrapper select:-webkit-autofill,
.get__quote__section form .quote__form__wrapper select:-webkit-autofill:hover,
.get__quote__section form .quote__form__wrapper select:-webkit-autofill:focus {
  border: transparent;
  border-bottom: 1px solid #7ed321;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.get__quote__section form .quote__form__wrapper .image {
  display: block;
  width: 2rem;
  height: 2.3125rem;
  position: absolute;
  top: 2.25rem;
  left: 1rem;
  background-color: #002d61;
  background-repeat: no-repeat;
  background-size: 0 0;
  z-index: 9;
}

.get__quote__section form .quote__form__wrapper .image.quote__form__fullname {
  -webkit-mask: url("./images/svg/full-name-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/full-name-icon.svg") no-repeat 50% 50%;
}

.get__quote__section form .quote__form__wrapper .image.quote__form__company {
  -webkit-mask: url("./images/svg/company-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/company-icon.svg") no-repeat 50% 50%;
}

.get__quote__section form .quote__form__wrapper .image.quote__form__address {
  -webkit-mask: url("./images/svg/address-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/address-icon.svg") no-repeat 50% 50%;
}

.get__quote__section form .quote__form__wrapper .image.quote__form__postcode {
  -webkit-mask: url("./images/svg/postcode-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/postcode-icon.svg") no-repeat 50% 50%;
}

.get__quote__section form .quote__form__wrapper .image.quote__form__email {
  -webkit-mask: url("./images/svg/email-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/email-icon.svg") no-repeat 50% 50%;
}

.get__quote__section form .quote__form__wrapper .image.quote__form__phone {
  -webkit-mask: url("./images/svg/phone-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/phone-icon.svg") no-repeat 50% 50%;
}

.get__quote__section form .quote__form__wrapper .image.quote__form__source {
  -webkit-mask: url("./images/svg/about-us-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/about-us-icon.svg") no-repeat 50% 50%;
  width: 2.1875rem;
  top: 2.0625rem;
}

.get__quote__section form .quote__form__wrapper .image.quote__form__enquiry {
  -webkit-mask: url("./images/svg/enquiry-icon.svg") no-repeat 50% 50%;
          mask: url("./images/svg/enquiry-icon.svg") no-repeat 50% 50%;
  top: 2.0625rem;
}

.get__quote__section form .quote__form__wrapper.active .image {
  background-color: #00bc00;
}

.get__quote__section form .quote__form__wrapper.active input[type="text"] {
  border: solid 0.125rem #00bc00;
  color: #00bc00;
}

.get__quote__section form .quote__form__wrapper.active select {
  border: solid 0.125rem #00bc00;
  color: #00bc00;
  outline: none;
}

.get__quote__section form .quote__form__wrapper.active .dropdown {
  background-color: #00bc00;
}

.get__quote__section form .quote__form__wrapper span.error {
  font-size: 0.75rem;
  position: absolute;
  bottom: auto;
  text-transform: capitalize;
  top: -3px;
}

.get__quote__section form .quote__form__wrapper.error .image {
  background-color: #cc5500;
}

.get__quote__section form .quote__form__wrapper.error input[type="text"] {
  border: solid 0.125rem #cc5500;
  background: #ffedd9;
  color: #cc5500;
}

.get__quote__section form .quote__form__wrapper.error select {
  border: solid 0.125rem #cc5500;
  color: #cc5500;
  outline: none;
}

.get__quote__section form .quote__form__wrapper.error .dropdown {
  background-color: #cc5500;
}

.get__quote__section form .quote__form__wrapper.error.active .image {
  background-color: #00bc00;
}

.get__quote__section form .quote__form__wrapper.error.active input[type="text"] {
  border: solid 0.125rem #00bc00;
  color: #00bc00;
}

.get__quote__section form .quote__form__wrapper.error.active select {
  border: solid 0.125rem #00bc00;
  color: #00bc00;
  outline: none;
}

.get__quote__section form .quote__form__wrapper.error.active .dropdown {
  background-color: #00bc00;
}

.get__quote__section form .quote__form__wrapper .dropdown {
  box-sizing: border-box;
  display: block;
  height: 9px;
  width: 15px;
  background-color: #002d61;
  background-repeat: no-repeat;
  background-size: 0 0;
  -webkit-mask: url("./images/dropdown-arrow.svg");
          mask: url("./images/dropdown-arrow.svg");
  position: absolute;
  right: 11px;
  z-index: 999;
  top: 46px;
}

.get__quote__section form .quote__form__wrapper select {
  width: 100%;
  height: 3rem;
  border: solid 0.125rem #002d61;
  background-color: #ffffff;
  margin-bottom: 1.75rem;
  text-indent: 67px;
  -webkit-appearance: none;
  position: relative;
  outline: none;
}

.get__quote__section form .quote__form__wrapper input[type="text"] {
  width: 86%;
  height: 3rem;
  border: solid 0.125rem #002d61;
  background: #ffffff;
  margin-bottom: 1.75rem;
  padding: 0.125rem 0.1875rem 0.125rem 3.75rem;
  outline: 0;
}

@media (max-width: 700px) {
  .get__quote__section form .quote__form__wrapper input[type="text"] {
    width: calc(100% - 0.250rem);
    padding: 0.125rem 0;
  }
}

.get__quote__section form .quote__form__wrapper input[type="text"]:focus {
  outline: 0;
}

.get__quote__section form .quote__form__wrapper textarea {
  width: 100%;
  height: 10.875rem;
  border: solid 0.125rem #002d61;
  background-color: #ffffff;
  margin-bottom: 1.75rem;
}

.get__quote__section form .quote__form--first {
  overflow: hidden;
}

.get__quote__section form .quote__form--second {
  margin-top: 3.375rem;
}

.get__quote__section form .quote__form--second .quote__form__checkbox__wrap {
  display: -webkit-inline-box;
}

.get__quote__section form .quote__form--second .quote__form__checkbox__wrap .opt__in__text p {
  font-size: 0.75rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.625rem;
  letter-spacing: 0.026875rem;
  color: #002d61;
  margin-left: 0.75rem;
  width: 92%;
}

.get__quote__section form .quote__form--second .quote__form__checkbox__wrap label {
  display: block;
  cursor: pointer;
  position: relative;
}

.get__quote__section form .quote__form--second .quote__form__checkbox__wrap label:before {
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  border: solid 0.125rem #002d61;
  background-color: #ffffff;
  display: block;
}

.get__quote__section form .quote__form--second .quote__form__checkbox__wrap input[type="checkbox"] {
  display: none;
}

.get__quote__section form .quote__form--second .quote__form__checkbox__wrap input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.1875rem;
  left: 0.6875rem;
  height: 0.875rem;
  border: 0.125rem solid #002d61;
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 0.375rem;
}

.get__quote__section form .quote__form--second input[type="submit"] {
  width: 12.6875rem;
  height: 3.5rem;
  border: none;
  background-color: #00bc00;
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.026875rem;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.get__quote__section form .quote__form--second input[type="submit"]:hover {
  background-color: #00D206;
}

.get__quote__section form .quote__form--second input[type="submit"]:disabled {
  background: #aaa url(images/loader.gif) no-repeat;
  background-size: 30px 30px;
  background-position: 10px 50%;
  border: 1px solid #aaa;
  pointer-events: none;
  position: relative;
  padding-left: 50px;
}

#new_header .outer_wrapper__top_bar {
  background-color: #d8d8d8;
}

@media (max-width: 1150px) {
  #new_header .outer_wrapper__top_bar {
    display: none;
  }
}

#new_header .top_bar {
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#new_header .top_bar__inline_list {
  margin: 0;
  padding: 0;
}

#new_header .top_bar__inline_list li {
  display: inline-block;
  height: 44px;
  padding: 0;
}

#new_header .top_bar__inline_list-link {
  display: inline-block;
  vertical-align: middle;
  padding: 16px;
  color: #626262;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s ease-out;
}

#new_header .top_bar__inline_list-link:hover {
  color: #fec021;
  background-color: #626262;
}

#new_header .top_bar__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#new_header .top_bar__links .top_bar__inline_list-link a {
  box-sizing: border-box;
  display: block;
  height: 44px;
  padding: 16px 32px;
}

#new_header .top_bar__social {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#new_header .top_bar__social__icon {
  width: auto;
  height: 10px;
  fill: #626262;
}

#new_header .top_bar__social__list-link {
  display: inline-block;
  box-sizing: border-box;
  height: 44px;
  padding: 12px 16px;
  transition: 0.3s ease-out;
}

#new_header .top_bar__social__list-link:hover {
  background-color: #626262;
}

#new_header .top_bar__social__list-link:hover .top_bar__social__icon {
  fill: #fec021;
}

#new_header .top_bar__phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #fec021;
}

#new_header .top_bar__phone .top_bar__inline_list-link {
  padding: 16px 32px;
}

#new_header .top_bar__phone__icon {
  width: auto;
  height: 10px;
  fill: #626262;
  transition: 0.3s ease-out;
}

#new_header .top_bar__phone__number {
  margin-left: 8px;
  transition: 0.3s ease-out;
}

#new_header .top_bar__phone a:hover {
  background-color: #00bc00;
}

#new_header .top_bar__phone a:hover .top_bar__phone__icon {
  fill: #ffffff;
}

#new_header .top_bar__phone a:hover span {
  color: #ffffff;
}

#new_header header {
  padding: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .top_bar__social {
    display: block !important;
    width: 360px !important;
  }
  .top_bar__social li {
    width: 44px !important;
  }
  .top_bar__social li .top_bar__social__list-link {
    width: 44px !important;
  }
  .top_bar__phone {
    display: inline-block !important;
    width: 300px !important;
  }
  .top_bar__phone .top_bar__inline_list-link {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px !important;
  }
  .top_bar__phone .top_bar__inline_list-link svg {
    float: left !important;
    width: 15px !important;
  }
}

header {
  overflow: visible;
}

@media (max-width: 1150px) {
  header {
    height: auto;
    min-height: 0px;
  }
}

@media (max-width: 1150px) {
  header .right {
    width: auto;
  }
}

header .right .bottom {
  position: relative;
}

@media (max-width: 1150px) {
  header .right .bottom {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
}

header .right .bottom ul li a {
  font-weight: 700;
  display: inline-block;
  padding: 59px 18px 56px 18px;
  color: #002d61;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

header .right .bottom ul li a:after {
  display: none;
}

header .right .bottom ul li.call_to_action {
  margin-top: 37px;
  margin-bottom: 0;
  padding: 18px 36px 18px 36px;
}

header .right .bottom ul li.call_to_action a {
  padding: 0;
}

header .right .bottom ul li.call_to_action a:hover {
  background-color: transparent !important;
}

header .right .bottom ul li.call_to_action:hover {
  background-color: #00D206;
  border-color: #00D206;
}

@media (max-width: 1150px) {
  header .right .bottom ul li.call_to_action {
    display: none !important;
  }
}

header .right .bottom ul li.header__search_link a {
  display: block;
  width: 20px;
  height: 12px;
  margin-right: 16px;
  background-image: url(images/svg/search.svg);
  background-size: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
  padding: 59.5px 16px 56px 16px;
  color: transparent;
}

header .right .bottom ul li.header__search_link .menu-image-title {
  font-size: 0;
  color: transparent;
}

header .right .bottom ul li.header__search_link.active a {
  background-color: #e5f2fc;
}

header .right .bottom ul li.mobile_menu {
  width: 18px;
  height: 18px;
  margin: 8px 25px 8px 8px;
  background-image: url("images/svg/burger.svg");
}

header .right .bottom ul li.mobile_menu.active {
  background-image: url("images/svg/close.svg");
}

header .main_menu {
  position: relative;
}

@media (max-width: 1150px) {
  header .main_menu {
    height: 68px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  header .main_menu:before {
    display: none;
  }
  header .main_menu:after {
    display: none;
  }
}

header .main_menu__menu_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}

header .main_menu__menu_list a {
  transition: background-color 0.3s ease-out;
}

header .main_menu__menu_list a:hover {
  background-color: #e5f2fc;
}

@media (max-width: 1150px) {
  header .main_menu__menu_list a:hover {
    background-color: transparent;
  }
}

@media (max-width: 1150px) {
  header .main_menu__menu_list {
    display: inline-block;
  }
  header .main_menu__menu_list:before {
    display: none;
  }
  header .main_menu__menu_list:after {
    display: none;
  }
}

header .main_menu__mobile__links {
  display: none;
  margin-top: 8px;
}

@media (max-width: 1150px) {
  header .main_menu__mobile__links {
    display: inline-block;
    vertical-align: middle;
  }
}

header .main_menu__mobile__links a {
  display: inline-block;
  margin-right: 19px;
}

header .main_menu__mobile__links a img, header .main_menu__mobile__links a svg {
  width: 19px !important;
  height: 19px !important;
}

header .main_menu__mobile__links a svg {
  fill: #002d61 !important;
}

header .main_menu__mobile__links a.phone_link {
  padding: 5px;
  background: #002d61;
  color: #ffffff;
  transition: 0.3s ease-out;
}

header .main_menu__mobile__links a.phone_link:hover {
  background: #00bc00;
}

header .main_menu__mobile__links a.phone_link .phone_icon {
  fill: #ffffff !important;
  width: auto !important;
  height: 15px !important;
}

header .main_menu__mobile__links__bar_wrap-bars {
  width: 19px !important;
  height: 19px !important;
  position: relative;
  overflow: hidden;
}

header .main_menu__mobile__links__bar_wrap-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #002d61;
  transition: all 0.3s ease-out;
}

header .main_menu__mobile__links__bar_wrap-bars span:nth-child(1) {
  top: 1px;
}

header .main_menu__mobile__links__bar_wrap-bars span:nth-child(2) {
  top: 6px;
}

header .main_menu__mobile__links__bar_wrap-bars span:nth-child(3) {
  top: 11px;
}

header .main_menu__mobile__links__bar_wrap-bars span:nth-child(4) {
  top: 16px;
}

header .main_menu__mobile__links__bar_wrap.active span:nth-child(1) {
  opacity: 0;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

header .main_menu__mobile__links__bar_wrap.active span:nth-child(2) {
  top: 45%;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

header .main_menu__mobile__links__bar_wrap.active span:nth-child(3) {
  top: 45%;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

header .main_menu__mobile__links__bar_wrap.active span:nth-child(4) {
  opacity: 0;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

@media (max-width: 1150px) {
  header .main_menu .logo {
    position: relative;
    width: auto;
    height: 52px !important;
    margin: 0;
    padding: 8px;
  }
}

#new_header {
  position: relative;
  z-index: 301;
}

#new_header .mega_nav {
  background-color: #e5f2fc;
  border-top: none;
  transition: opacity 0.3s ease-out;
}

#new_header .mega_nav .inner {
  width: 100%;
  max-width: initial;
  margin: 0 auto;
  float: none;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

#new_header .mega_nav .inner div[class^="menu-"] {
  width: 100%;
}

#new_header .mega_nav .inner div[class^="menu-"] ul {
  column-count: initial;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}

#new_header .mega_nav .inner div[class^="menu-"] ul li {
  margin-bottom: 0;
  min-width: auto;
  display: inline-block;
  padding: 0;
}

#new_header .mega_nav .inner div[class^="menu-"] ul li a {
  display: block;
  padding: 32px 22px;
  transition: 0.3s ease-out;
  text-align: center;
  color: #002d61;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

#new_header .mega_nav .inner div[class^="menu-"] ul li a span {
  color: #002d61;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

#new_header .mega_nav .inner div[class^="menu-"] ul li a:hover {
  background-color: #002d61;
  color: #ffffff;
}

#new_header .mega_nav .inner div[class^="menu-"] ul li a:hover span {
  color: #ffffff;
}

#new_header .search_field_header {
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: -99999px;
  z-index: -100;
  width: 100%;
  height: 120px;
  padding: 0;
  background-color: #e5f2fc;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition: opacity 0.3s ease-out;
}

@media (max-width: 1150px) {
  #new_header .search_field_header {
    background-color: #002d61;
    padding: 0 32px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  }
}

#new_header .search_field_header__form {
  width: 100%;
}

#new_header .search_field_header__wrap {
  position: relative;
}

#new_header .search_field_header__input {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: calc(100% - 3em);
  height: 3em;
  padding: 16px;
  border: none;
}

#new_header .search_field_header__button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 3em;
  height: 3em;
  cursor: pointer;
  background-color: #fec021;
  border: none;
}

#new_header .search_field_header__button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  height: 16px;
}

#new_header .search_field_header__button span svg {
  width: auto;
  height: 16px;
  fill: #ffffff;
  transition: 0.3s ease-out;
}

#new_header .search_field_header__button:hover span svg {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

#new_header .search_field_header.show {
  left: 0;
  z-index: 1;
  opacity: 1;
}

.mobile_menu_full {
  box-sizing: border-box;
  width: 100%;
  right: 0;
  padding: 68px 0 0 0;
  border: none;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.mobile_menu_full:before {
  content: "";
  position: absolute;
  top: calc($mobile_header_height + 1px);
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
}

.mobile_menu_full.active {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.mobile_menu_full ul {
  box-sizing: border-box;
  padding: 0;
  float: none;
  margin: 0;
  width: 100%;
  text-align: left;
}

.mobile_menu_full ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #c4c4c4;
}

.mobile_menu_full ul li a {
  display: block;
  padding: 16px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.mobile_menu_full ul li.menu-item-has-children > a {
  position: relative;
}

.mobile_menu_full ul li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 27px;
  height: 10px;
  background-image: url("images/svg/arrow_right_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.mobile_menu_full ul li.get_a_quote_trigger {
  padding: 16px 32px;
  border-bottom: 0;
}

.mobile_menu_full ul li.get_a_quote_trigger a {
  padding: 24px 0;
  text-align: center;
  color: #ffffff;
  background-color: #00bc00;
}

.mobile_menu_full ul.sub-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 68px;
  left: 0;
  z-index: 1000;
  background-color: white;
  transition: 0.2s linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.mobile_menu_full ul.sub-menu.open {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.mobile_menu_full ul.sub-menu li {
  background-color: #ffffff;
}

.mobile_menu_full ul.sub-menu li.sub_title {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #fec021;
  background-color: #fec021;
}

.mobile_menu_full ul.sub-menu li.sub_title > a {
  padding: 24px;
}

.mobile_menu_full ul.sub-menu li.sub_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 27px;
  height: 10px;
  background-image: url("images/svg/arrow_left_navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

header .right .bottom ul li.get__quote {
  margin-top: 37px;
  margin-bottom: 0;
  padding: 18px 36px 18px 36px;
  background-color: #00bc00;
  color: white;
  border: 1px solid #00bc00;
  transition: .5s ease;
  cursor: pointer;
}

header .right .bottom ul li.get__quote a {
  color: white;
  padding: 0;
}

header .right .bottom ul li.get__quote:hover {
  background-color: #00D206;
  border-color: #00D206;
}

header .right .bottom ul li.get__quote:hover a {
  color: #ffffff;
  background: transparent;
}

#new_header .top_bar__phone .top_bar__inline_list-link {
  padding: 13px 28px;
  font-size: 18px;
  color: white;
  background: #091f3f;
}

#new_header .top_bar__phone__icon {
  width: auto;
  height: 15px;
  fill: white;
  transition: 0.3s ease-out;
  position: relative;
  top: 2px;
}

header .right .bottom ul li.get__quote {
  margin-top: 37px;
  margin-bottom: 0;
  padding: 18px 36px 18px 36px;
  background-color: #00bc00;
  color: white;
  border: 1px solid #00bc00;
  transition: .5s ease;
  cursor: pointer;
}

header .right .bottom ul li.get__quote a {
  color: white;
  padding: 0;
}

header .right .bottom ul li.get__quote:hover {
  background-color: #00D206;
  border-color: #00D206;
}

header .right .bottom ul li.get__quote:hover a {
  color: #ffffff;
  background: transparent;
}

#new_header .top_bar__phone .top_bar__inline_list-link {
  padding: 13px 28px;
  font-size: 18px;
  color: white;
  background: #091f3f;
}

#new_header .top_bar__phone__icon {
  width: auto;
  height: 15px;
  fill: white;
  transition: 0.3s ease-out;
  position: relative;
  top: 2px;
}

.c-section {
  margin: 0 0 50px;
}

@media (max-width: 700px) {
  .c-section {
    margin: 0 0 25px;
  }
}

.c-section--bg-grey {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.c-section:last-of-type.c-section--bg-grey {
  margin: 0;
}

.footer_standard {
  width: 100%;
  background-color: #002d61;
  background-image: url("images/svg/footer_bg.svg");
  background-size: auto 90%;
  background-position: 50px 50%;
  background-repeat: no-repeat;
}

@media (max-width: 1150px) {
  .footer_standard {
    box-sizing: border-box;
    padding: 0 32px;
  }
}

.footer_standard__links {
  padding: 72px 0 72px 0;
}

@media (max-width: 1150px) {
  .footer_standard__links {
    padding: 0 0 32px 0;
  }
}

.footer_standard__links__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 1150px) {
  .footer_standard__links__list {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.footer_standard__links__list li {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

@media (max-width: 1150px) {
  .footer_standard__links__list li {
    text-align: left;
  }
}

.footer_standard__links__list li a {
  color: #ffffff;
}

.footer_standard__links__list li a:hover {
  color: #fec021;
}

@media (max-width: 1150px) {
  .footer_standard__links__list li a {
    display: block;
    padding: 16px 0;
  }
}

.footer_standard__newsletter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 72px 0 48px 0;
}

@media (max-width: 1150px) {
  .footer_standard__newsletter {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

.footer_standard__newsletter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 110vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer_standard__newsletter__tagline {
  width: 20%;
}

@media (max-width: 1150px) {
  .footer_standard__newsletter__tagline {
    min-width: 220px;
    margin-bottom: 32px;
  }
}

.footer_standard__newsletter__tagline-header {
  color: #ffffff;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.2px;
}

@media (max-width: 1150px) {
  .footer_standard__newsletter__tagline-header {
    text-align: center;
  }
}

.footer_standard__newsletter__tagline-header-yellow {
  color: #fec021;
}

.footer_standard__newsletter__form {
  width: 80%;
}

.footer_standard__newsletter__form-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: left;
      justify-content: left;
}

@media (max-width: 1150px) {
  .footer_standard__newsletter__form-form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.footer_standard__newsletter__form-col {
  position: relative;
  width: 40%;
  margin-left: 5%;
}

.footer_standard__newsletter__form-col:last-child {
  width: 20%;
  margin-left: 7%;
}

@media (max-width: 1150px) {
  .footer_standard__newsletter__form-col {
    min-width: 280px;
    margin: 0 0 32px 0;
  }
  .footer_standard__newsletter__form-col:last-child {
    width: 20%;
    min-width: 220px;
    margin-left: 0;
    margin-top: 32px;
  }
}

.footer_standard__newsletter__form-col-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 35px;
  max-height: 30px;
}

.footer_standard__newsletter__form-col-icon path {
  fill: #ffffff;
}

.footer_standard__newsletter__form-col-input {
  color: #ffffff;
  font-weight: 500;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 16px 16px 48px;
  background-color: transparent;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  border-color: transparent transparent #ffffff transparent;
}

.footer_standard__newsletter__form-col-input:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 500;
}

.footer_standard__newsletter__form-col-input::placeholder {
  color: #ffffff;
  font-weight: 500;
}

.footer_standard__newsletter__form-col-label {
  position: absolute;
  top: 50%;
  left: 48px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #ffffff;
  font-weight: 500;
}

.footer_standard__newsletter__form-col-submit {
  text-align: right;
}

.footer_standard__newsletter__form-col-submit-button {
  width: 100%;
  margin: 0;
}

.footer_standard__newsletter__form-col span.error {
  color: #cc5500;
}

.footer_standard__newsletter__form-col.valid .footer_standard__newsletter__form-col-icon path {
  fill: #00bc00;
}

.footer_standard__newsletter__form-col.valid .footer_standard__newsletter__form-col-input {
  border-color: #00bc00;
}

.footer_standard__newsletter__form-col.valid .footer_standard__newsletter__form-col-input,
.footer_standard__newsletter__form-col.valid .footer_standard__newsletter__form-col-label {
  color: #00bc00;
}

.footer_standard__newsletter__form-col.error .footer_standard__newsletter__form-col-icon path {
  fill: #cc5500;
}

.footer_standard__newsletter__form-col.error .footer_standard__newsletter__form-col-input {
  border-color: #cc5500;
}

.footer_standard__newsletter__form-col.error .footer_standard__newsletter__form-col-input,
.footer_standard__newsletter__form-col.error .footer_standard__newsletter__form-col-label {
  color: #cc5500;
}

.footer_standard__newsletter__form-disclaimer {
  width: 100%;
  margin: 32px 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 8px;
  line-height: 2;
  letter-spacing: 0.4px;
  text-align: center;
}

@media (max-width: 1150px) {
  .footer_standard__newsletter__form-disclaimer {
    margin: 0;
  }
}

.footer_standard__copyright {
  position: relative;
  padding: 48px 0;
}

.footer_standard__copyright:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 110vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer_standard__copyright__copy {
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1150px) {
  footer .accreditations_bar {
    height: auto;
  }
}

@media (max-width: 1150px) {
  footer .accreditations_bar ul {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 32px;
  }
}

footer .accreditations_bar ul li {
  margin: 8px;
}

.mobile_accordion__target {
  position: relative;
  display: none;
}

@media (max-width: 1150px) {
  .mobile_accordion__target {
    display: block;
  }
}

.mobile_accordion__target p {
  margin: 0;
  padding: 32px 0;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.mobile_accordion__target__icons {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.mobile_accordion__target__icons img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.mobile_accordion__target__icons-plus {
  opacity: 1;
}

.mobile_accordion__target__icons-minus {
  opacity: 0;
}

.mobile_accordion__target.open .mobile_accordion__target__icons-plus {
  opacity: 0;
}

.mobile_accordion__target.open .mobile_accordion__target__icons-minus {
  opacity: 1;
}

@media (max-width: 1150px) {
  .mobile_accordion__content {
    display: none;
  }
}

.wrapper__outer:nth-child(odd) {
  width: 100%;
  background-color: #f7f7f7;
}

.banner__wrap {
  position: relative;
  width: 100%;
  height: 52vh;
  min-height: 400px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .banner__wrap {
    height: 60vh;
  }
}

.banner__wrap__content {
  width: 80%;
  max-width: 1050px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
}

.banner__wrap__content-header {
  margin: 0 0 32px 0;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

@media (max-width: 1000px) {
  .banner__wrap__content-header {
    font-size: 32px;
  }
}

.banner__wrap__homepage {
  background-color: #000;
}

.banner__wrap__homepage .homepage_hero__image {
  opacity: 0.8;
}

.banner_hero {
  position: relative;
  width: 100%;
  height: 52vh;
  min-height: 400px;
  overflow: hidden;
  background: #000000;
}

.banner_hero__background {
  opacity: 0.8;
  top: 0 !important;
}

@media (max-width: 700px) {
  .banner_hero__background {
    width: auto !important;
    height: 100% !important;
    top: initial !important;
  }
}

.banner_hero__inner {
  width: 80%;
  max-width: 1050px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
}

.banner_hero__inner h1 {
  margin: 0 0 32px 0;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

@media (max-width: 700px) {
  .banner_hero__inner h1 {
    font-size: 30px;
  }
}

.icon_block_wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #c4c4c4;
}

.icon_block_card {
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  color: #626262;
  background-color: #ffffff;
  border-left: 1px solid #c4c4c4;
  transition: border-left 0.3s ease-out;
}

.icon_block_card:nth-child(4n+1) {
  border-left: 1px solid transparent;
}

.icon_block_card:hover {
  border-left: 1px solid #fec021;
}

.icon_block_card:hover + .icon_block_card {
  border-left: 1px solid #fec021;
}

.icon_block_card-icon {
  width: auto;
  height: 40px;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .icon_block_card-icon {
    height: 30px;
  }
}

.icon_block_card-icon path {
  fill: #626262;
}

.icon_block_card-icon-wide {
  width: 55px;
}

@media (max-width: 480px) {
  .icon_block_card-icon-wide {
    width: 40px;
  }
}

.icon_block_card-header {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .icon_block_card-header {
    margin-bottom: 0;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .icon_block_card-header {
    font-size: 8px;
  }
}

.icon_block_card-header:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.2em;
  -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
  width: 0;
  height: 1px;
  background-color: #002d61;
  transition: width 0.3s ease-out;
}

.icon_block_card-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  max-width: 100%;
}

@media (max-width: 700px) {
  .icon_block_card-text {
    display: none;
  }
}

.icon_block_card-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 32px;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}

@media (max-width: 700px) {
  .icon_block_card-link {
    padding: 16px;
  }
}

.icon_block_card-link:hover {
  background-color: #fec021;
}

.icon_block_card-link:hover .icon_block_card-header,
.icon_block_card-link:hover .icon_block_card-text {
  color: #002d61;
}

.icon_block_card-link:hover .icon_block_card-icon path {
  fill: #002d61;
}

.icon_block_card-link:hover .icon_block_card-header:before {
  width: 100%;
}

.content_center {
  text-align: center;
}

.content_center__wrapper {
  padding: 96px 0;
}

@media (max-width: 850px) {
  .content_center__wrapper {
    box-sizing: border-box;
    padding: 48px;
  }
}

@media (max-width: 700px) {
  .content_center__wrapper {
    padding: 32px 16px;
  }
}

.content_center__header {
  color: #002d61;
}

.content_center__content {
  margin-bottom: 40px;
  font-weight: 300;
  text-align: center;
}

.content_center__content .body_font {
  line-height: 2;
}

.logo_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.logo_row-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.logo_row__logo {
  max-width: calc(25% - 48px);
  margin: 0 24px 40px 24px;
}

@media (max-width: 850px) {
  .logo_row__logo {
    max-width: 130px;
  }
}

.testimonial_single {
  padding: 96px 0;
}

@media (max-width: 850px) {
  .testimonial_single {
    box-sizing: border-box;
    padding: 48px;
  }
}

@media (max-width: 700px) {
  .testimonial_single {
    padding: 32px 16px;
  }
}

.testimonial_single__quote {
  margin-bottom: 16px;
  color: #fec021;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: center;
}

.testimonial_single__quote:before, .testimonial_single__quote:after {
  content: "\"";
  color: #002d61;
}

.testimonial_single__quote:before {
  margin-left: -10px;
  margin-right: 10px;
}

.testimonial_single__quote:after {
  margin-left: 10px;
  margin-right: -10px;
}

.testimonial_single__cite {
  color: #002d61;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .icon_row {
    visibility: hidden;
  }
}

.icon_row__col {
  padding: 8px;
  text-align: center;
}

@media (max-width: 900px) {
  .icon_row__col {
    box-sizing: initial;
    margin: 8px;
    padding: 32px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  }
}

.icon_row__col__icon-wrap {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  background-color: #fec021;
  border-radius: 50%;
}

.icon_row__col__icon-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}

.icon_row__col__header {
  color: #626262;
  text-transform: uppercase;
}

.icon_row__col__text {
  line-height: 2;
}

.icon_row.slick-initialized {
  visibility: visible;
}

.icon_row.slick-initialized .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.icon_row.slick-initialized .slick-track .slick-slide {
  height: inherit !important;
}

.case_studies {
  padding: 96px 0;
}

@media (max-width: 1150px) {
  .case_studies {
    box-sizing: border-box;
    padding: 32px 16px;
  }
}

.case_studies__header {
  color: #002d61;
}

.case_studies__single {
  position: relative;
  height: 400px;
  margin-bottom: 48px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .case_studies__single {
    width: 100%;
    margin-bottom: 16px;
  }
  .case_studies__single:last-child {
    margin-bottom: 48px;
  }
}

@media (max-width: 480px) {
  .case_studies__single {
    height: 350px;
  }
}

.case_studies__single:nth-child(even) {
  margin-left: 2px;
}

.case_studies__single__overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  width: calc(100% - 96px);
  height: calc(100% - 96px);
  padding: 48px;
  background-color: rgba(254, 192, 33, 0.9);
  transition: transform 0.5s ease-out;
}

@media (max-width: 1250px) {
  .case_studies__single__overlay {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

.case_studies__single__overlay-header {
  color: #002d61;
  font-size: 30px;
  line-height: 1.5;
  text-decoration: underline;
  text-align: left;
}

.case_studies__single__overlay-button {
  position: relative;
  color: #002d61;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 8px 0;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  border: none;
}

.case_studies__single__overlay-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  width: 100%;
  height: 3px;
  background-color: #002d61;
}

@media (max-width: 1250px) {
  .case_studies__single__overlay-button:before {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

.case_studies__single__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.case_studies__single__link:hover .case_studies__single__overlay {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.case_studies__single__link:hover .case_studies__single__overlay-button:before {
  animation-delay: 0.6s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: delay_0_5_slide_right;
}

.latest_news {
  overflow: visible !important;
}

@media (max-width: 850px) {
  .latest_news {
    box-sizing: border-box;
    padding: 32px 16px !important;
  }
}

.latest_news__header {
  color: #002d61;
}

@media (max-width: 900px) {
  .latest_news__main {
    visibility: hidden;
  }
}

.latest_news__main.slick-initialized {
  visibility: visible;
}

.latest_news__main.slick-initialized .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.latest_news__main.slick-initialized .slick-track .slick-slide {
  height: inherit !important;
}

@media (max-width: 900px) {
  .latest_news .mobile__slider_controls {
    margin-bottom: 32px;
  }
}

.latest_news__single {
  width: 31%;
  margin-bottom: 48px;
  padding: 0;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-out;
}

@media (max-width: 900px) {
  .latest_news__single {
    box-sizing: initial;
    margin: 8px;
    padding: 32px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  }
}

.latest_news__single__header {
  color: #002d61;
  font-size: 24px;
}

.latest_news__single__link {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  padding: 48px 16px 32px 16px;
  transition: 0.3s ease-out;
  background-color: #ffffff;
}

.latest_news__single__link .links {
  margin-bottom: 0;
}

.latest_news__single__link:hover {
  background-color: #fec021;
}

.latest_news__single__link:hover .links__cta-ghost-negative {
  border: 2px solid #ffffff;
}

.latest_news__single:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
  box-shadow: 0 0 6px 2px rgba(254, 192, 33, 0.1);
}

.block_image__full_width {
  position: relative;
  display: block;
  height: 500px;
  overflow: hidden;
}

.notice-banner {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #c30000;
}

@media (max-width: 480px) {
  .notice-banner {
    width: calc(100% - 20px);
  }
}

.notice-banner__inner {
  max-width: 1050px;
  margin: 0 auto;
}

.notice-banner__inner p {
  color: #ffffff;
  font-size: 14px;
}

.notice-banner__cta {
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}

.notice-banner__cta:hover {
  border-color: transparent;
}

.notice {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.notice__inner {
  position: absolute;
  width: calc(50% - 40px);
  padding: 20px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 2px 2px 5px 0px #b5b5b5;
}

@media (max-width: 700px) {
  .notice__inner {
    width: calc(90% - 20px);
    max-height: 90vh;
    padding: 10px;
    overflow: scroll;
  }
}

.notice__close {
  position: absolute;
  width: 15px;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.notice h3,
.notice p {
  margin: 0 0 20px 0;
  color: #002d61;
}

.notice p:last-of-type {
  margin: 0;
}

.notice a {
  border-bottom: 1px solid #002d61;
  transition: all 0.3s;
}

.notice a:hover {
  border-color: transparent;
}

.price-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #626262;
  text-align: center;
  font-weight: bold;
}

.price-table th,
.price-table td {
  border: 1px solid #626262;
  padding: 10px;
}

.price-table tr th {
  background: #002d61;
  color: #ffffff;
}

.price-table img {
  margin: 0;
  padding: 0;
  border: none;
}

.three_row {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 850px) {
  .three_row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.three_row__item {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px;
  text-align: center;
}

.three_row__icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background-color: #fec021;
  border-radius: 50%;
}

.three_row__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  margin: 0;
}

.c-hero {
  position: relative;
  height: 350px;
  width: 100%;
  margin: 0 0 50px;
  background-color: #000000;
  overflow: hidden;
}

@media (max-width: 700px) {
  .c-hero {
    height: 450px;
  }
}

.c-hero__bg {
  opacity: 0.7;
}

.c-hero__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.c-hero__title {
  font-size: 58px;
  font-weight: 700;
  color: #ffffff;
}

.c-hero__cta-container {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .c-hero__cta-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-hero__cta {
  min-width: 150px;
  margin: 0 20px 0 0;
  padding: 10px 30px 12.5px;
  border: 1px solid #002d61;
  background-color: #002d61;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  transition: .5s ease;
}

@media (max-width: 850px) {
  .c-hero__cta {
    display: block;
  }
}

@media (max-width: 700px) {
  .c-hero__cta {
    margin: 0 0 20px;
  }
}

.c-hero__cta--green {
  border: 1px solid #00bc00;
  background-color: #00bc00;
}

.c-hero__cta:hover {
  background-color: #00D206;
  border-color: #00D206;
}

.c-hero__cta:last-of-type {
  margin: 0;
}

.c-text-full-width--center {
  text-align: center;
}

.c-text-full-width--right {
  text-align: right;
}

.c-text-image-split__wrapper {
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 1000px) {
  .c-text-image-split__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-text-image-split__half {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .c-text-image-split__half {
    width: 100%;
  }
}

.c-text-image-split__half--od-1 {
  -ms-flex-order: 1;
      order: 1;
  margin: 0 50px 0 0;
}

@media (max-width: 1000px) {
  .c-text-image-split__half--od-1 {
    margin: 0;
  }
}

.c-text-image-split__half--od-2 {
  -ms-flex-order: 2;
      order: 2;
}

@media (max-width: 1000px) {
  .c-text-image-split__half--text {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 0 50px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .c-text-image-split__half--text {
    margin: 0 0 25px;
  }
}

@media (max-width: 1000px) {
  .c-text-image-split__half--image {
    -ms-flex-order: 2;
        order: 2;
  }
}

.c-text-image-split__media {
  position: relative;
  height: 100%;
  min-height: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
}

@media (max-width: 700px) {
  .c-text-image-split__media {
    min-height: 300px;
  }
}

.c-offer-banner {
  padding: 40px 0;
  background-color: #002d61;
}

.c-offer-banner__title {
  text-align: center;
  color: #fec021;
}

.c-offer-banner__cta-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-offer-banner__cta {
  min-width: 150px;
  margin: 0 20px 0 0;
  padding: 10px 30px 12.5px;
  border: 1px solid #00bc00;
  background-color: #00bc00;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  transition: .5s ease;
}

.c-offer-banner__cta:hover {
  background-color: #00D206;
  border-color: #00D206;
}

.c-offer-banner__cta:last-of-type {
  margin: 0;
}

.c-services-grid__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.c-services-grid__item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: calc(50% - 50px);
      flex-basis: calc(50% - 50px);
  max-width: calc(50% - 50px);
  margin: 25px;
}

.c-services-grid__item--three-grid {
  -ms-flex-preferred-size: calc(33% - 50px);
      flex-basis: calc(33% - 50px);
  max-width: calc(33% - 50px);
}

@media (max-width: 700px) {
  .c-services-grid__item {
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 15px;
  }
}

.c-services-grid__media {
  position: relative;
  min-height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 25px;
  overflow: hidden;
}

.c-services-grid__title {
  text-transform: uppercase;
  text-align: center;
  color: #626262;
}

.c-services-grid__cta-container {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.c-services-grid__cta {
  min-width: 150px;
  padding: 10px 30px 12.5px;
  border: 1px solid #fec021;
  background-color: transparent;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #002d61;
  transition: .5s ease;
}

@media (max-width: 850px) {
  .c-services-grid__cta {
    display: block;
  }
}

.c-services-grid__cta:hover {
  background-color: #fec021;
  color: #ffffff;
}

.c-services-grid__cta:last-of-type {
  margin: 0;
}

.c-image-grid__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.c-image-grid__item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: calc(33.333333% - 50px);
      flex-basis: calc(33.333333% - 50px);
  max-width: calc(33.333333% - 50px);
  margin: 25px;
}

@media (max-width: 700px) {
  .c-image-grid__item {
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 15px;
  }
}

.c-image-grid__media {
  position: relative;
  min-height: 350px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 25px;
  overflow: hidden;
}

@media (max-width: 700px) {
  .c-image-grid__media {
    min-height: 250px;
  }
}

.c-testimonials {
  padding: 50px 0;
}

.c-testimonials__slider {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 850px) {
  .c-testimonials__slider {
    width: 75%;
  }
}

@media (max-width: 700px) {
  .c-testimonials__slider {
    width: 90%;
  }
}

.c-testimonials__item {
  text-align: center;
}

.c-testimonials__item h5 {
  margin: 0 0 20px;
  color: #fec021;
  font-size: 24px;
  font-weight: 700;
}

.c-testimonials__item h5 span {
  margin: 0 5px;
  color: #002d61;
}

.c-testimonials__item p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2;
  text-transform: uppercase;
  color: #002d61;
}

.c-usp-row h2 {
  text-align: center;
}

.c-usp-row__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 850px) {
  .c-usp-row__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-usp-row__item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: calc(25% - 70px);
      flex-basis: calc(25% - 70px);
  max-width: calc(25% - 70px);
  margin: 25px;
  padding: 0 10px;
  text-align: center;
}

@media (max-width: 850px) {
  .c-usp-row__item {
    -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}

.c-usp-row__item h5 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #626262;
}

.c-usp-row__item p {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.15px;
  color: #626262;
}

.c-usp-row__icon-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 18px 20px;
  background: #fec021;
  border-radius: 50%;
}

.c-usp-row__icon {
  height: 40px;
  width: 40px;
}

.c-usp-row__cta-container {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .c-usp-row__cta-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-usp-row__cta {
  min-width: 150px;
  margin: 0 20px 0 0;
  padding: 10px 30px 12.5px;
  border: 1px solid #002d61;
  background-color: #002d61;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: .5s ease;
}

@media (max-width: 850px) {
  .c-usp-row__cta {
    display: block;
  }
}

@media (max-width: 700px) {
  .c-usp-row__cta {
    margin: 0 0 20px;
  }
}

.c-usp-row__cta:hover {
  background-color: #00D206;
  border-color: #00D206;
}

.c-usp-row__cta--ghost {
  background-color: transparent;
  border-color: #fec021;
  color: #002d61;
}

.c-usp-row__cta--ghost:hover {
  background-color: #fec021;
  border-color: #fec021;
}

.c-usp-row__cta:last-of-type {
  margin: 0;
}

.c-icon-grid {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.c-icon-grid__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-icon-grid__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: calc(25% - 92px);
      flex-basis: calc(25% - 92px);
  max-width: calc(25% - 92px);
  margin: 25px;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
}

@media (max-width: 850px) {
  .c-icon-grid__item {
    -ms-flex-preferred-size: calc(50% - 72px);
        flex-basis: calc(50% - 72px);
    max-width: calc(50% - 72px);
    margin: 15px;
  }
}

@media (max-width: 700px) {
  .c-icon-grid__item {
    -ms-flex-preferred-size: calc(100% - 72px);
        flex-basis: calc(100% - 72px);
    max-width: calc(100% - 72px);
    margin: 15px;
  }
}

.c-icon-grid__item h5 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #626262;
}

.c-icon-grid__icon-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}

.c-icon-grid__icon {
  height: 60px;
  width: 60px;
}

.c-icon-grid__cta-container {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 25px;
}

@media (max-width: 700px) {
  .c-icon-grid__cta-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-icon-grid__cta {
  min-width: 150px;
  margin: 0 20px 0 0;
  padding: 10px 30px 12.5px;
  border: 1px solid #002d61;
  background-color: #002d61;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: .5s ease;
}

@media (max-width: 850px) {
  .c-icon-grid__cta {
    display: block;
  }
}

@media (max-width: 700px) {
  .c-icon-grid__cta {
    margin: 0 0 20px;
  }
}

.c-icon-grid__cta:hover {
  background-color: #00D206;
  border-color: #00D206;
}

.c-icon-grid__cta--ghost {
  background-color: transparent;
  border-color: #fec021;
  color: #002d61;
}

.c-icon-grid__cta--ghost:hover {
  background-color: #fec021;
  border-color: #fec021;
}

.c-icon-grid__cta:last-of-type {
  margin: 0;
}

.c-case-studies__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.c-case-studies__video {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 25px 0 50px;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-case-studies__item {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
  height: 400px;
  margin: 25px 10px;
  overflow: hidden;
}

@media (max-width: 700px) {
  .c-case-studies__item {
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 15px;
  }
}

.c-case-studies__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.c-case-studies__link:hover {
  outline-width: 0;
}

.c-case-studies__link:hover .c-case-studies__overlay {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.c-case-studies__link:hover .c-case-studies__overlay-button:before {
  animation-delay: 0.6s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: delay_0_5_slide_right;
}

.c-case-studies__overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: calc(100% - 96px);
  height: calc(100% - 96px);
  padding: 48px;
  background-color: rgba(254, 192, 33, 0.9);
  transition: transform 0.5s ease-out;
}

.c-case-studies__overlay-title {
  color: #002d61;
  font-size: 30px;
  line-height: 1.5;
  text-decoration: underline;
  text-align: left;
}

.c-case-studies__overlay-button {
  position: relative;
  color: #002d61;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 8px 0;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  border: none;
}

.c-case-studies__overlay-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 3px;
  background-color: #002d61;
}

.c-case-studies__cta-container {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .c-case-studies__cta-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-case-studies__cta {
  min-width: 150px;
  margin: 0 20px 0 0;
  padding: 10px 30px 12.5px;
  border: 1px solid #002d61;
  background-color: #002d61;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: .5s ease;
  outline: 0;
  cursor: pointer;
}

@media (max-width: 850px) {
  .c-case-studies__cta {
    display: block;
  }
}

@media (max-width: 700px) {
  .c-case-studies__cta {
    margin: 0 0 20px;
  }
}

.c-case-studies__cta:hover {
  background-color: #00D206;
  border-color: #00D206;
}

.c-case-studies__cta--ghost {
  background-color: transparent;
  border-color: #fec021;
  color: #002d61;
}

.c-case-studies__cta--ghost:hover {
  background-color: transparent;
  border-color: #ffffff;
}

.c-case-studies__cta:last-of-type {
  margin: 0;
}

.c-latest-news__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 25px;
}

.c-latest-news__item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: calc(33% - 50px);
      flex-basis: calc(33% - 50px);
  max-width: calc(33% - 50px);
  margin: 25px 25px 50px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-out;
}

@media (max-width: 850px) {
  .c-latest-news__item {
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 15px;
  }
}

.c-latest-news__link {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  padding: 48px 16px 32px 16px;
  transition: 0.3s ease-out;
  background-color: #ffffff;
}

.c-latest-news__link:hover {
  background-color: #fec021;
}

.c-latest-news__link:hover .c-latest-news__cta {
  background-color: transparent;
  border-color: #ffffff;
}

.c-latest-news__header {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.6px;
  text-align: center;
}

.c-latest-news__cta-container {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .c-latest-news__cta-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-latest-news__cta {
  min-width: 150px;
  margin: 0 20px 0 0;
  padding: 10px 30px 12.5px;
  border: 1px solid #002d61;
  background-color: #002d61;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: .5s ease;
  outline: 0;
  cursor: pointer;
}

@media (max-width: 850px) {
  .c-latest-news__cta {
    display: block;
  }
}

@media (max-width: 700px) {
  .c-latest-news__cta {
    margin: 0 0 20px;
  }
}

.c-latest-news__cta:hover {
  background-color: #00D206;
  border-color: #00D206;
}

.c-latest-news__cta--ghost {
  background-color: transparent;
  border-color: #fec021;
  color: #002d61;
}

.c-latest-news__cta--ghost:hover {
  background-color: transparent;
  border-color: #ffffff;
}

.c-latest-news__cta:last-of-type {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */