body {
  letter-spacing: .01px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity .25s ease;
  font-family: LatoWeb,sans-serif,Helvetica,Arial; }
  body p {
    font-size: 16px;
    line-height: 24px; }

.background-dark-grey {
  background-image: none; }

.homepage .card.sidebar {
  background: #f2f2f2;
  padding: 10px; }
  .homepage .card.sidebar h1 {
    padding: 20px 0 0 0;
    position: relative;
    font-size: 19px; }
    .homepage .card.sidebar h1:after {
      content: "";
      position: absolute;
      height: 5px;
      border-top: 2px solid #008d36;
      bottom: -15px;
      width: 100px;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0; }
  .homepage .card.sidebar span .view-more {
    color: #333;
    margin: 40px auto 20px auto;
    text-align: center;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 6px;
    display: block;
    max-width: 195px;
    font-size: 14px;
    font-weight: 700;
    position: relative; }
    .homepage .card.sidebar span .view-more:hover {
      color: #CEBE27;
      border: 1px solid #CEBE27;
      text-decoration: none; }
  .homepage .card.sidebar span .subHeading {
    color: #333;
    display: block;
    margin-bottom: 15px;
    text-align: center; }

#nav-collapse .nav {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 18px 0; }
  #nav-collapse .nav li {
    float: none; }
    #nav-collapse .nav li:last-child a {
      border: none !important; }
    #nav-collapse .nav li a {
      border-right: 2px solid #009539;
      letter-spacing: 0.06em; }

.navbar .top-navigation {
  background: #000000;
  padding: 10px 15px; }
  .navbar .top-navigation .socialMedia {
    display: inline-block; }
    .navbar .top-navigation .socialMedia span {
      color: #c1c1c1 !important;
      border: 2px solid #c1c1c1;
      width: 27px;
      padding-top: 4px; }
      .navbar .top-navigation .socialMedia span:hover {
        color: #ffffff !important;
        border: 2px solid #ffffff; }
  .navbar .top-navigation .gonav li a {
    color: #c1c1c1 !important; }
    .navbar .top-navigation .gonav li a:hover {
      color: #ffffff !important; }
.navbar #menu-wrapper {
  clear: both;
  text-align: center;
  background: #fff;
  margin: 0;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.5);
  z-index: 9;
  padding: 0 22px !important;
  margin-bottom: 40px; }
  .navbar #menu-wrapper .mainnav {
    display: flex;
    width: 100%; }
    .navbar #menu-wrapper .mainnav .header-brand {
      min-height: 0;
      margin-top: 0;
      align-self: left; }
    .navbar #menu-wrapper .mainnav .navbar-inner {
      align-self: center;
      border: none;
      padding: 7px;
      width: 100%; }

form input {
  display: inline-block; }
form button {
  display: inline-block; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  box-sizing: border-box;
  min-height: 31px; }

.sidebar {
  padding: 10px; }
  .sidebar p {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.04em; }

footer .container {
  border-color: #009337 !important;
  padding: 30px 0 2px 0; }
footer .logo-intermedia {
  display: block;
  margin-top: 30px;
  /* width: 200px; */
  height: 25px;
  background: url(images/imagery/theIntermediaGroup.png) #008d36 no-repeat center !important;
  padding: 20px; }
footer .intermedia {
  display: block;
  clear: both;
  text-align: center; }
  footer .intermedia a {
    background-position: center; }
footer h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: #333; }

#supplier-search {
  background: url(images/imagery/spatial.jpg) no-repeat; }

ol > li {
  background-color: #F4F5F7;
  background-image: -webkit-linear-gradient( right , #FFF, #F4F5F7);
  background-image: linear-gradient(to left, #FFF, #F4F5F7);
  float: left;
  font-family: "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
  position: relative;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s; }
  ol > li::after {
    content: " ";
    height: 23px;
    position: absolute;
    top: 10px;
    right: -13px;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg) skew(20deg, 30deg);
    -moz-transform: rotate(45deg) skew(20deg, 30deg);
    -ms-transform: rotate(45deg) skew(20deg, 30deg);
    -o-transform: rotate(45deg) skew(20deg, 30deg);
    transform: rotate(45deg) skew(20deg, 30deg);
    width: 23px; }

#footer.footer-wrapper {
  background: #ffffff !important; }
  #footer.footer-wrapper .container .row-fluid {
    background: #ffffff;
    border-top: 2px solid #008d36;
    padding: 20px 0; }
    #footer.footer-wrapper .container .row-fluid .nav li a {
      color: #000000;
      font-weight: bold;
      padding: 0;
      line-height: 22px;
      font-size: 14px;
      text-decoration: none;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      #footer.footer-wrapper .container .row-fluid .nav li a:hover {
        color: #007d30; }
  #footer.footer-wrapper .copyright {
    margin-left: 0 !important;
    border-top: 2px solid #008d36;
    margin-top: 28px; }
    #footer.footer-wrapper .copyright p {
      color: #000000; }

#supplier-search.fullWidth {
  width: 100% !important; }

#top_menu_ul {
  margin: 0px -2px 0 0 !important; }

.nl-form {
  width: 250px; }

form[name="mail"] button[type="submit"] {
  background: #008d36 !important;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px; }

@media only screen and (max-width: 1000px) {
  .navbar .nav li {
    float: none;
    flex-shrink: 1; }

  .navbar-inner {
    width: 100%;
    float: none;
    display: block; } }
@media only screen and (max-width: 479px) {
  #nav-collapse .nav {
    flex-direction: column; }

  .the-mag {
    display: none; }

  .side-header {
    text-align: center; }

  .navbar-header-top #nav-collapse-top ul {
    float: none !important; }

  #top_menu_ul {
    text-align: center; } }
.flex-box-list .browse-category {
  width: 100%;
  margin: 0;
  float: none;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center; }
  .flex-box-list .browse-category li {
    width: initial;
    padding: 20px; }

.navbar-static-top .nav > li > a {
  font-size: 14px !important;
  padding: 0 14px;
  margin: 0; }

.the-mag {
  position: relative;
  width: 229px; }
  .the-mag #magazine {
    height: 90px;
    overflow: hidden;
    width: 177px;
    padding-right: 80px;
    position: absolute;
    top: 0;
    right: 0; }
    .the-mag #magazine a {
      color: #000000; }
    .the-mag #magazine .the-bar {
      position: absolute;
      background: red;
      right: 3px;
      top: 32px;
      background: rgba(241, 223, 16, 0.6);
      padding: 5px 24px 6px 10px;
      font-weight: 700;
      border-radius: 10px 0 11px 0;
      -moz-border-radius: 10px 0 11px 0;
      -webkit-border-radius: 10px 0 11px 0; }
  .the-mag .position {
    width: 75px;
    float: right;
    margin-right: 10px;
    margin-top: 8px;
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(14deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/ }

.flex-box-title span {
  width: 100%;
  text-align: center;
  display: block;
  padding-top: 13px; }
  .flex-box-title span a {
    color: #000000; }

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