/* -------------------------------------------------- 
variables and font stacks
-----------------------------------------------------
*/
/*variables*/
/*paragraph font stacks*/
/* -------------------------------------------------- 
Distrubutor list section  / accordion
-----------------------------------------------------
*/
h4 a.disti-title {
  white-space: normal !important;
}

.section-container.accordion i.fa-envelope, .section-container.accordion i.fa-location-arrow {
  padding: 0px 5px 0 0px;
  font-size: 1.1em;
  line-height: 1.1em;
  position: relative;
  top: 2px;
}
.section-container.accordion ul.company-address {
  margin-left: 0 !important;
}

/* -------------------------------------------------- 
highlight there are x number of distriburors in region
-----------------------------------------------------
*/
.dist-highlight {
  color: #2ba6cb;
}

.about-inside-disti {
  margin-bottom: 0;
}

/* -------------------------------------------------- 
region list
-----------------------------------------------------
*/
.region-list {
  /* Tells the last ul to not have a right hand border*/
}
.region-list .large-2, .region-list .large-3 {
  margin: 20px 0 10px 0;
  margin-left: 0 !important;
}
.region-list .large-2 .con-list, .region-list .large-3 .con-list {
  margin-left: 0 !important;
  list-style-type: none;
  border-right: 1px solid #ccc;
}
.region-list .large-2 .con-list li a, .region-list .large-3 .con-list li a {
  background-color: white;
  display: block;
  padding: 0 15px 0 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #8D8D8D;
  font-size: 15px;
  text-decoration: none;
  font-family: "Avenir LT W01 65 Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  line-height: 25px;
}
.region-list .large-2 .con-list li a:hover, .region-list .large-3 .con-list li a:hover {
  background-color: #0481a5 !important;
  color: #fff;
  display: block;
}
.region-list .columns:last-child ul {
  border-right: none !important;
}

/* -------------------------------------------------- 
inside the country selector tabs
-----------------------------------------------------
*/
#countryTab {
  border: 1px solid #ccc;
  margin-bottom: 2em !important;
}
#countryTab ul.resp-tabs-list, #countryTab p {
  margin: 0px !important;
  padding: 0px;
}

.resp-tabs-list li {
  font-size: 13px;
  display: inline-block;
  padding: 13px 23px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  width: 20%;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.resp-tabs-list li:last-child {
  border-right: none;
}

/*Arranges to background image position to the correct image*/
.americas {
  background-position: -172px 10px;
}

.europe {
  background-position: 32px 0;
}

.americas {
  background-position: -172px 10px;
}

.middle-east {
  background-position: -362px 10px;
}

.africa {
  background-position: -552px 10px;
}

.asia-pacific {
  background-position: -762px 20px;
}

/*Map Selector*/
li.resp-tab-item {
  height: 163px;
  color: #6f6f6f;
  background-image: url('/static/images/map-sprite.png?b3719420364a');
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
}
li.resp-tab-item:hover {
  color: #0481a5;
  background-position-y: -180px;
  background-color: white;
}

#countryTab li span {
  top: 110px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Avenir Next LT W01 Demi", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}

.no-svg li.resp-tab-item {
  background-image: url('/static/images/map-sprite.png?b3719420364a');
}

ul.resp-tabs-list {
  background-color: #efefef;
  height: 163px;
}

/*The below does not play well with sass nesting*/
.section-container.accordion > section > .content {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.active .title .arrow-link {
  color: #fff;
}

.arrow-link {
  color: #2ba6cb;
}

.company-link {
  font-size: 30px;
  color: grey;
  margin-right: 15px;
}

.section-container.accordion > section > .title:hover {
  color: #222 !important;
}

.section-container.accordion > section > .title:hover .arrow-link {
  background-color: #0481a5;
  color: #fff !important;
}

.section-container.accordion h4.title {
  margin-top: 0;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
  text-transform: uppercase !important;
}

.resp-tab-content {
  display: none;
  padding: 15px 15px 15px 25px;
}

.resp-tab-active {
  border-bottom: none;
  margin-bottom: -3px !important;
}

.resp-tab-active {
  -webkit-box-shadow: inset 0px 4px 0px 0px #0481a5;
  -moz-box-shadow: inset 0px 4px 0px 0px #0481a5;
  box-shadow: inset 0px 4px 0px 0px #0481a5;
  background-color: #fff !important;
  color: #0481a5;
}

li.resp-tab-item.resp-tab-active {
  color: #0481a5;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 13px;
  margin: 0px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}

h2.resp-tab-active {
  border-bottom: 1px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
h2.resp-accordion {
  text-decoration: uppercase !important;
}

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border-right: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-bottom: none !important;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #E9E9E9 !important;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

@media only screen and (max-width: 768px) {
  .region-list .large-2, .region-list .large-3 {
    margin: 0;
  }
  .region-list .large-2 .con-list, .region-list .large-3 .con-list {
    margin-left: 0;
    margin-bottom: 0;
  }
}
/*The breakpoint for better country list styling*/
@media only screen and (max-width: 980px) and (min-width: 768px) {
  .region-list .columns:not(:first-child) ul {
    margin-left: -15px;
  }
}
/*The breakpoint to set remove the right hand line on mobile*/
@media only screen and (max-width: 767px) {
  .con-list {
    border-right: none !important;
  }
}
/*The breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 980px) {
  div.resp-tab-content {
    border-bottom: 1px solid #C1C1C1;
  }

  .resp-tabs-container {
    border: 1px solid #ccc;
    border-bottom: none;
  }

  .resp-tab-active {
    background-color: #fff !important;
    color: #0481a5;
  }

  #countryTab {
    border: none;
  }

  .con-list {
    list-style: none;
    line-height: 1.2em;
    text-decoration: none;
  }
  .con-list li a {
    font-size: 14px !important;
  }

  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }

  .resp-accordion-closed {
    display: none !important;
  }
}
#tabInfo {
  display: none;
}

.tab-clear {
  clear: both;
}

h2.resp-accordion span {
  margin-left: 4px !important;
}

.number-of-distrib {
  -webkit-animation: seamless 1s 1;
  /* Safari 4+ */
  -moz-animation: seamless 1s 1;
  /* Fx 5+ */
  -o-animation: seamless 1s 1;
  /* Opera 12+ */
  animation: seamless 1s 1;
  /* IE 10+ */
}

@-webkit-keyframes seamless {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes seamless {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes seamless {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes seamless {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.resp-tab-content-active .row.region-list {
  display: block;
}

.row.region-list {
  display: none;
}

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