@charset "UTF-8";
/*
	Theme Name: Reindeer Auto Relocation Theme
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1.3

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/*
Imports
----------------------------------------------------------------------------------------------------- */
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */
*,
input[type=search] {
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

body {
  color: #141006;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

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

a:hover {
  color: #0ebfe9;
}

p {
  margin: 0 0 15px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

blockquote,
blockquote::before {
  color: #999;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "“";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* Custom Block Quote
--------------------------------------------- */
.swd-block blockquote {
  font-size: 1.2em;
  width: 100%;
  margin: auto;
  font-family: Open Sans;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #96CA4F;
  line-height: 1.6;
  position: relative;
  background: #FAFAFA;
}

.swd-block blockquote::before {
  font-family: Arial;
  content: "“";
  color: #96CA4F;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

.swd-block blockquote::after {
  content: "";
}

.swd-block blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

.entry-content code {
  background-color: #333;
}

cite {
  font-style: normal;
}

.button {
  transition-duration: 0.3s;
  transition-property: background;
  transition-timing-function: linear;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #141006;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 22px;
  font-weight: 500;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
  /* IE8 */
}

/* Timeline Plugin
--------------------------------------------- */
.timeline li .tl-circ {
  background: #ffffff !important;
  border: 4px solid #F0F0F0 !important;
  top: 50px !important;
}

.timeline li .timeline-panel {
  border: none !important;
  padding: 0px !important;
}

.timeline li .timeline-panel:before {
  border: none !important;
}

.timeline li .timeline-panel:after {
  border: none !important;
}

.timeline:before {
  background-color: #F0F0F0 !important;
  width: 3px !important;
}

.site-inner .timeline ul li {
  display: list-item;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 0px;
  list-style: disc;
}

.be-content li:before {
  display: inline !important;
}

.be-title {
  margin-top: 15px;
}

.be-pack li.timeline-inverted:nth-of-type(2) {
  margin-top: -250px;
}
@media screen and (max-width: 700px) {
  .be-pack li.timeline-inverted:nth-of-type(2) {
    margin-top: 50px;
  }
}

.be-pack li.timeline-right:nth-of-type(3) {
  margin-top: -200px;
}
@media screen and (max-width: 700px) {
  .be-pack li.timeline-right:nth-of-type(3) {
    margin-top: 50px;
  }
}

.be-pack li.timeline-inverted:nth-of-type(4) {
  margin-top: -200px;
}
@media screen and (max-width: 700px) {
  .be-pack li.timeline-inverted:nth-of-type(4) {
    margin-top: 50px;
  }
}

/* Tablepress
--------------------------------------------- */
thead {
  font-size: 15px;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  padding: 10px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #333;
  outline: none;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #999;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.entry-content .button {
  background-color: #333;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Homepage
--------------------------------------------- */
.elementor-template-full-width .site-header {
  position: absolute;
}
@media only screen and (max-width: 1220px) {
  .elementor-template-full-width .title-area a {
    width: 230px;
    background-size: 230px;
  }
}

.elementor-template-full-width.swd-light-header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link, .elementor-template-full-width.swd-light-header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:hover, .elementor-template-full-width.swd-light-header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:hover {
  color: #ffffff;
}
.elementor-template-full-width.swd-light-header .site-inner ul li:before {
  border: none;
}
.elementor-template-full-width.swd-light-header .title-area a {
  background-image: url(images/reindeer-logistics.png);
  background-size: 278px;
}
@media only screen and (max-width: 1220px) {
  .elementor-template-full-width.swd-light-header .title-area a {
    width: 230px;
    background-size: 230px;
  }
}

.elementor-template-full-width.sticky .title-area a {
  background-image: url("images/reindeer-logistics-dark.png");
}
.elementor-template-full-width.sticky .site-header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link, .elementor-template-full-width.sticky .home.sticky .site-header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:hover {
  color: #141006;
}

.elementor-template-full-width .reindeer-auto-app-bg::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(https://reindeerauto.com/wp-content/uploads/2023/09/bg-circles.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.elementor-template-full-width .site-inner {
  padding-top: 0px;
}
.elementor-template-full-width .site-inner .wrap {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .elementor-template-full-width .swd-mobile-border {
    border-bottom: solid 2px #747577 !important;
  }
}

.elementor-accordion-item {
  margin-top: 15px !important;
  border: 1px solid #d5d8dc !important;
}

/* Template Library Edit to make Full Width
--------------------------------------------- */
.elementor_library-template-default .site-inner .content {
  width: 100% !important;
}
.elementor_library-template-default .site-inner .sidebar {
  display: none !important;
}
.elementor_library-template-default .site-inner .wrap {
  margin: 0px !important;
  max-width: 100% !important;
}

.elementor-page a {
  color: #96CA4F;
  text-decoration: none;
}
.elementor-page a.read-more {
  color: #96CA4F;
}

.title-area a {
  display: block;
  font-size: 0;
  width: 280px;
  height: 80px !important;
  background-image: url("images/reindeer-logistics-dark.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 278px;
}

@media only screen and (max-width: 1220px) {
  .title-area a {
    width: 230px;
    background-size: 230px;
  }
}
/* Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1260px;
}

.site-inner {
  clear: both;
  padding-top: 40px;
}

/* Areas We Serve Pages
--------------------------------------------- */
.elementor a.swd-areas-more {
  white-space: pre;
  display: block;
  padding-top: 15px;
  color: #333333;
  font-weight: 400;
  text-decoration: underline;
}
.elementor a.swd-areas-more:hover {
  text-decoration: none;
}

/* Footer
--------------------------------------------- */
.footer-template a {
  color: #ffffff;
}

.site-footer .wrap {
  max-width: 100%;
}

.panel-grid.panel-has-style > .panel-row-style, .panel-grid.panel-no-style {
  display: flex;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

/* Header Top
--------------------------------------------- */
#pgc-w607745693396c-0-1 {
  width: 45%;
  width: calc(45% - 16.5px);
}

#pg-w607745693396c-0.panel-has-style > .panel-row-style, #pg-w607745693396c-0.panel-no-style, #pg-w607745693396c-1.panel-has-style > .panel-row-style, #pg-w607745693396c-1.panel-no-style {
  align-items: flex-start;
}

#pgc-w607745693396c-0-0, #pgc-w607745693396c-0-2 {
  width: 27.5%;
  width: calc(27.5% - 21.75px);
}

#pg-w607745693396c-0 {
  display: none;
}

#pg-w607745693396c-1 {
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
}

@media (min-width: 980px) {
  #pg-w607745693396c-1 {
    display: none;
  }
  #pg-w607745693396c-0 {
    display: flex;
  }
}
/* Main Header
--------------------------------------------- */
#pg-w651afbaf2f3b1-0.panel-has-style > .panel-row-style, #pg-w651afbaf2f3b1-0.panel-no-style {
  align-items: flex-start;
}

#pgc-w651afbaf2f3b1-0-0 {
  width: 61%;
  width: calc(61% - 11.7px);
}

#pgc-w60549bb5d8cfc-0-0 {
  width: 70%;
  width: calc(70% - 11.7px);
}

@media only screen and (max-width: 1179px) {
  .site-header .widget-area .panel-layout .panel-grid-cell:first-child {
    width: 72% !important;
  }
}
@media (max-width: 1130px) {
  #pl-w651afbaf2f3b1 .panel-grid .panel-grid-cell-empty, #panel-w60549bb5d8cfc-0-1-0 {
    display: none;
  }
}
/* Column Widths and Positions
--------------------------------------------- */
/* Content */
.content {
  float: left;
  width: 890px;
}

.sidebar-content .content {
  float: right;
}

.full-width-content .content {
  width: 100%;
}

#chat-widget-container {
  z-index: 9998 !important;
}

#cookie-law-info-bar {
  z-index: 9999 !important;
}

/* WordPress
--------------------------------------------- */
.search-form input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search-form {
  overflow: hidden;
  padding: 3px;
  width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone {
  margin-bottom: 12px;
}

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
  border: none;
}

.widget-area {
  word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */
.entry-title a,
.sidebar .widget-title a {
  border: none;
}

.widget-title {
  margin-bottom: 24px;
}

.sidebar .widget-title a {
  border: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  width: 100%;
  transition: all 0.5s ease 0s;
  z-index: 9998;
}

.site-header .wrap,
#header-top .wrap {
  max-width: 1560px;
}

#header-top .wrap .panel-layout .panel-grid-cell:last-child {
  text-align: right;
}

.sticky .site-header {
  position: sticky;
  top: 41px;
  width: 100%;
  left: 0px;
  background: #fff;
}

.sticky #header-top {
  position: sticky;
  top: 0px;
  transition: all 0.5s ease 0s;
  z-index: 999;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 0;
  width: auto;
  height: 70px;
}

/* Full width header, no widgets */
/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 75%;
  padding-top: 21px;
}

.site-header .search-form {
  float: right;
  margin-top: 10px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption,
p {
  margin-bottom: 16px;
}

.entry-content ol li {
  list-style-type: decimal;
}

.entry-content ul li {
  list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

/*
Blog Page Single.php
----------------------------------------------------------------------------------------------------*/
.search .pagination {
  margin-bottom: 60px;
}

/*
Blog Page Single.php
----------------------------------------------------------------------------------------------------*/
.single.full-width-content .site-inner .wrap {
  max-width: 812px;
}
.single.full-width-content .site-inner .wrap .content {
  padding-bottom: 60px;
}

.single.full-width-content.elementor-page .site-inner .wrap {
  max-width: 100%;
}
.single.full-width-content.elementor-page .site-inner .wrap .content {
  padding-bottom: 60px;
}

.single .site-inner .wrap h1 {
  font-size: 42px;
}
.single .site-inner .wrap #breadcrumbs {
  letter-spacing: 0.05em;
}
.single .site-inner .wrap #breadcrumbs a {
  color: #F47F69;
  text-decoration: underline;
}
.single .site-inner .wrap #breadcrumbs a:hover {
  color: #141006;
  text-decoration: none;
}
.single .site-inner .wrap .entry-meta {
  border-bottom: 1px solid #efefef;
  padding: 10px 0px 20px;
  color: #595959;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}

.pagination li {
  display: inline;
  margin: 0 3px;
}

.pagination li a {
  background-color: #96CA4F;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
  background-color: #f47f69;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  float: right;
  margin-top: 0px;
  width: 300px;
}

.sidebar-content .sidebar {
  float: left;
}

.sidebar img {
  margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
  margin-bottom: 0;
}

.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word;
}

.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  clear: both;
  color: #999;
  background-color: #333;
}

.footer-widgets .wrap {
  padding: 40px 0 16px;
}

.footer-widgets li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: transparent;
  text-align: center;
  color: #fff;
}

.site-footer a {
  color: #fff;
}

/*
Award Logos
---------------------------------------------------------------------------------------------------- */
.award-ag img {
  max-width: 90px !important;
}

.award-sg img {
  max-width: 140px !important;
}

.award-cgn img {
  max-width: 70px !important;
}

/* Image Align
---------------------------------------------------------------------------------------------------- */
.alignleft {
  margin-right: 20px;
}

/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type=submit]:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/
/*
siteorigin page builder Styling
---------------------------------------------------------------------------------------------------- */
.siteorigin-panels .site-inner {
  padding: 0;
}

.content-sidebar.siteorigin-panels .site-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.siteorigin-panels .entry {
  margin-bottom: 0;
}

/*
top bottom gap styling
------------------------------------------------- */
.top-gap {
  padding-top: 80px;
}

.bottom-gap {
  padding-bottom: 80px;
}

/*
dark background section styling
------------------------------------------------- */
.dark-bg-section {
  background-size: cover;
  background-position: center center;
}

.dark-bg-section * {
  color: #fff;
}

.hero-panel {
  position: relative;
  line-height: 0;
  color: #141006;
  margin-top: 30px;
}

.map-cta {
  position: relative;
  line-height: 0;
}

.quote-form-panel {
  margin-top: 0px;
}

.hero-panel .sow-image-container img,
.map-cta .sow-image-container img,
.hero-panel > img {
  width: 100%;
}

.archive .hero-panel img,
.blog .hero-panel img,
.single .hero-panel img,
.search .hero-panel img,
.error404 .hero-panel img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.hero-panel .widget_siteorigin-panels-builder,
.map-cta .so-widget-sow-editor,
.hero-panel .wrap {
  position: absolute;
  left: 0px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  top: 40%;
  transform: translatey(-50%);
  line-height: 1.3;
  color: #141006;
}

.quote-form-panel .widget_siteorigin-panels-builder {
  top: 50%;
}

.map-cta .so-widget-sow-editor {
  max-width: 645px;
  left: 50%;
  top: 50%;
  margin-left: 10%;
  transform: translate(-50%, -50%);
}

.map-cta .so-widget-sow-editor h2 {
  color: #fff;
  line-height: 1.5;
}

.map-cta .so-panel {
  margin-bottom: 0px !important;
}

.hero-panel .widget_siteorigin-panels-builder h5 {
  font-size: 24px;
}

.got-wheels-panel {
  padding-bottom: 190px;
}

.got-wheels-panel h6 {
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
}

.got-wheels-panel .sow-image-container img {
  display: block;
  margin: 0 auto 20px;
}

.got-wheels-panel .widget-title {
  font-size: 18px;
  margin-bottom: 30px;
}

.got-wheels-panel .widget_siteorigin-panels-builder {
  margin-top: 45px;
}

.you-are-in-safe-hands {
  min-height: 310px;
}

.you-are-in-safe-hands .panel-grid-cell {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
  position: relative;
  top: -150px;
  max-width: 670px;
  margin: 0 auto -150px;
  box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.24);
}

/*
list style widget styling
------------------------------------------------- */
.site-inner ul {
  margin-left: 0;
}

.site-inner ul li {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.site-inner .pagination ul li {
  display: inline-block;
  padding: 0;
}

.site-inner form li,
.site-inner .slider li,
footer form li,
header .menu li,
.sharing_wrapper ul li,
.entry-content .sharing_wrapper ul li,
.sidebar ul li {
  padding-left: 0px;
  margin-bottom: 0px;
}

.site-inner form li:before,
.site-inner .slider li:before,
footer form li:before,
header .menu li:before,
.sharing_wrapper ul li:before,
.entry-content .sharing_wrapper ul li:before,
.sidebar ul li:before,
.site-inner .archive-pagination ul li::before,
.gform_wrapper li.gfield.gf_left_half:before,
ul.sharing_btns li:before {
  display: none !important;
}

/*
large width content styling
------------------------------------------------- */
.large-container {
  max-width: 1070px;
  margin: 0 auto;
}

/*
medium width content styling
------------------------------------------------- */
.medium-container {
  max-width: 945px;
  margin: 0 auto;
}

/*
small width content styling
------------------------------------------------- */
.small-container {
  max-width: 710px;
  margin: 0 auto;
}

footer ul.menu li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.sharing_wrapper {
  clear: both;
}

.sharing_wrapper ul,
.entry-content .sharing_wrapper ul {
  margin-left: 0px;
}

.sharing_wrapper ul li,
.entry-content .sharing_wrapper ul li {
  display: inline-block;
  margin-right: 10px;
  list-style-type: none;
}

/*
additional styling
------------------------------------------------- */
*:last-child {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

a[href^=tel] {
  display: inline-block;
}

ol,
ul {
  margin: 0 0 40px 20px;
  padding: 0;
}

.entry-content a {
  color: #F47F69;
}

.entry-content a:hover {
  text-decoration: underline;
}

/*
Sharing Icons Styling
----------------------------------------------------------------------------------------------------*/
ul.sharing_btns {
  margin: 0;
}

.sharing_btns li:before {
  display: none;
}

#page-container .sharing_btns li {
  padding-left: 0px;
  padding-right: 5px;
  display: inline-block;
  margin-right: 5px;
}

.sharing_btns li a:hover {
  text-decoration: none;
}

/*
Gravityform Errors Styling
----------------------------------------------------------------------------------------------------*/
body .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ff4563;
  background-color: #ffedf0;
}

body .gform_wrapper div.validation_error {
  display: none;
}

body .gform_wrapper.flyout-error-style_wrapper .field_description_below .gfield_description {
  max-width: 100%;
  width: 100%;
  border: none;
  margin: 0;
  position: absolute;
  top: 1px;
  padding: 4px 10px;
  color: #fff;
  background-color: #ec5840;
  font-size: 13px;
}

body .gform_wrapper.flyout-error-style_wrapper .field_description_below .gfield_description::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0.5rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #ec5840;
}

body .gform_wrapper.flyout-error-style_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ff0000;
}

body .gform_wrapper.flyout-error-style_wrapper .gfield_error .gfield_label {
  color: #ff0000;
}

body .gform_wrapper.flyout-error-style_wrapper li.gfield.gfield_error,
body .gform_wrapper.flyout-error-style_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body .gform_wrapper ul.gform_fields li.gfield {
  position: relative;
}

body .gform_wrapper.flyout-error-style_wrapper .validation_message {
  display: block;
}

body .gform_wrapper.flyout-error-style_wrapper .instruction.validation_message {
  font-size: 12px;
  color: #EC5840;
  font-weight: 400;
}

/*----------For Accessibility Icon Placement----------------*/
body #pojo-a11y-toolbar {
  top: unset !important;
  bottom: 0 !important;
}

.pojo-a11y-toolbar-toggle {
  bottom: 10px !important;
}

/*-----------------------------------------CUSTOM STYLING----------------------------------------*/
#header-top {
  background: #282C30;
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
  transition: all 0.5s ease 0s;
}

#header-top a {
  color: #fff;
}

#Carrier-login {
  background-image: url("images/bx-log-in-circle.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 30px;
  margin-right: 30px;
}

#auto-locator {
  background-image: url("images/bx-map-pin.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 30px;
  margin-left: 30px;
}

#header-contact {
  margin-right: 30px;
}

#header-phone {
  background-image: url("images/bx-phone.png");
  background-repeat: no-repeat;
  background-position: left top 3px;
  background-size: 18px;
  padding-left: 30px;
  margin-left: 30px;
}

.quote-form-panel {
  padding-bottom: 250px;
  background-image: url("images/dotted-line-graphic.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.quote-form-panel .widget_siteorigin-panels-builder {
  top: 50px;
  position: relative;
  transform: none;
}

.quote-form-panel .widget_siteorigin-panels-builder form {
  max-width: 662px;
  margin: 30px auto 0;
  background: #282C30;
  border-radius: 12px;
  padding: 25px;
  color: #fff;
}

.quote-form-panel .gform_wrapper .gf_progressbar {
  display: none;
}

.quote-form-panel .gform_page {
  overflow: hidden;
}

.quote-form-panel .gform_page_fields {
  width: 75%;
  float: left;
}

.quote-form-panel .gform_wrapper .gform_page_footer .button.gform_next_button,
.quote-form-panel .gform_wrapper .gform_page_footer .button.gform_previous_button,
.hero-panel .gform_wrapper .gform_page_footer input.button,
.hero-panel .gform_wrapper .gform_page_footer input[type=submit] {
  margin-right: 0;
  width: 100%;
  background: #F05133;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  font-weight: 700;
}

.quote-form-panel .gform_wrapper .gform_page_footer .button.gform_previous_button {
  display: none;
}

.hero-panel .gfield_repeater_buttons {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
  clear: left;
}

.quote-form-panel .gform_wrapper .gform_page_footer {
  margin: 0;
  width: 25%;
  border-top: 0px;
  padding: 0;
  clear: none;
  float: right;
  position: relative;
  bottom: -29px;
}

.quote-form-panel .gform_wrapper #gform_page_1_3 .gform_page_footer {
  width: 100%;
  float: none;
  margin-top: 20px;
}

body.quote-form-panel .gform_wrapper ul li.gfield {
  margin-top: 0;
  padding: 0px;
}

body.quote-form-panel .gform_wrapper #gform_page_1_1 ul li.gfield {
  padding-right: 16px;
}

.quote-form-panel .sow-image-container img {
  max-width: 1410px;
  margin: 0 auto;
}

.hero-panel .gfield_repeater .gfield_repeater_items {
  padding-top: 0px;
}

.hero-panel .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 14px 4px;
  border-radius: 10px;
  border: 0px;
}

a.btn,
.entry-content a.btn {
  display: inline-block;
  color: #ffffff;
  background-color: #96CA4F;
  min-width: 247px;
  padding: 15px 0;
  border-radius: 10px;
  text-align: center;
  position: relative;
  font-weight: 700;
}

a.btn::before,
.entry-content a.btn::before {
  content: "";
  background-image: url("images/btn-icon.png");
  width: 15px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 2px;
}

a.btn:hover,
.entry-content a.btn:hover {
  background-color: #d5ffa1;
}

.hero-bottom-photos {
  position: relative;
  z-index: 999;
}

.hero-bottom-photos .panel-layout .siteorigin-panels-stretch {
  max-width: 1560px;
  margin: 0 auto !important;
}

.hero-bottom-photos .panel-layout .siteorigin-panels-stretch .panel-grid-cell:nth-child(2) {
  position: relative;
  top: -85px;
  margin-bottom: -85px;
}

.hero-bottom-photos img {
  border-radius: 10px;
}

.stats-panel {
  color: #fff;
  padding-top: 490px;
  position: relative;
  top: -370px;
  margin-bottom: -370px;
  padding-bottom: 185px;
  z-index: 9;
}

.stats-panel h3 {
  color: #fff;
}

.stats-panel img {
  transition: all 0.5s ease 0s;
}

.stats-panel img:hover {
  transform: scale(1.1);
}

.reindeer-auto-promise {
  background-color: #F7FAFD;
}

.reindeer-auto-promise .panel-grid-cell .panel-layout {
  max-width: 1660px;
  margin: 0 auto;
}

.reindeer-auto-promise .panel-grid-cell .panel-layout .panel-grid-cell .panel-layout {
  max-width: inherit;
}

.reindeer-auto-promise .sow-features-list h6 {
  font-weight: 400;
  font-size: 18px;
}

.reindeer-auto-promise .sow-features-list .sow-features-feature .sow-icon-container,
.reindeer-auto-promise .sow-features-list .sow-features-feature .textwidget {
  margin-left: 0px !important;
}

.award-winning-service {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}

.award-winning-service img {
  margin: 0 25px;
}

.award-winning-service h6 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.testimonial-panel {
  position: relative;
  padding-top: 90px;
  z-index: 1;
}

.testimonial-panel::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url("images/testimonial-panel-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 527px;
  z-index: -1;
}

.testimonial-panel img {
  margin-right: 10px;
}

.testimonial-panel h2 {
  color: #fff;
  margin-bottom: 35px;
}

.testimonial-panel .ms-postfeed {
  background: #fff;
  border-radius: 10px;
  padding: 30px !important;
  filter: drop-shadow(0px 16px 40px rgba(0, 0, 0, 0.09));
}

.testimonial-panel ul.slides {
  padding-bottom: 70px !important;
}

.testimonial-panel .ms-postfeed > a {
  border-radius: 10px;
  float: left;
  z-index: 999999;
  display: block;
  position: relative;
  margin-right: 14px;
}

.testimonial-panel .metaslider .caption-wrap {
  position: relative;
  background: #fff;
  color: #141006;
  opacity: 1;
}

.testimonial-panel .metaslider .slides img {
  width: auto;
}

.rated img {
  display: inline-block !important;
  margin-right: 4px !important;
}

.testimonial-panel .flex-control-paging li a {
  border: 2px solid #C2D1D9;
  background: #fff;
}

.testimonial-panel .flex-control-paging li a.flex-active {
  border: 2px solid #000;
}

.reindeer-auto-app-wrapper {
  position: relative;
  top: -260px;
  margin-bottom: -260px;
}

.reindeer-auto-app-wrapper::before {
  display: block;
  content: "";
  width: 1136px;
  height: 1351px;
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  background-image: url("images/bg-circles.png");
  background-position: right top;
  background-repeat: no-repeat;
}

.reindeer-auto-app-wrapper .so-widget-so-premium-mirror-widget .panel-layout {
  max-width: 1300px;
  margin: 0 auto;
}

.reindeer-auto-app {
  padding-top: 310px;
  padding-bottom: 350px;
}

.reindeer-auto-app h2 {
  font-size: 47px;
}

.reindeer-auto-app .panel-grid-cell:first-child img {
  margin-top: 30px;
}

.faq-panel .sow-accordion-panel {
  border-bottom: 1px solid #C2D1D9;
}

.faq-panel .sow-accordion-panel:last-child {
  border-bottom: none;
}

.footer-cta {
  padding: 95px 0 80px;
}

.footer-cta-row-two {
  padding: 25px 0 20px;
  text-align: center;
}

.footer-cta-row-two img {
  margin: 0 20px;
}

.footer-main {
  padding: 50px 0 45px;
}

.footer-main h6 {
  color: #fff;
  margin-bottom: 0px;
}

.footer-main .menu-main-menu-container {
  font-size: 15px;
  margin-bottom: 25px;
}

.footer-main .menu-main-menu-container li {
  margin: 0 25px;
}

.footer-main .menu-main-menu-container li a {
  border-bottom: 3px solid transparent;
}

.footer-main .menu-main-menu-container li a:hover {
  border-bottom: 3px solid #F47F69;
}

#footer-phone {
  background-image: url("images/phone.png");
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left top 5px;
  margin: 0 60px;
}

#footer-email {
  background-image: url("images/envelope.png");
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left top;
}

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

.footer-social a {
  margin: 0 20px;
}

.footer-creds {
  text-align: center;
  font-size: 14px;
  margin-top: 110px;
}

.footer-creds p {
  margin-bottom: 5px;
}

.relocation-grid .widget_siteorigin-panels-builder .panel-layout {
  max-width: 1560px;
  margin: 0 auto;
}

.relocation-grid .image-widget-container.middle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.relocation-grid .image-widget-container.middle h3.widget-title {
  line-height: 1.2;
}

.relocation-grid .image-widget-container.middle h3.widget-title a {
  color: #fff;
}

.relocation-grid .image-widget-container.middle h3.widget-title a:hover {
  text-decoration: none;
}

.image-widget-container .image-container img {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.from-sea-to-shinning-sea h2 {
  position: relative;
}

.from-sea-to-shinning-sea h2:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 95px;
  position: absolute;
  left: -115px;
  background-image: url("images/logo-icon.svg");
}

.got-wheels-we-move-it {
  margin-bottom: 70px;
}

.got-wheels-we-move-it.small-container {
  max-width: 980px;
}

.got-wheels-we-move-it .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell {
  position: relative;
}

.got-wheels-we-move-it .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell .widget-title {
  margin-top: 10px;
  font-size: 18px;
}

.got-wheels-we-move-it .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:before {
  content: "";
  display: block;
  position: absolute;
  top: 42px;
  right: -95px;
  width: 167px;
  border: 3px dashed #CECDCD;
}

.got-wheels-we-move-it .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:nth-child(2):before {
  right: -110px;
}

.got-wheels-we-move-it .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child:before {
  display: none;
}

.reindeer-vehicle-relocation .ui-accordion-header {
  background-color: #F7FAFD;
  background-image: url("images/icon.png");
  background-repeat: no-repeat;
  background-position: right 10px top 20px;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #C2D1D9;
}

.reindeer-vehicle-relocation .ui-accordion-header.ui-state-active {
  background-image: url("images/icon-up.png");
}

.reindeer-relocation-image {
  position: relative;
}

.reindeer-relocation-image:before {
  position: absolute;
  display: block;
  top: 38%;
  left: -8px;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 0 0 4px 0;
  margin: 0em;
  transform: rotate(315deg);
  background: linear-gradient(-45deg, #fff 50%, transparent 50%);
}

#reindeer-relocation {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
}

#reindeer-relocation-image-container {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

#reindeer-relocation-image-container img {
  display: none;
}

.reindeer-vehicle-relocation .ui-accordion-content {
  margin-bottom: 25px;
  font-size: 16px;
}

.nav-header {
  padding-top: 6px;
}

#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-linka.mega-menu-link:hover, #mega-menu-wrap-secondary, #mega-menu-secondary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-linka.mega-menu-link:active {
  font-weight: 500 !important;
}

.elementor-template-full-width.sticky .site-header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500 !important;
}

#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 70px;
  border-bottom-right-radius: 3rem !important;
  border-bottom-left-radius: 3rem !important;
  box-shadow: 0 24px 32px -24px rgba(0, 0, 0, 0.14);
}

.genesis-nav-menu .menu-item.show-in-mobile,
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-show-in-mobile {
  display: none;
}

#header-top .panel-grid {
  margin-bottom: 0px !important;
}

h2.entry-title {
  font-size: 40px;
}

body.blog article.entry,
body.archive article.entry,
body.search article.entry {
  border-bottom: 4px double #f47f69;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

body .gform_wrapper .gform_footer input.button {
  min-width: 247px;
  background-color: #96CA4F;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  text-transform: none;
}

body .gform_wrapper .gform_footer input.button:hover {
  background-color: #d5ffa1;
}

body .gform_wrapper textarea,
body .gform_wrapper select.large,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px;
}

body .cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  font-weight: 700;
  border-radius: 5px;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

body #page-container .gform_wrapper .gfield_checkbox li input {
  margin-top: 0;
}

body #page-container .gform_wrapper .gfield_checkbox label a {
  text-decoration: underline;
  font-style: italic;
}

body #page-container .gform_wrapper .gfield_checkbox label a:hover {
  text-decoration: none;
}

.additional-note {
  font-size: 14px;
}

.additional-note,
#gform_wrapper_5 .gform_footer {
  text-align: center;
}

#gform_wrapper_1.gform_wrapper .gform_body {
  position: relative;
}

#gform_page_1_1 {
  padding-top: 45px;
}

#gform_wrapper_1 h2 {
  color: #141006;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.step-one-heading {
  display: block;
  float: none;
  overflow: visible;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 0;
  width: 100%;
}

body .gform_wrapper .gf_progressbar_wrapper {
  margin: 0px;
  padding: 0px;
  display: none;
}

.quote-form-panel .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  text-align: center;
  color: #141006;
  opacity: 1;
}

.gform_wrapper .gf_progressbar_wrapper h3 {
  color: #141006;
}

.step-one-heading h3 {
  color: #fff;
  font-size: 22px;
}

.quote-form-panel #gform_page_1_2 .gform_page_fields,
.quote-form-panel #gform_page_1_3 .gform_page_fields {
  width: 100%;
  float: none;
  overflow: hidden;
}

.quote-form-panel #gform_page_1_2 .gform_page_fields ul.gfield_radio li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
}

body .gform_wrapper #gform_page_1_2 ul li.field_description_below div.ginput_container_radio {
  margin-top: 0px;
}

#gform_page_1_2 .gfield_repeater_item .gfield_repeater_cell {
  width: 50%;
  float: left;
}

#gform_page_1_2 .gfield_repeater_item .gfield_repeater_cell:nth-of-type(5) {
  width: 100%;
  float: none;
}

#gform_page_1_2 .gfield_repeater_item .gfield_repeater_cell:nth-of-type(5) > label {
  padding-top: 12px;
}

.gform_wrapper li.gfield fieldset > legend {
  display: none !important;
}

.quote-form-panel .gform_wrapper #gform_page_1_2 .gform_page_footer,
.quote-form-panel .gform_wrapper #gform_page_1_3 .gform_page_footer {
  width: 100%;
  float: none;
  bottom: 0;
}

body .gform_wrapper label.gfield_label {
  font-weight: 400;
  font-size: 15px;
}

.gform_wrapper #gform_page_1_2 .top_label select.medium {
  width: calc(100% - 15px);
  border: 0px;
}

body.quote-form-panel .gform_wrapper #gform_page_1_3 ul li.gfield {
  padding: 0 15px 10px 0;
}

body .gform_wrapper .top_label input.medium.datepicker {
  width: 100%;
}

body .gfield_repeater_buttons .add_repeater_item_plus,
body .gfield_repeater_buttons .remove_repeater_item_minus {
  margin-top: 0px;
  display: inline-block;
  float: none;
  margin: 0 8px;
  transform: none;
}

body .gform_wrapper li.gfield fieldset {
  border: 0px;
}

body .gform_wrapper.gf_browser_gecko select,
body .gform_wrapper.gf_browser_chrome select {
  padding: 13px 12px 13px 4px;
  border-radius: 4px;
}

body .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
  padding-top: 0;
}

#thank-you-box {
  padding: 35px 50px;
  width: 460px;
  box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0 auto 40px;
}

#thank-you-box #quote_result {
  margin: 10px 0 30px;
}

#thank-you-box #quote_result > div {
  margin: 0 0 15px;
}

#thank-you-box #quote_result .quote_price {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #141006;
}

#thank-you-box #quote_result .quote_number {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #7A7B7C;
}

#gform_confirmation_message_1 br {
  display: none;
}

#gform_confirmation_message_1 h3 {
  font-size: 22px;
  font-weight: 400;
}

/*
body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{
	bottom:40px;
}

div#chat-widget-container {
    bottom: 60px !important;
}
*/
.testimonial-panel #ndrsl-grid {
  width: 96%;
  margin: 0 auto;
}

body .ndrsl-live-quote-focus .ndrsl-live-user-comments {
  margin-top: 10px;
  color: rgb(20, 16, 6);
  font-size: 18px;
  margin-bottom: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1550px) {
  .site-header .wrap,
  #header-top .wrap {
    max-width: 95%;
  }
  .genesis-nav-menu a,
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
    margin: 0px 10px 0 10px;
  }
  h1 {
    font-size: 46px;
  }
  h3 {
    font-size: 35px;
  }
  .quote-form-panel {
    padding-bottom: 200px;
    background-size: 100%;
  }
  .hero-bottom-photos .panel-layout .siteorigin-panels-stretch {
    max-width: 95%;
  }
  .stats-panel {
    padding-top: 440px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 1350px) {
  .wrap {
    margin: 0 auto;
    max-width: 1199px;
  }
  .title-area {
    width: 20%;
  }
  .title-area a {
    height: 50px;
    background-size: 100%;
  }
  .site-header .widget-area {
    width: 80%;
  }
  h1 {
    font-size: 40px;
  }
  .reindeer-auto-promise .panel-grid-cell .panel-layout,
  .reindeer-auto-app-wrapper .so-widget-so-premium-mirror-widget .panel-layout,
  .site-footer .wrap {
    max-width: 100%;
  }
  .reindeer-auto-app {
    padding-top: 270px;
    padding-bottom: 120px;
  }
  .footer-creds {
    margin-top: 30px;
  }
  h2 {
    font-size: 38px;
  }
  .relocation-grid.siteorigin-panels-stretch {
    padding: 0 20px !important;
  }
  .reindeer-vehicle-relocation .ui-accordion-content {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1179px) {
  .wrap {
    max-width: 960px;
  }
  .title-area a {
    height: 40px;
    width: 100%;
  }
  .site-header .widget-area {
    width: 80%;
    text-align: center;
  }
  .site-header .widget-area .panel-layout .panel-grid-cell:first-child {
    width: 72% !important;
  }
  .site-header .widget-area .panel-layout .panel-grid-cell:last-child {
    width: 28% !important;
  }
  ul#menu-main-menu {
    margin: 0;
  }
  .genesis-nav-menu a {
    padding: 12px 0px 0 0px;
    margin: 0 4px 0 4px;
    font-size: 16px;
  }
  .content {
    width: 580px;
  }
  .site-header .widget-area a.btn {
    min-width: auto;
    padding: 10px 15px;
    font-size: 15px;
  }
  h1 {
    font-size: 32px;
  }
  #header-top {
    font-size: 14px;
  }
  #header-contact {
    margin-right: 15px;
  }
  #header-phone {
    margin-left: 15px;
  }
  .reindeer-auto-promise .sow-features-list h6 {
    font-size: 14px;
  }
  .reindeer-auto-promise .sow-features-list .sow-features-feature {
    padding: 0 7px;
  }
  h2,
  .reindeer-auto-app h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h6 {
    font-size: 18px;
  }
  .site-footer h6 {
    font-size: 16px;
  }
  .stats-panel {
    padding-top: 240px;
    padding-bottom: 50px;
    top: -210px;
    margin-bottom: -210px;
  }
  .quote-form-panel {
    padding-bottom: 170px;
  }
  .footer-social a {
    margin: 0 5px;
  }
  #footer-phone {
    margin: 0 15px;
  }
  .genesis-responsive-menu {
    top: 0px;
  }
  .site-footer {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1130px) {
  .site-header .widget-area .panel-layout .panel-grid-cell:first-child {
    width: 100% !important;
  }
  .site-header .widget-area .panel-layout .panel-grid-cell:last-child {
    width: 0% !important;
  }
  /*
  Mobilbe Menu adds
  ---------------------------------------------------------------------------------------------------- */
  .swd-top-mobile-menu {
    padding-top: 70px !important;
  }
  .swd-light-header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
    color: #000000 !important;
  }
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #ffffff !important;
  }
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    background: #ffffff !important;
    color: #000000 !important;
    font-weight: 400 !important;
    padding: 0px 10px 0px 30px !important;
  }
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: none !important;
  }
  .site-header .widget-area {
    padding-top: 10px;
  }
  #mega-menu-wrap-secondary .mega-menu-toggle ~ button.mega-close:before {
    color: #000 !important;
    font-size: 20px !important;
    margin-right: -40px;
  }
  #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-1:before {
    color: #000 !important;
  }
  #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-1:after {
    color: #000 !important;
  }
  .home #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-1:before {
    color: #ffffff !important;
  }
  .home #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-1:after {
    color: #ffffff !important;
  }
  .sticky #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-1:before {
    color: #000;
    margin: 0 5px 0 0;
  }
  .sticky #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-1:after {
    color: #000;
  }
  .sticky .site-header .widget-area {
    padding-right: 10px;
  }
  .home.sticky #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-1:before {
    color: #000 !important;
  }
  .home.sticky #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-1:after {
    color: #000 !important;
  }
}
/* Hide Super Floating & Fly Menu’s default floating trigger */
.sffm-flymenu-trigger-block {
  display: none !important;
}

/* Menu code starts here */
#menuToggle {
  display: block;
  /* You can also use relative/absolute here if you want to stay on the top */
  position: fixed;
  top: 65px;
  right: 35px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #232323;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.home #menuToggle span {
  background: #ffffff;
}

.home.sticky #menuToggle span {
  background: #232323;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  max-width: 400px;
  width: 100vw;
  max-height: 100vh;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

#menu li label {
  cursor: pointer;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}

@media only screen and (min-width: 1131px) {
  #menuToggle {
    display: none;
  }
  .mega-menu-wrap {
    display: block !important;
  }
  .title-area {
    padding: 10px 0;
    height: auto;
  }
  .sticky .site-header {
    top: 42.5px;
  }
}
@media only screen and (max-width: 980px) {
  .home.sticky #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-1:before {
    color: #000 !important;
  }
  .home.sticky #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-1:after {
    color: #000 !important;
  }
  #mega-menu-wrap-secondary .mega-menu-toggle ~ button.mega-close:before {
    color: #000 !important;
    font-size: 25px !important;
    margin-right: -10px;
  }
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
  }
  .wrap {
    max-width: 95%;
  }
  .site-header {
    position: relative;
  }
  #auto-locator {
    margin-left: 15px;
  }
  .title-area a {
    height: 59px;
    width: 280px;
  }
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-show-in-mobile {
    display: block;
  }
  .mega-show-in-mobile.btn a,
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-show-in-mobile.btn a {
    display: inline-block;
    color: #ffffff;
    background-color: #96CA4F;
    min-width: 247px;
    padding: 15px 0;
    border-radius: 10px;
    text-align: center;
    position: relative;
    font-weight: 700;
  }
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-show-in-mobile.btn a {
    padding: 0px 0;
    margin-top: 20px;
  }
  .mega-show-in-mobile.btn a:before,
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-show-in-mobile.btn a:before {
    content: "";
    background-image: url("images/btn-icon.png");
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 3px;
  }
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-show-in-mobile.btn a:before {
    top: 14px;
  }
  .site-header .wrap,
  #header-top .wrap {
    max-width: 100%;
  }
  .site-header .widget-area ul#menu-main-menu {
    margin: 20px 0 0;
  }
  .genesis-nav-menu a {
    color: #fff;
  }
  .site-header .widget-area .panel-layout .panel-grid-cell:first-child {
    width: 100% !important;
    margin: 0 !important;
  }
  .hero-bottom-photos .panel-layout .siteorigin-panels-stretch .panel-grid-cell {
    width: calc(33.3333% - 13.3333333333px) !important;
  }
  .stats-panel {
    padding-top: 155px;
    padding-bottom: 50px;
    top: -255px;
    margin-bottom: -255px;
  }
  .sow-image-container img {
    margin: 0 auto;
  }
  .site-footer,
  .footer-main .panel-widget-style {
    text-align: center !important;
  }
  .footer-main .menu-main-menu-container li.show-in-mobile {
    display: none;
  }
  .footer-main .menu-main-menu-container li {
    margin: 10px 0px;
    display: block;
  }
  .you-are-in-safe-hands .panel-grid-cell {
    padding: 30px !important;
  }
  .got-wheels-we-move-it .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:before {
    display: none;
  }
  .from-sea-to-shinning-sea h2:before {
    width: 84px;
    height: 80px;
    left: 0;
    background-size: 100%;
  }
  .from-sea-to-shinning-sea h2 {
    padding-left: 98px;
  }
  .testimonial-panel img {
    max-width: 8%;
  }
  .small-container {
    max-width: 95%;
  }
  .hero-panel .widget_siteorigin-panels-builder h5 {
    font-size: 18px;
  }
  .map-cta .so-widget-sow-editor h2 {
    font-size: 23px;
  }
  h2, .reindeer-auto-app h2 {
    font-size: 30px;
  }
  .reindeer-vehicle-relocation .ui-accordion-content {
    font-size: 15px;
    margin-bottom: 10px;
  }
  body #mega-menu-wrap-secondary {
    position: static;
  }
  body #mega-menu-wrap-secondary .mega-menu-toggle {
    position: absolute;
    top: 10px !important;
    right: 5px;
    z-index: 9999999;
    min-height: 45px;
  }
  body #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-1:after {
    margin: 0;
    line-height: 45px;
  }
  body #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    padding-top: 0px;
  }
  #header-top .wrap .panel-layout .panel-grid-cell:last-child {
    text-align: right;
  }
  #gform_wrapper_1 h2 {
    font-size: 46px;
  }
  /*
  	body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
      	bottom: 64px;
  	}

  	div#chat-widget-container {
  		bottom: 81px !important;
  	}
  */
  .footer-main {
    padding: 50px 0 85px;
  }
}
@media only screen and (max-width: 740px) {
  #Carrier-login {
    margin-right: 5px;
  }
  #auto-locator {
    margin-left: 5px;
    margin-right: 5px;
  }
  #header-contact {
    display: none;
  }
  #header-phone {
    margin-left: 5px;
  }
  .quote-form-panel .widget_siteorigin-panels-builder {
    top: 0;
    transform: none;
    position: relative;
    padding-top: 30px;
  }
  .hero-panel .widget_siteorigin-panels-builder, .map-cta .so-widget-sow-editor, .hero-panel .wrap {
    max-width: 90%;
    margin: 0 auto;
  }
  body.quote-form-panel .gform_wrapper ul li.gfield {
    margin-top: 12px;
  }
  .quote-form-panel .gform_page_fields {
    width: 100%;
    float: none;
  }
  .quote-form-panel .gform_wrapper .gform_page_footer {
    width: 100%;
    float: none;
    position: relative;
    bottom: 0;
    margin-top: 25px;
  }
  .hero-bottom-photos .panel-layout .siteorigin-panels-stretch .panel-grid-cell:nth-child(2) {
    position: relative;
    top: -25px;
    margin-bottom: -25px !important;
  }
  .hero-bottom-photos {
    margin-top: 60px;
  }
  .hero-bottom-photos .panel-layout .siteorigin-panels-stretch {
    flex-direction: row !important;
  }
  .stats-panel {
    padding-top: 100px;
    padding-bottom: 35px;
    top: -115px;
    margin-bottom: -115px;
  }
  .reindeer-auto-promise .panel-grid-cell .panel-layout {
    max-width: 100%;
  }
  .reindeer-auto-promise .sow-features-list .sow-features-feature {
    text-align: center !important;
  }
  .reindeer-auto-promise h2 {
    text-align: center;
  }
  h2, .reindeer-auto-app h2 {
    font-size: 28px;
  }
  br {
    display: none;
  }
  .award-winning-service img {
    margin: 20px auto 15px;
    display: block;
  }
  .testimonial-panel img {
    margin-right: 10px;
    max-width: 10%;
  }
  .footer-cta {
    padding: 50px 0 50px;
  }
  h1 {
    font-size: 24px;
  }
  .hero-panel .widget_siteorigin-panels-builder h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .reindeer-vehicle-relocation .ui-accordion-header {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .step-one-heading h3 {
    font-size: 18px;
  }
  .hero-panel .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 7px 4px;
  }
  body.quote-form-panel .gform_wrapper #gform_page_1_1 ul li.gfield {
    padding-right: 0;
  }
  .quote-form-panel .gform_wrapper .gform_page_footer .button.gform_next_button,
  .quote-form-panel .gform_wrapper .gform_page_footer .button.gform_previous_button,
  .hero-panel .gform_wrapper .gform_page_footer input.button,
  .hero-panel .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 8px 20px;
  }
  .quote-form-panel {
    padding-bottom: 50px;
  }
  #gform_wrapper_1 h2 {
    font-size: 27px;
  }
  #gform_page_1_2 .gfield_repeater_item .gfield_repeater_cell {
    width: 100%;
    float: none;
  }
  .gform_wrapper #gform_page_1_2 .top_label select.medium {
    width: 100%;
  }
  body.quote-form-panel .gform_wrapper #gform_page_1_3 ul li.gfield {
    padding: 0 0px 10px 0;
  }
  #thank-you-box {
    width: 100%;
  }
  .footer-main {
    padding: 50px 0 100px;
  }
  /*
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
     	bottom: 86px;
  }
  div#chat-widget-container {
     	bottom: 105px !important;
  }
  */
}
#gform_wrapper_1 .gform_page_footer input[type=button] {
  margin-top: 18px;
  padding: 14px;
}/*# sourceMappingURL=style.css.map */