@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: 'CenturyGothic';
  src: url('GOTHIC.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CenturyGothicBold';
  src: url('GOTHICB.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'stratum2-bold';
  src: url('Stratum2-Bold.eot');
  src: url('Stratum2-Bold.eot?#iefix') format('embedded-opentype'), url('Stratum2-Bold.otf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

:root {
  --focus-color: #000;
  --focus-style: 1px dashed var(--focus-color);
}

*:focus-visible {
  outline: var(--focus-style);
  outline-offset: 1px;
}

#header *:focus-visible {
  outline: 1px dashed white;
}

.white-text{
  color:white !important;

}

body{
  background-color: white;
}
/* text related */
p{
  font-size:1.1rem;
}

#breadcrumb a{
  color:#d53636 !important;
}

p a{
  color:#d53636;

}

.uk-link, a {
  color: #d53636;
  text-decoration: none;
  cursor: pointer;
}
.uk-link, a :hover{
  color: black !important;
}

/* Fix to make product view more link overlay visible to users */
.amada-hover.uk-active .amada-overlays,
.amada-hover:focus .amada-overlays,
.amada-hover:focus-within .amada-overlays {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.amada-overlays {
    transition: opacity 0.3s ease;
}

.uk-section a{

}
.spec_button a{
  color:white;

}
.product-banner-title a{
  color:white;

}
#gallery{
  color:white!important;

}
.uk-section-primary{
  background:#d53636 !important;

}

@media (max-width: 1024px) {

.mobile-text{
  display:block;
}
}

@media (min-width: 1024px) {

  .mobile-text{
    display:none;
  }
  }
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #959595;
}

::selection {
  color: white;
  background: #959595;
}
.uk-text-white{
color:white;
}
.button-red{
  background:#d53636;
}

/*search container*/

.search-container {
    float: left;
    height: auto;
    width: auto;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.search-container input[type=search] {
    height: 40px;
    background: #dcdbdb;
    background: rgb(43, 48, 59);
    font-size: 15px;
    border: none;
    float: left;
    color: #fdfeff;
    padding-left: 10px;
    /* padding-right: 45px; */
    width: 180px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background .55s ease;
    -moz-transition: background .55s ease;
    -ms-transition: background .55s ease;
    -o-transition: background .55s ease;
    transition: background .55s ease;
}

@media (min-width: 1100px) {
  .search-container input[type=search] {
      width: 210px;
  }
}

.search-container input[type=search]:hover, .search-container input[type=search]:active {
    background: #dcdbdb!important;
    color: #333!important;
}

.search-container input[type=search]:hover::placeholder,
.search-container input[type=search]:active::placeholder {
    color: #333!important;
}

.search-container .icon {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  z-index: 1;
  color: #9e9e9e;
  pointer-events: none;
  background-color: #f0f0f0;
  padding: 4px 9px 5px 9px;
  border-radius: 50%;
}

#ctl00_btnsearch, #ctl00_btnsearch_mobile {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 20px;
    z-index: 2;
    opacity: 0;
}

.search-container .icon:hover {
    color: #656c73;
}

.search-container input[type=search]::-webkit-input-placeholder,
.search-container input[type=search]:-moz-placeholder,
.search-container input[type=search]::-moz-placeholder,
.search-container input[type=search]:-ms-input-placeholder {
    color: #dad8d8;
}


.search-container input[type=search]:hover, .search-container input[type=search]:focus, .search-container input[type=search]:active{
  outline:none;
  background: #2b303b;
}

.fill {
width:100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden
}
 .fill img{
   flex-shrink: 0;
       min-width: 100%;
       min-height: 100%;
          object-fit: cover;
}
.flags_ul{
  position: absolute;
  left: 458px;
  top: 30px;
  z-index:100;
}

.country_menu_cont {
  margin:0 !important;

}

.country_menu_cont  li > a {
/* background:black; */
min-height:none !important;
}
.social_media_cont > *{
padding: 0;
margin: 0 0 10px 0 !important;
}
.social_media_cont {
  padding: 0;
  margin: 0 !important;
  }

.menu-option{
  /* text-align:center; */
height: 200px;
}

h1{
    font-family: 'stratum2-bold'; 
    text-transform: uppercase;
    color:white; 
}
h2{
  font-family: 'CenturyGothicBold';
  text-transform: uppercase;
  font-size:2.3rem;
  
}
@media (min-width: 750px) {
  h2{
  
    font-size:3rem;
    
  }
}
h3{
  font-family: 'CenturyGothic';
  /* text-transform: uppercase; */
  font-size:1.8rem;
  
}
.title-container{
  padding: 0 40px;
}
.contact-contain{
  padding-left:12% !important;
}

.mobile_flags {
  position: absolute;
  left: 72% !important;
  top: 97px !important;
} 

.country_logo{
  width:45px;
/* min-width: 60px; */
}

.employ-button{
  margin-left:55%;
  padding: 8px 15px;
}

@media screen and (max-width: 1488px) {
    .employ-button{
      margin-left:50%;
    }
} 
@media screen and (max-width: 1360px) {
    .employ-button{
      margin-left:45%;
    }
} 
@media screen and (max-width: 1260px) {
    .employ-button{
      margin-left:40%;
    }
}

.socials-tag{
  width:80%;
}
 @media (min-width: 400px) {
  .socials-tag{
    width:79%;
  }
} 
.socials-tag-desk{
  width:65%;
}
@media (min-width: 500px) {
  .socials-tag-desk{
    width:40%;
  }

}
@media (min-width: 1000px) {
  .socials-tag-desk{
    width:38%;
  }

}
.socials-container{
  position:absolute;
  left: 30%;
  top: 10px;
  
  }

.socials-tag-body{
  width:38%;

}
@media (min-width:750px){
  .socials-tag-body{
    width:38%;
  
  }
}
/* @media (max-width: 750px) {
  .socials-tag{
    width:100%;
  }
} */
.socialmedia_logo{
  width: 55px;
  }
  @media (min-width: 400px) {
    .socialmedia_logo{
      width: 60px;
      }
  }

  @media (min-width: 1000px) {
    .socialmedia_logo{
      width: 65px;
      }
      
  }
  @media (min-width: 1200px) {
    .socialmedia_logo{
      width: 68px;
      }
      
  }


  .socialmedia_logo_body{
    width: 55px;
    }
  
  .socialmedia_logo_footer{
    width: 55px;
    }
  .uk-search-input{

    border-radius: 500px !important;
    background-color: white !important;
    
  }

/* Home Slider top banners
} */
.links-text {
  text-decoration: underline;
  /* -webkit-text-decoration-color:  rgb(184, 184, 184); /* safari still uses vendor prefix */
  /*text-decoration-color: rgb(184, 184, 184); */
  -webkit-text-decoration-color:  red; /* safari still uses vendor prefix */
  text-decoration-color: red;
  
}
.links-text:hover {
  color:  rgb(253, 97, 97) !important; 
}

/* Jason 06/09/2025 */

.amada_events_link {
  color: #000!important;
  text-decoration: underline;
}

.amada_events_link:hover {
  color: #ef413d!important;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .amada_events_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .amada_events_wrapper td {
    padding: 2px 12px 12px 12px!important;
  }
  .amada_events_wrapper td:first-child {
    padding: 12px 12px 2px 12px!important;
  }
  .amada_events_link {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .amada_events_link {
    font-size: 15px;
  }
}

/* Jason 06/09/2025 - End */


/* Jason 06/06/2025 */

@media screen and (max-width: 2200px) { 
  .links-text li{
   /* padding-left:42px; */
      padding-left:22px;
  }
}

@media screen and (max-width: 1478px) {
  .amada_liquid_button--wrapper {
    display: flex;
    justify-content: center;
    padding-left: 0!important;
  }
  .amada_liquid_button--wrapper .links-text {
    flex-direction: column;
  }
}

/* Jason 06/06/2025 - End */


.mobile-links-text {
  text-decoration: underline;
  /* -webkit-text-decoration-color:  rgb(184, 184, 184); /* safari still uses vendor prefix */
  /*text-decoration-color: rgb(184, 184, 184); */
  -webkit-text-decoration-color:  red; /* safari still uses vendor prefix */
  text-decoration-color: red;

  list-style-type: none !important; /* Remove bullets */
  
}

/* HERO BANNER - START */

.home_banner_message_box {
  /* margin:0;
  /* width:30%; */
  /* height:20%; */
  /* background: #da4747; */
  /* background: #ffffff;
  opacity: 0.9; */
  /* background: rgb(31,30,30);
  background: -moz-radial-gradient(circle, rgba(31,30,30,0.8561625333727241) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-radial-gradient(circle, rgba(31,30,30,0.8561625333727241) 0%, rgba(255,255,255,0) 100%);
  background: radial-gradient(circle, rgba(31,30,30,0.8561625333727241) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f1e1e",endColorstr="#ffffff",GradientType=1);  */
}

.home_message_synergy {
  height: 91%;
}

#main_slider .uk-cover {
  left: 60%;
}

.text-shadow{
  text-shadow: 0px 0px 5px #000000;
}

.banner_buttons{
  background:white;
}

.top-banner {
	/* height:650px; */
	/* background-color: #afdefa; */
}

.banner{
	height:600px;
}

.uk-button-default{
  border-radius: 500px !important;
}

.featured{
  padding: 0;
  /* height: 400px; */
}
.machine_choice{
  padding:0;
}

/* Larger than desktop */
@media (min-width: 1000px) { 
  .machine_choice{
    padding:0 100px;
  }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
  .synergy-text{
    font-size: 1.3rem;
    margin-bottom:45px;
  }
  .home_message_synergy {
    /* margin-right: 100px !important; */
    width:800px;
  }
  .top-banner {
    height:650px;
    /* background-color: #afdefa; */
  }
  .uk-grid {
    margin:0 !important;
  }
  .calendar {
    padding: 25%;
  }
}

@media (min-width: 1479px) {
  .home_message_synergy {
    margin-right: 1% !important;
  }
}

@media (max-width: 1400px) {
  .home_message_synergy {
    height: 95%;
  }
}

@media (max-width: 1300px) {
  .home_message_synergy {
    margin-right: -5%;
  }
}

@media (min-width: 1550px) {
  .home_message_synergy {
    margin-right: 3% !important;
  }
} 

@media (min-width: 1670px) {
  .home_message_synergy {
    margin-right: 7% !important;
  }
}

@media (max-width: 1199px) {
  .home_banner_message_box {
    height: 95%;
  }
  .home_message_synergy {
    margin-right: 7% !important;
  }
  .home_message_synergy .uk-grid {
    margin-left: 0!important;
  }
}

@media (max-width: 1075px) {
  .home_message_synergy {
    margin-right: 6% !important;
  }
}

@media (max-width: 920px) {
  .home_message_synergy {
    margin-right: 2% !important;
  }
}

@media (max-width: 860px) {
  .home_message_synergy {
    margin-right: 1% !important;
  }
}


@media (max-width: 820px) {
  .top-banner .uk-cover-container img[uk-cover] {
      left: 72% !important;
  }
  .home_message_synergy {
    margin-right: 0!important;
    height: 100%;
  }
  .home_banner_message_box {
    opacity: .95;
    background: rgb(31, 30, 30);
    width: 50%;
  }
  #main-slider .uk-cover { 
    left: 100%;
  }
}

@media (max-width: 768px) {
  .top-banner .uk-cover-container img[uk-cover] {
      left: 74% !important;
  }
}

@media (max-width: 750px) {
  .uk-grid{
    margin-left: 0 !important;
    /* padding-left: 0 !important; */
  }
  .home_banner_message_box {
    background: -moz-radial-gradient(circle, rgba(31,30,30,0.8561625333727241) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-radial-gradient(circle, rgba(31,30,30,0.8561625333727241) 0%, rgba(255,255,255,0) 100%);
    background: radial-gradient(circle, rgba(31,30,30,0.8561625333727241) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f1e1e",endColorstr="#ffffff",GradientType=1);
    height: 100%;
    width: 100%
  }
  .home_message_synergy {
      margin-right: 0% !important;
  }
  .top-banner .uk-cover-container img[uk-cover] {
      left: 100% !important;
  }
  #main_slider .amada_liquid_button--wrapper .amada_liquid_button {
    border: 1px solid #fff;
  }
}

@media (min-width: 550px) {
  .featured{
    padding: 40px;
  }
}

@media (max-width: 550px)  {
  .top-banner .uk-cover-container img[uk-cover] {
      left: 120% !important;
  }
}

@media (max-width: 450px) {
  .top-banner .uk-cover-container img[uk-cover] {
      left: 137% !important;
  }
}

@media (max-width: 422px) {
  .top-banner .uk-cover-container img[uk-cover] {
      left: 142% !important;
  }
}

@media (max-width: 390px) {
  .top-banner .uk-cover-container img[uk-cover] {
      left: 149% !important;
  }
}

@media (max-width: 375px) {
  .top-banner .uk-cover-container img[uk-cover] {
      left: 152% !important;
  }
}

@media (max-width: 365px) {
  .top-banner .uk-cover-container img[uk-cover] {
      left: 156% !important;
  }
}


/* HERO BANNER - END */

/*grid fixes */
.fiftyh{
  height:50%;
}

.calendar{
  padding: 10%;
}
@media (min-width: 1200px) {
  .calendar{
    padding: 25%;
  }
}
/*buttons*/
.uk-button-primary{
  background-color: #d53636 !important;
  color:white !important;
}

.uk-button-secondary{
  background-color: black !important;
  color:white !important;
}
.youtube-btn{
border-bottom: 8px solid #d53636;
width:50%;
}

.regional-contact {
  width: 90% !important;
  text-decoration: none !important;
  margin: 0 0 20px 0 !important;
  background-color: #ffffff;
  border: 5px solid black;
  color: black;
  padding: 20px 0;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  color:black;
}
.regional-contact:hover {
  text-decoration: underline !important;
  color:#393939;
}

#footer2 ul{
  
}

#scrollUp {
  bottom: 0;
  right: 30px;
  width: 70px;
  height: 70px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font: 14px/20px sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #828282;
  background-repeat:no-repeat;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  -o-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
  background-image: url("../images/back_top_arrow.png");
  background-size:contain;
}

#scrollUp:hover {
  margin-bottom: 0;
}
.uk-overlay-primary{
  background: rgba(75, 75, 75, 0.950) 50% !important;
}
.amada-overlays{
  display: none ;
  z-index:1;
}
#main_image_banner{
display:none;
/* height:450px; */
}
@media (min-width: 750px) {
  #main_image_banner{
    display:none;
    /* height:650px; */
    }
}
.page-banner-title{
background: #d53636;
padding:60px;
width: 90%;
}
@media (min-width: 750px) {
  .page-banner-title{
    padding:50px;
    width: 50%;
    }
}
.product-banner-title{
  background: #d53636;
  padding:22px;
  /* width: 100%; */
  }
  @media (min-width: 750px) {
    .product-banner-title{
      padding:50px;
      width: 50%;
      }
  }
  .products_bg{
    background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
  }
  @media (min-width: 750px) {
    .products_bg{
      padding-top: 120px;

    }
  }


#breadcrumb{
  border-bottom: 1px solid #d9d9d9 ;
  padding:20px;
  margin: 0 20px;
}
.vpss_logo{
width: 100px;
}
.iiot-logo{
  width: 500px;
}
@media (min-width: 550px) {
  .vpss_logo{
    width: 150px;
    }
}

.machine_button_text{
font-size: 1rem;
}
.product_details_section{
  background:#3d3d3d;
}
.spec_button{
  background:#3d3d3d !important;
}
.link-line{
  border-left:#fff solid 20px;
  margin: 20px 0;
  padding:5px;
}

.machine_highlights{
  list-style-type: none; /* Remove bullets */
  font-size:1.5rem;
  color:#d53636;

}
.machine_highlights li{
  border-left:#d53636 solid 45px;
  background:white;
  box-shadow: 6px 3px 10px #757575;
  margin: 20px 0;
  padding:20px;
}

/* jobs site*/
/* job menu */
.job-menu-cont{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index:2;
}
.nav-jobs{
  position: fixed;
  /* width: 100vw; */
  /* height: 68px; */
  background-color: white;
  transition: 0.2s;
  display: flex;
}
.menu-r-cont{
  align-items: center;
display: flex;
justify-content: center;
}
.job-menu{
  margin: 0 !important;
}
    .job-menu a {
      text-decoration: none;
    }


    .job-menu ul {
      /* background: white; */
      list-style: none;
      margin: 0 !important;
      padding-left: 0;
    }

    .job-menu li {
      color: #fff;
      /* background: white; */
      display: block;
      float: left;
      position: relative;
      text-decoration: none;
      transition-duration: 0.5s;
      /* border-right: solid #eaeaea 5px; */
    }

    .last {

      border-right: none !important;
    }

    .job-menu li a {
      color: gray !important;
      font-size: 1rem;
          display:block;
          padding: 1.5rem;


    }
    .job-menu li a:hover {
      color: black;

    }

    /* .job-menu li:hover,
    li:focus-within {
      background: #eaeaea;
      cursor: pointer;
      color: black !important;
    } */
    .job-menu li:hover {
      background: #eaeaea;
      cursor: pointer;
      color: black !important;

      /* border-right: solid black 6px !important; */
    }
    .job-menu-active{
      color: black !important;
      background: #eaeaea !important;
    }
    .job-menu-active li a{
      color: black !important;
    }

    .job-menu-active-a{
      color: black !important;
    }

  .job-menu-active-line{
    background:black !important;
  }

    .job-menu li:focus-within a {
      outline: none;
    }

    #job-menu ul li ul {
      background: #eaeaea;
      visibility: hidden;
      opacity: 0;
      min-width: 5rem;
      position: absolute;
      transition: all 0.5s ease;
      margin-top: 1rem;
      left: 0;
      display: none;
    }

    #job-menu ul li:hover>ul,
    #job-menu ul li:focus-within>ul,
    #job-menu ul li ul:hover,
    #job-menu ul li ul:focus {
      visibility: visible;
      opacity: 1;
      display: block;
    }

    #job-menu ul li ul li {
      clear: both;
      width: 100%;}

      .job-divider{
        padding: 6px 0;
  background: #c8c6c6;
  float: left;
  width: 7px;
  height: 30px;
  margin: 12px 0;
        }
        @media (min-width: 1200px) {

        .jobs-logo-cont{
          padding: 10px;
margin:0 35px !important;
        }
        #employ-top-banner{
      margin-top: 68px;}
      }
        @media (max-width: 1200px) {
          .jobs-logo-cont{
            padding: 10px;
          }
}
        .floatingNav {
  /* width: calc(100vh - 100px); */
  /* border-radius: 2px; */
  box-shadow: 0px 1px 10px #545454;;
}
.light-gray{
  background: #f7f7f7;;
}
#jobsdt-menu{
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8393558106836485) 50%, rgba(255,255,255,0.9654062308517157) 58%);
  height:200px;
  width:100%;
}
@media (max-width: 1200px) {

#jobsdt-menu{
  display:none;
}
}

#jobsmenu-mobile{
  display:none;
  position: fixed;
width: 100%;
background-color: white;
margin-left: 0;
}
@media (max-width: 750px) {
  #jobsmenu-mobile{
    display: block;
  /* height: 120px; */
  }



}
@media (max-width: 1200px) {
  #jobsmenu-mobile{
    display:block;
    /* height: 120px; */

  }

}
@media (min-width: 550px){
  .employ-logo{
    max-width: 100%;

  }
.mobile-logo{
  padding: 10px 30px;

}
}
@media (max-width: 550px) {
  .employ-logo{
    max-width: 100%;

  }
  .mobile-logo{
    padding: 10px 90px;

  }

}
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* .active {
  background-color: white;
  color: black;
} */
.sy-box a{
  background:none !important;
}
.blanking-link{
  font-size: 1.5rem;
  padding:4px;

}
/* .blanking-link-a{
  position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
} */
.blanking-icon{

  padding:20px;
   margin:10px;
}
#media:hover{
  color:white !important;
}

.blanking-icon:hover{
      background: #ef413d;
}
.maintenance-img{
  width:60%;
}

/*-------------------Employment--------------------------*/
a.location_anchor {
  display: block;
  position: relative;
  top: -180px;
  visibility: hidden;
}
#navbar .career{
float: right;
margin-top:2px;
/* width: 100px; */
/* padding:0 !important; */
}

#navbar .career li {
float: left;
margin-right: 30px;
font:  bold 14px 'Fira Sans', sans-serif;
color: #FFF;
}

#navbar .career li a {
color: #FFF;
text-decoration: none;
margin:0;
/* padding: 6px 25px!important; */
}
/* #navbar .career li a:hover{
text-decoration: underline;
} */
.mobile-play-btn{
display:none;
}
@media (min-width: 550px) {

.employ-play-btn{
text-align: center;
position: relative;
left: 50px;
top: 20px;
}
}
@media (max-width: 550px) {

.employ-play-btn{
text-align: center;
/* position: absolute; */
/* right: 170px; */
top: 150px;
}
}

.employ-play-btn img{
width:100px;
}
.employ-play-btn a{
color:white;
font-size: 16px;
}
.employment-left {
float: left;
width: 225px;
margin-top: 40px
}

.employment-left ul {
margin: 20px 15px;
list-style-type: disc
}

.employment-left ul li {
font: bold 12px Arial, Helvetica, sans-serif;
margin-bottom: 3px
}

.employment-right {
float: right;
width: 430px;
margin-top: 40px
}

.employment-right .pdf {
float: right;
display: block;
width: 170px;
background: url(../images/pdf.png) no-repeat right 18px;
padding: 25px 40px 25px 0px;
font: bold 12px Arial, Helvetica, sans-serif;
color: #e7604d;
text-decoration: underline;
text-align: right
}

.line {
height: 1px;
background: #000;
margin: 10px 0px
}
@media (min-width: 750px) {
.employ-logo{
  max-width: 80%;

}
#employ-top-banner{
  height:500px;

}
}
#employ-top-banner{
  margin-top: 120px;
  }
@media (min-width: 400px) {
#employ-top-banner{
  height:300px;

}
}
@media (min-width: 1200px) {
#employ-top-banner{
  margin-top: 80px;
  height:500px;


}
}
@media (max-width: 550px) {
#employ-top-banner{
  /* height:200px; */

}
}
#employ-top-banner{
/* height:200px; */
overflow: hidden;
background-color: grey;
background:linear-gradient(90deg, rgba(34, 34, 34, 0.94), rgba(0, 0, 0, 0)), url(../images/mtc/mtc2.jpg) no-repeat;
background-size: cover;
background-position: center; /* Center the image */
color:white;

}
.manufacturing-banner{
background:linear-gradient(90deg, rgba(34, 34, 34, 0.94), rgba(0, 0, 0, 0)), url(../images/employment/manufacturing-banner.png) no-repeat !important;
background-size: cover !important;
background-position: center!important; /* Center the image */
}

.engineering-banner{
background:linear-gradient(90deg, rgba(34, 34, 34, 0.94), rgba(0, 0, 0, 0)), url(../images/employment/engineering-banner.png) no-repeat !important;
background-size: cover !important;
background-position: center!important; /* Center the image */
}
.applications-banner{
background:linear-gradient(90deg, rgba(34, 34, 34, 0.94), rgba(0, 0, 0, 0)), url(../images/employment/applications-banner.png) no-repeat !important;
background-size: cover !important;
background-position: center!important; /* Center the image */
}
.software-banner{
background:linear-gradient(90deg, rgba(34, 34, 34, 0.94), rgba(0, 0, 0, 0)), url(../images/employment/software-banner.png) no-repeat !important;
background-size: cover !important;
background-position: center!important; /* Center the image */
}
.sales-banner{
background:linear-gradient(90deg, rgba(34, 34, 34, 0.94), rgba(0, 0, 0, 0)), url(../images/employment/sales-banner.png) no-repeat !important;
background-size: cover !important;
background-position: center!important; /* Center the image */
}
.service-banner{
background:linear-gradient(90deg, rgba(34, 34, 34, 0.94), rgba(0, 0, 0, 0)), url(../images/employment/service-banner.png) no-repeat !important;
background-size: cover !important;
background-position: center!important; /* Center the image */
}
.adminstration-banner{
background:linear-gradient(90deg, rgba(34, 34, 34, 0.94), rgba(0, 0, 0, 0)), url(../images/employment/admin-acct-banner.png) no-repeat !important;
background-size: cover !important;
background-position: center!important; /* Center the image */
}
.employ-top-cont{
display: flex;

}
@media(min-width:550px){
  .banner-text{
    margin-left:100px;
     }

}
  .banner-text{
margin-left:20px;
  flex-direction: column;
text-align:left;
display: flex;
justify-content: center;
align-items:flex-start;}

.banner-text h1{
color:white;
padding: 0;
/* margin-left: 60px; */
}
.admin-acct-banner-desk{
display:block;
}
.admin-acct-banner-mobile{
display:none !important;
}


.banner-text p {
font-size: 25px;
  color:white;
  margin: 5px;

}
.text-boxes{
flex-direction: column;

display: flex;
align-items: center;
justify-content: center;
/* height:550px; */
font-size: 18px;
padding:40px;

}

/* .text-boxes h1{
align-self: center;
} */
.home-employ-title{
/* font-size: 50px !important; */
color: white !important;
padding: 0 !important;
margin: 0;
}
@media (max-width: 550px) {
  .home-employ-title{
    font-size: 10px !important;
   
    }

}
@media(min-width:550px){
  .main-employ-title{
    font-size: 50px ;
    color: white !important;
    padding: 0 !important;
    /*
    margin-bottom: 20px !important;
    padding:20px !important; */
    }
}
.main-employ-title{
color: white !important;
padding: 0 !important;
/*
margin-bottom: 20px !important;
padding:20px !important; */
}

.banner-message{
position: relative;
}

.employment-top{
/* padding:20px 0; */
/* margin-bottom: 20px; */
/* padding:80px 0; */
}
.section-close{
/* padding:20px 0; */
/* margin-bottom: 20px; */
padding:80px 0 0 0;
}
.section-none{
padding:0 0 80px 0;

}
.jobseek-title{
font-size: 35px !important;
color:#ef413d !important;
text-align: center !important;
margin-bottom: 20px !important;
padding:20px !important;
}
.employ-title{
font-size: 45px !important;
color:#ef413d !important;
text-align: center !important;
margin-bottom: 20px !important;
padding:20px !important;
}

.recruitment{
padding:40px;
}
.employ{
padding:0 20px;
margin-bottom: 45px;
font-size:16px;

}
.careers{
padding:20px 0;
background: rgb(184,184,184);
background: -moz-linear-gradient(-90deg, rgba(184,184,184,1) 0%, rgba(235,235,235,1) 52%, rgba(184,184,184,1) 100%);
background: -webkit-linear-gradient(-90deg, rgba(184,184,184,1) 0%, rgba(235,235,235,1) 52%, rgba(184,184,184,1) 100%);
background: linear-gradient(-90deg, rgba(184,184,184,1) 0%, rgba(235,235,235,1) 52%, rgba(184,184,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8b8b8",endColorstr="#b8b8b8",GradientType=1);
/* height:250px; */
text-align: center;
}
.tech-explore{
display: flex;
justify-content: center;
align-items: flex-start;
color:black;
font-size:20px;
}

@media (min-width: 1000px) {
.career-link p{
  /* width:30%;
  margin:0 auto; */
  font-size: 18px;
}

}

@media (max-width: 1000px) {
}
.career-link p{
/* width:30%; */
/* margin:0 auto; */
font-size: 18px;
}

.career-link div{
padding:5px;
}
.career-link a{
margin-top: 10px;
font-size: 18px;
text-decoration: underline;
}
.career-link a:link, .career-link a:visited, .desktop-iiot {
background-color: #ef413d ;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}

.career-link a:hover{
background-color: #9d1818;
border-bottom: 1px solid #414141;
}
.employment-mid{
height: 500px;
}
@media (min-width: 1200px) {
.employment-mid{
  height: 560px;
}
}
/* @media (min-width: 750px) {
.employment-mid{
  height: 100%;
}
} */
.desktop-iiot{
display: inline-block ;
}
.mobile-iiot{
display: none !important;
}
.employment-mid-left{
background: #000;
text-align: center;
height:100%;
}
.employment-mid-right{
background-color: grey;
background:linear-gradient(0deg, rgba(40, 4, 4, 0.75), #ef413d);
background-size:cover;
height: 100%;
padding:20px;
}
.employment-bottom a{
  color:#d53636;
}
.employment-bottom {
/* height:500px; */
padding:20px;
/* background-color: grey;
background:linear-gradient(0deg, rgba(80, 80, 80, 0.94), rgba(0, 0, 0, 0)), url(../images/employment-bg.jpg) no-repeat;
background-size:100%;
background-position: top; */
text-align: center;
}
@media (min-width: 750px) {
.employment-bottom {
  /* height:200px; */
  padding:20px;
  /* background-color: grey;
  background:linear-gradient(0deg, rgba(80, 80, 80, 0.94), rgba(0, 0, 0, 0)), url(../images/employment-bg.jpg) no-repeat;
  background-size:cover; */

}

}
.employment p{
font-size:18px;
line-height: 1.8;
}
.employment-bottom p{
color:#505050;
margin-bottom: 20px;
}
.employment-bottom a{
text-decoration: underline;
}
.employment-link{
margin:auto 0;
color:White;
font-size: 35px;
text-decoration: underline;
}
.employ-list{
color: white;

}
.employment-box {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.employment-box p{
color:white;
margin: 5px;
}
.employment-box>*:first-child {
  align-self: center;
}
.employment-box>a:nth-of-type(1) {
  align-self: center;
  align-content: center;
}

.benefits-container{
width:340px;
/* text-align:center; */
}
.benefits-container p{
font-weight: bold;
font-size: 18px;
}
.benefits{
text-align: left;
font-size:18px;
padding: 20px;
color: black;
/* margin: 0 auto; */
width: 300px;
background: black;
}
.benefits li{
margin-bottom: 5px;

}
.philosophy{
font-size: 18px;
color:black;

}
.philosophy ul {
list-style-type: disc;

}
.philosophy ul li{
margin-bottom: 15px;

}
.other-title{
font-size: 35px !important;
color:#ef413d !important;
text-align: center !important;
margin-bottom: 0px !important;

}
.social-media-tagline{
width: 300px;
text-align: center;
margin: 0 auto;
}
.tech-img-row{
/* height: 300px; */
/* padding: 0 40px; */
margin: 60px;
display: flex;
justify-content: center;
align-items:flex-start;}
.manu-img-row{
/* height: 300px; */
/* padding: 0 40px; */
/* margin: 60px; */
display: flex;
justify-content: center;
align-items:flex-start;}

.tech-img-row p{
font-size: 14px;
/* line-height: 1.8; */
}
.manu-img-row p{
font-size: 14px;
/* line-height: 1.8; */
}



@media (min-width: 1200px) {

.bottom-group{
height:400px;
background-color: grey;
background:linear-gradient(0deg, rgba(80, 80, 80, 0.94), rgba(0, 0, 0, 0)), url(../images/employment/fabtech-group-employ.png) no-repeat;
background-size:cover;
background-position: bottom;
text-align: center;
margin: 40px 0;
}
}
@media (min-width: 1200px) {

#jobs-mock{
height:100vh;
padding: 0 10%;
}
}
@media (max-width: 1200px) {

#jobs-mock{
height:100vh;
padding: 0;
}
}
.service-2ndimg{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  }
@media(max-width:550){

.service-2ndimg{
padding: 0;
}
}
@media(min-width:550){
  .service-2ndimg{
    padding: 0 100px;
    
   
    }

}
.service-section-row{

padding: 160px 0;
}
#social-media-employ{
  display:none;
}

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
/* IIOT Page Menu */
#iiotmenu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: #131313; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 44%, #131313 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 44%, #131313 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4c4c4c 0%, #595959 44%, #131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  border-bottom: 4px solid #f0413d;
}
#iiotmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#iiotmenu ul:after,
#iiotmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#iiotmenu ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#iiotmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#iiotmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#iiotmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#iiotmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#iiotmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#iiotmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#iiotmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#iiotmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#iiotmenu ul li ul li:hover > a,
#iiotmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#iiotmenu ul li ul li:hover:after,
#iiotmenu ul li ul li.active:after {
  background: #d7d7d7; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#iiotmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#iiotmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#iiotmenu > ul > li {
  float: left;
}
#iiotmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#iiotmenu.align-center > ul {
  text-align: center;
}
#iiotmenu.align-center ul ul {
  text-align: left;
}
#iiotmenu.align-right > ul {
  float: right;
}
#iiotmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#iiotmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#iiotmenu.align-right ul ul li a {
  text-align: right;
}
#iiotmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #d7d7d7; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#iiotmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#iiotmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#iiotmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#iiotmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#iiotmenu > ul > li:hover:after,
#iiotmenu > ul > li.active:after {
  height: 100%;
}
#iiotmenu > ul > li:hover > a,
#iiotmenu > ul > li.active > a {
  color: #000000;
}
#iiotmenu > ul > li:hover > a:after,
#iiotmenu > ul > li.active > a:after {
  background: #d7d7d7; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#iiotmenu > ul > li:hover > a:before,
#iiotmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#iiotmenu > ul > li:hover > ul {
  left: 0;
}
#iiotmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#iiotmenu #menu-button {
  display: none;
}
#iiotmenu > ul > li > a {
  display: block;
}
#iiotmenu > ul > li {
  width: auto;
}
#iiotmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#iiotmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #iiotmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #iiotmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #iiotmenu.align-right ul li a {
    text-align: left;
  }
  #iiotmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #iiotmenu.align-right ul ul li a {
    text-align: left;
  }
  #iiotmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #iiotmenu ul li ul li a {
    width: 100%;
  }
  #iiotmenu.align-center > ul {
    text-align: left;
  }
  #iiotmenu.align-center > ul > li {
    display: block;
  }
  #iiotmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #iiotmenu ul {
    width: 100%;
  }
  #iiotmenu ul > li {
    float: none;
    width: 100%;
  }
  #iiotmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #iiotmenu ul > li:after {
    display: none;
  }
  #iiotmenu ul li.has-sub > a:after,
  #iiotmenu ul li.has-sub > a:before,
  #iiotmenu ul li ul li.has-sub:after,
  #iiotmenu ul li ul li.has-sub:before {
    display: none;
  }
  #iiotmenu ul li ul,
  #iiotmenu ul li ul li ul,
  #iiotmenu ul li ul li:hover > ul,
  #iiotmenu.align-right ul li ul,
  #iiotmenu.align-right ul li ul li ul,
  #iiotmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #iiotmenu ul li ul li,
  #iiotmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #iiotmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #iiotmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #iiotmenu ul li ul li:hover > a {
    color: #000000;
  }
  #iiotmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #iiotmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #iiotmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}
.width-60{
  width:60%;
}
/* main top area */
.iiot-section-title{
  padding:10px !important;
  color:#292929 !important;
  letter-spacing:0.1em !important;
}
.brushed-bg{
  background-image: url("../images/iiot-images/brushedmetal.jpg");
  background-size: cover;}

.iiot-main-title{
  font-size: 3.5rem !important;
  color:#3e3e3e !important;
  text-align: center !important;
}
.iiot-2nd-title{
  font-size: 2.8rem !important;
  color:#3e3e3e !important;
  text-align: center !important;
  margin-bottom:10px !important;
}
.iiot-grey-p{
  color:#696969;
  margin-bottom: 60px;
}
.lt-grey-bg{
  background:#e2e2e2;
}
.dr-grey-grd-bg-up{
  background:#A6AEBC;
  background: -moz-linear-gradient(top, #ffffff 0%, #c9d1e0 44%, #A6AEBC 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #c9d1e0 44%, #A6AEBC 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #c9d1e0 44%, #A6AEBC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.margin5{
  margin:5px;

}
.grn-txt{
color:#8ec733;
}
.brdr-top{
  border-top: solid 4px;
}
.red-bg{
  background:#f0413d;
}
.grey-grd-bg{
  background: #131313; /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #cfcfcf 44%, #ccc7c7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #cfcfcf 44%, #ccc7c7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ebebeb 0%, #cfcfcf 44%, #ccc7c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.blk-grd-bg{
  background: #131313; /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 44%, #131313 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 44%, #131313 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 44%, #131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.small{
font-size:1.2rem;
}
.med{
  font-size:2.0rem;

}
.lrg{
  font-size:5rem;

}
.bold{
  font-weight: bold;
}
.pad-10{
padding:10px !important;
}
.pad-50{
  padding:50px !important;
}
.section-header{
/* border-bottom:solid 2px; */
color:black !important;
font-size:1.5rem;
}
.titlewrapper{
    clear:both;
}
.title-icon{
    float:left;
  width:30px;
  color: #1abd00;
}
.img-title{
    /* float:left; */
    line-height:20px;
    margin-left:4px;
}
.section-line{
  background:#808080;
  height:1.2px;
  margin: 50px 0!important;
}
.main-sectionimg{
  padding:45px;
  text-align:center;
}
.section-icon{
  width:38%;
}
.features-img{
  width:72%;
}
.platform-icon{
  width:70%;

}
.roadmap-top{
  padding-bottom:40px;
}
.mainsection-title{
  font-size: 2.2rem !important;
color: black !important;
text-align: center !important;
}
.title-underline{
  width:200px;
  background:#ef413d;
  height:2.5px;
  margin:auto;

}
.center-al{
  text-align:center !important;
}
#psbutton{
  width:300px;
}
#main-top-area{
  text-align: center !important;
  height:auto;
  padding:10px 60px 60px 60px !important;
  /* background-image: url("../images/iiot-images/background.png");
  background-size: cover; */
}
.iiot-contact{
  background:#ef413d;
  border: 4px solid #fe8885;
  margin: 10px ;
}
.top-bottom{
  text-align: center;
}

.arrow {
  width:200px;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  /* margin-left: 40px;
  margin-right: 40px; */
  /* position: relative; */
  line-height: 2em;
  padding:1rem;
  background: #1C1C1C;
  background: rgb(193,193,193);
  background: linear-gradient(180deg, rgba(193,193,193,1) 0%, rgba(61,61,61,1) 100%);
  color: white;

}
.contact-arrow {
  /* width:20%; */
  cursor: pointer;
  display: inline-block;
  height: 40px;
  /* margin-left: 40px;
  margin-right: 40px; */
  /* position: relative; */
  line-height: 2em;
  padding:1rem;
  background: white;
  background: rgb(193,193,193);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
  color: #ef413d;

}
.d-icon{
  width:500px;
}
.rmtoplogo{
  width:20%;
}
.sync-icon{
  width:200px;
}
.pad-30{
  padding:30px;
}
.influent-logo{
  display:none;
}

.roadmap-p{
height:45px !important;
margin-left: 25px;

}

.button-row{
  text-align:center;
}
.pp-influent{padding:20px;}

.intro-title{
  font-size:1.8rem;
  text-align: center;
  padding:none;
}
.influent-p{
  margin: 10px 35px;
  clear:both;
}
.contact-arrow:hover, .contact-arrow:active {
  text-decoration: underline;
  background: #f0413d;
  background: rgb(193,193,193);
  background: rgb(255,186,186);
 background: -moz-linear-gradient(180deg, rgba(193,193,193,1) 0%, rgba(61,61,61,1) 100%);
 background: -webkit-linear-gradient(180deg,rgba(193,193,193,1) 0%, rgba(61,61,61,1) 100%);
 background: linear-gradient(180deg, rgba(193,193,193,1) 0%, rgba(61,61,61,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbaba",endColorstr="#f0413d",GradientType=1);
  color: white;

}
.arrow:hover, .arrow:active {
  text-decoration: underline;
  background: #f0413d;
  background: rgb(193,193,193);
  background: rgb(255,186,186);
 background: -moz-linear-gradient(180deg, rgba(255,186,186,1) 1%, rgba(240,65,61,1) 79%);
 background: -webkit-linear-gradient(180deg, rgba(255,186,186,1) 1%, rgba(240,65,61,1) 79%);
 background: linear-gradient(180deg, rgba(255,186,186,1) 1%, rgba(240,65,61,1) 79%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbaba",endColorstr="#f0413d",GradientType=1);
  color: white;

}
.ulsquare {
    list-style-type: square;
    list-style-position: outside;
  margin: 10px;
  padding: 0;
}

.influent li{

  border-left:solid 2px #f0413d;
  margin-bottom:10px;
  padding-left:5px;

}
/*fabtech23*/
.booth_visit{
  height:600px;

}

.booth_number{
  font-size:2rem;
  background: radial-gradient(circle, rgba(31,30,30,0.8561625333727241) 50%, rgba(255,255,255,0) 100%);
}
.debut{
  border-radius: 25px;
background: #000000;
}

.fabtech{
  border: 6px solid black;
}

.app{
  width:35%;
}
.app_section{
  width: 400px;

}
@media (min-width: 1000px) {
  .app_section{
    
  }
  .app{
    width:25%;
  }
}

@media (min-width: 1400px) {
  /* .app_section{
    position: absolute;
    top: 62%;

    left: 1325px;
  } */
}

@media (min-width: 1600px) {
  .app_section{
    position: absolute;

    top: 598px;

    left: 1325px;
  }

}

  @media (min-width: 1800px) {
    .app_section{
      top: 609px;

      left: 1500px;
    }
  
  }
  .fabtech-image{
    border: 3px solid #000;
  }
  .fabtech-eco{
    position: absolute;
    top: 61%;
    right: 0%;
    width: 28%;
  }

  .fabtech-eco-logo{
    
      width: 70%;
  }
  @media (min-width: 550px) {
    .fabtech-eco-logo{
    
      width: 35%;
  }
  }
  @media (min-width: 750px) {
    .fabtech-eco-logo{
      width: 25%;
  }
  .fabtech-eco{
top: 73%;
right: -2%;
width: 20%;
  }
  }
  @media (min-width: 1000px) {
    .fabtech-eco{
      top: 65%;
right: 0%;
width: 23%;;
        }
  }
  @media (min-width: 1200px) {
    .fabtech-eco{
      top: 74%;
right: 0%;
width: 23%;;
        }
  }

  @media (min-width: 1400px) {
    .fabtech-eco-logo{
      position: absolute;
        top: 675px;
        left: 165px;
        width: 12%;
    }

    .fabtech-eco{
      top: 67%;
width: 23%;;
        }

  }
  @media (min-width: 1600px) {
    .fabtech-eco{
      top: 75%;
      right:0%
        }

  }
  @media (min-width: 1800px) {
    .fabtech-eco{
      top: 75%;
      right:-2%
        }

  }

  /* eco elements*/
  .e-icon-white-title-h1-product{
    background: url('../images/logos/eco-e-logo_white.png');
    width: 10%;
}
.e-icon-black-title-h1-product {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 10%;

}
  .e-icon-white-title-h1 {
    background: url('../images/logos/eco-e-logo_white.png');
    width: 10%;
}
.e-icon-black-title-h1 {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 10%;

}
  .e-icon-white-title {
    background: url('../images/logos/eco-e-logo_white.png');
    width: 5%;
}
.e-icon-black-title {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 5%;

}
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  .e-icon-white-title-h1-product{
    background: url('../images/logos/eco-e-logo_white.png');
    width: 8%;
}
.e-icon-black-title-h1-product {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 8%;

}
  .e-icon-white-title-h1 {
    background: url('../images/logos/eco-e-logo_white.png');
    width: 5%;
}
.e-icon-black-title-h1 {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 5%;

}
  .e-icon-white-title {
    background: url('../images/logos/eco-e-logo_white.png');
    width: 2.2%;
}
.e-icon-black-title {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 2.2%;

}

}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}


  .e-icon-white {
    background: url('../images/logos/eco-e-logo_white.png');
    height: 15px;
    width: 15px;
    /* display: block; */
    /* Other styles here */
}
.e-icon-black {
  background: url('../images/logos/eco-e-logo_black.png');
  height: 15px;
  width: 15px;
  /* display: block; */
  /* Other styles here */
}
  .green-policy {
    border: rgb(4, 190, 4) 8px solid;
    padding: 20px;
  }
  /* .eco-logo{
    position: relative;
    top: 61%;
    right: 0%;
    width: 28%;
  }

  
  @media (min-width: 550px) {
    .eco-logo{
    
      width: 35%;
  }
  } */
  /* @media (min-width: 750px) {
   
  .eco-logo{
    position:absolute;
top: 73%;
right: -2%;
width: 20%;
  }
  } */
  /* @media (min-width: 1000px) {
    .eco-logo{
      position:absolute;
      top: 65%;
right: 0%;
width: 23%;;
        }
  }
  @media (min-width: 1200px) {
    .eco-logo{
      top: 74%;
right: 0%;
width: 23%;;
        }
  }

  @media (min-width: 1400px) {
    .eco-logo{
      position: absolute;
        top: 675px;
        left: 165px;
        width: 11%;
    }

    

  }
  @media (min-width: 1600px) {
    .eco-logo{
      top: 72%;
      right: -39%;
    }

  }
  @media (min-width: 1800px) {
    .eco-logo{
      top: 75%;
      right:-2%
        }

  } */
 /*fabtech2024*/
 /*fabtech2024*/
 .car-margin-top{
  margin-top:7% !important;  
  }
  
  @media (min-width: 550px) {
    .car-margin-top{
      margin-top:8% !important;  }
  }
  
  @media (min-width: 750px) {
    .car-margin-top{
      margin-top:10% !important;  }
  
  }
  @media (min-width: 1000px) {
    .car-margin-top{
      margin-top:12% !important;  
    }
  }
  
    .indy_car{
      position:absolute;
        }
  
    .indy_car_text{
      color:black;
      position:absolute;
      top:61%;
      left:42%;
  
        }
        .fabtech_vid_button{
          position: relative;
        }
        @media (min-width: 1000px) {
          .fabtech_vid_button{
            position: absolute;
            left: 75%;
            top: 100%;
          } 
        }
  
        .car-margin-top{
          margin-top:30% !important;
        }
       
        .fabtech-title{
          font-size:2rem !important;
        }
        @media screen and (orientation:landscape){
          .indy_car{
            top:55%;
              }
              .indy_car_text{
                top:70%;
                  }
                  @media (min-width: 750px) {
                    .indy_car_text{
                      top:70%;
                        }
                        .car-margin-top{
                          margin-top:11% !important;
                        }
                  }
  
        }
        @media screen and (orientation:portrait){
          @media (min-width: 300px) {
            .indy_car{
              top:85%;
                }
          }
          @media (min-width: 550px) {
            .indy_car{
              top:85%;
                }
                .indy_car_text{
                  top:87%;
                    }
        
                    .padding-adjust{
                      padding:0px !important;
                    }
                    .car-margin-top{
                      margin-top:15% !important;
                    }
          }
  
        }
    
        @media (min-width: 750px) and (orientation:portrait) {
          .indy_car_text{
            top:49%;
              }
              .car-margin-top{
                margin-top:11% !important;
              }
              
        }
   
        @media (min-width: 750px) and (orientation:portrait) {
          .indy_car_text{
            top:87%;
              }
              .car-margin-top{
                margin-top:11% !important;
              }
        }
    @media (min-width: 1000px) {
      .indy_car{
        top:54%;
          }
          .indy_car_text{
            top:87%;
              }
    }
  
    @media (min-width: 1200px) {
      .indy_car{
        top:54%;
          }
          .indy_car_text{
            top: 70%;
      left: 53%;
              }
  
    }

    .h_w_text{
      font-size:1.5rem;
     }
    
    @media (min-width: 550px) {
      .h_w_text{
        font-size:1.8rem;
       }
      
    }
    
    @media (min-width: 1000px) {
      .h_w_text{
        font-size:2.1rem;
       }
      
    }






/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* Fix for gallary btn - 03/25/25  - AM-1 JY */
#gallery:hover{
  color: #000!important;
}
#gallery:active{
  color: #000!important;
}

/* PRIVACY PAGE */

.amada_privacy-container {
  margin: 25px 200px;
}

.amada_privacy-title {
  color: #666!important;
}

/* PRIVACY PAGE - END */


/* AMADA CAPITAL - FINANCING */

.amada_capital_link {
  color: #000!important;
  text-decoration: underline;
}

.amada_capital_link:hover {
  color: #ef413d!important;
  text-decoration: none!important;
}

@media (max-width: 700px) {
  .amada_capital_link {
    font-size: 15px;
  }
}

/* AMADA CAPITAL - FINANCING - END */


/* FOOTER */

/* Links */

@media (max-width: 900px) {
  .amada_footer_links {
    display: none;
  }
  .amada_footer_links-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

/* Links End */


/* Copyright */

.amada_copyright_text { 
  font-family: CenturyGothic, Arial, Helvetica, sans-serif;
  margin-bottom: 14px;
  font-size: clamp(8.5px, 2.36vw, 14px);
}

/* Copyright - End */

/* Live Chat */

body #live_chat_status,
html #live_chat_status {
    bottom: 3%;
    left: 68% !important;
    right: 0px !important;
}

@media (max-width: 900px) {
  body #live_chat_status,
  html #live_chat_status {
    bottom: 7%;
    left: -79% !important;
    right: 0!important;
  }
}

/* Live Chat - End*/


/* Back To Top */

#scrollUp {
  bottom: 0;
  right: 7%;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  padding: 10px;
  font: 14px/20px sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #828282;
  border-radius: 3px;
  border: 1px solid #000;
  opacity: 90%;
  background-repeat:no-repeat;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  -o-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
  background-image: url("../images/UpArrowBlk.png");
  background-size:contain;
  background-color: #fff;
  transition: all 0.3s ease;
}

#scrollUp:hover {
  margin-bottom: 32px;
  border: 1px solid #ef413d;
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.3) !important;
}

@media (max-width: 900px) {
  #scrollUp{
    right: 4%;
    bottom: 3.75%;
  }
}

/* Back To Top - End */


/* FOOTER - END */


/* AMADA PARTS & TOOLING SEGMENT */

.amada_parts_phone {
  color: #666666;
  font-size: 18px;
}

.amada_parts_phone:hover {
  color: #ef413d;
  text-decoration: none;
}

@media (max-width: 600px) {
  .amada_parts {
    font-size: 25px!important;
  }
}


@media (max-width: 360px) {
  .amada_parts {
    font-size: 23px!important;
  }
}

/* AMADA PARTS & TOOLING SEGMENT - END */


/* SCREEN READER */

.screen-reader {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* SCREEN READER - END */


/* TABLET - SPECIFIC STYLE */

@media (max-width: 820px) and (min-width: 768px) {

  /* Global Header - Flag Icon Alignment */
  .mobile-header .uk-navbar-nav {
    padding: revert;
  }

  /* Rich Nav - Hamburger Menu */
  .mobile_button .toggle-menu {
    margin-left: 30px;
  }

  /* Bottom Promo Images - Above Footer */
   #promo {
    justify-content: center;
    align-items: center;
    margin-left: 0;
   }

}

/* TABLET - SPECIFIC STYLE - END */



/* FABTECH - CHICAGO - 2025 */

.amada_fabtech_2025 {
  background-position: top;
}

.products_bg_2025 {
  height: 50vh;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 15%);
  padding-bottom: 0;
}


.amada_fabtech_2025_title_wrapper {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.amada_fabtech_2025_eco,
.amada_fabtech_title,
.amada_video_button_wrapper_2025 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.amada_fabtech_title img {
  width: 52%;
}

.amada_fabtech_title h1 {
  font-size: 44px;
}

.amada_fabtech_title h3 {
  font-size: 25px;
}

.amada_fabtech_2025_title_wrapper .amada_video_button_wrapper_2025 {
    position: relative;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    /* background-image: url(../images/logos/2025-INDY-RACECAR-TRANSPARENT.png); */
    background-image: url(../images/logos/Indy500-Racecar-2026.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 21%;
    min-height: 200px;
    overflow: hidden;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}

.amada_video_button_wrapper_2025 .amada_video_button {
  padding: 5px;
}
    
.amada_fabtech_booth_info{
  font-size: 48px;
  top: 32%;
}

a.amada_fabtech_webpage:hover .amada_fabtech_showroom .amada_fabtech_booth_info {
  color: white !important;
}

a.amada_fabtech_webpage:hover {
  text-decoration: underline !important;
  text-decoration-color: #e0130e !important;
}

/* Fabtech Showroom Segment */
.amada_fabtech_showroom {
    position: relative;
    overflow: hidden;
}

.amada_fabtech_showroom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    transition: transform 0.3s ease;
    z-index: 0;
    clip-path: polygon(0% 20%, 100% 20%, 100% 80%, 0% 80%);
}

.amada_fabtech_showroom:hover::before {
    transform: scale(1.03);
}

.amada_fabtech_2025_eco img,
.app img {
    max-width: 52%;
    height: auto;
}

.amada_fabtech_schedule_2025 {
  width: 70%
}

.amada_fabtech_app_section img {
  width: 71%;
}

.amada_debut {
  border-radius: 25px;
  background: #d53636;
}

@media (max-width: 1350px) {
  .amada_fabtech_app_section img {
    width: 68%;
  }
}

.amada_fabtech_schedule_section>div:first-child {
  padding-top: 50px;
}

.amada_featured_container .amada-overlays {
    background: rgba(75, 75, 75) !important;
}

.amada_fabtech_machines {
  overflow: hidden;
}

.amada_fabtech_machines:hover {
    background: rgba(75, 75, 75) !important;
}

/* Desktop styles (1200px and larger) */
@media (min-width: 1200px) {
    .amada_fabtech_2025_title_wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .amada_fabtech_2025_eco {
        order: 1;
        flex: .8;
        padding-right: 0;
    }
    
    .amada_fabtech_title {
        order: 2;
        padding: 20px 0;
        flex: 1.4;
    }
    
    .amada_video_button_wrapper_2025 {
        order: 3;
        flex: .8;
        padding-left: 0!important;
    }
}


@media (max-width: 1200px) {
  .amada_fabtech_schedule_section {
      flex-direction: column !important;
  }
}

@media (min-width: 1201px) {
  .amada_fabtech_schedule_section {
      flex-direction: row !important;
  }
  .amada_fabtech_schedule_section > div {
      width: 50% !important;
  }
}

/* Smaller Desktop Styles (below 1200px) */
@media (max-width: 1199px) {
  .amada_fabtech_2025_title_wrapper {
      flex-direction: column;
      align-items: center;
  }
  
  .amada_fabtech_title {
      order: 1;
  }
  
  .amada_video_button_wrapper_2025 {
      order: 2;
  }
  
  .amada_fabtech_2025_eco {
      order: 3;
  }
}

@media (max-width: 1024px) and (min-width: 510px) {
  .amada_fabtech_2025_title_wrapper .amada_video_button_wrapper_2025 {
    width: 58%;
  }
}

/* Tablet */
@media (max-width: 820px) and (min-width: 768px) {
  .products_bg_2025 {
    height: 25vh;
  }

  .amada_fabtech_title {
    padding-top: 0;
  }

  .amada_fabtech_booth_info {
    font-size: 44px;
  }

  .amada_fabtech_2025_title_wrapper .amada_video_button_wrapper_2025 {
      width: 58%;
      min-height: 240px;
  }

  .amada_fabtech_banner_container {
    padding: 0;
  }

  .amada_fabtech_banner_container .booth_visit {
    margin-left: 0;
  }

  .amada_fabtech_banner_container {
    height: 400px;
  }

  .amada_fabtech_showroom {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    background-color: black;
    height: 58%;
  }

  .amada_fabtech_one_logo {
    width: 85%;
  }

  .amada_featured_container .featured_section .featured-container > div:last-child {
      padding-top: 0;
   }

   .amada_fabtech_app_section {
      padding-top: 30px;
   }
}

/* Mobile */
@media (max-width: 550px) {
  .products_bg_2025 {
    height: 16vh;
  }

  .amada-hover {
    margin-bottom: 40px!important;
  }

  .amada_featured_container .fabtech-title {
    font-size: 28px!important;
  }

  .amada_fabtech_title {
    padding-top: 0;
  }

  .amada_fabtech_title h1 {
    font-size: 31px;
  }

  .amada_fabtech_title img {
    width: 74%;
    padding-top: 0;
  }

  .amada_fabtech_title h3 {
    font-size: 23px;
  }

  .amada_fabtech_2025_eco img {
    max-width: 76%;
    padding-left: 45px;
  }

  .amada_fabtech_2025_eco {
    margin-bottom: 4px;
  }

  .amada_fabtech_banner_container #breadcrumb {
    padding-left: 0;
    margin-left: 0;
  }

  .amada_video_button_wrapper_2025 {
    margin: 20px;
  }

  .amada_fabtech_schedule_2025 td {
    font-size: 14px;
  }

  .amada_fabtech_schedule_section>div:first-child {
    padding-top: 0;
  }

  .amada_fabtech_app_section {
    padding-top: 20px;
  }

  .amada_fabtech_booth_info{
    font-size: 20px;
  }

  .amada_fabtech_banner_container {
    height: 284px;
  }

  .booth_visit {
    height: 452px;
  }

  .amada_fabtech_showroom {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    background-color: black;
    height: 50%;
  }

  .amada_featured_container .amada_fabtech_one_logo {
    width: 90%;
  }

  .amada_featured_container h3 {
    font-size: 24px;
  }

  .amada_featured_container .featured_section {
    padding-top: 20px;
  }

  .amada_featured_container .featured_section .featured-container > div:last-child {
    padding-top: 20px;
  }

  .amada_fabtech_app_section_container {
    padding: 10px 6px;
  }  

  .amada_fabtech_promo_text {
    font-size: 10px;
  }

  .amada_fabtech_schedule_wrapper td {
    font-size: 20px;
  }

}

/* Small Mobile */
@media (max-width: 370px) {
    .amada_fabtech_booth_info {
        font-size: 16px;
    }

    .amada_featured_container .fabtech-title {
      font-size: 26px!important;
    }
    
    .amada_featured_container h3 {
        font-size: 26px;
    }

    .amada_fabtech_schedule_2025 {
        width: 75%;
    }

    .amada_fabtech_promo_text {
      font-size: 9px;
    }

    .amada_fabtech_schedule_wrapper td {
      font-size: 18px;
    }
}

/* FABTECH - CHICAGO - 2025 - END */


/* EMPLOYMENT PAGE - MEX ONLY */

.amada_content-section h1 {
  font-size: 42px;
  font-family: 'stratum2-bold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.amada_content-section h2 {
  font-size: 35px;
  font-family: 'CenturyGothicBold', Arial, Helvetica, sans-serif;
}

.amada_content-section h3 {
  font-size: 45px;
  font-family: 'stratum2-bold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.amada_content-section img {
  box-shadow: rgb(38, 57, 77) 0px 14px 20px -6px;
}

.amada_content-section .career-link a:hover {
  background-color: #ef413d; 
  border-bottom: none;
}

.amada_back_button {
  margin-left: 5%;
  margin-bottom: 12px;
  padding: 4px 12px;
  background-color: #fff;
  font-size: 16px;
  font-family: 'CenturyGothicBold';
  color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #000;
}

.amada_back_button:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}

.career-link .amada_liquid_button {
    margin: 0 6px;
    font-size: 16px;
    width: 85%;
    padding: 2px 6px !important;
    text-decoration: none !important;
    background-color: #e0130e!important;
    border: .5px solid #990000;
}

.amada_content-section .tech-explore {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    color: black;
    font-size: 20px;
}

@media (max-width: 959px) {
  #employ-top-banner {
      margin-top: 0;
  }
  .career-link .amada_liquid_button {
    width: 35%;
  }
  .amada_content-section .text-boxes {
    padding: 0!important;
  }
  .amada_content-section .uk-grid {
    margin-left: 0!important;
  }
  .amada_content-section .employ {
    padding: 0 50px;
  }
  .desktop-iiot br {
    display: none;
  }
}

@media (max-width: 820px) and (min-width: 768px) {
  .amada_iframe {
    height: 780px;
  }
  .career-link .amada_liquid_button {
    width: 50%;
    padding: 4px 6px !important;
    font-size: 20px;
  }
  .employ-play-btn img {
    width: 88px;
    margin-bottom: 10px;
  }
}

@media (max-width: 550px) {
  .amada_content-section h1 {
    font-size: 24px!important;
  }

  .amada_content-section h2 {
    font-size: 22px!important;
  }

  .amada_content-section h3 {
    font-size: 24px!important;
  }

  #employ-top-banner {
    height: 250px;
  }

  .employ-play-btn img {
    width: 79px;
  }

  .amada_content-section .banner-text {
    margin-left: 0;
    align-items: center;
  }

  .amada_content-section .uk-grid {
    margin-right: 0;
  }

  .employ-home-banner .uk-grid>* {
    padding-left: 0!important;
  }

  .employ-top-cont {
    padding-left: 0 !important;
    justify-content: center;
  }

  .amada_iframe {
    height: 1125px;
  }

  .amada_content-section .employ {
    padding: 0 25px;
    font-size: 16px!important;
    margin-top: 2px;
    font-size: 18px;
    text-align: center;
  }

  .amada_careers_section {
    padding-left: 0;
  }

  .tech-img-row-spacing {
    padding-left: 0;
  }

  .employ-title {
    margin-bottom: 0!important;
  }

  .career-link .amada_liquid_button {
    width: 60%;
    padding: 6px 10px !important;
  }
}

@media (max-width: 370px) {
  .amada_iframe {
      height: 1220px;
  }
  .career-link .amada_liquid_button {
    font-size: 14px!important;
  }
}

/* EMPLOYMENT PAGE - MEX ONLY - END */



/* AMADA HOME PAGE */


.amada_hp_section_titles {
  font-size: 48px;
  font-family: 'CenturyGothicBold', 'Stratum', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #333333;
}

.amada_hp_video-section {
  margin-left: 35px;
}

@media (max-width: 900px) {
  .amada_hp_section_titles {
    text-align: center;
  }
  .featured-container .contact-contain {
    padding-right: 12% !important;
    margin-top: 40px;
  }
  .title-container-aboutus {
    margin: 0 auto;
  }
  .amada_hp_video-section {
    margin-left: 0;
  }
}

@media (max-width: 550px) {
  .featured-container .contact-contain {
    margin-top: 0;
  }

  .amada_hp_section_titles {
    font-size: 40px;
  }

  h1.amada_hp_section_titles {
    padding-top: 20px;
  }

  .title-container-aboutus .amada_hp_section_titles {
    padding-top: 40px;
  }

  .amada_events-section .amada_hp_section_titles {
    font-size: 32px;
  }
}

/* AMADA HOME PAGE - END*/


/* CONTACT US  - START */

@media (max-width: 550px) {
  .amada_contact_us-main .uk-grid>* {
    padding: 0 14px !important
  }
}

/* CONTACT US - END */


/* BLANKING AUTOMATION - START */

@media (max-width: 820px) {
  .amada_blanking_automation-segment h2 {
    font-size: 26px;
  }
  .amada_tooling_segment h2 {
    font-size: 26px;
  }
}

/* BLANKING AUTOMATION - END */


/* LOCATION BANNER H1 - START */

@media (max-width: 820px) {
  #main_image_banner h1 {
    font-size: 29px;
  }
}

/* LOCATION BANNER H1 - END */

/* FIBER LASER WELDER */

.amada_fiber_laser_banner {
    width: 100%;
    max-height: 430px;
    object-fit: cover;
}
@media (max-width: 550px) {
  .amada_fiber_laser_banner {
    height: 100%;
  }
}

.amada_weld_tech_section {
    position: relative;
}

.amada_weld_hover-text {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    font-size: 28px;
    font-family: 'CenturyGothic';
    white-space: nowrap;
    pointer-events: none;
}

.amada-hover:hover .amada_weld_hover-text {
    opacity: 1;
}

@media (max-width: 820px) {
  /* .amada_weld_tech_section > div {
    height: 26vh;
  } */
  .amada_weld_hover-text {
    bottom: 44px;
    font-size: 22px;
    opacity: 1;
  }
}

@media (max-width: 550px) {
  /* .amada_weld_tech_section > div {
    height: 30vh;
  } */
  .amada_weld_hover-text {
    bottom: 28px;
    font-size: 16px;
    opacity: 1;
  }
}

@media (max-width: 375px) {
  .amada_weld_hover-text {
    bottom: 0px;
  }
}

.image-item {
            transition: all 0.3s ease;
        }
        
        .image-item:hover .hover-grow {
            transform: scale(1.05);
        }
        
        .image-item:hover .image-text {
            color: rgb(84, 84, 84);
            transform: translateY(-5px);
        }
        
        .hover-grow {
            transition: transform 0.3s ease;
        }
        
        .image-container {
            overflow: hidden;
            border-radius: 8px;
        }
        
        .image-text {
          font-size: 1.25rem;
            margin-top: 15px;
            text-align: center;
            color: #333;
            transition: all 0.3s ease;
        }
/* FIBER LASER WELDER - END */


/* FEATURED CAROUSEL - START */

.amada_featured_section {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 100;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 2px 10px;
    text-decoration: underline;
    text-underline-offset: 6px;
    font-size: 33px;
}

.carousel-container {
    position: relative;
    height: 84vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); */
    background: linear-gradient(135deg, #2b2b2b 0%, #848484 100%);

}

.carousel-content {
    position: relative;
    width: 80%;
    max-width: 1200px;
    height: 74vh;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

.carousel-slide {
    position: absolute;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    pointer-events: none;
}

.carousel-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.carousel-slide.fade-out {
    opacity: 0;
}

.carousel-slide.fade-in {
    opacity: 1;
}

.slide-content {
    text-align: center;
    padding: 20px;
    max-width: 400px;
    position: relative;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.6s ease-in-out 0.2s, transform 0.6s ease-in-out 0.2s;
}

.carousel-slide.active .slide-content {
    opacity: 1;
    transform: translateX(0);
}

.slide-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #fff, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    outline: none;
    cursor: default;
}

.slide-subtitle {
    font-size: 1.2rem;
    /* color: #aaa; */
    color: #ffffff;
    margin-bottom: 24px;
    outline: none;
    cursor: default;
}


.slide-description {
    font-size: 14px;
    line-height: 1.6;
    /* color: #c2bbbb; */
    color: #ffffff;
    outline: none;
    cursor: default;
    margin-bottom: 0px;
}

.machine-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
}

.machine-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    outline: none;
    cursor: pointer;
}

/* Focus styles for the image */
.machine-image img:focus {
    outline: 3px solid #fff;
    outline-offset: 4px;
}

.machine-image img:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
}


/* TYPING ANIMATION */

.amada_typing_animation {
    display: inline-block;
    position: relative;
    max-height: 80px;
}

.amada_typing_animation-text {
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    animation: typing 1.85s steps(22) 3.35s forwards;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%
    }
}

@media (max-width: 1200px) {
  .amada_typing_animation-text {
      font-size: 20px!important;
  }
  .amada_typing_animation { 
    min-height: 86px!important;
  }
}

@media (max-width: 1200px) {
  .amada_typing_animation-text {
      white-space: normal;
      word-wrap: break-word;
      width: 100%;
      font-size: 1.5rem;
      animation: none;
      overflow: visible;
  }
}

/* TYPING ANIMATION - End */


/* ONE LOGO SLIDE IN */

.amada_main_hero_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amada_logo_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60%;
    margin-left: 56px;
    margin-bottom: 0;
    height: 200px;
    gap: 20px;
}

.amada_hero_one_logo {
    height: 36%;
    max-height: 100%;
    width: auto;
    margin-right: 28px;
    max-width: 75%;
    animation: slideInFromLeft 2.2s ease-out forwards, fadeIn 2.2s ease-out forwards;
    transform: translateX(-18vw);
    opacity: 0;
}

.amada_overlay_logo {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 50%;
    animation: slideInFromRight 2.2s ease-out 1.2s forwards, fadeIn 2.2s ease-out 1.5s forwards;
    transform: translateX(25vw);
    opacity: 0;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-18vw);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(25vw);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 1200px) {
  .amada_logo_container {
      max-width: 80%;
      height: 190px;
      gap: 15px;
  }
  .amada_hero_one_logo {
    height: 30%;
  }
  .amada_overlay_logo {
    margin-top: 0;
    max-width: 58%;
  }
}

@media (max-width: 820px) {
  .amada_overlay_logo {
    margin-bottom: 16px;
  }
}

@media (max-width: 820px) and (min-width: 768px) {
  .amada_logo_container {
    margin-left: 52px;
  }
  .amada_overlay_logo {
    max-width: 62%;
  }
  .amada_hero_one_logo {
    height: 22%;
    margin-right: 29px;
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  .amada_overlay_logo {
    margin-bottom: 10px;
  }
}

@media (max-width: 550px) {
  .amada_logo_container {
    margin-left: 41px;
    max-height: 100%;
    height: 138px;
    margin-top: 4%;
  }
  .amada_overlay_logo {
    max-width: 55%;
    margin-bottom: 12px;
  }
  .amada_hero_one_logo {
    height: 30%;
    margin-right: 27px;
    max-width: 70%;
    margin-bottom: 9px;
  }
  .amada_hero_one_logo {
    animation: slideInFromLeft 1.32s ease-out forwards, fadeIn 2.2s ease-out forwards;
  }
  .amada_overlay_logo {
    animation: slideInFromRight 1.32s ease-out 1.2s forwards, fadeIn 2.2s ease-out 1.5s forwards;
    margin-top: 0;
  }
}

@media (max-width: 450px) {
  .amada_overlay_logo {
    margin-bottom: 18px;
  }
}

@media (max-width: 420px) {
  .amada_hero_one_logo {
    height: 27%;
  }
  .amada_overlay_logo {
    margin-bottom: 14px;
  }
}

/* ONE LOGO SLIDE IN - END */


/* HOVER BUTTON STYLES - START */

.hover-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #c30d0d, #ff1744);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease;
    z-index: 100;
    border: 2px solid rgb(255, 255, 255);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(60, 59, 59, 0.4);
    pointer-events: auto;
    cursor: pointer;
}

.hover-button.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1.05);
}

.hover-button:hover,
.hover-button:focus {
    background: linear-gradient(135deg, #ff1744, #c30d0d);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
    transform: translate(-50%, -50%) scale(1.1);
    outline: 2px solid #fff;
    outline-offset: 2px;
    color: #fff!important;
    text-decoration: none!important;
}

.hover-button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.hover-button:active {
    transform: translate(-50%, -50%) scale(0.95);
}

.amada_carousel_button--mobile {
    display: none;
}

@media (max-width: 820px) {
  .hover-button {
    display: none;
  }
  .carousel-slide.active .amada_carousel_button--mobile {
    display: block;
    margin: 20px 0;
  }
  .amada_carousel_button {
    background: linear-gradient(135deg, #c30d0d, #ff1744);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.15s ease;
    z-index: 100;
    border: 2px solid rgb(255, 255, 255);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(60, 59, 59, 0.4);
    pointer-events: auto;
    cursor: pointer;
  }
  .amada_carousel_button:hover,
  .amada_carousel_button:focus {
    background: linear-gradient(135deg, #ff1744, #c30d0d);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
    transform: translate(-50%, -50%) scale(1.1);
    outline: 2px solid #fff;
    outline-offset: 2px;
    color: #fff!important;
    text-decoration: none!important;
  }
  .amada_carousel_button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
  }
  .amada_carousel_button:active {
    transform: translate(-50%, -50%) scale(0.95);
  }
}

/* HOVER BUTTON STYLES - END */


/* MOBILE NAVIGATION ARROWS - START */

.mobile-nav-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgb(255 0 0 / 80%);
}

.mobile-nav-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.mobile-nav-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%);
}

.mobile-nav-arrow.prev {
  left: 6px;
}

.mobile-nav-arrow.prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
  width: 18px;
  height: 18px;
}

.mobile-nav-arrow.next {
  right: 6px;
}

.mobile-nav-arrow.next::before {
  transform: translate(-70%, -50%) rotate(45deg);
  width: 18px;
  height: 18px;
}

.radial-dots {
  position: absolute;
  right: -0.5%;
  top: 33%;
  transform: translateY(-50%);
  width: 150px;
  height: 200px;
}

.dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dot:hover,
.dot:focus {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.7);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.dot.active {
  background: #c30d0d;
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.dot-text {
  position: absolute;
  right: 25px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  white-space: nowrap;
  transition: all 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

.dot.active .dot-text {
  color: #fff;
}


@media (max-width: 1780px) {
  .dot-text {
    position: absolute;
    right: 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    white-space: normal;
    width: 120px;
    text-align: right;
    line-height: 1.5;
    transition: color 0.3s ease;
    top: 50%;
    transform: translateY(-50%); 
  }
  .radial-dots {
    top: 32%;
    right: 1%;
  }
  .dot:nth-child(2) { /* Top */
    right: 30px!important;
  }
  .dot:nth-child(4) { /* Bottom */
    right: 30px!important;
  }
}

/* C-shaped curve positioning for 3 dots */
.dot:nth-child(2) { /* Top */
    top: 20px;
    right: 20px;
}

.dot:nth-child(3) { /* Middle */
    top: 90px;
    right: 10px;
}

.dot:nth-child(4) { /* Bottom */
    top: 160px;
    right: 20px;
}

.connecting-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    visibility: hidden;
}

.connecting-line svg {
    width: 100%;
    height: 100%;
}

.curve-path {
    fill: none;
    stroke: url(#curveGradient);
    stroke-width: 2;
    stroke-linecap: round;
}

.slide-indicator {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 18px;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.indicator-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.948);
    transition: all 0.3s ease;
    cursor: pointer;
}

.indicator-dot:hover,
.indicator-dot:focus {
    transform: scale(1.3);
    background: rgba(255, 255, 255, 0.7);
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.indicator-dot.active {
    border: 1px solid #c30d0d;
    transform: scale(1.05);
}

/* Screen reader only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1620px) and (min-width: 1271px) {
  .radial-dots {
    position: static;
    width: 116px;
    height: 31%;

  }
  .carousel-slide .amada_slide_text {
    position: relative;
    left: 65%;
    margin-left: -50vw;
    width: 100vw;
    text-align: center;
  }
  .slide-description {
    width: 30%;
    margin-left: 35%;
  }
  .dot-text {
    font-size: 11px;
  }
}

@media (max-width: 1440px) and (min-width: 1271px) {
  .machine-image img {
    width: 80%;
  }
  .carousel-container {
    height: 82vh;
  }
}

@media (max-width: 1270px) {
  .carousel-container {
    height: 80vh;
  }
  .amada_featured_section {
      top: 28px;
      font-size: 26px;
  }
  .radial-dots {
      display: none;
  }
  .mobile-nav-arrow {
      display: block;
  }
  .mobile-nav-arrow.prev {
      left: 16px;
  }
  .mobile-nav-arrow.next {
      right: 16px;
  }
  .mobile-nav-arrow { 
      top: 32%;
  }
  .slide-title {
    font-size: 40px;
  }
  .slide-content {
    padding: 2px;
  }
}

@media (max-width: 1128px) and (min-width: 1023px) {
  .slide-title {
    font-size: 35px;
  }
}

@media (max-width: 920px) {
  .carousel-container {
    height: 82vh;
  }
  .machine-image {
    width: 100%;
  }
  .slide-content {
    padding: 30px;
  }
  .mobile-nav-arrow.prev {
    left: 60px;   
  }
  .mobile-nav-arrow.next {
    right: 60px;
  }

  .mobile-nav-arrow { 
    top: 32%;
  }
  .mobile-nav-arrow { 
    top: 32%;
  }
  .indicator-dot {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 820px) {
  .carousel-container {
    height: 79vh;
  }
}

@media (max-width: 768px) {
  .carousel-container {
    height: 73vh;
  }
  .carousel-content {
      width: 95%;
      height: 80vh;
  }
  
  .radial-dots {
      right: 20px;
      width: 150px;
      height: 200px;
  }
  
  .slide-title {
      font-size: 2rem;
  }

  .slide-description {
      font-size: 14px;
      margin: 0 12px;
  }
}

/* Surface Duo Specific */

@media (max-width: 550px) and (min-width: 540px) {
  .carousel-container {
      height: 102vh;
  }
  .slide-description {
        font-size: 14px;
        margin: 0 12px 24px 12px;
    }
}

@media (max-width: 539px) {
  .carousel-container {
    height: 76vh;
  }
  .machine-image {
      width: 400px;
  }
  .machine-image img:focus {
    outline: none;
    outline-offset: 0; 
  }
  .amada_featured_section { 
    font-size: 22px;
    text-underline-offset: 2px;
    width: 94%;
    top: 62px;
  }

  .machine-image img {
      height: 90%;
  }

  .mobile-nav-arrow {
      display: block;
  }
  
  .slide-content {
      padding: 20px;
  }

  .mobile-nav-arrow {
      width: 40px;
      height: 40px;
  }

  .mobile-nav-arrow.next::before, 
  .mobile-nav-arrow.prev::before  {
      width: 12px;
      height: 12px;
  }

  .mobile-nav-arrow.prev {
      left: 10px;
  }

  .mobile-nav-arrow.next {
      right: 10px;
  }

  .slide-indicator {
      bottom: 10px;
  }

  .hover-button {
      padding: 10px 20px;
      font-size: 12px;
  }
  .machine-image img {
      width: 71%;
  }
  .mobile-nav-arrow {
      top: 25%;
  }
  .slide-description {
      font-size: 12px;
      margin: 0 38px;
      padding: 0 4px;
  }
}

@media (max-width: 440px) {
  .carousel-container {
    height: 75vh;
  }
  .amada_featured_section {
    top: 34px;
  }
  .slide-indicator {
    bottom: 22px;
  }
  .mobile-nav-arrow {
    top: 30%;
  }
  .slide-description {
    margin: 0 56px;
  }
}

@media (max-width: 390px) {
    .carousel-container {
      height: 89vh;
    }
    .amada_featured_section { 
        top: 14px;
    }
    .slide-indicator {
      bottom: 9px;
    }
    .indicator-dot {
      width: 16px;
      height: 16px;
    }
}

@media (max-width: 376px) {
  .carousel-container {
    height: 92vh;
  }
  .amada_featured_section { 
    top: 24px;
  }
  .amada_featured_section {
    font-size: 20px;
  }
  .machine-image img {
    width: 66%;
  }
  .slide-description {
    font-size: 11px;
  }
  .mobile-nav-arrow {
    top: 30%;
  }
  .slide-indicator {
    bottom: 10px;
  }
  .indicator-dot {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 360px) {
  .carousel-container {
    height: 82vh;
  }
}

/* FEATURED CAROUSEL - END */



/* EVENTS CALENDAR PAGE W/ IMAGE - START */

.amada-event-image {
  width: 40%;
}

.amada-events-calendar {
  padding: 10%;
}

.amada-event-row {
  gap:24px
}

.amada-event-inner {
  display: flex;
  align-items: center;
  flex: 1;
}

.amada-event-date {
  min-width: 140px;
  text-align: right;
}


@media (max-width: 820px) {
  .amada-events-calendar {
    padding: 0;
  }

  .amada-event-row {
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 0;
  }
  .amada-event-inner {
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 8px !important;
  }
  .amada-event-date {
      text-align: left !important;
      min-width: unset !important;
  }
  .amada-event-image {
      width: 65% !important;
      margin: 0 auto;
      display: block;
  }
}

@media (max-width: 640px){
  .amada-events-wrapper {
    padding-left: 0;
  }
  .amada-event-image {
  width: 80% !important;
  margin: 0 auto;
  display: block;
  }
}

/* .amada_events_table {
  background-color:white; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
  border-collapse:collapse; 
  padding: 20px 40px; 
  width: 80%;
}

.amada_events_td_1 {
  padding: 20px 30px; 
  text-align:right; 
  vertical-align:middle; 
  white-space:nowrap;
}

.amada_events_td_2 {
  padding: 20px 30px; 
  text-align:left; 
  vertical-align:middle;
}

.amada_events_td_3 {
  padding: 20px 30px; 
  text-align:right; 
  vertical-align:top; 
  white-space:nowrap;
}

.amada_events_td_4 {
  padding: 20px 30px; 
  text-align:left; 
  vertical-align:top;
}

@media (max-width: 640px) {
    .amada_events_table {
        width: 95% !important;
        padding-left: 30px;
    }
    .amada_events_table td {
        display: block !important;
        text-align: left !important;
        white-space: normal !important;
        padding: 10px 50px !important;
    }
    .amada_events_table tr td:first-child {
        padding-bottom: 0 !important;
    }
    .amada_events_table tr:not(:first-child) td:first-child {
        padding-top: 20px !important;
    }
    .amada_events_table tr:first-child td:first-child {
        padding-top: 22px !important;
    }
} */

/* EVENTS CALENDAR PAGE W/ IMAGE - END */

/* AMADA 80th - START */

.amada-80th {
  width: 66%!important;
  height: 82%;
  margin-top: 5px;
  margin-right: 22px;
}
.amada-80th-close-btn {
  left: 6px;
}
@supports (-webkit-touch-callout: none) {
  .amada-80th-close-btn [uk-icon] svg,
  .amada-80th-close-btn svg {
      width: 400px !important;
      height: 50px !important;
  }
}

@media (max-width: 390px) {
  .amada-80th {
    width: 74%!important;
    height: 82%;
    margin-top: 5px;
    margin-right: 28px;
  }
  .amada-80th-close-btn {
    left: 30px;
  }
}

@media (max-width: 376px) {
  .amada-80th-close-btn {
    left: 6px;
  }
}

/* AMADA 80th - END */