@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap");
@font-face {
  font-family: Shell;
  src: url("../common_fonts/shell.woff2") format("woff2"),
    url("../common_fonts/shell.woff") format("woff");
}

html {
  background: #ffffff;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow: auto;
  text-shadow: none;
  -webkit-filter: none;
  filter: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  color: #222222;
}

/***** TYPOGRAPHY *****/
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}

h2 {
  text-align: center;
  font-weight: 700;
  padding: 1.25rem 0 0.625rem;
  line-height: 1.5;
  font-size: 1.5rem;
  text-transform: uppercase;
}

h2:first-child {
  margin-top: 0;
}

h2:last-child {
  margin-bottom: 0;
}

h3 {
  text-align: left;
  font-weight: 700;
  margin: 1.25rem 0 0.625rem;
  line-height: 1.5;
  font-size: 1.25rem;
}

h3:first-child {
  margin-top: 0;
}

h3:last-child {
  margin-bottom: 0;
}

h4 {
  text-align: left;
  font-weight: 700;
  margin: 1.25rem 0 0.625rem;
  line-height: 1.5;
  font-size: 1.125rem;
}

h4:first-child {
  margin-top: 0;
}

h4:last-child {
  margin-bottom: 0;
}

h5 {
  text-align: left;
  font-weight: 700;
  margin: 1.25rem 0 0.625rem;
  line-height: 1.5;
  font-size: 1rem;
}

h5:first-child {
  margin-top: 0;
}

h5:last-child {
  margin-bottom: 0;
}

h6 {
  text-align: left;
  font-weight: 700;
  margin: 1.25rem 0 0.625rem;
  line-height: 1.5;
  font-size: 0.875rem;
}

h6:first-child {
  margin-top: 0;
}

h6:last-child {
  margin-bottom: 0;
}

legend {
  font-size: inherit;
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

/***** LINKS *****/
a {
  color: #222222;
  line-height: 1.5;
  text-decoration: underline;
  font-weight: 700;
  color: inherit;
}

a:focus,
a:hover {
    transition: color .3s;
    color:  #003C88 ;
    text-decoration: underline;
    border: dotted;
}

a:not(.btn):focus{
    outline: thin dotted;
}

a[target="_blank"]::after {
  content: " \e62f";
  font-family: shell;
  color: inherit;
  display: inline;
}

a:focus-visible {
  outline: solid;
}

.tm {
    vertical-align: top; 
    position: relative; 
    top: 0.5em;
    font-size: medium;
}

/***** MISC GLOBAL STYLING *****/
.grecaptcha-badge { visibility: hidden; }

/***** BUTTONS *****/
.btn {
  padding: 12px 40px;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
}

.btn:hover,
.btn:focus {
  box-shadow: none;
}

.btn-primary {
  color: #222222;
  background-color: #ffffff;
  border-color: #222222;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #222222 !important;
  color: #facd30 !important;
  border-color: #222222 !important;
}

.btn-secondary {
  color: #222222;
  background: #facd30;
  border-color: #222222;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #222222;
  color: #facd30;
  border-color: #facd30;
}

.btn-upload {
  margin-bottom: 0;
  border-right: 1px solid #222222;
}

.btn-collapse:after {
  content: "\e90f";
  font-family: shell;
  font-size: 0.65em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: 0.5rem;
}

.btn-collapse.collapsed:after {
  transform: rotate(180deg);
}

.btn-wrap {
  white-space: normal;
}

a.utility-button{
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 5px 15px;
}

.utility-button span{
  display: block;
}

.utility-button span:before{
  font-family: shell;
  color: inherit;
  display: inline;
}

/***** FORM *****/
.form-control,
.form-control-file {
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

.form-control:focus {
  border-color: #222222;
  box-shadow: none;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #d9d9d9;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #222222;
  box-shadow: none;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #222222;
}

.upload-wrapper {
  border: 1px solid #222222;
}

.upload-wrapper #fileName {
  margin-left: 15px;
}

#formFile:focus + label {
  background-color: #222222;
  color: #facd30;
  border-color: #222222;
}

.delete {
  cursor: pointer;
  margin-left: 25px;
}

.products .form-check {
  margin-bottom: 7px;
}

.products .form-check .display-on-check {
  display: none;
}

.products .form-check.checked {
  display: flex;
  align-items: center;
}

.products .form-check.checked .display-on-check {
  display: initial;
}

.products .form-check.checked .form-check-label {
  position: absolute;
  left: 94px;
  line-height: 1;
}

.products .form-check.checked .form-check-input {
  margin-top: 0;
}

.products .form-check.checked .form-control.qty {
  width: 65px;
  margin-right: 5px;
  display: inline-block;
}

/***** NAV *****/
.nav-pills .nav-link {
  border-radius: 0;
  background: #f3f3f3;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #222222;
  background-color: #fbd336;
}

/***** LANDING PAGE *****/
.img-wrapper {
  display: inline-block;
  border-bottom: 0.625rem solid #ffd200;
}

.tile:hover .tile-title {
  color: #003C88;
}

.tile:focus-visible .tile-title span {
  outline: solid;
}

/***** STORE LOCATOR *****/
#map_canvas {
  width: 100%;
  max-width: 100%;
  height: 450px;
}

.locations {
  height: 450px;
  overflow: auto;
}

/***** ICONS *****/
#print-button span:before{
  content:"\e900";
}

#email-button span:before{
  content:"\e611";
}

#text-button span:before{
  content:"\e99c";
}

.modal-footer {
    display: inline-block !important;
}

a.info {
    position:relative;
    z-index:24;
    /*background-color:#ccc;
    color:#000;
    text-decoration:none*/
}
a.info:hover, a.info:focus, a.info:active {
    z-index:25;
    /*background-color:#ff0*/
}
a.info span {
    display: none;
    /*
    position: absolute;
    left: -9000px;
    width: 0;
    overflow: hidden;
    */
}
a.info:hover span, a.info:focus span, a.info:active span {
    display: inherit;
    /*position:absolute;*/
    top:1em; left:1em; width:12em;
    border:1px solid #0cf;
    background-color:#cff;
    color:#000;
    text-align: center
}

#big {
    display: inline-block;
}

#small {
    display: none;
}

#backToResults {
    display: none;
}

#tempResultsDiv {
    display:  none;
}

@media screen and (min-width: 600px) {
    h1 {
        font-size: 1.875rem;
    }

    h2 {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 360px) {
  .mapLinks {
      width: 50%;
  }

  .nav {
      overflow: visible;
  }

  .locations {
      overflow: visible;
  }

  #map_canvas {
      display: none;
  }

  #footer {
      /*display: none;*/
  }

  #big {
      display: none;
  }

  #small {
      display: inline-block;
  }

  #backToResults {
      width: 100%;
  }

  .form-control {
  	font-size: .8em;
  }
}

@media screen and (max-width: 300px) {
    .form-control {
    	font-size: .7em;
    }
}

@media screen and (max-width: 260px) {
    .form-control {
    	font-size: .6em;
    }
}