/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;800&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@media only screen and (max-width: 1279px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  html {
    font-size: 1.1vw;
  }
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 0.066rem;
  border: 0;
  border-top: 0.066rem solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=number] {
  border-radius: 0;
  -webkit-appearance: none;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* 12 col grid */
.column {
  display: block;
  float: left;
  margin-left: 2.4817518248%;
}

.column.first {
  clear: both;
  margin-left: 0;
}

.column.centred {
  float: none;
  margin: 0 auto;
}

.column.right {
  float: right;
}

.one-col {
  width: 6.0583941606%;
}

.two-col {
  width: 14.598540146%;
}

.three-col {
  width: 23.1386861314%;
}

.four-col {
  width: 31.6788321168%;
}

.five-col {
  width: 40.2189781022%;
}

.six-col {
  width: 48.7591240876%;
}

.seven-col {
  width: 57.299270073%;
}

.eight-col {
  width: 65.8394160584%;
}

.nine-col {
  width: 74.3795620438%;
}

.ten-col {
  width: 82.9197080292%;
}

.eleven-col {
  width: 91.4598540146%;
}

.twelve-col {
  width: 100%;
}

/* end grid */
body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  margin: 0 auto;
  /* max-width: 1600px; */
  width: 90%;
}

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

header {
  padding: 1em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 0.066rem;
  margin: -0.066rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.066rem;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 0.066rem solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* Custom styles */
h1, h2, h3, h4, h6, h6 {
  font-weight: 700;
}

h3 {
  margin-top: 0;
  font-size: 2.666rem;
}

body {
  background-color: #fff;
  overflow-x: hidden;
  font-family: "SF Pro Display", sans-serif;
  overflow-x: hidden;
}

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

a:hover {
  color: #000000;
}

.white a {
  color: #000000;
}
.white a:hover {
  color: #E95A0C;
}

button:not(.splide__pagination__page):not(.splide__arrow),
input[type=submit] {
  padding: 1rem 3.666rem !important;
  background-color: #E95A0C;
  border-radius: 6.666rem !important;
  border: 0.125rem solid #E95A0C;
  color: #fff;
  font-size: 1.333rem;
  margin-right: 1.133rem;
  min-width: 6.666rem;
  font-weight: 700;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

button:not(.splide__pagination__page):not(.splide__arrow):hover,
input[type=submit]:hover {
  color: #E95A0C;
  background-color: transparent;
  cursor: pointer;
}

button:not(.splide__pagination__page):not(.splide__arrow).orange-bg:hover {
  background-color: #fff !important;
  color: #000000;
}

@media (max-width: 800px) {
  .home-page .main-content {
    padding-top: 4.333rem !important;
  }

  .page-id-36 .home-page .main-content {
    padding-top: calc( 3.333rem / 2) !important;
  }

  .hero .buttons a {
    margin-bottom: 1rem;
    display: block;
  }
  .hero .buttons a:last-child {
    margin-bottom: 0rem;
  }

  button:not(.splide__pagination__page):not(.splide__arrow) {
    padding: 0.666rem 1.333rem;
    font-size: 1rem;
    width: calc(100% - ( 1.33rem * 3 ));
    display: block;
  }
}
/* grid */
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(33.333% - 1.333rem) 1.333rem calc(33.333% - 1.333rem) 1.333rem calc(33.333% - 1.333rem);
  grid-template-columns: calc(33.333% - 1.333rem) calc(33.333% - 1.333rem) calc(33.333% - 1.333rem);
  grid-gap: 1.333rem;
}

@media (max-width: 800px) {
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .grid {
    -ms-grid-columns: 1fr 1.333rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu {
  width: 50%;
  font-weight: 700;
}
.menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu ul li.parent:hover ul.sub-menu {
  z-index: 100;
  display: block;
}
.menu ul ul.sub-menu.header {
  display: block;
  position: absolute;
  padding: 2.333rem 0.666rem 0.133rem 0.133rem;
  background-color: #E95A0C;
  display: none;
}
.menu ul ul.sub-menu.footer {
  display: block !important;
  /*position:absolute;*/
  padding: 0.333rem 0.666rem 0.133rem 0.133rem;
  background-color: #000000;
  width: 12rem;
  font-size: 0.666rem;
}
.menu ul ul.sub-menu.footer a {
  font-weight: 400 !important;
  width: 80%;
  display: block;
}

header {
  padding: 0;
  font-size: 1rem;
}
header .nav-top {
  padding: 8px 3%;
  background-color: #000000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav-top a:hover {
  color: #E95A0C;
}
header .nav-top .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .nav-top .social div {
  padding-left: 0.666rem;
}
header .nav-top .dropdown-content {
  background-color: transparent;
  color: #000;
  display: none;
  max-width: 12.266rem;
  position: absolute;
  z-index: 1;
}
header .nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.666rem 9% 3.666rem 9%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  background-color: #E95A0C;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav-bottom .mobile_menu_button {
  display: none;
}

@media (max-width: 800px) {
  header .nav-bottom .menu {
    display: none;
  }
  header .nav-bottom .mobile_menu_button {
    display: block;
  }
}
footer {
  background-color: #000000;
  color: #fff;
  padding: 3.666rem 9% 3.666rem 9%;
  padding-top: 1.333rem;
  padding-bottom: 6.666rem;
}
footer a:hover {
  color: #E95A0C;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.333rem;
}
footer .container .footer-left {
  width: 50%;
}
footer .container .footer-left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .container .footer-left .logos .top, footer .container .footer-left .logos .bottom {
  margin-top: 1.333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .container .footer-left .logos .top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .container .footer-left .logos img {
  margin-right: 1.333rem;
}
footer .container .footer-left .logos img.audit {
  width: 4.666rem;
}
footer .container .footer-left .logos img.risqs {
  width: 4.666rem;
}
footer .container .footer-left .logos img.bp {
  width: 7.333rem;
}
footer .container .footer-left .logos img.co {
  width: 8.666rem;
}
footer .container .footer-left .logos img.iso {
  width: 6.666rem;
}
footer .container .footer-left .company-info {
  margin-top: 1.333rem;
}
footer .container .footer-right {
  width: 45%;
}
footer .container .footer-right .menu {
  width: 100%;
}
footer .container .footer-right .menu ul.top-level {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 1.333rem;
}
@media only screen and (max-width: 800px) {
  footer .container .footer-right .menu ul.top-level {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .container .footer-right .menu ul.top-level a {
  font-weight: 700;
  font-size: 1.2rem;
}
footer .container .footer-right .menu ul.top-level li.parent .sub-menu a {
  font-size: 1rem;
  font-weight: 500;
}
footer .container .footer-right .bottom {
  width: 100%;
  margin: 1.333rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
footer .container .footer-right .bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .container .footer-right .privacy {
  margin-top: 2.666rem;
}

@media (max-width: 800px) {
  footer .container {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .container .footer-left,
footer .container .footer-right {
    width: 100%;
  }
  footer .container .footer-right {
    margin-top: 1.333rem;
  }
  footer .container .footer-right .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .container .footer-right .bottom .section-left, footer .container .footer-right .bottom .section-right {
    width: 100%;
  }
  footer .container .footer-right .bottom .section-right {
    margin-top: 1.333rem;
  }
  footer .container .footer-left .logos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .container .footer-left .logos img {
    margin-bottom: 0.666rem;
  }
}
header div.menu li.parent a svg {
  width: 1rem;
  margin-left: 0.5rem;
}
header div.menu li.parent a svg path {
  fill: #fff;
  stroke: #fff;
}
header div.menu li a {
  font-weight: 700;
}
header div.menu li .sub-menu.header {
  /* background-color: rgba(233, 90, 12, 0.7); */
}
header div.menu li .sub-menu li a {
  padding: 0.5rem;
  max-width: 9rem;
  display: block;
}

.hero {
  width: 100%;
  background-size: cover;
  padding: 3.666rem 9% 3.666rem 9%;
  color: #fff;
  background-position: center;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .content {
  width: 80%;
}
.hero .content h1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.hero .content h1 {
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 1.333rem;
}
@media only screen and (max-width: 800px) {
  .hero .content h1 {
    margin-bottom: 0rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.hero .content h2 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 1.733rem;
}

@media (max-width: 800px) {
  .hero .content {
    width: 100%;
  }
  .hero .content h1 {
    font-size: 2.333rem;
  }
  .hero .content h2 {
    font-size: 1.333rem;
  }

  h3 {
    font-size: 1.666rem;
  }
}
.hero {
  position: relative;
}
.hero::before {
  position: absolute;
  z-index: 5;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
}
.hero .content {
  position: relative;
  z-index: 10;
}

/* home  -------------------------------------------- */
.home-page {
  overflow-x: hidden;
}
.home-page .hero {
  width: 100%;
  background-size: cover;
  min-height: 14rem;
  padding: 3.666rem 9% 3.666rem 9%;
  color: #fff;
  position: relative;
}
.home-page .hero.homepage {
  height: calc(100vh - var(--custom-header-height)) !important;
}
.home-page .hero .content {
  position: relative;
  z-index: 10;
}
.home-page .hero .content h1 {
  width: 60%;
}
.home-page .hero .content .buttons {
  padding-top: 3.333rem;
}
.home-page .main-content {
  padding-top: 1.333rem;
}
.home-page .main-content .services {
  padding: 3.666rem 9% 3.666rem 9%;
  padding-top: 2.666rem;
}
.home-page .main-content .services h3 {
  font-size: 3.333rem;
}
.home-page .main-content .services h4 {
  font-size: 2rem;
  font-weight: 400;
  margin: 1.333rem 0 2rem 0;
}
.home-page .main-content .services a {
  color: #000000;
}
.home-page .main-content .services a:hover {
  color: #E95A0C;
}
.home-page .main-content .projects:not(.no-style) {
  background-color: #E95A0C;
  padding: 3.666rem 9% 3.666rem 9%;
  margin-top: 7rem;
  padding-bottom: 7rem;
}
.home-page .main-content .projects:not(.no-style) .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 2rem 0;
  padding: 2.666rem 0 2rem 0;
}
@media only screen and (max-width: 800px) {
  .home-page .main-content .projects:not(.no-style) .header {
    display: block;
    width: 100%;
  }
}
.home-page .main-content .projects:not(.no-style) button:not(.splide__pagination__page):not(.splide__arrow) {
  background-color: #000000;
  border: 0.125rem #000000 solid;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.home-page .main-content .projects:not(.no-style) button:not(.splide__pagination__page):not(.splide__arrow):hover {
  background-color: transparent !important;
  color: #000000;
}
.home-page .main-content .projects:not(.no-style) h3 {
  font-size: 3.333rem;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .home-page .main-content .projects:not(.no-style) h3 {
    display: block;
    width: 100%;
  }
  .home-page .main-content .projects:not(.no-style) h3 + a {
    margin-top: 1rem;
    display: block;
  }
}

.main-content .paragraph:not(:nth-child(1)) {
  margin-top: 3.333rem;
}

@media (max-width: 800px) {
  .home-page .main-content .projects h3, .home-page .main-content .services h3 {
    font-size: 1.666rem;
  }
}
/* projects grid */
.projects .grid .item:hover img, .news .grid .item:hover img, .teams .grid .item:hover img {
  opacity: 0.7;
}
.projects .grid .item img, .news .grid .item img, .teams .grid .item img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.projects .grid .bottom, .news .grid .bottom, .teams .grid .bottom {
  background-color: #fff;
  color: #000000;
  padding: 0.666rem 1rem 1.333rem 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects .grid .bottom h5, .news .grid .bottom h5, .teams .grid .bottom h5 {
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0;
  width: 84%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84%;
          flex: 0 0 84%;
}
.projects .grid .bottom .arrow, .news .grid .bottom .arrow, .teams .grid .bottom .arrow {
  width: 2.133rem;
  height: 5.333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.projects .grid.orangebg .item:hover .bottom,
.news .grid.orangebg .item:hover .bottom {
  color: #E95A0C;
}
.projects .grid.orangebg .item:hover .bottom .arrow svg path,
.news .grid.orangebg .item:hover .bottom .arrow svg path {
  stroke: #E95A0C;
}
.projects .grid.whitebg .item:hover .bottom,
.news .grid.whitebg .item:hover .bottom {
  color: #fff;
}
.projects .grid.whitebg .item:hover .bottom .arrow svg path,
.news .grid.whitebg .item:hover .bottom .arrow svg path {
  stroke: #fff;
}

/* about -------------------------------------------- */
.about-page {
  overflow-x: hidden;
}
.about-page .team,
.about-page .careers {
  padding: 3.666rem 9% 3.666rem 9%;
}
.about-page .team a,
.about-page .careers a {
  color: #000000;
}
.about-page .teams .grid .bottom {
  background-color: #E95A0C;
}

@media (max-width: 800px) {
  .about-page button:not(.splide__pagination__page):not(.splide__arrow) {
    margin-bottom: 1.333rem;
  }
}
/* services */
.services-page .grid .item:hover .mask .overlay, .services .grid .item:hover .mask .overlay {
  display: block;
}
.services-page .grid .item:hover .mask .image, .services .grid .item:hover .mask .image {
  display: none;
}
.services-page .grid .item, .services .grid .item {
  border-top: 0.066rem #000000 solid;
}
.services-page .grid .item h3, .services .grid .item h3 {
  margin-top: 0.666rem;
}
.services-page .grid .item .item-image, .services .grid .item .item-image {
  position: relative;
}
.services-page .grid .item .item-image .content-overlay, .services .grid .item .item-image .content-overlay {
  background-color: #E95A0C;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services-page .grid .item .item-image .content-overlay .copy, .services .grid .item .item-image .content-overlay .copy {
  padding: 1.333rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2em;
}
.services-page .grid .item .item-image .content-overlay .bottom, .services .grid .item .item-image .content-overlay .bottom {
  padding: 1.333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.services-page .grid .item .item-image .content-overlay .bottom .arrow-holder, .services .grid .item .item-image .content-overlay .bottom .arrow-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.services-page .grid .item .item-image .content-overlay .bottom .arrow-holder img, .services .grid .item .item-image .content-overlay .bottom .arrow-holder img {
  width: 50% !important;
  height: auto;
}
.services-page .grid .item .item-image .content-image, .services .grid .item .item-image .content-image {
  width: 100%;
  height: 100%;
}
.services-page .grid .item .item-image:hover .content-overlay, .services .grid .item .item-image:hover .content-overlay {
  opacity: 1;
}

.services-page {
  overflow-x: hidden;
}
.services-page .main-content {
  padding: 3.666rem 9% 3.666rem 9%;
  padding-bottom: 6.666rem;
}

/* projects etc */
.projects-page .main-content, .news-page .main-content, .careers-page .main-content {
  padding: 3.666rem 9% 3.666rem 9%;
  padding-bottom: 6.666rem;
}
.projects-page .grid .bottom, .news-page .grid .bottom, .careers-page .grid .bottom {
  background-color: #E95A0C;
}

.projects-page {
  overflow-x: hidden;
}

/* news */
.news-page {
  overflow-x: hidden;
}
.news-page .main-content .grid .bottom h5 {
  font-size: 1.333rem;
}
.news-page .contact {
  padding: 3.666rem 9% 3.666rem 9%;
}

/* contact */
.contact-page {
  overflow-x: hidden;
}
.contact-page .main-content {
  padding: 3.666rem 9% 3.666rem 9%;
}
.contact-page .contact {
  padding: 3.666rem 9% 3.666rem 9%;
}

/* single */
.single {
  overflow-x: hidden;
  /* service item page */
}
.single .main-content {
  padding: 3.666rem 9% 3.666rem 9%;
}
.single .service-item .paragraph .copy {
  width: 50%;
  background-image: none;
  padding: 1.333rem 0;
}
.single .service-item .paragraph .image {
  background-image: url(../img/network.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  width: 50%;
  height: 20rem;
}
.single .service-item .paragraph .image-no-bg {
  width: 50%;
}
.single .service-item img.map {
  -webkit-filter: brightness(50%) !important;
          filter: brightness(50%) !important;
  opacity: 0.5;
}
.single .service-item .grid {
  margin: 3.333rem 0 11.333rem 0;
}
@media only screen and (max-width: 800px) {
  .single .service-item .grid {
    margin: 3.333rem 0 3.333rem 0 !important;
  }
}
.single .service-item .grid .item {
  font-weight: 400;
}
.single .service-item .grid .item .arrow {
  width: 2rem;
}
.single .service-item .grid .item h3 {
  border-top: 0.066rem #707070 solid;
  font-size: 1.333rem;
  margin: 0.333rem 0 0 0;
  padding: 0.666rem 0;
  font-weight: 500;
}

/* project */
.single.project .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single.project .main-content.copy {
  width: 50%;
}

@media (max-width: 800px) {
  .single.project .main-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single.project .main-content.copy, .single.project .main-content .carousel-holder {
    width: 100%;
  }
}
/* news */
.single.news .main-content .paragraph,
.single.team .main-content .paragraph {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single.news .main-content .paragraph .copy,
.single.team .main-content .paragraph .copy {
  padding-top: 0;
  background-image: none;
}
.single.news .main-content .paragraph .copy.left,
.single.team .main-content .paragraph .copy.left {
  padding-left: 0 !important;
}

@media (max-width: 800px) {
  .single .hero {
    padding: 0.666rem 5%;
  }
  .single .hero .content {
    width: 90%;
  }
  .single .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .news .image {
    width: 40%;
  }
  .single .news .copy {
    width: 50%;
  }

  .single .service-item .main-content .paragraph .copy {
    width: 100%;
  }
}
/* paragraph */
.main-content {
  position: relative;
}
.main-content .paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content .paragraph h3 {
  margin: 0rem 0 0.666rem 0;
}
.main-content .paragraph .copy {
  position: relative;
  padding-top: 6.666rem;
  padding-bottom: 0px;
}
.main-content .paragraph .copy.img-flip::before {
  background-position: top right;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.main-content .paragraph .copy:not(.no-bg)::before {
  background-image: url(../img/network.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 13.666rem;
  display: block;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .main-content .paragraph .copy:not(.no-bg)::before {
    opacity: 0.3;
  }
}
.main-content .paragraph .copy.left {
  padding-left: 10%;
  width: 37%;
  margin-right: 3%;
}
.main-content .paragraph .copy.right {
  padding-right: 10%;
  width: 37%;
  margin-left: 3%;
}
.main-content .paragraph .copy button:not(.splide__pagination__page):not(.splide__arrow) {
  margin-top: 1.666rem;
}
.main-content .paragraph .image.left {
  width: 47%;
  margin-right: 3%;
}
@media only screen and (max-width: 800px) {
  .main-content .paragraph .image.left {
    margin-top: 2rem;
  }
}
.main-content .paragraph .image.right {
  width: 47%;
  margin-left: 3%;
}
@media only screen and (max-width: 800px) {
  .main-content .paragraph .image.right {
    margin-top: 2rem;
  }
}
.main-content .paragraph .image.right.flip-image {
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media only screen and (max-width: 800px) {
  .main-content .paragraph .image.right.flip-image {
    display: none !important;
  }
}
.main-content .paragraph:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 800px) {
  .main-content .paragraph {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-content .paragraph .copy.left,
.main-content .paragraph .copy.right,
.main-content .paragraph .image.left,
.main-content .paragraph .image.right {
    width: 100%;
  }
}
/* contact form ----------------- */
.contact {
  background-color: #000000;
  color: #fff;
  padding: 3.666rem 10% 3.666rem 10%;
}
.contact .form-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .form-holder .text {
  width: 50%;
  font-size: 1.066rem;
}
.contact .form-holder .form h2, .contact .form-holder .form label {
  display: none;
}
.contact .form-holder .form input[type=text] {
  height: 2.5rem;
}
.contact .form-holder .form textarea {
  height: 13.333rem !important;
}
.contact .form-holder .form input, .contact .form-holder .form textarea {
  border-radius: 0.666rem;
  padding: 1rem;
}
.contact .form-holder .form input::-webkit-input-placeholder, .contact .form-holder .form textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.contact .form-holder .form input::-moz-placeholder, .contact .form-holder .form textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.contact .form-holder .form input:-ms-input-placeholder, .contact .form-holder .form textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.contact .form-holder .form input::-ms-input-placeholder, .contact .form-holder .form textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.contact .form-holder .form input::placeholder, .contact .form-holder .form textarea::placeholder {
  color: #000000;
  opacity: 1;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 0.8rem !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 1rem !important;
}

@media (max-width: 1200px) {
  .contact .form-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact .form-holder .text {
    width: 100%;
  }
}
.main-content.orange {
  background-color: #E95A0C;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.main-content.orange .paragraph h3 {
  margin: 0rem 0 0.666rem 0 !important;
}

@media (max-width: 800px) {
  .main-content h3 {
    font-size: 1.666rem;
  }
  .main-content .paragraph {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-content .paragraph .copy {
    width: 100%;
    padding: 0 5%;
  }
  .main-content .paragraph .image {
    width: 100%;
  }
}
/* logos */
header img.logo {
  height: 3.466rem;
}

footer img.logo {
  width: 16rem;
  height: 4.266rem;
}

img.social {
  width: 1.4rem;
  height: auto;
}

/*****************************************************************************/
/* Side nav */
/*****************************************************************************/
/* The side navigation menu */
.sidenav {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: -100%;
  overflow-x: hidden;
  padding-top: 0px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #000000;
}

.sidenav ul {
  width: 100%;
  list-style-type: none;
  text-align: center;
  font-size: 1.333rem;
  margin: 0px 0;
  color: #fff;
  padding: 0;
}

.sidenav ul li {
  padding: 0.666rem 0;
  border-bottom: 0.066rem #fff solid;
}

.sidenav.open {
  right: 0%;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.sidenav .close {
  position: absolute;
  margin: 0px 0 0 0;
  font-size: 2.666rem;
  right: 1.333rem;
  background: none;
  color: #fff;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.sidenav .nav {
  margin: 6.666rem 0;
  padding: 0px 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidenav .nav div {
  width: 100%;
  text-align: center;
  padding: 0.666rem 0;
  font-size: 1.066rem;
}

.sidenav .nav .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.333rem;
}

.sidenav .nav .item {
  width: 100%;
  margin: 0 0 1.866rem 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}

.sidenav .mobile-menu-sub-trigger {
  cursor: pointer;
  outline: none;
  padding-left: 1rem;
}

/* scroller */
.carousel-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.carousel-holder .carousel-arrow-left {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.carousel-holder .carousel {
  width: 100%;
  margin: 2rem 0;
  overflow: hidden;
}
.carousel-holder .carousel .slick-slide {
  margin: 0.666rem;
}
.carousel-holder .carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.copy p:first-child {
  margin-top: 0;
}
.copy p:last-child {
  margin-bottom: 0;
}
.copy p:first-child:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.moble-menu li.menu-item-has-children {
  position: relative;
}
.moble-menu li.menu-item-has-children div.btn {
  width: 26px;
  position: absolute;
  right: 1rem;
  top: 1.6rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10000;
}
.moble-menu li.menu-item-has-children div.btn svg.open {
  display: block;
}
.moble-menu li.menu-item-has-children div.btn svg:not(.open) {
  display: none;
}
.moble-menu li.menu-item-has-children ul.sub-menu {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height ease 0.3s;
  -o-transition: height ease 0.3s;
  transition: height ease 0.3s;
  width: 100%;
  display: block;
}
.moble-menu li.menu-item-has-children ul.sub-menu li {
  display: block;
  width: 100%;
}
.moble-menu li.menu-item-has-children ul.sub-menu li:first-child {
  border-top: 1px solid #fff;
}
.moble-menu li.menu-item-has-children ul.sub-menu li a {
  width: 100%;
  display: block;
  font-size: 0.9em;
}
.moble-menu li.menu-item-has-children.active {
  padding-bottom: 0;
  border-bottom: none;
}
.moble-menu li.menu-item-has-children.active div.btn svg.open {
  display: none;
}
.moble-menu li.menu-item-has-children.active div.btn svg:not(.open) {
  display: block;
}
.moble-menu li.menu-item-has-children.active ul.sub-menu {
  margin-top: 0.666rem;
  height: auto;
}

@media only screen and (max-width: 800px) {
  body.service-items-template-default .grid {
    grid-gap: 3.333rem !important;
  }
}
@media only screen and (max-width: 800px) {
  div[id*=gform_wrapper] {
    padding-top: 3rem !important;
  }
}

div.main .careers-page div.main-content a:not([class])[href] {
  color: #000000 !important;
}

div.main a:not([class])[href] {
  font-weight: 700 !important;
}

div.main .careers-page div.main-content a:not([class])[href]:hover,
div.main a:not([class])[href]:hover {
  color: #E95A0A !important;
}

.single.team .main-content .paragraph .copy p:first-child {
  margin-top: 8rem !important;
}

.social a svg path {
  -webkit-transition: fill ease 0.3s;
  -o-transition: fill ease 0.3s;
  transition: fill ease 0.3s;
}

.social a:hover svg path {
  fill: #E95A0A;
}


.postid-195 .main-content .paragraph .image.right.flip-image{
	z-index: -1;
}


section.contact{}

@media only screen and (min-width: 801px){
	section.contact .flex{
		display: flex;
		flex-direction: row;
		flex: 0 0 100%;
		max-width: 60%;
		margin: auto;
		padding-top: 3rem;
	}
	section.contact .flex .col{
		display: flex;
		flex-direction: column;
		flex: 0 0 50%;
	}
}
@media only screen and (max-width: 800px){
	section.contact .flex{
		display: flex;
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 60%;
		margin: auto;
		padding-top: 3rem;
	}
	section.contact .flex .col{
		display: flex;
		flex-direction: column;
		flex: 0 0 100%;
	}
}
section.contact .flex .col p:not(:last-child){
	padding-bottom: 0;
	margin-bottom: 0;
}