body {
  height: 100%;
  background-color: #2f292b;
  font-family:'Varela Round', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px 16px;
  font-family: Montserrat, sans-serif;
  color: black;
  font-size: 38px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
h2 {
  margin: 10px 0px 20px;
  color: black;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}
h3 {
  margin: 5px 0px;
  color: black;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 0px;
  margin-bottom: 5px;
  color: black;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0px;
  text-shadow: none;
}
.button {
  display: block;
  width: 32%;
  height: 54px;
  padding: 4px 29px;
  float: left;
  border-radius: 4px;
  background-color: #ec1c24;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 4px 0px, rgba(0, 0, 0, 0.09) 0px 0px 0px 1px, rgba(255, 255, 255, 0) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.09) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.09) 0px -44px 38px -25px inset;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.18) 0px 1px 0px;
}
.button:hover {
  background-color: #e66f40;
}
.button:active {
  background-color: rgba(230, 111, 64, 0.63);
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px, rgba(0, 0, 0, 0.09) 0px 0px 0px 1px, rgba(0, 0, 0, 0.09) 0px 2px 6px 1px inset, rgba(0, 0, 0, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.09) 0px 44px 38px -25px inset;
}
.button.norm {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  font-size: 17px;
}
.button.norm.contactdropdown {
  display: inline-block;
  width: auto;
  padding: 15px 29px;
  background-color: #3186ad;
}
.button.cta {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  background-color: #96c950;
  font-size: 17px;
}
.button.cta.jobs {
  margin-top: 15px;
  float: left;
}
.button.normal {
  width: auto;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button.normal:hover {
  background-color: #292671;
}
.button.normal.asdf {
  background-color: #f6921e;
}
.subtitle {
  color: #f2f0f0;
  font-size: 25px;
  line-height: 34px;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
}
.field {
  width: 100%;
  height: 54px;
  margin-right: 3%;
  float: left;
  border: 0px solid black;
  border-radius: 4px;
  background-color: rgba(47, 41, 43, 0.65);
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.09) 0px 2px 9px -1px inset, rgba(255, 255, 255, 0.09) 0px 0px 0px 1px, rgba(255, 255, 255, 0.09) 0px 1px 0px 0px;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: white;
  font-size: 16px;
  text-shadow: none;
}
.field:hover {
  background-color: rgba(47, 41, 43, 0.76);
}
.field:focus {
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.09) 0px 2px 9px -1px inset, #c96c47 0px 0px 0px 2px, #c96c47 0px 0px 12px 1px;
}
.field.quote {
  width: 64%;
  text-shadow: none;
}
.field.quote.quotelocation {
  text-shadow: none;
}
.sign-up-form {
  margin-top: 47px;
  text-shadow: none;
}
.success-message {
  padding: 29px;
  border-radius: 4px;
  background-color: #c96c47;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 4px 0px, rgba(0, 0, 0, 0.09) 0px 0px 0px 1px, rgba(255, 255, 255, 0.09) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.09) 0px 1px 0px 0px inset;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.56) 0px 1px 0px;
}
.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}
.section-quote {
  height: 100%;
  padding-top: 193px;
  padding-bottom: 237px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/racing-semi-trucks-freedom1llc.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/racing-semi-trucks-freedom1llc.jpg');
  background-position: 0% 0%, 44% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: white;
  text-align: center;
}
.footer-section {
  padding-bottom: 34px;
  background-color: #2f292b;
  box-shadow: rgba(255, 255, 255, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.2) 0px 1px 1px 0px inset;
  color: #7e7c87;
}
.copyright {
  color: rgba(255, 255, 255, 0.29);
  font-size: 14px;
  text-shadow: none;
}
.copyright.left {
  margin-top: 16px;
  float: left;
  text-shadow: none;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  text-shadow: none;
}
.container.landingpage {
  padding-right: 95px;
  padding-left: 95px;
  text-align: center;
  text-shadow: none;
}
.share-button {
  display: inline-block;
  width: 58px;
  margin-right: 14px;
  margin-left: 14px;
}
.share-button.facebook {
  width: 49px;
}
.share-button.google {
  width: 54px;
}
.referal-text {
  margin-top: 16px;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 15px;
  text-transform: uppercase;
  text-shadow: none;
}
.social-btn {
  margin-right: 7px;
  margin-left: 7px;
  opacity: 0.31;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.social-btn:hover {
  opacity: 1;
}
.align-right {
  text-align: right;
}
.h1-largewhite {
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 57px;
  font-style: italic;
  font-weight: 700;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.grey {
  background-color: #484848;
}
.section.grey-pattern-background {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.70)), -webkit-linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url('../images/Comp_81075226.jpg');
  background-image: linear-gradient(rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.70)), linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url('../images/Comp_81075226.jpg');
}
.section.blue {
  background-color: rgba(49, 43, 61, 0.89);
}
.section.location-feature-slider {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section.feature-slider-500 {
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.column.center {
  text-align: center;
}
.column.center.norightpadding {
  padding-right: 0px;
}
.column.center.noleftpadding {
  padding-left: 0px;
}
.column.rightalign {
  text-align: right;
}
.column.darkright {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.38);
}
.locationfeature {
  width: 90%;
  height: 300px;
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  text-decoration: none;
}
.locationfeature:hover {
  opacity: 1;
}
.locationfeature.jacksonville {
  width: 100%;
  float: left;
  background-image: url('../images/jacksonville--port-freedom1logisticsx700.jpg');
  background-position: 0% 27%;
  background-size: cover;
  background-repeat: no-repeat;
}
.locationfeature.tampa {
  width: 100%;
  float: right;
  background-image: url('../images/tampa-port-freedom1logisticsx700.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.locationfeature.tampa:hover {
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.row.topmargin {
  margin-top: 20px;
}
.row.feature-4cta {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  margin-top: -223px;
  margin-right: auto;
  margin-left: auto;
}
.row.feature-pg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.row.feature-4cta-middle {
  margin-top: 10%;
  text-align: center;
}
.row.location {
  margin-top: 30px;
}
.locationflytext {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  margin-top: 19%;
  padding: 15px;
  background-color: #3186ad;
  font-size: 48px;
}
.locationflytext.right {
  left: auto;
  top: 0px;
  right: 0px;
}
.locationtextholder {
  margin-top: 20px;
}
.contactmethodtab {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.63);
}
.contactmethodtab.w--current {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.63);
}
.contactmethodtabholder {
  float: left;
}
.tabpane {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.map.tabfit {
  width: 268px;
  height: 200px;
  margin-bottom: 19px;
}
.tabparagraph {
  margin-bottom: auto;
  font-size: 17px;
  text-shadow: none;
}
.link {
  color: #a29824;
  text-decoration: none;
  text-shadow: none;
}
.link.white {
  color: white;
  text-decoration: none;
  text-shadow: none;
}
.link.normla {
  text-shadow: none;
}
.link.normal {
  color: white;
  text-shadow: none;
}
.white {
  background-color: #e8e8e8;
  text-shadow: none;
}
.footercred {
  font-size: 13px;
  text-decoration: none;
}
.copyrightimg {
  float: left;
}
.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}
.logo-top {
  position: absolute;
  padding: 4px;
}
.navlink {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.nav-menu {
  display: block;
}
.navbar-slim {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 38px;
  border-bottom-style: solid;
  border-bottom-color: black;
  background-color: rgba(0, 0, 0, 0.78);
}
.navlink-slim {
  height: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  font-family:'Varela Round', sans-serif;
  color: white;
}
.navlink-slim:hover {
  background-color: #262c46;
  box-shadow: black 1px 1px 3px 0px;
  color: white;
  font-weight: 400;
}
.slider.hp {
  height: 100%;
}
.slider.pg {
  height: 100%;
}
.slider.locations {
  height: 500px;
}
.slider.feature-500 {
  height: 500px;
}
.section-full {
  height: 100%;
}
.div-feature-hp-cta-box {
  display: block;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.49);
  box-shadow: black 3px 3px 6px 0px;
  text-decoration: none;
}
.div-feature-hp-cta-box:hover {
  box-shadow: none;
  opacity: 0.85;
}
.div-feature-hp-cta-box.pg {
  height: 224px;
}
.div-feature-hp-cta-box.icon {
  margin-top: 104px;
}
.div-feature-hp-cta-box.locations {
  margin-top: 12px;
}
.slide-hp-1 {
  padding-top: 180px;
}
.slide-hp-1.intermodal {
  background-image: url('../images/intermodal-drayage.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.slide-hp-1.services {
  background-image: url('../images/container-longhaul.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.slide-hp-1.whitetruck {
  background-image: url('../images/truck-sunset-freedom1logistics.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.slide-hp-1.jacksonville-port {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/jacksonville--port-freedom1logisticsx1200.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/jacksonville--port-freedom1logisticsx1200.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}
.slide-hp-1.tampa {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/tampa-port-freedom1logisticsx1200.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/tampa-port-freedom1logisticsx1200.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.slide-hp-1.location {
  background-image: url('../images/forklift-container-truckx1200.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-hp-1.red-truck {
  background-image: url('../images/red-truckx1200.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.linkblocktop {
  display: block;
  margin-bottom: -15px;
}
.linkblocktop.icon {
  margin-top: 103px;
}
.linkblockbottom {
  display: block;
  height: 85px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 20px 20px;
  background-color: #f6921e;
  background-image: -webkit-linear-gradient(#ec1c24, #b3070d);
  background-image: linear-gradient(#ec1c24, #b3070d);
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.linkblockbottom.blue {
  background-color: #292671;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-shadow: none;
}
.linkblockbottom.black {
  background-image: -webkit-linear-gradient(black, black);
  background-image: linear-gradient(black, black);
}
.linkblockbottom.pg {
  background-color: #292671;
  text-shadow: black 1px 1px 2px;
}
.linkblockbottom.lesspadding {
  padding-right: 8px;
  padding-left: 8px;
  text-shadow: none;
}
.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0.78);
  color: white;
}
.dropdown-link {
  color: white;
}
.whyfreedomimagefeature {
  position: absolute;
  left: 18%;
  top: 15%;
  right: 18%;
  bottom: 15%;
}
.hub-holder {
  position: fixed;
  top: 16%;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: inline-block;
}
.navbar-hub {
  display: none;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: black;
  background-color: rgba(0, 0, 0, 0.38);
}
.brand-hub {
  float: none;
}
.menu-button-hub {
  display: inline-block;
  background-color: #484848;
}
.nav-menu-hub {
  margin-top: 81px;
  background-color: rgba(168, 168, 167, 0.88);
}
.contact-holder-hub {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  border-top-style: solid;
}
.slider-cta-box {
  width: 403px;
  padding: 10px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.38);
  font-family:'Varela Round', sans-serif;
}
.slider-cta-box.float-right {
  width: 404px;
  float: right;
}
.slider-cta-box.float-left {
  float: left;
}
.slider-cta-box-text {
  margin-bottom: 20px;
  color: #f0eded;
  text-shadow: none;
}
.slider-cta-box-text.title {
  padding-bottom: 2px;
  border-bottom: 1px solid #999;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none;
}
.imgfloatleft {
  float: left;
  text-shadow: none;
}
.headerbox {
  padding: 0px 15px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.38);
}
.page-slider-content {
  width: 180px;
  padding: 10px 5px;
  background-color: #262c46;
  text-shadow: none;
}
.img-holder.middle-column-holder {
  width: 220px;
}
.page-slider-title {
  margin-bottom: 10px;
  font-size: 19px;
  text-shadow: none;
}
.page-slider-contact-holder {
  margin-top: 5px;
  text-align: center;
  text-shadow: none;
}
.h1-bottom-border {
  display: inline-block;
  border-bottom: 2px solid #999;
  color: white;
}
.navbar-slim-bottom {
  height: 38px;
  margin-bottom: 20px;
  background-color: #2f292b;
  box-shadow: black 0px 1px 0px 0px;
}
.container-page {
  padding-right: 20%;
  text-shadow: none;
}
.div {
  text-shadow: none;
}
.div.center {
  text-align: center;
  text-shadow: none;
}
.div.location-header {
  text-align: center;
  text-shadow: none;
}
.service-icon-holder {
  display: inline-block;
  float: left;
  text-shadow: none;
}
.slide-test {
  background-image: url('../images/intermodal-drayage.jpg');
  background-size: cover;
  background-attachment: fixed;
}
.slider-full-page {
  height: 100%;
}
.slide1 {
  background-image: url('../images/truck-sunset-freedom1logistics.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.slide2 {
  background-image: url('../images/intermodal-drayage.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.quick-guide-link {
  display: block;
  margin-bottom: 5px;
  margin-left: 5px;
}
.quick-guide-divs {
  display: inline-block;
  margin-left: 5px;
  color: white;
  text-shadow: none;
}
.quick-guide-locations-holder {
  padding-left: 40px;
}
.form {
  text-shadow: none;
}
.form.locations {
  margin-top: 20px;
  text-shadow: none;
}
.h1black {
  border-bottom: 2px solid black;
  color: black;
  line-height: 46px;
  text-shadow: rgba(0, 0, 0, 0.72) 0px 1px 0px;
}
.paragraph-black {
  color: black;
  text-shadow: none;
}
.h2white {
  color: white;
  text-shadow: none;
}
.paragraph-white {
  color: white;
  text-shadow: none;
}
.list {
  color: #424242;
  text-shadow: none;
}
.list.whitetext {
  color: #e3e3e3;
  text-shadow: none;
}
.list.locations {
  text-shadow: none;
}
.h3white {
  color: white;
  text-shadow: none;
}
.title-white {
  font-family:'Varela Round', sans-serif;
  color: white;
  text-shadow: none;
}
.page-slider-content-holder-desktop {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 1;
  display: inline-block;
}
.page-slider-content-holder-mobile {
  position: fixed;
  top: 30%;
  right: 0px;
}
.nav-menu-page-slider-content-holder-mobile {
  margin-top: 60px;
  background-color: #262c46;
  text-align: left;
}
.page-slider-content-holder-mobile-button {
  display: inline-block;
  padding: 5px 16px;
  float: right;
  background-color: #262c46;
  color: white;
  font-size: 19px;
  text-decoration: none;
}
.psch-close {
  font-family: Montserrat, sans-serif;
  color: #e8e8e8;
  font-size: 27px;
  font-weight: 400;
  text-decoration: none;
}
.service-icon-text {
  margin-top: 10px;
  float: left;
  text-shadow: none;
}
.list-item {
  text-shadow: none;
}
.list-item.location {
  text-shadow: none;
}
.quote-bottom-feat-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 11px;
  background-color: rgba(0, 0, 0, 0.49);
  color: #9e9e9e;
  font-size: 19px;
  font-weight: 400;
}
.quick-guide-2 {
  position: fixed;
  top: 40%;
  right: 0px;
  display: none;
  width: 180px;
  padding: 10px 5px;
  background-color: #262c46;
}
.navlink-quick-guide-2 {
  display: block;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: rgba(255, 255, 255, 0.49) 1px 0px 0px 0px inset;
  color: white;
  font-size: 14px;
}
.navlink-quick-guide-2:hover {
  color: #f6921e;
}
.brand-quick-guide-2 {
  margin-bottom: 5px;
}
.dropdown-list-quick-guide-2.w--open {
  background-color: rgba(49, 43, 61, 0.89);
}
.phone-link-quick-guide-2 {
  text-shadow: none;
}
.cta-box-popup {
  position: relative;
  z-index: 5;
  margin-top: auto;
  padding: 10px;
  color: white;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.cta-box-popup-2 {
  position: relative;
  display: none;
  height: 70px;
  margin-top: -70px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: #262c46;
  font-size: 18px;
  line-height: 26px;
}
html.w-mod-js *[data-ix="slide-fly-right-interaction"] {
  opacity: 0;
  -webkit-transform: translate(-33px, 0px);
  -ms-transform: translate(-33px, 0px);
  transform: translate(-33px, 0px);
}
html.w-mod-js *[data-ix="slide-fly-left-interaction"] {
  opacity: 0;
  -webkit-transform: translate(-33px, 0px);
  -ms-transform: translate(-33px, 0px);
  transform: translate(-33px, 0px);
}
@media (max-width: 991px) {
  body {
    height: 100%;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
    text-shadow: none;
  }
  p {
    font-size: 15px;
    text-shadow: none;
  }
  .subtitle {
    font-size: 23px;
    text-shadow: none;
  }
  .field {
    text-shadow: none;
  }
  .container {
    padding-right: 79px;
    padding-left: 79px;
    text-shadow: none;
  }
  .container.landingpage {
    padding-right: 20px;
    padding-left: 20px;
    text-shadow: none;
  }
  .h1-largewhite {
    font-size: 48px;
  }
  .column.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .row.feature-4cta {
    margin-top: -175px;
  }
  .contactmethodtab.w--current {
    width: auto;
    float: left;
  }
  .contactmethodtabholder {
    width: 13.1%;
  }
  .map.tabfit {
    width: auto;
    height: 100px;
  }
  .link.white {
    text-shadow: none;
  }
  .white {
    text-shadow: none;
  }
  .div-feature-hp-cta-box {
    width: 177px;
  }
  .div-feature-hp-cta-box.pg {
    width: 171px;
    height: auto;
  }
  .div-feature-hp-cta-box.icon {
    margin-top: 64px;
  }
  .div-feature-hp-cta-box.locations {
    margin-top: 7px;
  }
  .slide-hp-1 {
    background-position: 50% 50%;
  }
  .slide-hp-1.services {
    padding-top: 20%;
  }
  .linkblocktop.icon {
    margin-top: 64px;
  }
  .linkblocktop.img {
    width: 171px;
    height: 113px;
  }
  .linkblockbottom.pg {
    font-size: 12px;
  }
  .whyfreedomimagefeature {
    left: 27px;
    right: 27px;
    width: 134px;
  }
  .menu-button {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .page-slider-contact-holder {
    display: block;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    text-shadow: none;
  }
  .container-page {
    padding-right: 23%;
    text-shadow: none;
  }
  .h1black {
    font-size: 30px;
  }
  .paragraph-black {
    text-shadow: none;
  }
  .h2white {
    text-shadow: none;
  }
  .title-white {
    text-shadow: none;
  }
  .phone-link-quick-guide-2 {
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  h2 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .field {
    text-shadow: none;
  }
  .field.quote {
    text-shadow: none;
  }
  .sign-up-form {
    margin-bottom: 0px;
    text-shadow: none;
  }
  .section-quote {
    padding-top: 55px;
  }
  .footer-section {
    padding-bottom: 26px;
  }
  .container {
    padding-right: 11px;
    padding-left: 11px;
    text-shadow: none;
  }
  .container.landingpage {
    text-shadow: none;
  }
  .section.location-feature-slider {
    height: 100%;
  }
  .section.feature-slider-500 {
    height: 300px;
  }
  .column.center.norightpadding {
    padding-left: 0px;
  }
  .column.center.noleftpadding {
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .row.feature-4cta {
    position: absolute;
  }
  .row.feature-pg {
    position: absolute;
  }
  .row.feature-hp-mobile {
    position: absolute;
    top: 57px;
    z-index: 2;
  }
  .map.tabfit {
    height: 200px;
  }
  .white {
    text-shadow: none;
  }
  .navlink-slim {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom-style: solid;
    border-bottom-color: #d1d1d1;
    color: #262c46;
  }
  .slider.locations {
    height: 100%;
  }
  .slider.feature-500 {
    height: 300px;
  }
  .div-feature-hp-cta-box {
    margin-bottom: 15px;
  }
  .div-feature-hp-cta-box.pg {
    margin-bottom: 15px;
  }
  .div-feature-hp-cta-box.locations {
    margin-top: 33px;
  }
  .slide-hp-1 {
    background-position: 50% 50%;
  }
  .linkblocktop.icon {
    margin-top: auto;
  }
  .linkblockbottom._1 {
    padding-top: 15px;
  }
  .dropdown-list.w--open {
    background-color: white;
  }
  .whyfreedomimagefeature {
    left: 77px;
    width: 123px;
  }
  .headerbox {
    text-shadow: none;
  }
  .page-slider-title {
    font-size: 9px;
    text-shadow: none;
  }
  .page-slider-contact-holder {
    text-shadow: none;
  }
  .container-page {
    padding-right: 10px;
    padding-left: 10px;
    text-shadow: none;
  }
  .h2white {
    text-shadow: none;
  }
  .psch-close {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 5px;
    padding-left: 5px;
    float: left;
    color: #ec1c24;
  }
  .quick-guide-2 {
    top: 10%;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-button-quick-guide {
    margin-top: -10px;
    padding: 9px;
  }
  .menu-button-quick-guide.w--open {
    background-color: #f6921e;
  }
  .nav-menu-quick-guide-2 {
    margin-top: 71px;
    background-color: #262c46;
  }
  .nav-menu {
    padding-top: 15px;
    background-color: #e8e8e8;
  }
  .cta-box-popup {
    z-index: 4;
    margin-top: 0px;
    margin-bottom: -90px;
    background-color: #262c46;
    line-height: 35px;
  }
  .cta-box-popup-2 {
    width: 177px;
    margin-top: -85px;
  }
}
@media (max-width: 479px) {
  h2 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 100%;
    float: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .subtitle {
    font-size: 17px;
    text-shadow: none;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 14px;
  }
  .field.quote {
    width: 100%;
    float: none;
    text-align: center;
    text-shadow: none;
  }
  .sign-up-form {
    text-shadow: none;
  }
  .section-quote {
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 0% 0%, 22% 50%;
  }
  .copyright {
    margin-bottom: 7px;
    font-size: 11px;
    text-align: center;
    text-shadow: none;
  }
  .container {
    text-align: left;
    text-shadow: none;
  }
  .container.landingpage {
    padding-top: 25%;
    text-shadow: none;
  }
  .align-right {
    text-align: center;
  }
  .column.center.noleftpadding {
    margin-bottom: 15px;
  }
  .locationflytext {
    font-size: 31px;
  }
  .contactmethodtabholder {
    width: auto;
  }
  .link.normal {
    text-shadow: none;
  }
  .copyrightimg {
    width: 36px;
  }
  .div-feature-hp-cta-box {
    width: 137px;
  }
  .div-feature-hp-cta-box.pg {
    width: 145px;
  }
  .div-feature-hp-cta-box.icon {
    margin-top: 91px;
  }
  .slide-hp-1 {
    background-position: 50% 50%;
  }
  .slide-hp-1.jacksonville-port {
    background-position: 0% 0%, 42% 50%;
  }
  .linkblocktop._1 {
    width: 59px;
  }
  .linkblocktop.img {
    margin-bottom: -17px;
  }
  .linkblockbottom.blue {
    text-shadow: none;
  }
  .linkblockbottom.pg {
    font-size: 12px;
  }
  .linkblockbottom._1 {
    padding: 20px 6px 6px;
    font-size: 13px;
  }
  .linkblockbottom.lesspadding {
    text-shadow: none;
  }
  .whyfreedomimagefeature {
    left: 26px;
    width: 102px;
  }
  .menu-button-hub {
    padding: 10px;
    font-size: 13px;
  }
  .menu-button {
    padding: 7px;
  }
  .slider-cta-box {
    width: auto;
  }
  .page-slider-contact-holder {
    text-shadow: none;
  }
  .navbar-slim-bottom {
    margin-bottom: 50px;
  }
  .h1black {
    font-size: 27px;
  }
  .h2white {
    text-shadow: none;
  }
  .title-white {
    text-shadow: none;
  }
  .cta-box-popup-2 {
    width: 137px;
    font-size: 15px;
  }
}

