@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 8, 2021, 12:08:52 PM
    Author     : Corey
*/
body {
  /*padding-top:56px;*/
  padding-top: 5rem;
  min-height: 100vh;
  position: relative;
}

.ms-homepage-jumbotron {
  position: relative;
}

div.ms-shipping-jumbotron {
  padding: 1rem;
}

.ms-navbar {
  line-height: 2rem;
  font-size: 1rem;
}

a.ms-navbar-brand {
  padding-top: 0;
  max-width: 75%;
}
a.ms-navbar-brand img {
  width: 100%;
}

div.ms-homepage-jumbotron-bg-logo {
  display: block;
  position: absolute;
  padding: 1rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/img/logos/full-logo.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  background-origin: content-box;
  opacity: 0.15;
}

.ms-supplies-list-header {
  position: relative;
  cursor: pointer;
}

.ms-supplies-list-header[data-toggle=collapse]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  /* double up arrow - for not collapsed */
  position: absolute;
  color: #b0c5d8;
  font-size: 18px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);
}

.ms-supplies-list-header[data-toggle=collapse].collapsed:after {
  /* rotate double up arrow to double down arrow for collapsed*/
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

div.footer-spacer {
  height: 5rem;
}

footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: #f8f9fa;
  height: 4rem;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5rem;
}

iframe.ms-homepage-map {
  width: 100%;
  height: 450px;
  border: none;
}

iframe.ms-contact-us-map {
  width: 100%;
  height: 450px;
  border: none;
}

div.ms-shipping-service-logos {
  background-color: #FFF;
  float: right;
  width: 20%;
  min-width: 10rem;
  padding: 0.5rem;
  margin: 0.5rem;
}
div.ms-shipping-service-logos img {
  width: 100%;
  padding-bottom: 1rem;
}

div.ms-supplies-accordion {
  clear: both;
}

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