/*!
Theme Name: Resulta
Theme URI: http://oncode.ca/
Author: Khalil Asmi
Author URI: http://oncode.ca/
Description: A WP theme built with Timber
Version: 08.08.2022
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: resulta

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:
----------------------------------------------------------------
# Variables
# Normalize
# Animations
# Colors
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/* Colors */
#logo-gradient {
  --color-stop-1: #efb743;
  --color-stop-2: #fc7530;
}

/* Breakpoints */
/* Large devices (desktops, less than 1200px) */
/* Medium devices (tablets, less than 992px) */
/* Small devices (landscape phones, less than 768px) */
/* Extra small devices (portrait phones, less than 576px) */
/*--------------------------------------------------------------
# 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 {
  -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;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
/* customFadeInUp */
@keyframes customFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.customFadeInUp {
  -webkit-animation-name: customFadeInUp;
  animation-name: customFadeInUp;
}

/* customFadeInLeft */
@-webkit-keyframes customFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes customFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.customFadeInLeft {
  -webkit-animation-name: customFadeInLeft;
  animation-name: customFadeInLeft;
}

/* customFadeInRight */
@-webkit-keyframes customFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes customFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.customFadeInRight {
  -webkit-animation-name: customFadeInRight;
  animation-name: customFadeInRight;
}

/* shine */
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
    mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
    mask-position: -50%;
  }
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
    mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
    mask-position: -50%;
  }
}

.shine:hover {
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.6) 70%
  );
  mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.6) 70%
  );
  -webkit-mask-size: 200%;
  mask-size: 200%;
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}

/* Outline effect */
.outlined-anim,
.outlined-full-anim,
.animate-logo,
.animate-logo2 {
  position: relative;
}

.outlined-anim:hover,
.outlined-full-anim:hover {
  box-shadow: none;
  opacity: 1 !important;
}

.outlined-anim:before,
.outlined-full-anim:before,
.animate-logo:before,
.animate-logo2:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: transparent;
  border-top: 3px solid;
  border-right: 3px solid;
  border-color: transparent;
}

.outlined-anim:after,
.outlined-full-anim:after,
.animate-logo:after,
.animate-logo2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: transparent;
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: transparent;
}

.outlined-anim:hover:before,
.outlined-anim:hover:after,
.outlined-full-anim:hover:before,
.outlined-full-anim:hover:after,
.animate-logo.loaded:before,
.animate-logo.loaded:after,
.animate-logo2.loaded:before,
.animate-logo2.loaded:after {
  width: 100%;
  height: 100%;
  border-color: #ff6b00;
  -webkit-transition: width 0.3s linear, height 0.3s linear;
  -moz-transition: width 0.3s linear, height 0.3s linear;
  -o-transition: width 0.3s linear, height 0.3s linear;
  transition: width 0.3s linear, height 0.3s linear;
}

.outlined-full-anim:before,
.outlined-full-anim:after,
.animate-logo:before,
.animate-logo:after,
.animate-logo2:before,
.animate-logo2:after {
  width: 0;
  height: 0;
}

/* Logo animation 2 */
.animate-logo2:before,
.animate-logo2:after {
  width: 0;
  height: 0;
}

.animate-logo2:before {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
}

.animate-logo2:after {
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
}

.animate-logo2.loaded:before,
.animate-logo2.loaded:after {
  width: 100%;
  height: 100%;
}

.animate-logo2.loaded:before {
  -webkit-transition: height 0.4s linear, width 0.4s linear 0.4s;
  -moz-transition: height 0.4s linear, width 0.4s linear 0.4s;
  -o-transition: height 0.4s linear, width 0.4s linear 0.4s;
  transition: height 0.4s linear, width 0.4s linear 0.4s;
}

.animate-logo2.loaded:after {
  -webkit-transition: height 0.4s linear 0.8s, width 0.4s linear 1.2s;
  -moz-transition: height 0.4s linear 0.8s, width 0.4s linear 1.2s;
  -o-transition: height 0.4s linear 0.8s, width 0.4s linear 1.2s;
  transition: height 0.4s linear 0.8s, width 0.4s linear 1.2s;
}

.animate-logo.loaded .st0 {
  display: none;
}

.animate-logo.loaded:before,
.animate-logo.loaded:after {
  -webkit-transition: width 0.9s linear, height 0.9s linear;
  -moz-transition: width 0.9s linear, height 0.9s linear;
  -o-transition: width 0.9s linear, height 0.9s linear;
  transition: width 0.9s linear, height 0.9s linear;
}

/* Disable some animations on mobile */
@media (max-width: 575px) {
  .disable-animation-on-mobile {
    opacity: 1 !important;
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.text-white {
  color: #fff !important;
}

.bg-gradient-orange {
  background: #efb743;
  background: linear-gradient(135deg, #efb743 0%, #f8ad4c 20%, #fa7530 100%);
}

.page-template-page-ranks .section-perks .bg-gradient-orange {
  height: 530px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #2d2e30;
  background: #fff;
  font: 400 16px/24px Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden !important;
}

body.home:not(.blog),
body.page-template-page-home2 {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  clear: both;
  line-height: 1.4;
  color: #000;
}

h1 {
  font-size: 3em;
  line-height: 1.05em;
}

@media (max-width: 575px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 2.25em;
  line-height: 1.25em;
}

@media (max-width: 575px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.75em;
  line-height: 1.25em;
}

@media (max-width: 575px) {
  h3 {
    font-size: 1.17em;
  }
}

h4 {
  font-size: 1.45em;
  line-height: 1.22222222em;
}

@media (max-width: 575px) {
  h4 {
    font-size: 1.12em;
  }
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

p {
  font-style: normal;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}

small {
  line-height: 1.3;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "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%;
}

.entry-title,
.section-title,
.widget-title {
  font-weight: 900;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.site-content {
  min-height: 800px;
}

.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
}

.slim-container {
  max-width: 864px;
}

.section-full-height {
  height: 100vh;
}

.section-valign-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-content,
.page-content {
  margin-bottom: 4rem;
}

.page-content {
  margin-top: 2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

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

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%;
}

.owl-nav div {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

.owl-nav .owl-prev {
  left: 30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-nav .owl-next {
  right: 30px;
}

.owl-nav svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 15px;
}

.owl-dots .owl-dot span {
  opacity: 0.5;
  width: 20px;
  height: 20px;
  margin: 10px;
  background: #ff6b00;
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 50%;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  opacity: 1;
}

.sticky-btn {
  display: block;
  visibility: visible;
  opacity: 1;
  position: fixed;
  right: -82px;
  top: 50%;
  background-color: #fff;
  padding: 12px 20px;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 60px 60px 0 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 9;
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  color: #2b2d2c;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

@media screen and (max-width: 1470px) {
  .sticky-btn {
    min-width: 170px;
    right: -74px;
    padding: 6px;
    padding-top: 4px;
  }
}

.sticky-btn.hidden {
  visibility: hidden;
  opacity: 0;
}

.sticky-btn:hover {
  background-color: #ff6b00;
  color: #fff;
}

@media (max-width: 575px) {
  .fp-viewing-slider .sticky-btn {
    visibility: hidden;
    opacity: 0;
  }
}

@media (max-width: 575px) {
  #fp-nav {
    display: none;
  }
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: #fff;
}

.fp-viewing-perks #fp-nav ul li a span,
.fp-viewing-perks .fp-slidesNav ul li a span {
  background-color: #ff6b00;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #545454;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#545454),
    to(#747474)
  );
  background: linear-gradient(to top, #545454, #747474);
  padding: 15px;
  padding-left: 60px;
  padding-top: 40px;
  outline: 0;
  border: 0;
}

button:hover,
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer;
}

.btn.btn-primary {
  background-color: #ff6b00;
  --box-shadow-color: #ff6b00;
  color: #fff;
}

.btn-primary-gradient {
  background: #efb844;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fe682d),
    to(#efb844)
  );
  background: linear-gradient(to top, #fe682d, #efb844);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:visited {
  color: #fff;
}

.btn-outline {
  --box-shadow-color: #545454;
  color: #222 !important;
  box-shadow: inset 0 0 0 3px var(--box-shadow-color);
  background: transparent !important;
}

.btn-outline.btn-dark {
  color: #fff !important;
}

.btn-block {
  display: block;
}

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: #5b5b5b;
  border: 2px solid #a6adb5;
  border-radius: 0;
  padding: 22px 26px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 600px;
  outline: 0;
  -webkit-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}

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;
  border-color: #222;
}

input[type="file"] {
  width: 100%;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header {
  display: block;
  position: relative;
  z-index: 999;
}

.site-header .container {
  padding-top: 0;
  padding-bottom: 0;
  max-width: unset;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  background-color: transparent;
  margin-top: 40px;
}

.navbar-brand {
  display: inline-block;
  margin-right: auto !important;
  white-space: nowrap;
  z-index: 99;
}

@media (max-width: 575px) {
  .navbar-brand {
    margin-bottom: 20px;
  }
}

.navbar-brand svg {
  display: block;
  height: 80px;
  float: left;
  fill: #ff6b00;
}

@media (max-width: 575px) {
  .navbar-brand svg {
    height: 60px;
  }
}

.home:not(.blog) .navbar-brand svg {
  fill: url(#logo-gradient) #ff6b00;
  /* transition doesn't work for gradient colors */
}

.home:not(.blog) .navbar-brand svg .st0 {
  transition: fill 0.3s ease;
  fill: #fff;
}

.home:not(.blog) .animate-logo:before,
.home:not(.blog) .animate-logo:after {
  border-color: #fff;
}

@media (max-width: 575px) {
  .home:not(.fp-viewing-hero) .navbar-brand {
    visibility: hidden;
    opacity: 0;
  }
}

/* Alternative logo  */
.home .navbar-brand.alt-logo svg {
  fill: #ff6b00;
}

.home .navbar-brand.alt-logo svg .st0 {
  fill: #ff6b00;
}

.home .animate-logo.alt-logo:before,
.home .animate-logo.alt-logo:after {
  border-color: #ff6b00;
}

/* Logo effect */
.navbar-brand:hover {
  /*-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
            mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
            mask-size: 200%;
    -webkit-animation: shine 2s infinite;
            animation: shine 2s infinite;

    .st0 {
        visibility: hidden;
        opacity: 0;
    }*/
}

/* Pagination */
.pagination-block {
  margin-bottom: 2rem;
}

.pagination-block .pagination {
  padding: 0;
  margin: 0;
  margin-left: auto;
  text-align: right;
}

.pagination-block .pagination li {
  margin: 5px;
  display: inline-block;
}

.pagination-block .pagination li a,
.pagination-block .pagination li .current {
  padding: 5px;
  text-decoration: none;
  color: #a6adb3;
}

.pagination-block .pagination li .current {
  color: #000;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ff6b00;
}

.link-indicator {
  text-decoration: none;
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Menu toggle button */
.toggle-nav-menu {
  display: block;
  position: fixed;
  right: 2rem;
  color: #fff;
  padding: 0;
  margin-right: 8px;
  padding-left: 10px;
  z-index: 9;
  cursor: pointer;
  height: 50px;
  width: 66px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

@media (max-width: 575px) {
  .toggle-nav-menu {
    right: 10px;
  }
}

.toggle-nav-menu > div {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  cursor: pointer;
}

.burg,
.burg:before,
.burg:after {
  display: block;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.burg:before,
.burg:after {
  right: -8px;
}

.burg:before {
  content: "";
  position: absolute;
  top: -10px;
}

.burg:after {
  content: "";
  position: absolute;
  top: 10px;
}

.toggle-nav-menu.active {
  background-color: transparent;
}

.toggle-nav-menu.active .burg {
  background-color: transparent !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.toggle-nav-menu.active .burg:before {
  background-color: #2d2e30 !important;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  top: 0;
}

.toggle-nav-menu.active .burg:after {
  background-color: #2d2e30 !important;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 0;
}

/* Navigation menu */
.navigation-menu-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.94);
  padding: 40px 70px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}

@media (max-width: 575px) {
  .navigation-menu-wrap {
    padding: 25px 35px;
  }
}

.navigation-menu-wrap.open {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.site-header.menu-is-open .navbar-brand svg,
.site-header.menu-is-open .navbar-brand path {
  fill: #ff6b00 !important;
}

@media (max-width: 575px) {
  .site-header.menu-is-open .navbar-brand {
    visibility: hidden;
    z-index: 0;
  }
}

.site-header.menu-is-open .animate-logo:before,
.site-header.menu-is-open .animate-logo:after {
  border-color: #ff6b00;
}

.navigation-menu-wrap .main-navigation > ul .current-menu-item > a {
  color: #ff6b00;
}

.navigation-menu-wrap .main-navigation > ul > li {
  opacity: 0;
  margin: 40px 0;
  display: block;
  line-height: 1;
}

.main-navigation {
  display: block;
}

.main-navigation ul {
  margin-right: 80px;
}

.main-navigation ul li {
  margin: 33px 0;
}

.main-navigation ul li:first-child {
  margin-top: 0;
}

.navigation-menu ul {
  margin-right: 108px;
  padding: 0;
  padding-top: 15px;
  padding-right: 45px;
  text-align: right;
  border-right: 1px solid #2d2e30;
}

@media (max-width: 575px) {
  .navigation-menu ul {
    margin-right: 60px;
    padding-right: 30px;
  }
}

.navigation-menu ul li {
  display: block;
  margin: 10px 0;
}

.navigation-menu ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  color: #353638;
}

.navigation-menu ul li a:hover {
  color: #ff6b00;
}

.navigation-menu ul li a:hover svg {
  fill: #ff6b00;
}

.navigation-menu ul .linkedin-icon {
  display: block;
  height: 28px;
  width: 28px;
  margin-left: auto;
}

.navigation-menu ul .linkedin-icon svg {
  height: 100%;
  width: 100%;
  fill: #2d2e30;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  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;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix: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 3em;
  /* Make sure select elements fit in widgets. */
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #434343;
  color: #808080;
}

.site-footer .fatfooter .footer-logo {
  display: inline-block;
  height: 105px;
}

@media (max-width: 575px) {
  .site-footer .fatfooter .footer-logo {
    height: 60px;
  }
}

.site-footer .fatfooter .footer-logo svg {
  height: 100%;
}

.site-footer .fatfooter .footer-logo svg path {
  fill: #ff6b00 !important;
}

@media (max-width: 575px) {
  .site-footer .fatfooter .footer-menu {
    margin-top: 2rem;
  }
}

.site-footer .fatfooter .footer-menu ul {
  border-color: #2d2e30;
}

@media (max-width: 767px) {
  .site-footer .fatfooter .footer-menu ul {
    margin-right: 0;
    padding: 0;
    border: 0;
  }
}

.site-footer .fatfooter .footer-menu ul li a {
  color: #ff6b00;
}

.site-footer .fatfooter .footer-menu ul li:hover a {
  color: #fff;
}

.site-footer .fatfooter .footer-menu ul .linkedin-icon svg {
  fill: #fff;
}

.site-footer .site-info {
  text-align: center;
}

.site-footer .site-info .container {
  padding-top: 8px;
  padding-bottom: 8px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
  margin-top: -120px;
}

.entry-title span {
  color: #ff6b00;
}

.page-header {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 120px;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  .page-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page-header .inner {
  max-width: 1020px;
  margin-left: auto;
  text-align: right;
  margin-bottom: 4%;
}

.page-header h1 {
  color: #434343;
  max-width: 700px;
  margin-left: auto;
}

.page-header-dark {
  min-height: 480px;
}

@media (max-width: 575px) {
  .page-header-dark {
    min-height: 300px;
  }
}

.page-header-dark,
.page-header-dark h1,
.page-header-dark .section-desc {
  color: #fff;
}

.section-desc {
  max-width: 600px;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.6;
  color: #434343;
}

.section-title,
.widget-title {
  font-size: 20px;
  text-transform: uppercase;
}

.section-title {
  margin-top: 100px;
  margin-bottom: 70px;
}

.single .page-header h1 {
  max-width: 920px;
}

.single .page-header h1 span {
  display: block;
}

.error-404 .icon-404 {
  font-size: 150px;
  line-height: 1;
  margin-bottom: 2rem;
  color: #ccc;
}

.error-404 p {
  font-size: 18px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sections-wrapper .page-header {
  padding-top: 0 !important;
}

.sections-wrapper .section .inner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.sections-wrapper .section .inner-section .inner {
  padding-top: 120px;
}

@media (max-width: 575px) {
  .sections-wrapper .section .inner-section .inner {
    padding-top: 10%;
  }
}

/* Sitewide sections */
.section-contact {
  padding-top: 68px;
  padding-bottom: 90px;
}

.section-contact .section-title {
  margin-top: 58px;
}

.section-contact .row {
  margin-left: 0;
  margin-right: 0;
}

.section-contact .row > div {
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 575px) {
  .section-contact .row > div {
    padding-right: 0;
    padding-left: 0;
  }
}

.section-contact .row .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30%;
  height: 100%;
}

.section-contact .row .right .inner {
  max-width: 380px;
  text-align: right;
  margin-left: auto;
  margin-top: 10%;
  margin-bottom: 7%;
}

.section-contact .row .right .inner h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: 30px;
  color: #434343;
}

@media (max-width: 575px) {
  .section-contact .row .right .inner h2 {
    font-size: 2.2em;
  }
}

.section-contact .row .right .inner .section-desc {
  font-size: 20px;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .section-contact .row .left .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.section-contact .row .left p {
  color: #000;
  max-width: 480px;
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 100px;
}

.section-contact .row .left .wpcf7-form > p {
  margin: 0 !important;
  display: block !important;
}

.section-contact .row .animated {
  opacity: 0;
}

.section-contact .contact-forms-wrap {
  display: block;
  position: relative;
  min-height: 600px;
}

.section-contact .contact-forms-wrap > div {
  position: absolute;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

.section-contact .contact-forms-wrap > div.hidden {
  visibility: hidden;
  opacity: 0;
}

.section-contact form label {
  display: block;
  margin-bottom: 7px;
  margin-left: 26px;
  color: #545454;
}

.section-contact form .control-wrapper {
  display: block;
  padding: 20px;
  border: 2px dashed #ccc;
  margin-bottom: 30px;
}

.section-contact form .form-submit {
  display: block;
  margin-left: auto;
  margin-bottom: 45px;
}

.section-contact form textarea {
  resize: none;
}

.section-perks {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (max-width: 991px) {
  .section-perks {
    height: unset;
  }
}

.section-perks .perks-grid.row {
  margin-right: -3px;
  margin-left: -3px;
}

.section-perks .perks-grid.row > div {
  padding-right: 3px;
  padding-left: 3px;
  margin-bottom: 18px;
}

.section-perks .perks-grid.row > div.animated {
  opacity: 0;
}

.section-perks .perks-grid.row .perk-item .thumb {
  display: block;
  position: relative;
}

.section-perks .perks-grid.row .perk-item .thumb:before {
  content: "";
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 25px;
  right: 25px;
  border: 6px solid #ff6b00;
  visibility: hidden;
  opacity: 0;
}

.section-perks .perks-grid.row .perk-item .thumb:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-animation: zoomIn 300ms;
  animation: zoomIn 300ms;
}

.section-perks .perks-grid.row .perk-item img {
  display: block;
  width: 100%;
}

.section-perks .perks-grid.row .perk-item .wrapper {
  padding: 2rem;
  text-align: right;
}

.section-perks .perks-grid.row .perk-item .wrapper h3 {
  margin-top: 25px;
  color: #434343;
}

.section-perks .perks-grid.row .perk-item .wrapper p {
  font-size: 17px;
  color: #434343;
}

.section-perks .btn-wrap {
  margin-top: 25px;
  margin-bottom: 50px;
}

/* Job listing */
.jobs-grid.row {
  margin-right: -1px;
  margin-left: -1px;
  margin-bottom: 25px;
}

.jobs-grid.row > div {
  padding-right: 1px;
  padding-left: 1px;
  margin-bottom: 2px;
}

.jobs-grid.row .job-item {
  display: flex;
  height: 100%;
  min-height: 160px;
}

.jobs-grid.row .job-item a {
  display: block;
  width: 100%;
  background-color: #747474;
  padding: 25px;
  text-decoration: none;
}

.jobs-grid.row .job-item a > div {
  text-align: right;
  margin-left: auto;
  margin-top: 38px;
  /*max-width: 310px;*/
  /*min-height: 130px;*/
}

.jobs-grid.row .job-item a:hover {
  background-color: #5f5f5f;
}

.jobs-grid.row .job-item h3 {
  color: #fff;
  margin: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 18px;
}

.jobs-grid.row .job-item p {
  color: #c0c0c0;
  margin: 0;
  max-width: 380px;
  margin-left: auto;
}

.jobs-grid.columns-2 .job-item a > div {
  /*min-height: 100px;*/
  margin-top: 20px;
}

.page .section-bg-video {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.page .section-bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.page .section-bg-video .bg-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.page .section-bg-video .bg-image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden !important;
}

.page .container {
  position: relative;
}

/* Job single page */
.single-ats_job .job-content > .container {
  position: relative;
  margin-right: 0;
  padding: 0;
}

.single-ats_job .job-content > .container .inner-container {
  margin-left: 0;
}

.single-ats_job .job-content > .container:before {
  content: "";
  display: block;
  margin-left: 2rem;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background-color: #707070;
}

.single-ats_job .job-content h1,
.single-ats_job .job-content h2,
.single-ats_job .job-content h3,
.single-ats_job .job-content h4,
.single-ats_job .job-content h5,
.single-ats_job .job-content h6 {
  text-transform: uppercase;
}

/* Home page */
/**
 * TODO: Delete , .page-template-page-home2
 */
.page.home,
.page-template-page-home2 {
  /* Hero */
  /* Buzzwords */
  /* Carousel */
  /* Jobs */
  /* Gallery */
  /* Perks */
  /* Explore */
  /* Footer */
}

.page.home .section .wrapper,
.page-template-page-home2 .section .wrapper {
  max-width: 1172px;
  margin: 0 auto;
}

.page.home .section .inner,
.page-template-page-home2 .section .inner {
  max-width: 1020px;
  margin-left: auto;
  text-align: right;
  padding-bottom: 10%;
}

@media (max-width: 575px) {
  .page.home .section .inner,
  .page-template-page-home2 .section .inner {
    padding-bottom: 0;
  }
}

@media all and (min-width: 900px) and (max-width: 1600px) {
  .page.home .section .section-title,
  .page-template-page-home2 .section .section-title {
    margin-left: 200px;
  }
}

.page.home .section-hero .container .inner,
.page-template-page-home2 .section-hero .container .inner {
  position: relative;
  max-width: 520px;
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 14%;
}

@media (max-width: 575px) {
  .page.home .section-hero .container .inner,
  .page-template-page-home2 .section-hero .container .inner {
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .page.home .section-hero h1,
  .page-template-page-home2 .section-hero h1 {
    font-size: 2.4em;
  }
}

.page.home .section-hero h1 span,
.page-template-page-home2 .section-hero h1 span {
  display: block;
}

@media (max-width: 575px) {
  .page.home .section-hero h1 span,
  .page-template-page-home2 .section-hero h1 span {
    display: inline;
  }
}

.page.home .section-hero h1,
.page-template-page-home2 .section-hero h1,
.page.home .section-hero p,
.page-template-page-home2 .section-hero p {
  text-align: right;
}

.page.home .section-hero .scroll-next-arrow,
.page-template-page-home2 .section-hero .scroll-next-arrow {
  position: absolute;
  display: block;
  width: 26px;
  height: 126px;
  right: 2rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .page.home .section-hero .scroll-next-arrow,
  .page-template-page-home2 .section-hero .scroll-next-arrow {
    display: none;
  }
}

.page.home .section-hero .scroll-next-arrow svg,
.page-template-page-home2 .section-hero .scroll-next-arrow svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 26px;
  fill: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page.home .section-hero .scroll-next-arrow:before,
.page-template-page-home2 .section-hero .scroll-next-arrow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: 9px;
  left: 50%;
  width: 2px;
  height: 90px;
  background-color: #fff;
  margin-left: -1px;
  /*animation: animate 2.5s linear infinite;*/
}

@keyframes animate {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }

  45% {
    transform-origin: top;
    transform: scaleY(1);
  }

  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }

  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

.page.home .section-hero .scroll-next-arrow:hover,
.page-template-page-home2 .section-hero .scroll-next-arrow:hover {
  cursor: pointer;
}

.page.home .section-buzzwords .container,
.page-template-page-home2 .section-buzzwords .container {
  padding-top: 0;
  padding-bottom: 0;
}

.page.home .section-buzzwords .animated,
.page-template-page-home2 .section-buzzwords .animated {
  opacity: 0;
}

.page.home .section-buzzwords h2,
.page-template-page-home2 .section-buzzwords h2 {
  font-size: 4em;
  font-weight: 300;
  color: #3b3a36;
  line-height: 1;
  margin-bottom: 1.8rem;
}

@media (max-width: 575px) {
  .page.home .section-buzzwords h2,
  .page-template-page-home2 .section-buzzwords h2 {
    font-size: 1.9em;
  }
}

.page.home .section-buzzwords h2 span,
.page-template-page-home2 .section-buzzwords h2 span {
  font-weight: bold;
}

.page.home .section-carousel,
.page-template-page-home2 .section-carousel {
  display: block;
  background-color: #7c7c7c;
}

.page.home .section-carousel .fp-tableCell,
.page-template-page-home2 .section-carousel .fp-tableCell {
  display: block;
}

.page.home .section-carousel .home-carousel-wrap,
.page-template-page-home2 .section-carousel .home-carousel-wrap {
  height: 100%;
}

.page.home .section-carousel .owl-carousel,
.page-template-page-home2 .section-carousel .owl-carousel,
.page.home .section-carousel .owl-stage-outer,
.page-template-page-home2 .section-carousel .owl-stage-outer,
.page.home .section-carousel .owl-stage,
.page-template-page-home2 .section-carousel .owl-stage,
.page.home .section-carousel .owl-item,
.page-template-page-home2 .section-carousel .owl-item,
.page.home .section-carousel .owl-item > div,
.page-template-page-home2 .section-carousel .owl-item > div {
  height: 100%;
}

.page.home .section-carousel .owl-item > div,
.page-template-page-home2 .section-carousel .owl-item > div {
  background-size: cover;
  background-position: top center;
}

.page.home .section-carousel .inner,
.page-template-page-home2 .section-carousel .inner {
  padding-top: 0;
  padding-bottom: 6%;
}

@media (max-width: 575px) {
  .page.home .section-carousel .inner,
  .page-template-page-home2 .section-carousel .inner {
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
}

.page.home .section-carousel h2,
.page-template-page-home2 .section-carousel h2 {
  font-size: 3.2em;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.8rem;
}

@media (max-width: 575px) {
  .page.home .section-carousel h2,
  .page-template-page-home2 .section-carousel h2 {
    font-size: 1.8em;
  }
}

.page.home .section-carousel h2 span,
.page-template-page-home2 .section-carousel h2 span {
  display: block;
  font-weight: bold;
}

@media (max-width: 575px) {
  .page.home .section-carousel h2 span,
  .page-template-page-home2 .section-carousel h2 span {
    display: unset;
  }
}

.page.home .section-carousel blockquote.section-desc,
.page-template-page-home2 .section-carousel blockquote.section-desc {
  margin-right: 0;
  max-width: 630px;
}

.page.home .section-carousel blockquote.section-desc cite,
.page-template-page-home2 .section-carousel blockquote.section-desc cite {
  display: block;
  margin-top: 1.6rem;
  font-style: normal;
}

@media (max-width: 575px) {
  .page.home .section-carousel .owl-nav,
  .page-template-page-home2 .section-carousel .owl-nav {
    display: none;
  }
}

@media (max-width: 575px) {
  .page.home .section-carousel .owl-dots,
  .page-template-page-home2 .section-carousel .owl-dots {
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .page.home .section-carousel .owl-dots .owl-dot span,
  .page-template-page-home2 .section-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
  }
}

.page.home .section-jobs,
.page-template-page-home2 .section-jobs {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: #434343;
}

@media (max-width: 991px) {
  .page.home .section-jobs,
  .page-template-page-home2 .section-jobs {
    height: unset;
  }
}

.page.home .section-jobs .inner-section,
.page-template-page-home2 .section-jobs .inner-section {
  align-items: center;
}

.page.home .section-jobs .inner-section .section-title,
.page-template-page-home2 .section-jobs .inner-section .section-title {
  margin-top: 0;
}

.page.home .section-jobs .btn-wrap,
.page-template-page-home2 .section-jobs .btn-wrap {
  display: block;
  padding-top: 18px;
  margin-bottom: 0;
}

.page.home .section-gallery,
.page-template-page-home2 .section-gallery {
  position: relative;
  background: #f7f8fa;
}

@media (max-width: 991px) {
  .page.home .section-gallery,
  .page-template-page-home2 .section-gallery {
    height: unset;
  }
}

.page.home .section-gallery .container,
.page-template-page-home2 .section-gallery .container {
  position: relative;
}

.page.home .section-gallery .gallery-grid.row,
.page-template-page-home2 .section-gallery .gallery-grid.row {
  margin-right: -3px;
  margin-left: -3px;
  margin-bottom: 42px;
}

.page.home .section-gallery .gallery-grid.row > div,
.page-template-page-home2 .section-gallery .gallery-grid.row > div {
  padding-right: 3px;
  padding-left: 3px;
  margin-bottom: 6px;
}

.page.home .section-gallery .gallery-grid.row .gallery-item,
.page-template-page-home2 .section-gallery .gallery-grid.row .gallery-item {
  padding: 1px;
  background-color: #79777c;
}

.page.home .section-gallery .gallery-grid.row .gallery-item img,
.page-template-page-home2 .section-gallery .gallery-grid.row .gallery-item img {
  display: block;
  width: 100%;
}

.page.home .section-gallery .btn-wrap,
.page-template-page-home2 .section-gallery .btn-wrap {
  margin-bottom: 50px;
}

.page.home .section-gallery:before,
.page-template-page-home2 .section-gallery:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  background-color: #434343;
  z-index: 0;
}

.page.home .section-perks,
.page-template-page-home2 .section-perks {
  background-color: #f7f8fa;
}

.page.home .section-perks .inner-section,
.page-template-page-home2 .section-perks .inner-section {
  align-items: center;
}

.page.home .section-explore,
.page-template-page-home2 .section-explore {
  background-size: cover;
  background-position: center center;
}

.page.home .section-explore .container,
.page-template-page-home2 .section-explore .container {
  max-width: 1172px;
}

.page.home .section-explore .container .inner,
.page-template-page-home2 .section-explore .container .inner {
  margin-right: 3%;
}

.page.home .section-explore h2,
.page-template-page-home2 .section-explore h2 {
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1.8rem;
  font-weight: bold;
}

@media (max-width: 575px) {
  .page.home .section-explore h2,
  .page-template-page-home2 .section-explore h2 {
    font-size: 2.2em;
  }
}

.page.home .section-explore h2 span,
.page-template-page-home2 .section-explore h2 span {
  display: block;
  color: #ff6b00;
}

@media (max-width: 575px) {
  .page.home .section-explore h2 span,
  .page-template-page-home2 .section-explore h2 span {
    display: unset;
  }
}

.page.home .section-explore .animated,
.page-template-page-home2 .section-explore .animated {
  opacity: 0;
}

.page.home .section-footer,
.page-template-page-home2 .section-footer {
  min-height: unset;
  background-color: #434343;
}

.page.home .section-footer .inner-section,
.page-template-page-home2 .section-footer .inner-section {
  align-items: flex-end;
}

.page.home .section-footer .inner-section .site-footer,
.page-template-page-home2 .section-footer .inner-section .site-footer {
  width: 100%;
}

/* Our values page */
.page-template-page-values .section-quote .container {
  max-width: 1000px;
}

.page-template-page-values .section-quote .container .inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 150px;
}

.page-template-page-values .section-quote .owl-dots {
  counter-reset: line-number;
  text-align: right;
  position: relative;
  bottom: unset;
  left: unset;
  right: unset;
  margin-top: 27px;
}

.page-template-page-values .section-quote .owl-dots .owl-dot {
  counter-increment: line-number;
  margin: 0;
}

.page-template-page-values .section-quote .owl-dots .owl-dot span {
  border: 2px solid #bbbdbc;
  width: 38px;
  height: 38px;
  opacity: 1;
  background-color: transparent;
  line-height: 36px;
  text-align: center;
}

.page-template-page-values .section-quote .owl-dots .owl-dot span:before {
  content: counter(line-number) ".";
  color: #000;
  margin-left: 4px;
}

.page-template-page-values .section-quote .owl-dots .owl-dot span:hover {
  border-color: #ff6b00;
}

.page-template-page-values .section-quote .owl-dots .owl-dot span:hover:before {
  color: #ff6b00;
}

.page-template-page-values .section-quote .owl-dots .owl-dot.active span {
  border-color: #ff6b00;
}

.page-template-page-values
  .section-quote
  .owl-dots
  .owl-dot.active
  span:before {
  color: #ff6b00;
}

.page-template-page-values .section-quote .quote-item {
  padding: 66px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  color: #434343;
}

@media (max-width: 575px) {
  .page-template-page-values .section-quote .quote-item {
    font-size: 28px;
    padding: 40px;
  }
}

.page-template-page-values .section-quote .quote-item blockquote {
  display: block;
  max-width: 680px;
  text-align: right;
  margin: 0;
  margin-left: auto;
}

.page-template-page-values .section-quote .quote-item blockquote cite {
  display: block;
  margin-left: auto;
  margin-top: 1rem;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
}

.page-template-page-values .section-quote .quote-item blockquote cite span {
  display: block;
}

.page-template-page-values .section-quote .owl-stage-outer {
  box-shadow: inset 0 0 0 3px #ff6b00;
}

.page-template-page-values .section-quote .count {
  position: absolute;
  font-size: 26px;
  font-weight: normal;
  color: #707070;
  bottom: 130px;
  left: 55px;
}

@media (max-width: 575px) {
  .page-template-page-values .section-quote .count {
    font-size: 20px;
  }
}

.page-template-page-values .section-values {
  position: relative;
  overflow: hidden;
}

.page-template-page-values .section-values .section-parallax-bg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 2000px;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 575px) {
  .page-template-page-values .section-values .section-parallax-bg {
    min-height: unset;
    top: unset !important;
  }
}

.page-template-page-values .section-values > .container {
  position: relative;
}

.page-template-page-values .section-values .inner {
  max-width: 860px;
  text-align: right;
  margin-left: auto;
  margin-top: 10%;
  margin-bottom: 7%;
}

.page-template-page-values .section-values .inner h2 {
  font-size: 2.7em;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .page-template-page-values .section-values .inner h2 {
    font-size: 2.2em;
  }
}

.page-template-page-values .section-values .inner .section-desc {
  font-size: 22px;
  max-width: unset;
  margin-bottom: 70px;
}

/* Reach out page */
.page-template-page-contact .section-address {
  padding-top: 68px;
  padding-bottom: 90px;
}

.page-template-page-contact .section-address .container {
  max-width: 1300px;
}

.page-template-page-contact .section-address .contact-info .row > div {
  margin-bottom: 2rem;
}

.page-template-page-contact .section-address .contact-info #col-2 {
  animation-delay: 300ms;
}

.page-template-page-contact .section-address .contact-info #col-3 {
  animation-delay: 600ms;
}

.page-template-page-contact .section-address .contact-info .title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
}

.page-template-page-contact .section-address .contact-info .map-wrap {
  margin-top: 20px;
}

.page-template-page-contact .section-address .right .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.page-template-page-contact .section-address .right h3 {
  font-size: 25px;
  font-weight: normal;
}

/* Join the Ranks page */

@media (min-width: 320px) {
  .page-template-page-ranks .section-perks .join-ranks .section-desc {
    font-size: 20px;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .page-template-page-ranks .page-header h1 {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  .page-template-page-ranks .section-perks .bg-gradient-orange {
    height: 553px;
  }

  .page-template-page-ranks .join-ranks h2 {
    font-size: 56px;
  }

  .page-template-page-ranks .join-ranks h2 span {
    font-size: 56px;
  }

  .page-template-page-ranks .section-perks .join-ranks .section-desc {
    font-size: 28px;
    display: block;
  }
}

.join-ranks {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-template-page-ranks .page-header h1 {
  max-width: 800px;
  font-size: 3.7em;
}

.join-ranks h2 {
  color: #424344;
  font-size: 35px;
  letter-spacing: -1.5px;
  margin-bottom: 0;
}

.join-ranks h2 span {
  color: #fff;
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 35px;
  display: block;
  font-weight: bold;
  line-height: 1.25em;
}

.join-ranks .btn {
  display: block;
  font-size: 14px;
  height: 70px;
  margin-left: auto;
  margin-top: 50px;
  padding-top: 38px;
  width: fit-content;
}

.page-template-page-ranks .section-perks .join-ranks .section-desc {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}

.join-ranks .link-indicator {
  color: #fff;
}

.page-template-page-ranks .page-header .section-desc {
  font-size: 25px;
  max-width: 680px;
  line-height: 1.4;
}

.page-template-page-ranks .section-jobs {
  opacity: 0;
}

.page-template-page-ranks .section-jobs .jobs-grid.row {
  margin-right: 0;
  margin-left: 0;
}

.page-template-page-ranks .section-jobs .pagination .first,
.page-template-page-ranks .section-jobs .pagination .prev,
.page-template-page-ranks .section-jobs .pagination .next,
.page-template-page-ranks .section-jobs .pagination .last {
  display: none;
}

.page-template-page-ranks .section-perks {
  background-color: #fff;
}

.page-template-page-ranks .section-perks .section-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.page-template-page-ranks .section-perks .section-desc {
  margin-left: 0;
  margin-bottom: 90px;
}

.page-template-page-ranks .section-perks .perks-grid.row > div {
  margin-bottom: 50px;
}

/* What we do page */
.page-template-page-services {
  /* Explore */
}

.page-template-page-services .page-header h1 {
  max-width: 800px;
  font-size: 3.7em;
}

@media (max-width: 575px) {
  .page-template-page-services .page-header h1 {
    font-size: 2em;
  }
}

.page-template-page-services .page-header h1 span {
  display: block;
}

.page-template-page-services .page-header .section-desc {
  font-size: 25px;
  max-width: 680px;
  line-height: 1.4;
}

.page-template-page-services .section-video {
  background-color: #000;
  padding: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}

.page-template-page-services .section-video .container {
  margin: 0;
  padding: 0;
  max-width: unset;
}

.page-template-page-services .section-video .container p {
  display: none;
}

.page-template-page-services .section-video iframe,
.page-template-page-services .section-video p {
  display: block;
  margin: 0;
}

.page-template-page-services .section-video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.page-template-page-services .section-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-page-services .section-video .wp-video,
.page-template-page-services .section-video video.wp-video-shortcode,
.page-template-page-services .section-video .mejs-container,
.page-template-page-services .section-video .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.page-template-page-services .section-video .mejs-container {
  padding-top: 56.25%;
}

.page-template-page-services .section-video .wp-video,
.page-template-page-services .section-video video.wp-video-shortcode {
  max-width: 100% !important;
}

.page-template-page-services .section-video video.wp-video-shortcode {
  position: relative;
}

.page-template-page-services .section-video .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-template-page-services .section-video .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.page-template-page-services .section-perks .perks-grid.row {
  margin-right: -1px;
  margin-left: -1px;
}

.page-template-page-services .section-perks .perks-grid.row > div {
  padding-right: 1px;
  padding-left: 1px;
}

.page-template-page-services .section-explore {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: cover;
  background-position: center center;
}

.page-template-page-services .section-explore .container .inner {
  max-width: 924px;
  margin-left: auto;
  text-align: right;
  margin-bottom: 8%;
}

.page-template-page-services .section-explore h2 {
  opacity: 0;
  font-size: 3.4em;
  line-height: 1.1;
  margin-bottom: 1.8rem;
  font-weight: bold;
}

@media (max-width: 575px) {
  .page-template-page-services .section-explore h2 {
    font-size: 2.2em;
  }
}

.video-js.vjs-fluid {
  width: 200px;
  height: 100px;
  padding-top: 0;
}

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

.bypostauthor {
  display: block;
}

.comment-list {
  padding: 0;
  margin-left: 0;
  font-size: 15px;
}

.comment-list li {
  display: block;
  list-style-type: none;
}

.comment-meta > div {
  display: inline;
  font-size: 14px;
  margin-right: 1rem;
}

.comment-author.vcard img {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
}

.comment-meta .says {
  display: none;
}

.comment-body {
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 1px solid #ccc;
}

.comment-list .children {
  padding: 0;
}

/* Comments form */
.comment-form label {
  display: block;
}

.comment-form button {
  margin-bottom: 1rem;
}

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