  :focus {
  outline-color: #343434;
  outline-width: 1px !important;
}

#wpadminbar {
  z-index: 2222222222 !important;
}

html{
  font-size:18px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin-bottom: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a:hover {
  color:#ff6a00;
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}

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

h1 {
  font-family: roboto, sans-serif;
  font-size: clamp(3.822rem, 6vw, 6.888rem);
  font-weight: 900;
  line-height: 0.9;
}

h1.h1-lt {
  color:#F3F3F5;
}

h1.h1-gr {
  font-family: roboto, sans-serif;
  font-weight: 900;
  color:#3b3b3b;
}

h1.h1-or {
  color: #ff6a00;
}

h2 {
  font-family: roboto, sans-serif;
  font-size: clamp(2rem, 12vw, 11.111rem);
  font-weight: 900;
  line-height: 0.8;
  margin:0;
  -webkit-font-smoothing: antialiased;
}

h2.h2-or {
  font-family: roboto, sans-serif;
  font-size: clamp(2rem, 12vw, 9.722rem);
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 0.7;
  color: #ff6a00;
  margin: 2rem 0;
  -webkit-font-smoothing: antialiased;
}

h2.h2-gr {
  font-family: roboto, sans-serif;
  font-size: clamp(2rem, 12vw, 9.722rem);
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 0.8;
  color: #3D474E;
  margin: 2rem 0;
  -webkit-font-smoothing: antialiased;
}

h2.h2-lt {
  font-family: roboto, sans-serif;
  font-size: clamp(2rem, 12vw, 9.722rem);
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 0.8;
  color: #F3F3F5;
  margin: 2rem 0;
  -webkit-font-smoothing: antialiased;
}

h2.h2-yw {
  font-family: roboto, sans-serif;
  font-size: clamp(2rem, 12vw, 9.722rem);
  font-weight: 900;
  line-height: 0.8;
  color: #F3B74C;
  margin: 2rem 0;
  -webkit-font-smoothing: antialiased;
}

h3 {
  font-family: roboto, sans-serif;
  font-size: clamp(2.111rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1rem;
}

h3.h3-or {
  color:#ff6a00;
  text-transform:uppercase;
  margin: 0;
}

h3.h3-lt {
  color:#f3f3f5;
  text-transform:uppercase;
}

h4 {
  font-family: roboto, sans-serif;
  font-size: clamp(2.222rem, 4vw, 5.555rem);
  font-weight: 900;
  line-height: 1;
}

h4.h4-or{
  font-family: roboto, sans-serif;
  font-size: clamp(3.111rem, 4vw, 5.555rem);
  font-weight: 900;
  line-height: 1;
  color:#ff6a00;
}

h4.h4-lt{
  color:#F3F3F5;
}

h5 {
  font-family: roboto, sans-serif;
  font-size: clamp(1.311rem, 7vw, 2.233rem);
  font-weight: 900;
  text-transform:uppercase;
  margin:0;
}

h5.h5-or{
  color:#ff6a00;
  font-family: alternate-gothic-atf, sans-serif;
  text-transform:uppercase;
  margin: 0;
}

h6 {
  font-family: roboto, sans-serif;
  font-size: clamp(1.266rem, 4vw, 2.222rem);
  font-weight: 900;
  line-height: 1;
  margin: 1.8rem 0;
  text-transform:uppercase;
}

@media(max-width:892px){
  h6  {
    margin: 0.8rem 0;
  }
  h2.h2-yw {
    margin: 0.8rem 0;
}

}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    h2.h2-yw {
      margin: 0.8rem 0;
  }

}

p{
  font-size: clamp(0.777rem, 4vw, 0.888rem);
  font-family: roboto, sans-serif;
}

p.p-gr {
  font-weight: 400;
  line-height: 1.2;
  color:#3B3B3B;
}

p.p-lt{
  color:#F3F3F5;
  line-height: 1.2;
}

p.semi-b{
  font-weight: 600;
  font-style:italic;
  margin: 0;
}

/* a:hover{
  opacity:0.7;
  transition:0.18s ease-in-out;
} */
a, a:visited, a:hover {
  color: #ff6a00;
}

@media(max-width:892px){
  p {
    line-height: 1.382;
  }
}

/* Post Titles */



/* Form Labels */

.lb-lt{
  color:#f3f3f5;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(0.777rem, 4vw, 1.5rem);
  line-height: 1;
}

.lb-bl{
  color:#687E8E;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(0.777rem, 4vw, 1.5rem);
  line-height: 1;
}

/* Button Type */

.btn-lt{
  color:#f3f3f5;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(0.777rem, 4vw, 1.333rem);
  line-height: 1;
}
.bt-bl{
  color:#687E8E;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(0.777rem, 4vw, 1.333rem);
  line-height: 1;
}


/* CTA Type */

h6.cta-lt{
  color:#f3f3f5;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(0.777rem, 4vw, 1.5rem);
  line-height: 1;
}

h6.cta-yw{
  font-family: roboto, sans-serif;
  color:#f3b74c;
}

h6.cta-bl, h6.cta-bl li, h6.cta-bl a{
  font-family: roboto, sans-serif;
  color:#425382;
  font-size: clamp(0.777rem, 4vw, 1.5rem);
}

h6.cta-or, h6.cta-or p, h6.cta-or a {
  font-family: roboto, sans-serif;
  color:#ff6a00;
  text-transform: uppercase;
}
.cta-or a p{
  padding:0;
}
h6.cta-or a, a h6.cta-or, .cta-or a p{
  text-transform:uppercase;
  display: inline-block;
  position: relative;
  font-size: clamp(0.777rem, 4vw, 1.5rem);
}
h6.cta-or a:hover, a h6.cta-or:hover, .cta-or a p:hover{
  background: #ff6a00;
  color: #ff6a00;
  padding: 0.2rem 0.3rem;
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}
}
h6.cta-or a:after, a h6.cta-or:after, .cta-or a p:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff6a00;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
h6.cta-or a:hover:after, a h6.cta-or:hover:after, .cta-or a p:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
span.read-lt {
  color:#f3f3f5;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(0.777rem, 4vw, 1.5rem);
  line-height: 1;
  text-transform:uppercase;
  letter-spacing: 0.1rem;
}
span.read-or {
  color:#ff6a00;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(0.777rem, 4vw, 1.5rem);
  line-height: 1;
  text-transform:uppercase;
  display: inline-block;
  position: relative;
  letter-spacing: 0.1rem;
}
span.read-or:hover {
  background: #ff6a00;
  color: #f3f3f5;
  padding: 0.2rem 0.25rem;
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}
span.read-or:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f3f3f5;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

span.read-or:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
span.read-yw {
  color:#f3b74c;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(0.777rem, 4vw, 1.5rem);
  line-height: 1;
  text-transform:uppercase;
  }
h5.act-yw{
  color:#f3b74c;
  font-family: alternate-gothic-compressed, sans-serif;
  font-weight: 400;
  font-size: clamp(1.333rem, 4vw, 2.333rem);
  line-height: 1;
}
h5.act-bl{
  color:#425382;
  font-family: alternate-gothic-compressed, sans-serif;
  font-weight: 400;
  font-size: clamp(1.333rem, 4vw, 2.333rem);
  line-height: 1;
}
h5.act-or{
  color:#ff6a00;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(1.333rem, 4vw, 2.333rem);
  line-height: 1;
}

p.event-desc, .event-body p{
  color:#f3f3f5;
  font-family: freight-display-pro, serif;
  font-weight:500;
  font-size: clamp(0.777rem, 4vw, 1.333rem);
  font-style: italic;
  line-height:1.333;
}

/* Posts */

span.p-title{
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(1.833rem, 4vw, 2.666rem);
  line-height: 1;
  text-transform:uppercase;
}

span.info-bl{
color:#3B3B3B;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(0.777rem, 4vw, 1.166rem);
  line-height: 1;
  text-transform:uppercase;
}

span.info-yw{
  color:#F3B74C;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(0.777rem, 4vw, 1.166rem);
  line-height: 1;
  text-transform:uppercase;
  letter-spacing: 0.1rem;
}

span.info-or, span.info-or a, .blog-cat a{
  color:#ff6a00;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(0.777rem, 4vw, 1.166rem);
  line-height: 1;
  text-transform:uppercase;
  letter-spacing: 0.1rem;
}

span.info-lt{
  color:#f3f3f5;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(0.777rem, 4vw, 1.166rem);
  line-height: 1;
  text-transform:uppercase;
}

/* Big Animate */

/* Global Animation */

.site-main {
  animation: fadeInAnimation ease 1.25s ;
  animation-iteration-count: 1; 
  animation-fill-mode: forwards; 
}

/* Big Scroll (big-scroll.js) */

.big-wheel {
  width: 110%;
  margin-left: -5rem;
}

#gearbox, #gearbox div {
  display: flex;
  flex-wrap: wrap;
  position:relative;
}

/* Wheel Row 1 */

.wheel-row-1 {
  align-items: center;
}

.inner-row-1 {
  justify-content: space-evenly;
}

img#wheel2 {
  width: 35% !important;
}

img#clock {
  margin-top:3rem;
  width: 40% !important;
}

img#wheel7 {
  width: 50% !important;
}

/* Wheel Row 2 */

.wheel-row-2 {
  align-items: flex-start;
}

.inner-row-2 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

img#wheel6 {
  margin-left: 3rem;
  width: 15% !important;
}

img#wheel9 {
  margin-left: -6rem;
  margin-top: -6rem;
  width: 30% !important;
}

img#wheel1 {
  width: 80% !important;
  margin-left: 3rem;
}

/* Wheel Row 3 */

img#wheel3 {
  margin-left: -5rem;
  width: 28% !important;
  margin-right: 2rem;
}

img#wheel8 {
  margin-top: -2rem;
  width: 80% !important;
}

.inner-row-3-1 {
  margin-top: -3rem;
}

.inner-row-3-2 {
  align-items: center;
  justify-content: flex-start;
}

img#wheel4 {
  margin-top: -2rem;
  width: 35% !important;
}

img#wheel5 {
  margin-left: 4rem;
  width: 15% !important;
}

#gearbox div img{
  height: fit-content;
}

.wheel-row-1,.wheel-row-2,.wheel-row-3 {
  display: flex;
  flex-direction: column;
  width: 33%;
}

/* Home Wheels */

#wheel10 {
  width: 25%;
}

/* Custom AOS Animations */

[data-aos="example-anim1"] {
  transform: skewX(45deg);
  opacity: 0;
  transition-property: transform, opacity;
  &.aos-animate {
    transform: skewX(0);
    opacity: 1;
  }
}

[data-aos="example-anim2"] {
  background: red;
  transition-property: background;
  &.aos-animate {
    background: green;
  }
}

[data-aos="example-anim3"] {
  transform: rotate(360deg);
  opacity: 0;
  transition-property: transform, opacity;
  &.aos-animate {
    transform: rotate(0);
    opacity: 1;
  }
}


@keyframes fadeInAnimation { 
  0% { 
      opacity: 0; 
  } 
  100% { 
      opacity: 1; 
   } 
} 

.fade-in {
	-webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slide-in-blurred-top {
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

 @-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.text-pop-up-top {
	-webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}
@keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}

.slide-top {
	-webkit-animation: slide-top 2s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
	        animation: slide-top 2s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

.focus-in-expand-fwd {
	-webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.fade-in-top {
	-webkit-animation: fade-in-top 2s cubic-bezier(0.180, -0.550, 0.265, 1.550) both;
	        animation: fade-in-top 2s cubic-bezier(0.180, -0.550, 0.265, 1.550) both;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-elliptic-left-fwd {
	-webkit-animation: slide-in-elliptic-left-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-elliptic-left-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
            transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
            transform-origin: 1800px 50%;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
            transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
            transform-origin: 1800px 50%;
    opacity: 1;
  }
}

/* Global */

.post-thumbnail {
  display: none;
}

nav.navigation.post-navigation {
  display: none;
}

#masthead {
  z-index: 2222222;
}

#page{
  background:#fff;
  overflow: hidden;
}

hr {
  background: #45788C;
  height: 3px;
  width: 20%;
  margin: 4rem auto;
}

img{
  -ms-interpolation-mode: bicubic;
  width:auto !important;
}

h1.entry-title {
  display: none;
}

.header-spacer {
  height: 7rem;
}

/* Containers */

.wrap {
  width: 88%;
  margin: 0 auto;
  display:flex;
  flex-wrap: wrap;
}

/* Dividers */

hr.primary {
  margin: 1.3rem 0;
  width: 100%;
  background: #687E8E;
}

/* Animations */

/* Scroll Animations */

svg.gear {
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;

  animation: rotate 0.6s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);

  animation-iteration-count: 1;
  animation-fill-mode: both;
  width: 10%;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

/* Project Click Animations */

@keyframes slide-bottom {
  from {
    margin-bottom: 100%;
    height: 100%; 
  }

  to {
    margin-bottom: 0%;
    height: 100%;
  }
}

@keyframes slide-top {
  from {
    margin-top: -100%;
    height: 100%; 
  }

  to {
    margin-top: 0%;
    height: 100%;
  }
}

@keyframes slide-right {
  from {
    margin-left: -100%;
    width: 100%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

/* Button Animations */


.heartIt {
  margin-top: 50px;
  margin-bottom: 80px;
}
.heartIt p {
  font-size: 24px;
  line-height: 40px;
}
.heartIt img {
  width: 64px;
  height: auto;
}

.sepLine {
  width: 70px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  left: 50%;
}

.auth {
  font-weight: 400;
  color: black;
  position: relative;
  display: block;
}
.auth a {
  color: black;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.container {
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  max-width: 560px;
  display: inline-block;
  /*
  position:absolute;
  left:50%;
  @include transform(translate3d(-50%,0,0));*/
}

.circCont {
  display: inline-block;
}

.circle {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 4px solid #3D474E;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 10px 20px;
}
.circle:after {
  width: 24px;
  height: 4px;
  background-color: #3D474E;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*@include transform-origin(100%,100%);*/
}
.circle:before {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  width: 24px;
  height: 4px;
  background-color: #3D474E;
  content: "";
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*@include transform-origin(0%,0%);*/
}
.circle + p {
  text-transform: lowercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.simpleRotate {
  -moz-animation: rotate 0.1s 2 ease-in-out alternate;
  -webkit-animation: rotate 0.1s 2 ease-in-out alternate;
  animation: rotate 0.1s 2 ease-in-out alternate;
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes rotate {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.circle[data-animation="simpleRotate"]:not(.simpleRotate) {
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}
.circle[data-animation="simpleRotate"]:not(.simpleRotate):hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.circle[data-animation="rotateY"] {
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.circle[data-animation="rotateY"]:after {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.circle[data-animation="rotateY"]:before {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.circle[data-animation="rotateX"] {
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.circle[data-animation="rotateX"]:after {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.circle[data-animation="rotateX"]:before {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.rotateY {
  -moz-transform: rotateY(180deg) scale(0.5);
  -ms-transform: rotateY(180deg) scale(0.5);
  -webkit-transform: rotateY(180deg) scale(0.5);
  transform: rotateY(180deg) scale(0.5);
}
.rotateY:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotateY:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotateX {
  -moz-transform: rotateX(180deg) scale(0.5);
  -ms-transform: rotateX(180deg) scale(0.5);
  -webkit-transform: rotateX(180deg) scale(0.5);
  transform: rotateX(180deg) scale(0.5);
}
.rotateX:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotateX:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scaleUp:not(.scaleDown):not(.minimize) {
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.575) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.575) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.575) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.575) 200ms;
}
.scaleUp:not(.scaleDown):not(.minimize):hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.scaleUp:not(.scaleDown):not(.minimize):hover:after {
  -moz-transform: scale(1.1) rotate(45deg);
  -ms-transform: scale(1.1) rotate(45deg);
  -webkit-transform: scale(1.1) rotate(45deg);
  transform: scale(1.1) rotate(45deg);
}
.scaleUp:not(.scaleDown):not(.minimize):hover:before {
  -moz-transform: scale(1.1) rotate(-45deg);
  -ms-transform: scale(1.1) rotate(-45deg);
  -webkit-transform: scale(1.1) rotate(-45deg);
  transform: scale(1.1) rotate(-45deg);
}

.scaleDown {
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.minimize {
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}

.boxShadow {
  -moz-transition: box-shadow 200ms ease-out, -moz-transform 200ms ease-out, opacity 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-out, -o-transform 200ms ease-out, opacity 200ms ease-in-out;
  -webkit-transition: box-shadow 200ms ease-out, -webkit-transform 200ms ease-out, opacity 200ms ease-in-out;
  transition: box-shadow 200ms ease-out, transform 200ms ease-out, opacity 200ms ease-in-out;
}
.boxShadow:after, .boxShadow:before {
  -moz-transition: linear 400ms;
  -o-transition: linear 400ms;
  -webkit-transition: linear 400ms;
  transition: linear 400ms;
}

.boxShadow:hover:not(.fadeOut) {
  -moz-box-shadow: 0px 0px 0px 20px #3D474E inset;
  -webkit-box-shadow: 0px 0px 0px 20px #3D474E inset;
  box-shadow: 0px 0px 0px 20px #3D474E inset;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.boxShadow:hover:not(.fadeOut):after {
  background-color: #fff;
  -moz-transform: rotate(-45deg) scale(0.6);
  -ms-transform: rotate(-45deg) scale(0.6);
  -webkit-transform: rotate(-45deg) scale(0.6);
  transform: rotate(-45deg) scale(0.6);
}
.boxShadow:hover:not(.fadeOut):before {
  background-color: #fff;
  -moz-transform: rotate(45deg) scale(0.6);
  -ms-transform: rotate(45deg) scale(0.6);
  -webkit-transform: rotate(45deg) scale(0.6);
  transform: rotate(45deg) scale(0.6);
}

.fadeOut {
  opacity: 0;
}

.circle[data-animation="magnify"]:not(.magnify) {
  -moz-transition: ease-in-out 100ms;
  -o-transition: ease-in-out 100ms;
  -webkit-transition: ease-in-out 100ms;
  transition: ease-in-out 100ms;
}
.circle[data-animation="magnify"]:not(.magnify):hover {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.circle.magnify {
  -moz-transition: ease-in-out 200ms;
  -o-transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 0;
}

.fromMiddle:before, .fromMiddle:after {
  z-index: 9999;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -moz-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
}
.fromMiddle span {
  width: 38px;
  height: 38px;
  background-color: #3D474E;
  display: inline-block;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  left: -2px;
  top: -2px;
  z-index: -9999;
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}

.fromMiddle:hover:before, .fromMiddle:hover:after {
  position: absolute;
  background-color: #fff;
}
.fromMiddle:hover span {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.circle[data-animation="downBorder"] {
  -moz-transition: ease-out 200ms;
  -o-transition: ease-out 200ms;
  -webkit-transition: ease-out 200ms;
  transition: ease-out 200ms;
}
.circle[data-animation="downBorder"]:hover:not(.downBorder) {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.downBorder {
  border: 4px solid transparent;
  -moz-transform: scale(0.3) rotate(45deg);
  -ms-transform: scale(0.3) rotate(45deg);
  -webkit-transform: scale(0.3) rotate(45deg);
  transform: scale(0.3) rotate(45deg);
}

.circle[data-animation="radiusPlus"] {
  -moz-transition: ease-out 300ms;
  -o-transition: ease-out 300ms;
  -webkit-transition: ease-out 300ms;
  transition: ease-out 300ms;
}
.circle[data-animation="radiusPlus"]:before, .circle[data-animation="radiusPlus"]:after {
  -moz-transition: ease-out 300ms;
  -o-transition: ease-out 300ms;
  -webkit-transition: ease-out 300ms;
  transition: ease-out 300ms;
}

.radiusPlus {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.radiusPlus:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radiusPlus:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.circle[data-animation="shrinkRadius"] {
  -moz-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
}
.circle[data-animation="shrinkRadius"]:after, .circle[data-animation="shrinkRadius"]:before {
  -moz-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
}

.circle.shrinkRadius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}
.circle.shrinkRadius:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.circle.shrinkRadius:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.circle[data-animation="xMarks"] {
  border: 0px solid white;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 0px 0px #3D474E inset;
  -webkit-box-shadow: 0px 0px 0px 0px #3D474E inset;
  box-shadow: 0px 0px 0px 0px #3D474E inset;
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}
.circle[data-animation="xMarks"]:before, .circle[data-animation="xMarks"]:after {
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}
.circle[data-animation="xMarks"]:not(.xMarks):hover {
  -moz-box-shadow: 0px 0px 0px 6px #3D474E inset;
  -webkit-box-shadow: 0px 0px 0px 6px #3D474E inset;
  box-shadow: 0px 0px 0px 6px #3D474E inset;
}
.circle[data-animation="xMarks"]:not(.xMarks):hover:before {
  -moz-transform: scale(0.7) rotate(45deg);
  -ms-transform: scale(0.7) rotate(45deg);
  -webkit-transform: scale(0.7) rotate(45deg);
  transform: scale(0.7) rotate(45deg);
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.circle[data-animation="xMarks"]:not(.xMarks):hover:after {
  -moz-transform: scale(0.7) rotate(-45deg);
  -ms-transform: scale(0.7) rotate(-45deg);
  -webkit-transform: scale(0.7) rotate(-45deg);
  transform: scale(0.7) rotate(-45deg);
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.circle.xMarks {
  -moz-transition: -moz-transform 400ms ease-out, opacity 200ms ease-in;
  -o-transition: -o-transform 400ms ease-out, opacity 200ms ease-in;
  -webkit-transition: -webkit-transform 400ms ease-out, opacity 200ms ease-in;
  transition: transform 400ms ease-out, opacity 200ms ease-in;
  -moz-transition-delay: opacity 100ms;
  -o-transition-delay: opacity 100ms;
  -webkit-transition-delay: opacity 100ms;
  transition-delay: opacity 100ms;
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -moz-box-shadow: 0px 0px 0px 20px #3D474E inset;
  -webkit-box-shadow: 0px 0px 0px 20px #3D474E inset;
  box-shadow: 0px 0px 0px 20px #3D474E inset;
}
.circle.xMarks:before {
  background-color: white;
  -moz-transform: scale(2) rotate(45deg);
  -ms-transform: scale(2) rotate(45deg);
  -webkit-transform: scale(2) rotate(45deg);
  transform: scale(2) rotate(45deg);
}
.circle.xMarks:after {
  background-color: white;
  -moz-transform: scale(2) rotate(-45deg);
  -ms-transform: scale(2) rotate(-45deg);
  -webkit-transform: scale(2) rotate(-45deg);
  transform: scale(2) rotate(-45deg);
}

.circle[data-animation="showShadow"] {
  -moz-box-shadow: 0px 0px 0px 0px #3D474E inset;
  -webkit-box-shadow: 0px 0px 0px 0px #3D474E inset;
  box-shadow: 0px 0px 0px 0px #3D474E inset;
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  border: 0px solid white;
}
.circle[data-animation="showShadow"]:before, .circle[data-animation="showShadow"]:after {
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}
/* .circle[data-animation="showShadow"]:not(.showShadow):hover {
  -moz-box-shadow: 0px 0px 0px 6px #3D474E inset;
  -webkit-box-shadow: 0px 0px 0px 6px #3D474E inset;
  box-shadow: 0px 0px 0px 6px #3D474E inset;
} */
.circle[data-animation="showShadow"]:not(.showShadow):hover:before {
  -moz-transform: scale(0.7) rotate(45deg);
  -ms-transform: scale(0.7) rotate(45deg);
  -webkit-transform: scale(0.7) rotate(45deg);
  transform: scale(0.7) rotate(45deg);
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.circle[data-animation="showShadow"]:not(.showShadow):hover:after {
  -moz-transform: scale(0.7) rotate(-45deg);
  -ms-transform: scale(0.7) rotate(-45deg);
  -webkit-transform: scale(0.7) rotate(-45deg);
  transform: scale(0.7) rotate(-45deg);
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.followlinks {
  position: fixed;
  right: 35px;
  bottom: 15px;
  display: table;
}
.followlinks a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  color: black;
}

/* Header */

#nav-button:hover {
  cursor: pointer;
  opacity: 0.3;
  transition:0.2s ease-in-out;
}

.nav-container {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  flex-direction: row;
}

@media only screen and (max-width: 1113px) and (min-width: 893px)  {

  .nav-container {
    margin: 0;
  }

}

.right-header {
  height: 100%;
  width: 30%;
  display: flex;
}

.right-header i {
  font-size: 1.3rem !important;
  padding: 0 0.5rem;
  color: #f3f3f5;
}

.right-header a:visited{
  color:343434;
}

.social, .social-1 {
  display: none;
}

.social div i, .social-1 div i {
  font-size: 1.533rem;
  color: #f3f3f5;
  margin-left: 1.5rem;
}

.social div i:hover, .social-1 div i:hover{
  opacity:0.7;
  transition:0.2s ease-in-out;
  cursor:pointer;
}

@media(max-width:892px){
    .nav-container {
      flex-direction: row-reverse;
      width: 100%;
  }
  .right-header {
    left: 0;
  }
}

/* After Header CTA */

.after-header {
  text-align: right;
  padding: 1.5rem 0;
}

.after-header a {
  color: #f3f3f5;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(0.666rem, 3vw, 1.166rem);
}

.after-header a:hover {
  opacity:0.7;
  transition:0.2s ease-in-out;
  cursor:pointer;
}

.after-header a:visited {
  color: #f3f3f5;
}

@media(max-width:892px){
  .after-header {
    text-align: center;
  }
}
/* Big Sticky CTA */

#big-sticky {
  display: none !important;
  opacity: 0;
  position: fixed;
  background: #ff6a00;
  padding: 1.3rem;
  right: 0;
  z-index: 99999;
  transition: width 0.05s, height:0.05s, transform .2s ease-in-out;
  bottom: 3%;
}

#big-sticky i.fas.fa-envelope {
  color: #fff;
  font-size: clamp(1.377rem, 4vw, 1.366rem);
}

a.big-sticky {
    transition: 0s ease-in-out !important;
}

.big-cta{
  line-height: 0;
}

#big-sticky:hover{
  flex-direction:column;
  justify-content:center;
  cursor:pointer;
  width:18%;
  height:7.7rem;
}

#big-sticky p, #big-sticky a {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(0.777rem, 4vw, 1.166rem);
  color:#3b3b3b;
  margin: 0;
  text-decoration: none !important;
  transition: width 0.25s, height:0.25s, transform .3s ease-in-out;
}

#big-sticky p {
  margin-bottom: 1rem;
}

p.sticky-txt, a.sticky-txt{
  opacity: 0;
  line-height:0;
  position:absolute;
  text-transform:normal;
}

#big-sticky:hover p.sticky-txt, #big-sticky:hover a.sticky-txt{
  position:inherit;
  opacity: 1 !important;
  line-height: 1 !important;
  transition: line-height 0.3s ease-in, opacity 0.3s ease 0.3s;
  -webkit-transition: line-height 0.3s ease-in, opacity 0.3s ease 0.3s;
}

@media(max-width:892px){

  #big-sticky:hover{
    width: 70%;
  }
}

/* Big Arrow Down */

@-webkit-keyframes uparrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(-0.4em); opacity: 0.9 }
}
@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
}

.big-arrow {
  /* background-image: url('http://www.placekitten.com/g/1000/1000'); */
  top: 50.388889rem;
  left:90%;
  position:absolute;
  z-index: 22222;
  width:0;
  height:0;
}
.b-arrow {
  border-color:transparent;
  border-style:solid;
  border-width:0 2em;
  display:block;
  height:0;
  margin:10em auto;
  opacity:0.4;
  text-indent:-9999px;
  transform-origin: 50% 50%;
  width:0;
}
.up {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
  border-bottom:2em solid #00b6f1;
}
.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  background: url(/wp-content/uploads/2021/03/big-arrow-down.png);
  height: fit-content;
  background-repeat: no-repeat !important;
}

@media(max-width:892px){
  .big-arrow{
    display:none;
  }
}


/* .big-toggle p.sticky-txt, .big-toggle a.sticky-txt {
  position:inherit;
  opacity: 1 !important;
  line-height: 1 !important;
  transition: opacity 0.45s;
  -webkit-transition: opacity 0.45s;
} */

/* Load More For Post Feeds */

.load-more {
  text-align: center;
}
.loadmore2, .loadmore3, .loadmore4, .loadmore5{
margin: 0 auto;
background: transparent;
border: 0;
cursor:pointer;
text-transform: uppercase;
padding: 10px 0;
color: #425382;
font-family: alternate-gothic-compressed, sans-serif;
font-weight: 400;
font-size: clamp(1.333rem, 4vw, 2.333rem);
line-height: 1;
width: 100%;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.loadmore2:hover, .loadmore3:hover, .loadmore4:hover, .loadmore5:hover{
  opacity:0.7;
}

/* Close Button */

/*
*	 {
  transition: 0.1s ease-in-out;
  box-sizing: border-box;
  }
*/

  .close{
    z-index: 22222;
    background:transparent !important;
  }

  #cross{}

  #menu-toggle span{
    transition: 0.15s ease-in-out;
    box-sizing: border-box;
    display: block;
    background: #f3f3f5;
  }

  #menu-toggle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    position: relative;
    cursor: pointer;
  }
  #menu-toggle:hover {

  }
  #menu-toggle #hamburger {
  height: 100%;
  width: 100%;
  position: absolute;
  }
  #menu-toggle #hamburger span {
  width: 60px;
  height: 4px;
  position: relative;
  top: 24px;
  left: 20px;
  margin: 10px 0;
  }
  #menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0s;
  }
  #menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0;
  }
  #menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0s;
  }
  #menu-toggle #cross {
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  }
  #menu-toggle #cross span{
    background: #3b3b3b;
    }
    #menu-toggle #cross span:nth-child(2) {
      width: 0%;
      height: 5px;
      position: absolute;
      left: 20%;
      top: 3rem;
      transition-delay: 0s;
  }
  #menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 5px;
    position: absolute;
    top: 30%;
    left: 2.4rem;
    transition-delay: 0s;
}


  #menu-toggle.close #hamburger span {
  width: 0%;
  }
  #menu-toggle.close #hamburger span:nth-child(1) {
    transition-delay: 0.125s;
  }
  #menu-toggle.close #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
  }
  #menu-toggle.close #hamburger span:nth-child(3) {
    transition-delay: 0.125s;
  }
  #menu-toggle.close #cross span:nth-child(1) {
  height: 52%;
  transition-delay: 0s;
  }
  #menu-toggle.close #cross span:nth-child(2) {
  width: 52%;
  transition-delay: 0s;
  }

  @media only screen and (max-width: 1254px) and (min-width: 893px)  {

    #menu-toggle{
      width: 80px;
      height: 75px;
      top: 0 !important;
      left: 0 !important;
    }
    #menu-toggle #hamburger span {
      width: 50px;
      top: 15px;
      left: 14px;
      margin: 8px 0;
  }

  #menu-toggle.close #cross span:nth-child(1) {
    height: 55%;
    transition-delay: 0s;
  }

  #menu-toggle #cross span:nth-child(1) {
      height: 0%;
      width: 5px;
      position: absolute;
      top: 30%;
      left: 1.9rem;
      transition-delay: 0s;
  }

  #menu-toggle.close #cross span:nth-child(2) {
    width: 51%;
    transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 5px;
    position: absolute;
    left: 20%;
    top: 2.3rem;
    transition-delay: 0s;
}
  
  }

  @media(max-width:892px){
    #menu-toggle{
      width: 80px;
      height: 75px;
      top: 0 !important;
      left: 0 !important;
    }
    #menu-toggle #hamburger span {
      width: 50px;
      top: 15px;
      left: 14px;
      margin: 8px 0;
  }

  #menu-toggle.close #cross span:nth-child(1) {
    height: 55%;
    transition-delay: 0s;
  }

  #menu-toggle #cross span:nth-child(1) {
      height: 0%;
      width: 5px;
      position: absolute;
      top: 30%;
      left: 1.9rem;
      transition-delay: 0s;
  }

  #menu-toggle.close #cross span:nth-child(2) {
    width: 51%;
    transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 5px;
    position: absolute;
    left: 20%;
    top: 2.3rem;
    transition-delay: 0s;
}

  }

  /* @media(max-width:892px){
    #menu-toggle #cross span:nth-child(1) {
      height: 56%;
      left: 2rem;
      top: 27%;
    }
    #menu-toggle #cross span:nth-child(2) {
      top: 2.2rem;
      width: 54%;
      left: 21%;
  }
} */

/* Block Templates */

/* Services Template */

.bottom {
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin: 2rem 0;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 80px;
}

@media(max-width:892px){

  .bottom {
    flex-direction: column;
  }

  .bottom .axle-btn-wrap {
    margin: 1rem 0;
  }

}

/* Article Page Block */


/* Accessibility */

.cl{
  display:none !important;
}

.cl.close{
  display:inherit !important;
  margin-top: 1rem;
  text-align: center;
  width: 87%;
}

/* The Modal (background) */

.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
-webkit-transition: opacity 0.35s;
opacity:0;
}



.modal-footer a:hover {
  color: #ff6a00;
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}

.modal-nav > .menu-main-nav-container > .menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: freight-display-pro, serif;
  font-size:clamp(1.433rem, 1vw, 2.011rem);
  line-height: 3.111rem;
  margin-top: 2rem;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 33px;
}

.modal-body {
  border-top: 3px solid#687e8e80;
  border-bottom: 3px solid #687e8e80;
  padding:2rem 0;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-content a:hover {
  color: #b36030;
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}

.address-header {
  display: flex;
  align-items: center;
  width: 70%;
  justify-content: space-evenly;
}

.address-header p {
  color: #3b3b3b;
  font-family: roboto, sans-serif;
  font-size: clamp(1.111rem, 4vw, 1.5rem);
  margin: 0;
  text-transform:uppercase;
}

.address-header span.p-title{
  font-size:clamp(1.333rem, 3vw, 2.666rem);
  font-weight: bold;
  color: #ff6a00;
}

.phone-header a{
  font-size: clamp(1.833rem, 4vw, 2rem);
  font-family: roboto, sans-serif;
  font-weight: 900;
  color:#ff6a00;
}

/* Modal Content */

.modal-content {
position: relative;
background-color: #f3f3f5;
margin: auto;
padding: 53px 66px;
border: 1px solid #888;
width: 100%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.modal-header{
  width: 100%;
}

.modal-header a {
  text-decoration: none;
}

.modal-header a h1:hover {
  /* opacity:0.7;
  transition:0.2s ease-in-out; */
  cursor:pointer;
} 

ul#primary-menu {
  margin-left: 0;
  padding-left: 0;
}

.modal-nav > .menu-main-nav-container > .menu a{
  font-size: clamp(1.433rem, 2vw, 3.111rem);
  font-family: roboto, sans-serif;
  font-weight: 900;
  list-style-type: none;
  color: #3b3b3b;
  white-space:nowrap;
}

.modal-nav {
width: 100%;
}

@media only screen and (max-width: 1254px) and (min-width: 893px)  {

  .modal-body {
    flex-direction: column;
}
.address-header {
  width: 100%;
  margin: 1rem;
}

}



@media (max-width:892px){
.modal-nav > .menu-main-nav-container > .menu {
  flex-direction: column;
  text-align: center;	
  }
}

@media only screen and (max-width: 1660px) and (min-width: 320px) {

  .modal-nav > .menu-main-nav-container > .menu {
      text-align: center;	
      }
}

.modal-nav > .menu-main-nav-container > .menu a {
color: #3B3B3B;
text-decoration: none;
}

/* Facebook Feed */

span.cff-text {
  color: #3b3b3b;
  font-size: 1rem;
  line-height: 0.8;
}

/* Navigation */

#nav-button {
	background: none;
	border: none;
}

#nav-button:focus {
	border: none;
	outline: none;
}


  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
	color: #3D474E;
	float: left;
	font-size: 28px;
	font-weight: bold;
  }

  .close div {
	color: #ff6a00;
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  
  .modal-header {
	padding: 2px 16px;
  }

  .modal-header h1 {
	  text-align: center;
	  text-transform: uppercase;
	  font-family: alternate-gothic-compressed, sans-serif;
	  color: #ff6a00;
	  font-size: clamp(3.222rem, 14vw, 13.888rem);
	  font-weight: 700;
	  letter-spacing: 0.78px;
	  margin-top: 0;
	  margin-bottom: 0;
  }

  .modal-nav {
}
  .social-header {
	  display: flex;
	  flex-direction: row;
	  list-style-type: none;
	  font-size: 33px;
	  line-height: 33px;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  -webkit-box-align: center;
	  align-items: center;
  }

  .social-header a {
	  color:#425382;
	  margin-right: 38px;
  }

  .social-header a:visited {
    color: #425382 !important;
}
  
  .modal-footer {
  font-size:clamp(0.911rem, 1vw, 1.5rem);
	text-align: center;
	letter-spacing: 1.01px;
  padding: 1rem 0;
  height:100%;
}

.modal-footer a {
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  font-size: clamp(0.911rem, 1vw, 1.5rem);
  padding: 12px 16px;
  background: #ff6a00;
}

@media(max-width:892px){
  .modal-footer a {
    font-size:0.9rem;
  }
}

/* Partnerships */

.big-partnerships {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 1rem 0;
  flex-wrap: wrap;
}
@media(max-width:892px){
  #___partnersbadge_0 {
    width: 100% !important;
    margin-bottom: 2rem !important;
  }
}
.partner {
  width: 10%;
  margin: 0 1rem;
}

.partner img {
  width: auto;
  max-height: 4rem;
}

#badge {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.badge {
  height: 41px;
  width: 110px;
}

.badgePartner, .badgePremier {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 41px;
  width: 110px;
}

/* Header Mobile */

/* Navigation Mobile */

@media(max-width:892px){
  .modal-content {
      justify-content: flex-start;
      padding-top: 5rem;
      overflow: scroll;
  }
  .modal-body {
    flex-direction: column;
  }
  .address-header {
    width: 100%;
    flex-direction: column;
    margin: 1rem 0;
  }
  
  .social-header {
    justify-content: space-between;
    width: 100%;
    height: 33px;
}
  .social-header a {
    margin-right: 0;
    margin: 0 auto;
}
.address-header span.p-title {
  font-size: clamp(1.333rem, 4vw, 2.666rem);
}
  .address-header p {
    text-align: center;
    margin-top: 0.4rem;
  }
  .modal-footer {
    font-size: 1rem;
    text-align: center;
}
.phone-header{
  text-align:center;
}

}


/* Contact Form */


/* @media not all and (min-resolution:.001dpcm) { @media {
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    line-height: 100% !important;
    }
} */

/* Footer */

.grecaptcha-badge {
  display: none !important;
}

footer{
  background:#18222A;
}

.foot-contain {
  display: flex;
  flex-direction: column;
  width:100%;
  margin:0 auto;
}

.foot-logo {
  background: #D9D9D9;
  padding: 1.2rem;
  display: flex;
  align-items: center;
}

.foot-logo a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.foot-logo img {
  width: 40% !important;
}

@media(max-width:892px){
  .foot-logo img {
    width: 100% !important;
  }
}

.foot-bot {
  display: flex;
  flex-wrap: wrap;
}

.foot-top {
  display:flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
}

.foot-logo h7 {
  color:#ff6a00;
  font-family: alternate-gothic-compressed, sans-serif;
  font-weight: 700;
  font-size: clamp(5.722rem, 8vw, 5.388rem);
  text-transform:uppercase;
  margin-left: -0.1rem;
  display: flex;
  align-items: center;
}

@media(max-width:892px){
  .foot-logo{
    width:40%;
  }
}

.foot-address{
  margin-left: 1rem;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.foot-address p{
  text-align:right;
  font-size: clamp(0.666rem, 4vw, 0.666rem);
  font-family: alternate-gothic-atf, sans-serif;
  color:#F3F3F5;
  margin:0;
  text-transform: uppercase;
}

.foot-address a {
  color: #f3f3f5 !important;
  letter-spacing: 0.1rem;
  white-space:nowrap;
}

.foot-address a:hover {
  color: #ff6a00;
}   

@media(max-width:892px){
  .foot-address a{
    font-size: clamp(0.666rem, 4vw, 0.666rem);
  }
}


#secondary-menu {
display: flex;
color: #F3B74C;
font-family: freight-display-pro, serif;
font-size: 36px;
}

#secondary-menu li{
  line-height:0.8;
}


.site-footer {
  overflow:hidden;
}

.site-info {
  color: #2e2e2e;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  bottom: 0;
  letter-spacing: 0.6px;
  padding: 1.4rem 0;
  width: 100%;
  background:#fff;
  text-align: center;
}

.foot-brand{
  display:flex;
  overflow: hidden;
  width: 100%;
  justify-content: space-between;
  height: 100%;
}

@media(max-width:892px){
  .foot-brand{
    width:100%;
    flex-direction: row;
  }
}

/* Newsletter */

.site-footer .gform_wrapper ul li.gfield{
  margin-top:0 !important;
}

#gform_6 .gform_body {
  width: 80% !important;
}

#gform_6 input{
  color: #687E8E !important;
}

#gform_submit_button_6 {
  border: 0;
  margin-right: 0;
}

#gform_wrapper_6 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

#gform_wrapper_6 form {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
}

form#gform_6 .gform_footer {
  width: 20%;
  margin: 0;
  padding: 0;
}

.site-footer .gform_heading {
  display: none;
}

@media only screen and (max-width: 1254px) and (min-width: 893px)  {
  #gform_6 .gform_wrapper .gform_body {
    width: 100% !important;
    }
    #gform_6 input#gform_submit_button_6 {
      width: 100%;
  }
  form#gform_6 .gform_footer {
    width: 100%;
}
}

@media(max-width:892px){
    #gform_wrapper_6 form {
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  form#gform_6 .gform_footer {
    width: 100%;
}
}

/* Footer Subscribe */

.newsletter {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  width:40%;
}

.mc4wp-form-fields {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width:100%;
}
#mc4wp-form-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form-1{
  width:100%;
}

.form-1 input {
  width:100%;
  height: 3rem;
  background: transparent;
  border: 0px !important;
  border-bottom: 2px solid #687E8E !important;
  font-family: 'roboto';
  font-size: clamp(1.111rem, 4vw, 1.5rem);
  color: #687E8E !important;
  padding-left:1rem;
}

.form-1 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #687E8E;
  opacity: 1; /* Firefox */
}

.form-1 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #687E8E;
}

.form-1 input::-ms-input-placeholder { /* Microsoft Edge */
  color: #687E8E;
}

.form-2 input[type="submit"] {
  background: transparent;
  border: 0px;
  font-family: 'roboto';
  color: #687E8E;
  font-weight: 700;
  text-transform: uppercase;
  padding:0 0 0 2rem;
  letter-spacing:0.1rem;
}
.mc4wp-response p {
  font-size: 1rem;
  font-family: 'roboto';
}

@media(max-width:892px){
  .form-2 input[type="submit"] {
    padding:1rem;
  }
}

/* Footer Social */

.footer-social {
  display: flex;
  flex-direction: column;
  width: 20%;
  align-items: flex-end;
  text-align: left;
}

.foot-ico{
}

.foot-ico i {
  color: #FF6A00;
  margin-right: 0.6rem;
  font-size: 1rem;
  margin-right: 0.9rem;
}

.foot-ico a:last-child i {
  margin-right: 0;
}

/* Footer Nav */

#secondary-menu {
  display: flex;
  color: #F3B74C;
  font-family: freight-display-pro, serif;
  list-style: none;
  justify-content: space-between;
}

.footer-nav {
  display:flex;
  width:80%;
}

.footer-nav a {
  font-size: clamp(0.666rem, 4vw, 1.666rem); !important;
  line-height: 1;
  margin: 0;
  color: #F3B74C !important;
font-weight: 900 ;
white-space:nowrap;
}

.menu-footer-container {
  align-self: flex-end;
  width: 100%;
}

@media(max-width:892px){
  #secondary-menu {
    flex-direction:column;
    padding-left:0;
  }
}

/* Copyright */

.site-info a {
  color: #2e2e2e;
}

.site-info a:visited {
  color: #2e2e2e;
}

/* Footer Mobile */

@media only screen and (max-width: 1254px) and (min-width: 893px)  {
    .foot-brand {
      width: 100%;
  }

  .footer-nav {
    display: flex;
    width: 100%;
}

.footer-social {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  text-align: center;
  margin: 1rem auto;
  align-items: flex-end;
}

.foot-ico {
  margin: 0 0 0 1rem;
}

}

@media(max-width:892px){
  .foot-top {
    flex-direction: column-reverse;
    align-items: center;
    width:100%;
    display: flex;
  }
  .foot-address{
    width:100%;
    margin-left: 0;
  }
  .foot-address p {
    text-align: right;
}
.footer-social {
  width: 100%;
  text-align: center;
  margin: 0;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.newsletter {
  width: 100%;
  align-items: center;
  justify-content: center;
}
	
	#mc4wp-form-1 {
    margin: 2rem 0 0 0;
}
	
	.mc4wp-form-fields {
    justify-content: center;
    flex-wrap: wrap;
}
	
  .foot-bot {
    flex-direction: column;

  }
  .footer-nav {
    width: 100%;
}
.foot-ico {
  width: 60%;
  display: flex;
  justify-content: space-evenly;
}
  .footer-nav ul#secondary-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.foot-ico i {
  margin-right:0;
}
	
	ul#secondary-menu li {
    margin: 0.9rem 0;
    flex-direction:column;
}
	.site-info{
		font-size:0.444rem;
    padding: 0.3rem 2rem;
	}

  .foot-logo h7 {
    margin-left: 0rem;
    line-height:1;
  }

}

/* Feeds */

.blog-posts h1, .blog-posts p{
}

/* Landscape phones and down */

@media (min-width: 321px) and (max-width: 480px) {
  .modal{
    width:100%;
  }
}

/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) { @media {

  .cl{
    display:none !important;
  }
  
  .cl.close{
    display:inherit !important;
    margin-top: 1rem;
    text-align: center;
    width: 87%;
  }

  img {
    height: auto !important;
    max-width: 100%;
    width:auto !important;
    /* Adhere to container width. */
  }

  #gearbox div img{
    width:auto !important;
  }

  #gearbox, #gearbox div {
    align-items:center;
  }

  #gearbox div img {
    height: auto !important;
  }


}

}

div#axle-contentblock_6126a32e232bf {
  background: url(https://devaxle.wpengine.com/wp-content/uploads/2021/12/carousel-light-bg.png) top right;
  background-repeat: no-repeat;
  right: 0;
  background-position: right;
  background-size: contain;
}

.list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1rem, 4vw, 1.444rem);
  font-weight: bold;
}

.axle-career-wrap {
  margin: 3rem 4rem 10rem 6rem;
}

h6.axle-career {
  font-size: 28px;
  text-align: center;
}

h5.build {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 60px;
}

span.axel-list-icon {
  background: url(https://devaxle.wpengine.com/wp-content/uploads/2021/12/axle-list-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  background-size: 13% auto;
  font-size: 22px;
  text-transform: uppercase;
}


/* Service area */

.service-main {
  padding: 160px 126px;
  background-color: #2e2e2e;
  background-image: url(https://devaxle.wpengine.com/wp-content/uploads/2021/11/carousel-bg.jpg);
}
.service-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  display: flex;
}

.service-header h6 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
}
.service-header p {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  margin-top: 1rem;
  text-transform: uppercase;
}

.service-item {
  display: inline-block;
  width: 20%;
  margin: 0 10px;
}

.parent {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: black 1px solid;
}

.child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.icon-bar {
  height: 38px !important;
  display: flex;
  align-self: flex-end;
  padding: 7px 7px 7px 0;
  background: #000;
  justify-content: flex-end;
  cursor: pointer;
}
.icon-bar:hover {
  opacity: 0.7;
}

.icon-bar img {
  width: 30px !important;
  height: 24px !important;
}

.title-bar {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: left;
  padding: 5px;
  cursor: pointer;
}
.title-bar:hover {
  opacity: 0.7;
}

/* Several different images */
.bg-one {
  background-image: url("/wp-content/uploads/2021/12/truckload-thumb.png");
  background-position: -2% !important;
}
.bg-two {
  background-image: url("/wp-content/uploads/2021/12/intermondal-thumb.png");
  background-position: 100% !important;
}
.bg-three {
  background-image: url("/wp-content/uploads/2021/12/ltl-thumb.png");
  background-position: 50% !important;
}
.bg-four {
  background-image: url("/wp-content/uploads/2021/12/warehousing-thumb.png");
  background-position: 50% !important;
}
.bg-five {
  background-image: url("/wp-content/uploads/2021/12/port-services-thumb.png");
  background-position: 50% !important;
}

.parent:hover .child,
.parent:focus .child {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.7;
}

.parent:hover .child:before,
.parent:focus .child:before {
  display: block;
}

.child:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Media Queries */
@media screen and (max-width: 892px) {

  .service-main {
    padding: 80px  30px;
  }
  
  .service-wrapper {
    margin-top: 0;
    display: block;
    width: 100%;
}

.service-item {
  margin: 40px 0;
  display: block;
  width: 100%;
}

.services-title {
  font-size: 40px !important;
}

  .parent {
    margin: 0;
    border: none;
  }

  .bg-one {
    background-position: 0 !important;
}
.title-bar {
  margin-bottom: 40px;
}


}