@charset "UTF-8";
/*
Theme Name: CLC Design
Theme URI: ConsolidatedLabel.com
Description: Broshure Website
Version: 2.0
Author:	Jeff Cagle
*/
html {
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}

#footer {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #footer {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p,
li {
  color: #414549;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #015c98;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  outline: 0;
}

a:hover,
a:active,
a:focus,
a:hover {
  color: #98012e;
  text-decoration: underline;
  transition: all 0.5s ease 0s;
  outline: 0;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

a.block {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.container {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 86.25rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

#footer-top {
  background: #f7f7f7;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 1.5625rem 0;
}
@media (max-width: 767px) {
  #footer-top {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  #footer-top .footer-menu {
    width: 66%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer-top .footer-connect div:first-of-type {
    padding-right: 1.875rem;
  }
  #footer-top .footer-connect .button span {
    display: none;
  }
}
@media (min-width: 1025px) {
  #footer-top .footer-connect {
    width: 33%;
  }
}
#footer-top .footer-connect address {
  font-style: normal;
  color: #414549;
}
#footer-top .footer-connect #connect-header,
#footer-top .footer-connect #contact-header {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  color: #2b3740;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125rem;
  cursor: default;
  line-height: 1.75rem;
}
#footer-top .footer-connect #social-icons i {
  color: #2b3740;
  font-size: 1.625rem;
}

#footer-top a, #footer-bottom a {
    text-decoration: underline;
}

#footer-top a.footer-button {
    text-decoration: none;
}

#footer-bottom {
  background: #ffffff;
}

#footer-bottom .copywrite .cop {
    font-size: .875rem;
    line-height: 1.75rem;
}

.menu-footer-menu-container {
  width: 100%;
}
@media (min-width: 1025px) {
  .menu-footer-menu-container {
    padding-right: 3.125rem;
  }
}

@media (max-width: 767px) {
  ul#menu-footer-menu {
    flex-wrap: wrap;
  }
  ul#menu-footer-menu > li {
    width: 50%;
    margin-bottom: 1.875rem;
  }
}

ul#menu-footer-menu > li > a {
  color: #2b3740;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125rem;
  cursor: default;
}

ul#menu-footer-menu a {
  color: #414549;
}

.addressSearchContainer {
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.addressSearchInputContainer {
    width: 58%;
    display: inline-block;
}

.addressSearchInput {
    height: 40px !important;
    width: 82% !important;
    font-size: 11pt !important;
}

    .addressSearchInput.small {
        height: 30px !important;
    }

.addressSearchButton {
    display: inline-block;
    width: 34px;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 5px;
    vertical-align: top;
    padding-left: 9px;
    padding-top: 6px;
    cursor:pointer;
}

    .addressSearchButton.small {
        height: 30px;
        padding-top: 1px;
    }

.addressSearchDropdown {
    width: 30%;
    display: inline-block;
}

.addressSearchClear {
    display: inline-block;
    height: 40px;
    width: 64px;
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #555 !important;
    background: linear-gradient(to bottom, #fefefe, #efefef);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075);
    text-align: center;
    font-size: 10pt;
    line-height: 40px;
    cursor: pointer;
}

    .addressSearchClear.small {
        height: 30px;
        line-height: 30px;
    }

.addressSearchClear:hover {
    color: #333 !important;
    background: linear-gradient(to bottom, #ffffff, #eeeeee);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.125);
    text-decoration: none !important;
}

.addressDdl {
    height: 40px;
    font-size: 11pt;
}

.detailsPageContainer {
    margin: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.orderDetalsGrid {
    font-size: 1rem;
}