/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 32px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

body, html {
  width: 100%;
  font-size: 16px;
  overflow-y: auto;
}

body *, html * {
  box-sizing: border-box;
}

.row {
  *zoom: 1;
  padding: 20px 10px;
  width: 100%;
  margin: 0 auto;
}

.row:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.col1of2, .col2of4, .col3of6 {
  width: 50%;
}

.col1of3, .col2of6 {
  width: 33.33333%;
}

.col2of3, .col4of6 {
  width: 66.66666%;
}

.col1of4 {
  width: 25%;
}

.col3of4 {
  width: 75%;
}

.col1of5 {
  width: 20%;
}

.col2of5 {
  width: 40%;
}

.col3of5 {
  width: 60%;
}

.col4of5 {
  width: 80%;
}

.col1of6 {
  width: 16.66666%;
}

.col5of6 {
  width: 83.33333%;
}

.col1of2,
.col1of3, .col2of3,
.col1of4, .col2of4, .col3of4,
.col1of5, .col2of5, .col3of5, .col4of5,
.col1of6, .col2of6, .col3of6, .col4of6, .col5of6 {
  float: left;
  box-sizing: border-box;
  padding: 0 0;
}

@media (max-width: 768px) {
  .col1of2,
  .col1of3, .col2of3,
  .col1of4, .col2of4, .col3of4,
  .col1of5, .col2of5, .col3of5, .col4of5,
  .col1of6, .col2of6, .col3of6, .col4of6, .col5of6 {
    float: none;
    width: 100%;
    clear: both;
  }
}

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400");
@media only screen and (max-width: 1150px) {
  #the-company .content #services li {
    line-height: 2em !important;
  }
}

@media only screen and (max-width: 1000px) {
  #home .introduction .col1of2 {
    width: 100%;
  }
  #home .introduction .col1of2 .introduction-text {
    margin: 0;
  }
  #contact-us #right-panel {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 920px) {
  .nav .main-nav li {
    margin: 0 10px !important;
  }
  .nav .main-nav li a {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 768px) {
  header {
    display: none;
  }
  .banner .slide-title {
    top: 50% !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    text-align: center !important;
  }
  .banner .slide-title img {
    float: none !important;
  }
  .banner .slide-title h2 {
    padding: 0 !important;
    margin: 0;
  }
  navigation {
    height: 61px;
    display: block;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .nav-row {
    padding: 0 20px !important;
  }
  #nav-icon {
    display: initial !important;
  }
  .sidenav {
    display: initial !important;
  }
  .nav-collapse {
    display: initial !important;
  }
  .nav {
    display: none;
  }
  #gm-logo {
    width: 100px;
    padding-top: 8px;
  }
  #home .introduction .introduction-text {
    padding-left: 0 !important;
  }
  #the-company .content #services {
    padding-left: 0 !important;
  }
  #courier-services .introduction {
    width: 100% !important;
  }
  #contact-us #contact {
    text-align: center;
  }
  footer .navigation ul li {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .other-services-bottom li {
    max-width: 40% !important;
    display: inline-block;
    padding: 10px 5px !important;
  }
  .additional-left-padding {
    padding-left: 0px !important;
  }
  .additional-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 650px) {
  #courier-services .content .tabcontent table {
    float: none !important;
  }
  #courier-services .content .tabcontent img {
    padding: 30px 0 0 0 !important;
  }
}

@media only screen and (max-width: 450px) {
  #contact-us .send-message {
    padding: 8px 0 !important;
  }
}

button {
  padding: 6px 15px 4px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition-timing-function: ease-in;
  transition: 0.4s;
}

button:hover {
  transition-timing-function: ease-in;
  transition: 0.4s;
}

.primary-btn {
  color: #ffffff;
  background-color: #febd2c;
  border: none;
}

.primary-btn:hover {
  background-color: #ffdc00;
}

.border-btn {
  color: #232323;
  background-color: transparent;
  border: 2px solid #232323;
}

.border-btn:hover {
  background-color: #febd2c;
}

html, body {
  margin: 0;
  padding: 0;
}

p, li, a {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 0.9em;
  color: #232323;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #232323;
}

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

a:hover {
  color: #232323;
}

.container {
  margin: 0 auto;
  display: block;
  max-width: 1266px;
  overflow: hidden;
}

.message {
  padding: 0.5rem 0;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
}

.message.negative {
  background-color: #e64747;
}

.message.positive {
  background-color: #7ED648;
}

span.error {
  display: block;
  font-size: 0.8em;
  color: #e64747;
}

span.error:empty {
  margin-bottom: 0;
}

header {
  position: relative;
  height: 165px;
}

header #gm-logo {
  width: 250px;
  margin-left: 40px;
}

header .contact-details {
  float: right;
}

header .contact-details p {
  margin: 2px 0;
  font-size: 0.85em;
  color: #747579;
}

header #header-art {
  position: absolute;
  max-width: 1266px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.banner {
  position: relative;
  width: 98%;
  margin: 0 auto;
  box-shadow: 0px 0px 21px -7px rgba(35, 35, 35, 0.2);
}

.banner .slide-img {
  background: rgba(35, 35, 35, 0.4);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(35, 35, 35, 0.4)), color-stop(100%, rgba(35, 35, 35, 0.4)));
  background: linear-gradient(to right, rgba(35, 35, 35, 0.4) 0%, rgba(35, 35, 35, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#232323', GradientType=1 );
}

.banner .slide-img img {
  display: block;
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: 300px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

.banner .slide-title {
  position: absolute;
  bottom: 12%;
  left: 4%;
  text-align: left;
}

.banner .slide-title img {
  width: 130px;
  display: initial;
  float: left;
}

.banner .slide-title h2 {
  text-shadow: 2px -1px 2px rgba(0, 0, 0, 0.7);
  color: #ffffff;
  float: left;
  padding: 35px 0 0 20px;
}

.sidenav {
  display: none;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #ffdc00;
  overflow-x: hidden;
  margin-top: 61px;
  transition: 0.3s;
}

.sidenav a {
  padding: 5px;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  color: #232323;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.sidenav .main-nav-collapse {
  list-style-type: none;
  white-space: nowrap;
  padding: 1.5em 2.5em;
  margin: 0;
}

.sidenav .main-nav-collapse a {
  font-family: 'Montserrat', sans-serif;
}

.sidenav .main-nav-collapse a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.sidenav .main-nav-collapse li {
  margin-top: 1em;
}

.sidenav .dropdown-menu {
  list-style-type: none;
  padding: 0;
}

.sidenav .dropdown-menu li {
  margin-top: 0;
}

.sidenav .dropdown-menu li a {
  font-size: 0.8em;
  color: rgba(35, 35, 35, 0.5);
}

.nav-open .sidenav {
  width: 100%;
}

.offcanvas a:focus {
  background: #ffdc00;
}

#nav-icon {
  width: 35px;
  height: 26px;
  display: none;
  position: fixed;
  z-index: 2;
  top: 20px;
  right: 20px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ffdc00;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}

.nav-open #nav-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.nav-open #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-open #nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 22px;
  left: 8px;
}

.nav-collapse {
  display: none;
  background-color: #ffffff;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: 6px 0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.nav {
  background-color: #ffffff;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}

.main-nav {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.main-nav .active:after {
  width: 100%;
  background: #ffdc00;
}

.main-nav li {
  display: inline-block;
  margin: 0 10px;
}

.main-nav a.mainnav {
  text-transform: uppercase;
  text-decoration: none;
  line-height: 2em;
  color: #232323;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}

.main-nav a.mainnav:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  background-color: #ffdc00;
  transition: width .3s ease, background-color .3s ease;
}

.main-nav a.mainnav:hover:after {
  width: 100%;
  background: #ffdc00;
}

.main-nav a.mainnav:hover {
  text-decoration: none;
}

.main-nav a#login-link {
  color: #febd2c;
}

.main-nav .dropdown {
  position: relative;
  display: inline-block;
}

.main-nav .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transition: .2s ease-in-out;
  z-index: 2;
}

.main-nav .dropdown .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transition: .2s ease-in-out;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  top: 2em;
  transform: translateX(-50%);
  padding: 20px 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

.main-nav .dropdown .dropdown-menu li {
  display: table;
  margin: 5px 13px;
}

.main-nav .dropdown .dropdown-menu li a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  color: #232323;
  font-weight: 400;
  letter-spacing: 1px;
}

.main-nav .dropdown .dropdown-menu li a:hover {
  color: #febd2c;
}

#contact-form {
  background: #f2f2f2;
  padding: 20px;
  margin: 20px 3px;
  text-align: center;
  box-shadow: 0px 0px 21px -7px rgba(35, 35, 35, 0.2);
}

#contact-form h4 {
  border-bottom: 2px solid #ffdc00;
  width: 48px;
  line-height: 2em;
  margin: 0 auto;
}

#contact-form fieldset {
  padding: 15px 0;
}

#contact-form input {
  width: 100%;
  margin-bottom: 10px;
}

#contact-form label {
  text-align: left;
  font-size: 0.8em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

#contact-form .link {
  margin: 0;
  font-size: 0.8em;
  color: #232323;
}

#contact-form .link:hover {
  color: #febd2c;
}

#contact-login {
  padding: 20px;
  margin: 20px 3px;
  text-align: center;
}

#contact-login a {
  display: block;
}

#contact-login a button {
  width: 100%;
}

#contact-login a.link {
  margin: 0;
  font-size: 0.8em;
  color: #232323;
}

#contact-login a.link:hover {
  color: #febd2c;
}

#right-panel {
  box-shadow: 0px 0px 21px -7px rgba(35, 35, 35, 0.2);
  text-align: center;
  padding: 20px;
  margin: 20px 3px;
  border-top: 1px solid #ffdc00;
}

#right-panel h4 {
  border-bottom: 2px solid #ffdc00;
  line-height: 2em;
  margin: 0 auto;
  display: inline-block;
}

#right-panel .video ul, #right-panel .services ul {
  padding: 0;
}

#right-panel .video ul li, #right-panel .services ul li {
  list-style-type: none;
}

#right-panel .video ul li figure, #right-panel .services ul li figure {
  margin: 0;
}

#right-panel .video ul li img, #right-panel .services ul li img {
  width: 100%;
  max-width: 180px;
  margin: 20px auto;
  display: block;
  height: auto;
}

#right-panel .video #home-video a, #right-panel .services #home-video a {
  display: block;
  position: relative;
}

#right-panel .video #home-video a span, #right-panel .services #home-video a span {
  transition-timing-function: ease-out;
  transition: 0.4s;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#right-panel .video #home-video a:hover span, #right-panel .services #home-video a:hover span {
  opacity: 1;
  transition-timing-function: ease-in;
  transition: 0.4s;
}

#home .introduction {
  padding-bottom: 0;
}

#home .introduction .container {
  position: relative;
  z-index: 0;
}

#home .introduction .container #overlay {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-table;
}

#home .introduction .container #overlay p {
  color: #ffffff;
  margin: 0;
  font-size: 1.1em;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2px -1px 2px rgba(0, 0, 0, 0.7);
}

#home .introduction .container #overlay p:focus {
  opacity: 0;
}

#home .introduction .container .hide {
  display: none !important;
}

#home .introduction .container .show {
  display: inline-table !important;
}

#home .introduction ul {
  padding: 11px 0 0 0;
  margin: 0;
  list-style-type: none;
}

#home .introduction .introduction-text {
  margin: 20px;
  border-top: 1px solid #ffdc00;
  border-bottom: 1px solid #ffdc00;
}

#home .introduction h2 {
  text-align: center;
}

#home .info span img {
  width: 3px;
  margin-left: 5px;
}

#home .info button {
  margin-top: 20px;
}

#the-company .introduction {
  text-align: center;
}

#the-company .introduction h2 {
  margin-bottom: 0;
}

#the-company .content {
  margin-top: 20px;
  overflow: auto;
}

#the-company .content #services {
  padding-left: 50px;
}

#the-company .content #services h4 {
  margin-top: 15px;
}

#the-company .content #services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#the-company .content #services li {
  line-height: 2em;
  color: #747579;
}

#the-company .content #services li:before {
  content: "•";
  padding-right: 10px;
  color: #ffdc00;
}

#courier-services .introduction {
  width: 55%;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

#courier-services .introduction p, #courier-services .introduction a {
  font-size: 1em;
}

#courier-services .introduction p {
  color: #747579;
}

#courier-services .introduction a {
  border-bottom: 1px solid #ffdc00;
}

#courier-services .content .tab {
  text-align: center;
  padding-top: 30px;
}

#courier-services .content .tab button {
  background: transparent;
  border: none;
  outline: none;
  text-transform: initial;
  font-weight: 400;
  font-size: 0.9em;
  padding: 0;
  margin: 0 20px;
  line-height: 2.5em;
  color: #747579;
}

#courier-services .content .tab button:hover {
  color: #232323;
}

#courier-services .content .tab button.active {
  border-bottom: 2px solid #ffdc00;
  color: #232323;
}

#courier-services .content .tabcontent {
  background: #f2f2f2;
  padding: 0 20px 50px 20px;
  text-align: center;
  animation: fadeEffect 2s;
}

#courier-services .content .tabcontent .tab-section {
  padding-top: 40px;
}

#courier-services .content .tabcontent .tab-section h2 {
  margin: 0;
}

#courier-services .content .tabcontent .tab-section p {
  margin: 0;
  color: #747579;
}

#courier-services .content .tabcontent .tab-section h4 {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.8em;
}

#courier-services .content .tabcontent .tab-section .centre {
  display: inline-block;
  padding-top: 20px;
}

#courier-services .content .tabcontent .tab-section .centre table {
  float: left;
  text-align: left;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
}

#courier-services .content .tabcontent .tab-section .centre table tr td {
  line-height: 1.5em;
}

#courier-services .content .tabcontent .tab-section .centre table tr td:nth-child(1) {
  color: #747579;
}

#courier-services .content .tabcontent .tab-section .centre table tr td:nth-child(2) {
  padding-left: 20px;
}

#courier-services .content .tabcontent .tab-section .centre img {
  padding: 20px 0 0 50px;
}

#contact-us .introduction {
  text-align: center;
}

#contact-us .introduction h2 {
  margin: 0;
}

#contact-us .info a {
  font-size: 1em;
}

#contact-us .send-message {
  padding: 8px 22px;
  overflow: auto;
}

#contact-us .send-message .form-group {
  float: left;
  width: 50%;
  padding: 0 10px;
}

#contact-us .send-message .form-group input, #contact-us .send-message .form-group textarea {
  width: 100%;
}

#contact-us .send-message .form-group textarea {
  height: 220px;
}

#contact-us .send-message .form-group label {
  margin-top: 15px;
  color: #747579;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
}

#contact-us .send-message #message {
  width: 100%;
}

#contact-us .send-message .recaptcha {
  display: table;
  width: 250px;
}

#contact-us .send-message button {
  margin-top: 15px;
}

#contact-us .send-message h4 {
  margin-bottom: 20px;
}

#contact-us #right-panel {
  margin: 0 0 0 30px;
}

#contact-us #right-panel h4 {
  display: table;
}

#contact-us #right-panel #downloads-sidebar {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
}

#contact-us #right-panel #downloads-sidebar tbody {
  display: inline;
}

#contact-us #right-panel #downloads-sidebar .downloads td {
  padding: 5px;
}

#contact-us #right-panel #downloads-sidebar .downloads td:nth-child(2) {
  text-align: left;
}

#contact-us #right-panel #downloads-sidebar .downloads td a {
  color: #747579;
  line-height: 1.3em;
  font-size: 0.8em;
}

#contact-us #right-panel #downloads-sidebar .downloads td a:hover {
  color: #232323 !important;
}

#contact-us #right-panel #downloads-sidebar .downloads td img {
  width: 30px;
}

.downloads-section-registration {
  margin-top: 40px;
}

.downloads-section-registration > h4 {
  font-size: 15px;
  font-weight: bold;
}

#downloads-sidebar {
  width: 100%;
  display: inline-block;
}

#downloads-sidebar tbody {
  display: inline;
}

#downloads-sidebar .downloads td {
  padding: 5px;
}

#downloads-sidebar .downloads td:nth-child(2) {
  text-align: left;
}

#downloads-sidebar .downloads td a {
  color: #747579;
  line-height: 1.3em;
  font-size: 0.8em;
}

#downloads-sidebar .downloads td a:hover {
  color: #232323 !important;
}

#downloads-sidebar .downloads td img {
  width: 30px;
}

.online-booking iframe {
  width: 100%;
  height: 780px;
  min-height: 780px;
  margin-top: 2em;
}

.page-intro .title {
  text-align: center;
}

.page-intro .title h2 {
  margin: 0;
}

.contact-footer {
  text-align: center;
  padding-top: 20px;
}

footer {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
}

footer .navigation ul {
  padding: 0;
}

footer .navigation ul li {
  display: inline-block;
  list-style-type: none;
}

footer .navigation ul li a {
  text-transform: uppercase;
  color: #232323;
  margin: 5px 7px;
}

footer .navigation ul li a:hover {
  color: #febd2c;
}

footer .row-legal p {
  color: #747579;
  font-size: 0.8em;
}

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

.popover__wrapper {
  position: relative;
  display: inline-block;
}

.popover__title a {
  text-transform: uppercase;
  text-decoration: none;
  line-height: 2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}

.popover__title a:hover {
  color: #febd2c;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -220px;
  transform: translate(0, 10px);
  background-color: #f2f2f2;
  padding: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: '';
  right: calc(50% - 10px);
  top: -20px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: transparent transparent #BFBFBF transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -1px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
  text-align: center;
}

#contact-form-nav {
  background: #ffffff;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 0px 21px -7px rgba(35, 35, 35, 0.2);
}

#contact-form-nav h4 {
  border-bottom: 2px solid #ffdc00;
  width: 48px;
  line-height: 2em;
  margin: 0 auto;
}

#contact-form-nav fieldset {
  padding: 15px 0;
}

#contact-form-nav input {
  width: 100%;
  margin-bottom: 10px;
}

#contact-form-nav label {
  text-align: left;
  font-size: 0.8em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

#contact-form-nav .link {
  margin: 0;
  font-size: 0.8em;
  color: #232323;
}

#contact-form-nav .link:hover {
  color: #febd2c;
}

.other-services-bottom {
  display: inline-block;
  text-align: center;
}

.other-services-bottom ul {
  margin: 0;
  padding: 0;
}

.other-services-bottom li {
  max-width: 15%;
  display: inline-block;
  padding: 20px 10px;
}

.other-services-bottom a {
  display: block;
}

.other-services-bottom img {
  display: block;
  width: 100%;
}

.figure-style {
  width: 100%;
  padding: 0;
  margin: 0;
}

.other-services-bottom h4 {
  border-bottom: 2px solid #ffdc00;
  line-height: 2em;
  margin: 0 auto;
  display: inline-block;
}

.additional-left-padding {
  padding-left: 50px;
}

.additional-padding {
  padding-left: 70px;
  padding-right: 70px;
}

.image-container {
  float: none;
}

.image-container > img {
  max-height: 80%;
  max-width: 80%;
}

.news-title > h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*# sourceMappingURL=app.css.map */
