/*!
Theme Name: XPO Public
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xpo-public
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

XPO Public is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions 
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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.
 */
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 {
  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 */
  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 {
  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] {
  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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto", sans-serif;
  color: #FFF;
  line-height: 1em;
  letter-spacing: -1px;
}

h1 {
  font-size: 35px;
  font-weight: bold;
}
@media screen and (min-width: 37.5em) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-size: 37px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

p {
  color: #FFF;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Roboto", "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #000;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.front-page-carousel.wp-block-cb-carousel {
  max-width: 100vw;
  overflow-x: hidden;
  padding: 0 4em;
}
.front-page-carousel.wp-block-cb-carousel button.slick-arrow.slick-arrow::before, .front-page-carousel.wp-block-cb-carousel button.slick-arrow.slick-arrow::after {
  color: #FFF;
  content: "";
}
.front-page-carousel.wp-block-cb-carousel button.slick-next {
  right: 10px;
  background-image: url(images/right_arrow.png);
  height: 45px;
  width: 25px;
  background-size: cover;
}
.front-page-carousel.wp-block-cb-carousel button.slick-prev {
  left: 10px;
  background-image: url(images/left_arrow.png);
  height: 45px;
  width: 25px;
  background-size: cover;
}
.front-page-carousel.wp-block-cb-carousel button.slick-disabled {
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2);
}

.carousel-container {
  text-align: center;
}

@media screen and (min-width: 37.5em) {
  .carousel-container div.wp-block-cb-carousel {
    display: inline-block;
    max-width: 1400px;
    font-size: 2em;
    padding: 0 5em;
  }

  .carousel-container button::before {
    font-size: 30px;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation.toggled .menu-main-menu-container {
  padding-top: 150px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: block;
  margin: 10px 2em 1em 2em;
  text-align: center;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}
@media screen and (min-width: 37.5em) {
  .main-navigation a {
    font-size: 1em;
  }
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  background: url("images/menu-frames.svg") left center;
  background-size: cover;
  border: none;
  float: right;
  margin-right: 1em;
  width: 50px;
  height: 51px;
}

.toggled .menu-toggle {
  animation: play-menu 0.2s steps(14) forwards;
}

.closed .menu-toggle {
  background-position: -714px;
  animation: close-menu 0.2s steps(14) forwards;
}

@keyframes play-menu {
  100% {
    background-position: -714px;
  }
  /*(550px - 50px)*/
}
@keyframes close-menu {
  100% {
    background-position: 0px;
  }
}
#menu-item-23 {
  display: none;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }

  #primary-menu {
    float: right;
  }

  #primary-menu li {
    float: left;
    height: 2.2em;
    background-repeat: no-repeat;
    background-size: 0% 0.3em;
    background-position: 0 80%;
    transition: all 0.25s ease-in;
  }
  #primary-menu li:nth-child(1) {
    background-image: linear-gradient(#00ADEF, #00ADEF);
  }
  #primary-menu li:nth-child(2) {
    background-image: linear-gradient(#FFCB04, #FFCB04);
  }
  #primary-menu li:nth-child(3) {
    background-image: linear-gradient(#71BF43, #71BF43);
  }
  #primary-menu li:hover {
    background-size: 100% 0.3em;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Site header
--------------------------------------------------------------*/
.menu-gradient-animation {
  transition: height 1s;
  height: 0;
  position: absolute;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 0 0 150px 150px;
}
.main-menu-open .menu-gradient-animation {
  height: calc(100vh + 300px);
}

.entry-content {
  margin-top: 0;
}

#masthead {
  background-color: #000;
  position: relative;
  padding: 1.5em 1em;
  transition: height 0.5s linear, top 0.4s ease-in, background-color 0.8s linear;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100vw;
}
#masthead.menu-hidden {
  top: -200px;
}
#masthead.at-top {
  background-color: rgba(0, 0, 0, 0);
}
#masthead.menu-open {
  height: calc(100vh + 300px);
  background-image: linear-gradient(to bottom, #00ADEF, #71BF43, #FFCB04);
  border-radius: 0 0 150px 150px;
  z-index: 50;
}
#masthead.menu-open .site-title img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  height: 45px;
}
@media screen and (min-width: 37.5em) {
  #masthead.menu-open .site-title img {
    -webkit-filter: none;
    filter: none;
    padding-left: 2em;
  }
}
#masthead > .site-branding {
  float: left;
  position: absolute;
  top: 1em;
  left: 1em;
  padding-top: 10px;
}
@media screen and (min-width: 37.5em) {
  #masthead > .site-branding {
    padding-top: 0.5em;
  }
}
#masthead > .site-branding p {
  margin: 0;
}
#masthead .site-title img {
  height: 45px;
}
#masthead .site-title img:hover {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 37.5em) {
  #masthead .site-title img {
    -webkit-filter: none;
    filter: none;
    padding-left: 2em;
  }
}

@media screen and (max-width: 37.43em) {
  body.main-menu-open {
    height: 100vh;
    overflow: hidden;
  }
}
footer {
  bottom: -25px;
  position: relative;
  height: 500px;
  overflow: hidden;
}
footer div.background-images {
  position: absolute;
  height: 100%;
  width: 100vw;
  overflow: hidden;
}
footer div.background-images img {
  min-height: 700px;
  width: auto;
}
footer #footer-background {
  position: absolute;
  z-index: 0;
  max-width: none;
  height: 100%;
  width: 100%;
  min-height: none;
}
footer #footer-shape {
  position: absolute;
  z-index: 2;
  max-width: none;
  height: 100%;
  width: 100%;
  min-width: 650px;
  min-height: 500px;
  left: -10px;
  top: 0;
}
footer #footer-prong {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: auto;
  left: -30%;
  min-height: 0;
  max-width: none;
  bottom: 0;
}
footer div.site-info {
  position: absolute;
  top: 30%;
  z-index: 5;
  padding: 4em 2em 2em;
}
footer div.site-info .footer-logo {
  height: 55px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-bottom: 1em;
}
footer div.site-info p {
  margin: 0;
}
footer div.site-info p.socials {
  padding-top: 1em;
}
footer div.site-info p.socials img {
  width: 30px;
}
footer div.site-info p.socials a {
  padding: 0 0.3em;
}
footer div.site-info p.socials a:nth-child(1) {
  padding-left: 0;
}
footer div.site-info p.copyright {
  font-size: 0.8em;
}
footer div.site-info p.footer-title {
  font-weight: bold;
}
footer .socials .sprite {
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  content: "";
  background-position-x: 0;
  background-position-y: 0;
}
footer .socials .sprite:hover {
  background-position-x: 30px;
}
footer .socials .sprite.instagram-link {
  background-image: url(images/socials/Social-icons-Instagram.svg);
}
footer .socials .sprite.linkedin-link {
  background-image: url(images/socials/Social-icons-LinkedIn.svg);
}

@media screen and (min-width: 37.5em) {
  footer {
    min-height: 500px;
    height: calc(100vw / 3);
  }
  footer div.background-images {
    min-height: 500px;
    height: calc(100vw / 3);
  }
  footer div.background-images img {
    width: 100vw;
    height: 100%;
  }
  footer #footer-background {
    width: 100%;
    height: auto;
    left: 0;
  }
  footer #footer-prong {
    width: 100%;
    height: auto;
    left: 0;
    max-width: 100%;
  }
  footer #footer-shape {
    left: 0;
    top: 0;
  }
  footer div.site-info {
    left: 120px;
    width: 70%;
    bottom: 10em;
    top: 35%;
    padding-left: 0;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 120em) {
  footer div.site-info {
    left: 300px;
  }
}
@media screen and (min-width: 37.5em) {
  footer div.site-info .return-home {
    width: 140px;
    display: inline-block;
  }
  footer div.site-info .return-home img {
    width: 100%;
  }
}
@media screen and (min-width: 37.5em) {
  footer div.site-info p.copyright {
    float: right;
  }
}
div.view-our-services {
  display: none;
}

#post-49 .entry-content {
  margin-top: 0;
}

div.video-header {
  padding: 0;
}
@media screen and (min-width: 37.5em) {
  div.video-header {
    height: 650px;
    max-height: 100vh;
  }
}
@media screen and (min-width: 64em) {
  div.video-header {
    height: 1100px;
  }
}
div.video-header::before {
  background: url(/wp-content/themes/xpo-public/images/background-dots.png) repeat;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

div.video-header .wp-block-group {
  padding-left: 3em;
  background-image: url(images/Homepage_Video_Header.svg);
  width: 100%;
  min-height: 430px;
  height: 100%;
  background-size: cover;
  background-position-x: right;
  background-position-y: bottom;
  position: relative;
  z-index: 10;
}
div.video-header .wp-block-group h1 {
  padding-top: 100px;
  margin-top: 0;
  line-height: 1em;
  letter-spacing: -1px;
}
@media screen and (min-width: 64em) {
  div.video-header .wp-block-group h1 {
    padding-top: 120px;
  }
}
@media screen and (min-width: 120em) {
  div.video-header .wp-block-group h1 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 64em) {
  div.video-header .wp-block-group {
    padding-left: 120px;
    background-size: cover;
    background-position-y: 100%;
    background-position-x: right;
    height: 100%;
    min-height: 0;
    max-height: none;
  }
}
@media screen and (min-width: 120em) {
  div.video-header .wp-block-group {
    padding-left: 320px;
  }
}

@media screen and (max-height: 600px) and (min-width: 1024px) {
  div.video-header.video-header div.wp-block-cover__inner-container {
    padding-left: 200px;
  }

  div.video-header.video-header div.wp-block-cover__inner-container h1 {
    margin-top: 50px;
  }
}
.section-2 {
  min-height: 250px;
}
@media screen and (min-width: 37.5em) {
  .section-2 {
    min-height: 600px;
  }
}
.section-2 h2 {
  line-height: 1em;
  letter-spacing: -1px;
  font-size: 28px;
  margin-top: 10%;
}
@media screen and (min-width: 37.5em) {
  .section-2 h2 {
    font-size: 57px;
    margin-left: 5%;
  }
}
@media screen and (min-width: 64em) {
  .section-2 h2 {
    margin-left: 100px;
    margin-top: 100px;
    font-size: 70px;
  }
}
@media screen and (min-width: 120em) {
  .section-2 h2 {
    margin-left: 300px;
    margin-top: 150px;
  }
}

.our-approach {
  text-align: center;
}
.our-approach p {
  border-bottom: 10px solid #FFCB04;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 3em;
}
@media screen and (min-width: 37.5em) {
  .our-approach p {
    font-size: 1.5em;
  }
}

.our-clients {
  margin-top: 5em;
  text-align: center;
}
.our-clients p {
  border-bottom: 10px solid #71BF43;
  display: inline-block;
  font-weight: bold;
  margin-top: 5em;
  margin-bottom: 0;
}
@media screen and (min-width: 37.5em) {
  .our-clients p {
    font-size: 1.5em;
  }
}

.our-clients-image img {
  max-width: 770px;
}

.view-our-work, .view-our-services {
  text-align: center;
}
@media screen and (min-width: 37.5em) {
  .view-our-work a, .view-our-services a {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1439px) {
  .carousel-container div.wp-block-cb-carousel {
    max-width: calc(100vw - 1.5em);
    padding: 0 1.1em;
  }

  .slick-slide {
    max-width: calc(100vw - 100px);
    padding: 0 0.2em;
  }
}
#post-88 .google-maps-header-container {
  position: relative;
}
#post-88 .google-maps-header-container .gm-style div {
  -webkit-transform: scale(1.002);
}
#post-88 .google-maps-header-container #map {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 37.5em) {
  #post-88 .google-maps-header-container #map {
    height: 600px;
  }
}
@media screen and (max-width: 37.43em) {
  #post-88 .google-maps-header-container #map img[src="http://maps.google.com/mapfiles/kml/paddle/wht-blank.png"] {
    display: none;
  }
}
#post-88 .google-maps-header-container h1 {
  text-align: left;
  font-size: 33px;
  position: absolute;
  z-index: 20;
  margin-left: 8%;
  top: 150px;
}
@media screen and (min-width: 64em) {
  #post-88 .google-maps-header-container h1 {
    margin-left: 12%;
    font-size: 70px;
  }
}
#post-88 form input, #post-88 form select {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2em;
}
#post-88 form select {
  color: #666;
  height: 32px;
  border-radius: 3px;
  padding-left: 5px;
  border: 1px solid #666;
}
#post-88 form p input[type=submit], #post-88 form p input[type=reset] {
  color: #FFF;
  background-color: #000;
  border: 1px solid #FFF;
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  #post-88 form p input[type=submit], #post-88 form p input[type=reset] {
    width: 45%;
  }
}
#post-88 form {
  text-align: center;
  width: 100%;
  max-width: 600px;
  display: inline-block;
}
#post-88 .form-wrapper > div {
  text-align: center;
}
#post-88 textarea {
  padding: 3px 10px;
  resize: none;
  font-size: 1.2em;
}
#post-88 h4.underline-yellow {
  border-bottom: 10px solid #FFCB04;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0.5em;
}
#post-88 a {
  color: #FFF;
}
#post-88 a:hover {
  color: #BBB;
}
#post-88 .contact-us-group p {
  width: 100%;
  display: block;
}
@media screen and (min-width: 37.5em) {
  #post-88 .contact-us-group p {
    display: inline-block;
  }
}
#post-88 .entry-content {
  text-align: center;
}
#post-88 .contact-us-container {
  padding: 5em 1em 2em;
  max-width: 600px;
  text-align: left;
  display: inline-block;
}
#post-88 .contact-us-group > h4.underline.yellow {
  display: inline;
}

@keyframes floating {
  from {
    background-position-y: 100%;
  }
  65% {
    background-position-y: 0%;
  }
  to {
    background-position-y: 100%;
  }
}
#post-248 .entry-content {
  font-size: 0;
  width: 100%;
}
#post-248 .our-work-header {
  height: 350px;
  background-size: 150%;
  animation: floating 10s infinite ease-in-out;
  min-height: 0;
}
@media screen and (min-width: 37.5em) {
  #post-248 .our-work-header {
    height: 450px;
  }
}
@media screen and (min-width: 64em) {
  #post-248 .our-work-header {
    height: 600px;
    background-size: cover;
    animation-duration: 15s;
    min-height: 430px;
    overflow: visible;
    height: 700px;
  }
}
@media screen and (min-width: 120em) {
  #post-248 .our-work-header {
    height: 800px;
  }
}
#post-248 .our-work-header h1 {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  padding-left: 0;
  font-size: 36px;
  text-align: left;
}
#post-248 .our-work-header h1 br {
  display: none;
}
@media screen and (min-width: 37.5em) {
  #post-248 .our-work-header h1 {
    font-size: 60px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 64em) {
  #post-248 .our-work-header h1 {
    font-size: 70px;
    padding-left: 100px;
  }
  #post-248 .our-work-header h1 br {
    display: inline;
  }
}
@media screen and (min-width: 120em) {
  #post-248 .our-work-header h1 {
    font-size: 120px;
    padding-left: 300px;
  }
}
@media screen and (min-width: 64em) {
  #post-248 .our-work-container {
    text-align: center;
  }
}
#post-248 .our-work-container .wp-block-group__inner-container {
  text-align: left;
}
#post-248 .hover-over-image {
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  font-size: 0.8rem;
  margin: 0;
  border: 0;
}
@media screen and (min-width: 37.5em) {
  #post-248 .hover-over-image {
    width: 50%;
    padding-bottom: 50%;
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  #post-248 .hover-over-image {
    width: calc(100% / 3);
    padding-bottom: 30%;
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1920px) {
  #post-248 .hover-over-image {
    padding-bottom: 20%;
    font-size: 1.2rem;
  }
  #post-248 .hover-over-image h3, #post-248 .hover-over-image p {
    max-width: 570px;
  }
}
#post-248 .hover-over-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
#post-248 .hover-over-image figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  z-index: 1;
}
#post-248 .hover-over-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#post-248 .hover-over-image h3 {
  position: absolute;
  bottom: 0;
  letter-spacing: 0px;
  line-height: 1.1em;
  z-index: 3;
  font-size: 1.3em;
  font-weight: bold;
  margin: 2rem 2rem calc(2rem + 12px);
  display: inline-block;
}
#post-248 .hover-over-image h3 span:nth-last-child(2) {
  padding-bottom: 5px;
  border-bottom: 7px solid white;
}
#post-248 .hover-over-image h3 span.mob-expand::before {
  content: "+";
  padding-left: 10px;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 64em) {
  #post-248 .hover-over-image h3 span.mob-expand::before {
    display: none;
  }
}
#post-248 .hover-over-image p {
  position: relative;
  display: none;
  margin: 0 2rem 2rem;
  z-index: 3;
}
#post-248 .hover-over-image.active::before {
  background: none;
  background-color: rgba(0, 0, 0, 0.9);
}
#post-248 .hover-over-image.active:nth-child(1)::before, #post-248 .hover-over-image.active:nth-child(6)::before, #post-248 .hover-over-image.active:nth-child(8)::before, #post-248 .hover-over-image.active:nth-child(10)::before {
  background-color: rgba(0, 174, 239, 0.9);
}
#post-248 .hover-over-image.active:nth-child(2)::before, #post-248 .hover-over-image.active:nth-child(4)::before, #post-248 .hover-over-image.active:nth-child(9)::before, #post-248 .hover-over-image.active:nth-child(11)::before {
  background-color: rgba(113, 191, 67, 0.9);
}
#post-248 .hover-over-image.active:nth-child(3)::before, #post-248 .hover-over-image.active:nth-child(5)::before, #post-248 .hover-over-image.active:nth-child(7)::before, #post-248 .hover-over-image.active:nth-child(12)::before {
  background-color: rgba(255, 203, 4, 0.9);
}
#post-248 .hover-over-image.active h3 {
  position: relative;
}
#post-248 .hover-over-image.active h3 span.mob-expand::before {
  content: "-";
}
#post-248 .hover-over-image.active p {
  display: block;
}
#post-248 .back-to-top {
  font-size: 1rem;
  padding-left: 2em;
  padding-top: 1em;
}
@media screen and (min-width: 64em) {
  #post-248 .back-to-top {
    padding-left: 10%;
  }
}
@media screen and (min-width: 120em) {
  #post-248 .back-to-top {
    padding-left: 300px;
  }
}

#post-332 .mgl-masonry-container .mgl-masonry {
  margin: 0 !important;
}
#post-332 .mgl-masonry-container .mgl-item {
  padding: 0 !important;
}
#post-332 .header-image img {
  width: 100vw;
  height: auto;
}
#post-332 .header-image {
  margin-top: 0;
  display: block;
}
#post-332 .header-text > div {
  columns: 2;
  height: max-content;
  display: block;
  margin: 50px;
}
#post-332 .header-text h2 {
  width: 100%;
  display: inline-block;
  padding: 50px;
  margin: 1em;
  font-size: 80px;
}
#post-332 .header-text p {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.clear-link > a {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #FFF;
  border-radius: 0;
  padding: 0.5em 2em;
  font-size: 0.9em;
}
@media screen and (min-width: 37.5em) {
  .clear-link > a {
    font-size: 1.1em;
  }
}

figure.wp-block-image {
  text-align: center;
}

.instagram-feed {
  padding-top: 3em;
}
.instagram-feed h2 {
  margin-left: 12%;
}
@media screen and (min-width: 37.5em) {
  .instagram-feed h2 {
    margin-left: 150px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 120em) {
  .instagram-feed h2 {
    margin-left: 320px;
  }
}
.instagram-feed #sb_instagram .sbi_lightbox_carousel_icon.sbi_lightbox_carousel_icon {
  display: none !important;
}
@media screen and (max-width: 37.4em) {
  .instagram-feed #sb_instagram #sbi_images {
    width: 100%;
    text-align: center;
  }
  .instagram-feed #sb_instagram #sbi_images .sbi_item.sbi_item {
    width: 33%;
    height: calc(320px / 3);
  }
  .instagram-feed #sb_instagram #sbi_images .sbi_item.sbi_item * {
    height: 100% !important;
    width: 100%;
  }
}
.instagram-feed #sb_instagram div.sbi-owl-nav > div {
  background-color: rgba(0, 0, 0, 0);
  height: 45px;
  width: 25px;
  background-size: cover;
  border-radius: 0;
  border: none;
  box-shadow: none;
  top: 0 !important;
  bottom: 0 !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.instagram-feed #sb_instagram div.sbi-owl-nav > div.sbi-owl-prev {
  background-image: url(/wp-content/themes/xpo-public/images/left_arrow.png);
}
.instagram-feed #sb_instagram div.sbi-owl-nav > div.sbi-owl-next {
  background-image: url(/wp-content/themes/xpo-public/images/right_arrow.png);
}
.instagram-feed #sb_instagram div.sbi-owl-nav > div svg {
  display: none;
}

.back-to-top a {
  color: #FFF;
  text-decoration: none;
  vertical-align: middle;
}
.back-to-top .sprite {
  background-size: cover;
  width: 1em;
  height: 1em;
  display: inline-block;
  content: "";
  background-position-x: 0;
  background-position-y: 0;
  background-image: url("images/back-to-top-icon.svg");
}
.back-to-top:hover .sprite {
  background-position-x: 1em;
}

span.back-to-top-icon {
  display: inline-block;
}

#post-211 .wp-block-nk-awb {
  min-height: none;
  text-align: center;
  width: 100%;
}
#post-211 .wp-block-nk-awb h1 {
  padding-top: 2em;
  max-width: 1200px;
  width: 100%;
  display: inline-block;
  font-size: 24px;
}
@media screen and (min-width: 37.5em) {
  #post-211 .wp-block-nk-awb {
    min-height: 750px;
  }
  #post-211 .wp-block-nk-awb h1 {
    font-size: 60px;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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