html {
	font-family:"Lato",sans-serif;
}
.fixed-position {
	position:fixed;
}
/* ============ Button Styling ============ */

/* Login Button Styling */
.button-secondary--login {
	background-color: #ffffff;
	color: #0072BC;
	display: inline-block;
	padding: 1em 1.8125em;
	border-radius: 4px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.133;
	transition: 150ms ease;
	transition-property: background-color, border-color, box-shadow, color;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border-width: 1px;
	border:2px solid #0072BC;
	text-decoration:none;
}
/* Get Started Button Styling */
.button-primary--getStarted {
	background-color: #0072BC;
	color: #ffffff;
	display: inline-block;
	padding: 1em 1.8125em;
	border-radius: 4px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.133;
	transition: 150ms ease;
	transition-property: background-color, border-color, box-shadow, color;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border-width: 1px;
	border: 2px solid #0072BC;
	text-decoration:none;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #0072bc !important;
}

/* Mega Menu and Dropdown Item Links */
.group-item-link {
	text-decoration:none;
	color:#333333;
}
/* Mega Menu and Dropdown Item Links Hover */
.group-item-link a:hover {
	color:#333333 !important;
}
/* Div for the Menu Links*/
.menu-item {
	font-size:0.75em;
}
/* Heading Text for the Menu Item */
.menu-item-header {
	font-size:1.3em;
	font-weight:600;
	margin-bottom:4px;
}
/* Description Text for the Menu Item */
.menu-desc {
	font-size:0.75em;
	color: #707070;
}
/* Div for Covid-19 Banner Text */
.notice-text {
	margin: auto !important;
}
/* Covid-19 Banner Text */
.notice-text p {
	color: #ffffff;
	font-size:0.9rem;
	margin: auto;
	font-family:"Lato",sans-serif;
}

.notice-text a:hover {
  color:#e8e8e8 !important;
}

/* Covid-19 Banner Link */
.notice-text a {
	color: #ffffff;
	text-decoration:underline;
}

/* Div for the Covid-19 Banner and Tracking Search */
.tracking-status {
	background-color:#0B3862;
/* 	min-height:56px; */
	box-shadow:0 10px 10px -10px rgb(33 35 38 / 10%);
	z-index:20;
	position:relative;
}
/*Tracking Button */
.btn-secondary-tracking {
	background-color:#0072bc !important;
	color: #ffffff !important;
	border-radius:0px 4px 4px 0px !important;
}
.search-bar {
	max-width:1400px;
}
.navbar .megamenu{
	padding: 1rem;
}
.fc-navbar {
	background-color: transparent;
	z-index:200;
}
.fc-nav-container {
	width:100%;
	max-width:1400px;
	margin:0 auto;
	padding:0 16px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	max-width:1600px;
	margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .row{
/* 	max-width:1400px; */
	margin: 0 auto;
}
/* Menu Links */
.navbar-nav .nav-item .nav-link {
	color:#ffffff;
}
.nav-link-black {
	color: #333333 !important;
}
/* Menu Link HOVER */
.navbar-nav .nav-item .nav-link:hover {
	color:#cbdfee;
}

/* @media only screen and (max-width:991px) {
  .loginCTAMobile {
    width:100%;
  }
}
 */

/* ============ Menu Link Chevron Styling ============ */

.chevron-service, .chevron-about, .chevron-parternships, .chevron-resources {
    -moz-transition: all 2s ease-in;
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in;
}

.chevron-service.down, .chevron-about.down, .chevron-parternships-down, .chevron-resources.down  {
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

  

.menu-img:hover {
	opacity:0.5;
}
/* Submenu Links */
.navbar-expand-lg .navbar-nav .dropdown-menu {
	border:none;
	box-shadow:0 10px 10px -10px rgb(33 35 38 / 10%);
	margin-top:-0.2rem;
}
/* Submenu Links */
.dropdown-menu .normal-menu .hs-menu-item a {
	color: #333333;
	text-decoration:none;
	margin-right:2.25rem;
}
/* Submenu Links HOVER */
.dropdown-menu .normal-menu .hs-menu-item a:hover {
	color: #0072bc;
}
/* Menu Chevron */
.menu-chevron {
	transform:rotate(90deg);
	margin-left:0.5rem;
	transition: all .2s ease-in;
}
/* Rotate Chevron on Menu Click */
.nav-link a:hover > .menu-chevron {
	transform: rotate(-90deg);
	transition: all .25s ease-out;
}
.col-megamenu {
	border:1px solid grey;
	border-radius:4px;
	transition: all .7s ease-out;
}
.col-megamenu:hover {
	box-shadow:0 10px 10px -10px rgb(33 35 38 / 10%);
	top:-8px;
}
.megamenu .row .col {
	display: flex;
	/* flex-direction: column;
	flex: 1 1 100px;
	*/
	margin: 1em 0.5em;
}
.col-megamenu-text {
	padding: 10px 12px;
}
.col-megamenu-text ul {
	list-style:none;
	padding:0;
}
.col-menu-description {
	font-size:1rem;
}
.normal-menu ul {
	padding:0
}
.normal-menu li {
	list-style:none;
}
.navbar-expand-lg .navbar-nav .nav-link {
	display:-webkit-box;
}
.nav-buttons .nav-item {
	margin-right:1.25rem;
}
.col-megamenu-text ul li a {
	text-decoration:none;
	color:#0072bc;
}

.sub-item-link:hover {
  color: #0072bc !important;
}
.solid {
	background-color: #FFFFFF;
	transition: background-color 1s ease 0s;
	box-shadow: 0 0 4px grey;
}
.lock-scroll {
	overflow: hidden;
}
.fixed-top-mobile {
	position: relative !important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.input-group>.form-control, .input-group>.form-select {
	font-size:0.75em;
}
.position-fixed {
	position:fixed;
}
.mobile-scroll {
	max-height:80vh;
	overflow-y:scroll;
}

.iframe-container {
   margin: 0 auto;
  display: flex;
  justify-content: center;
   position:relative;
}

.askDemo-Video {
  padding:1em !important;
}
#video-background {
  border-radius:8px;
}
/* ============ Change Hamburger Icon to X Icon when Opened ============ */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .has-megamenu{
		position:static!important;
	}
	.navbar .megamenu{
		left:0;
		right:0;
		width:100%;
		margin-top:0;
	}
  
/* Menu Link Active Class */
.navbar-nav .nav-item .nav-link:focus {
	color:#ffa733 !important;
}
}
/* ============ desktop view .end// ============ */
/* @media screen and (min-width: 67.5em) {
	.fc-navbar {
		padding-left:calc(5% + 18px);
		padding-right:calc(5% + 18px);
	}
}
*/
/* ============ mobile view ============ */
@media screen and (max-width:1280px) {
	.menu-padding {
		padding-left: calc(5% + 18px);
		padding-right: calc(5% + 18px);
	}
}
@media only screen and (max-width:610px) {
	.megamenu .row .col {
		flex: 0 1 50%;
		margin:1em 0em;
	}
}
@media only screen and (max-width:991px) and (min-width:669px) {
	.megamenu .row .col {
		flex: 0 1 25%;
		margin:1em 0em;
	}
}
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
		max-height: 90vh;
		margin-top:10px;
	}
}
@media only screen and (max-width:991px){
	.getStartedBtn {
		margin-right:0em !important;
	}
	.normal-menu {
		flex-direction:column;
	}
	.navbar-nav .nav-item {
		border-bottom:1px solid #e8e8e8;
		padding:16px;
		font-weight:700;
		font-size:1.2rem;
	}
	.no-border {
		border-bottom:transparent !important;
		text-align:center;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		box-shadow:none !important;
		margin-left: 0 !important;
    padding: 0 !important;
	}
	.normal-menu li {
		margin-top:0.5rem;
		margin-bottom:0.5rem;
	}
	.dropdown-menu .normal-menu .hs-menu-item a {
		font-size:1rem;
		color:#6e7272;
	}
	.container-fluid {
		display:block !important;
	}
	.navbar-toggler {
		float:right;
	}
	.fc-navbar {
		padding-left:calc(5% + 18px);
		padding-right:calc(5% + 18px);
	}
	.notice-text {
		text-align:center !important;
		display: block !important;
	}
	.notice-text p {
		text-align:center !important;
		display: block !important;
		font-size: 0.8rem !important;
	}
	.input-group>.form-control, .input-group>.form-select {
		font-size:0.75em;
	}
  
  .askDemo-Video {
    padding-left:0em !important;
    padding-right:0em !important;
  }
}

/* ============ MEDIA QUERIES ============ */
@media screen and (min-width: 991px) {
	.fc-navbar {
		min-height:80px;
	}
	.navbar-brand {
		max-width:100px;
	}
}
@media screen and (max-width:991px) {
	.border-col {
		border:none !important;
	}
	.freightcom-logo {
		margin-right:2em !important;
	}
  .serviceDropdown .col-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .menu-item > .hs_cos_wrapper, .group-item-link {
    font-weight: 400 !important;
  }
}
@media screen and (max-width:1600px) and (min-width:991px) {
	.navbar-nav li {
		font-size:0.9rem;
	}
	.dropdown .nav-link {
		font-size:0.8rem;
	}
	.freightcom-logo {
		width:150px;
	}
	.getStartedBtn {
		font-size:0.8rem !important;
	}
	.servicesMenuImg {
		width:100% !important;
		height:auto !important;
	}
}
@media screen and (max-width:1272px) and (min-width:992px) {
	.dropdown .nav-link {
		font-size:0.8rem;
	}
}
@media screen and (max-width:1366px) {
	.fc-navbar {
		padding-left: calc(5% + 18px);
		padding-right: calc(5% + 18px);
	}
}
/* ============ Tablet Queries ============ */
@media only screen and (min-width: 768px) and (max-width: 1366px) {
	/* Footer Div */
	.menu-item > .hs_cos_wrapper {
		font-size:1em;
	}
	/* Make Read More Button One line */
	.button-clickship {
		font-size:0.825rem;
		padding:1em 0.425em;
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	/* Make Services Dropdown Two Columns on Tablet */
	.serviceDropdown .row > .col-md-4 {
		width:50% !important;
	}
}'
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.freightcom-logo {
		margin-right:1rem !important;
		width:120px !important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 0.8125em !important;
		padding: 0 !important;
	}
	.menu-login {
		margin-right: 1rem !important;
	}

	.getStartedBtn, .button-bookdemo {
		font-size:0.75rem !important;
	}
	.tablet-5050 {
		padding-left: 0 !important;
		padding-right:0 !important;
	}
	.footer-container {
		padding-left: calc(-1% + 18px) !important;
		padding-right: calc(-1% + 18px) !important;
	}
}

@media only screen and (min-width:992px) and (max-width:1600px) {
   .aboutUsLinks {
    padding-top:0.5em !important;
    padding-bottom:0.5em !important;
  }
}

@media only screen and (min-width:991px) {
  .dropdown-Partnership {
    padding: 0 !important;
  }

  .navbar {
    padding-left:0 !important;
    padding-right:0 !important;
}

@media only screen and (max-width:1200px) and (min-width:992px) {
   .navbar-nav .button-primary {
    padding: 0.9em 0.8125em !important;
  }
  .button-bookdemo, .button-bookdemo-2 {
    padding: 0.9em 0.8125em !important;
  }
  .freightcom-logo {
      margin-right: 0.5rem !important;
  }
  .nav-buttons .nav-item {
      margin-right: 0.7rem !important;
  }
}



/* Video Modal from Menu */

.modal-videoPlayer {
  background-color: transparent !important;
  border: none !important;
  height: 450px !important;
}

.modal-video {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



/* Video Button Overlay */

/* .video-btn-desktop {
    background-color: white !important;
    width: 60px;
    height: 60px;
    opacity: 0.8;
    border-radius: 50% !important;
} */
  

  }


.social-icon {
  display: flex;
  flex: 1 1;
  justify-content: space-between;
  column-gap:8px;
}

.social-address p {
  font-size:0.75em;
}


@media only screen and (max-width:991px) {
  .nav-buttons {
    flex-direction:row !important;
    flex-wrap:wrap !important;
    justify-content:space-between !important;
  }

  
  .video-container  {
    margin-top:-8em !important;
  }
  
   .hero-padding-homepage .text-white {
    margin-top:2em !important;
  }
  .text-white {
    margin-top:2em !important;
  }

  
  .nav-buttons .nav-item {
    margin-right:0px !important;
}
  .loginCTAMobile {
   padding:0 !important;
  }
  .nav-buttons {
    margin-top:2em; !important;
  }
     #hero-section {
    margin-top:-8em !important;
  }
}

@media only screen and (max-width:1080px) { 
  .partnerlogo-menu {
    width:100% !important;
  }
      .fa-phone {
    display:none !important;
  }
}

@media only screen and (min-width:1079px) and (max-width:992px) {
  .video-tablet {
    top:65% !important;
  }
}

/* @media only screen and (min-width:991px) and (max-width:1480px) { 
  	.fc-navbar {
		padding-left:calc(5% + 18px) !important;
		padding-right:calc(5% + 18px) !important;
	}
}
 */
	.hamburger-icon {
  /* Your hamburger icon styling */
  background: url('https://5324278.fs1.hubspotusercontent-na1.net/hubfs/5324278/Assets/Bootstrap%20Icons/list.svg');
  /* Add other styles as needed */
}
.close-icon {
  /* Your close (X) icon styling */
  background: url('https://5324278.fs1.hubspotusercontent-na1.net/hubfs/5324278/Assets/Bootstrap%20Icons/x.svg') !important;
      background-repeat: no-repeat !important;
    background-position: center;
    background-size: 100% !important
  /* Add other styles as needed */
}
.navbar-toggler:focus {
  box-shadow:none !important;
}
@media only screen and (max-width:768px) {
    .update-banner--phone {
    display:none !important;
  }
}


/* If Mobile Hamburger Icon is clicked */
.navbar-toggler-icon-closed {
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  
@media screen and (max-width:768px) {
  .freightcom-logo {
    margin-right:0em !important;
    width:150px !important;
  }
}
  
}


.mobileBtn-scroll {
   border:1px solid #fff !important;
   background-color:transparent !important;
   color: #fff !important;
}

.mobileBtn-scrolled {
   border:1px solid #0072bc !important; 
   background-color:transparent !important;
   color: #0072bc !important;
}

/* Two Menu Layout for IMS */
.two-menu-group {
  flex-direction:column;
  gap:16px;
}

.flex-menu {
  display:flex;
  gap:8px;
}

/* New Badge */
.new-badge {
  font-size: 10px;
  border: 1px solid #ffa773;
  padding: 0px 4px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  background-color: #fff1dd;
  color: #804a2b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position:relative;
}

.new-badge::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 167, 115, 0.5); /* Orange with transparency */
  border-radius: 3px;
  transform: translate(-50%, -50%);
  animation: pulse-badge 1.5s infinite;
  z-index: -1; /* Ensure the pulse is behind the badge */
}

@keyframes pulse-badge {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
