* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  color: #222;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.container, .region-primary-menu nav ul, .region-content {
  margin: 0 auto;
  width: 90%;
  max-width: 880px;
}

#field-language-display {
  display: none;
}

p {
  margin: 1em 0;
}

img {
  max-width: 100%;
  height: auto;
}

input, textarea {
  border: 1px solid #e8e9ea;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 5px;
}

select[multiple] {
  border: 1px solid #e8e9ea;
}
select[multiple] option {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 0 5px;
}

a {
  color: #666;
}

.block-half, #block-ontariowesterncanada,
#block-quebeceasterncanada {
  float: left;
  width: 50%;
}
.block-half:after, #block-ontariowesterncanada:after,
#block-quebeceasterncanada:after {
  clear: both;
  content: "";
  display: table;
}

#block-ontariowesterncanada,
#block-quebeceasterncanada {
  margin-bottom: 3rem;
}
#block-ontariowesterncanada .phone,
#block-quebeceasterncanada .phone {
  margin-top: 1em;
}
@media screen and (max-width: 670px) {
  #block-ontariowesterncanada,
  #block-quebeceasterncanada {
    width: 100%;
  }
}

#block-contactformintroduction {
  clear: left;
}
#block-contactformintroduction h2 {
  font-size: 3.2rem;
  font-weight: 300;
  margin-bottom: 25px;
}

.views-element-container {
  clear: left;
}

button, #block-manutrol-local-tasks li a, .partners .views-row .views-field-field-website a,
input[type=submit],
textarea[type=submit],
.btn {
  background: #919396;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 0.6rem 1em;
}

.region-content {
  font-size: 1.8rem;
  font-weight: 300;
  padding: 5rem 0;
}
.region-content:after {
  clear: both;
  content: "";
  display: table;
}
.region-content h2 {
  color: #666;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.region-content h3 {
  font-weight: 500;
}
.region-content .views-element-container + .views-element-container {
  margin-top: 5rem;
}

.events {
  position: relative;
}
.events .views-exposed-form {
  position: absolute;
  top: -4.2rem;
  right: 0;
  width: auto;
}
.events .views-exposed-form .form-item-field-country-value-op {
  display: none;
}
.events .views-exposed-form .js-form-type-radio {
  display: inline;
  margin-left: 1em;
}
.events table {
  border-collapse: collapse;
  width: 100%;
}
.events table th {
  background: #fff;
  font-size: 2.4rem;
  padding: 0.6rem;
  text-align: left;
  white-space: nowrap;
}
.events table th a {
  color: #222;
  text-decoration: none;
}
.events table th:nth-child(6) {
  text-align: center;
}
.events table td {
  display: inline-block;
  overflow: hidden;
  padding: 1rem 0.6rem;
  text-overflow: ellipsis;
}
.events table tr {
  border-bottom: 1px solid #919396;
  display: flex;
}
.events table td:nth-child(1),
.events table th:nth-child(1) {
  width: 25%;
}
.events table td:nth-child(2),
.events table th:nth-child(2) {
  width: 20%;
}
.events table td:nth-child(3),
.events table th:nth-child(3),
.events table td:nth-child(4),
.events table th:nth-child(4),
.events table td:nth-child(5),
.events table th:nth-child(5) {
  width: 15%;
}
.events table td:nth-child(6),
.events table th:nth-child(6) {
  text-align: center;
  width: 10%;
}
.events table a {
  background: url(../images/link.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  overflow: hidden;
  text-indent: 50px;
  width: 1.4rem;
  height: 1.4rem;
}
.events table .date {
  color: #eb1c24;
  display: block;
}
.events table .country {
  display: block;
  width: auto;
  max-height: 1.4em;
}
.events table .country--none {
  display: none;
}
@media screen and (max-width: 840px) {
  .events .views-exposed-form {
    margin-bottom: 0.5em;
    position: static;
  }
  .events .views-exposed-form .js-form-type-radio {
    margin-left: 0;
    margin-right: 1em;
  }
  .events table thead {
    display: none;
  }
  .events table tr {
    display: block;
    padding: 1rem 0;
  }
  .events table td {
    display: block;
    padding: 0;
    text-align: left !important;
    width: 100% !important;
  }
  .events table td:nth-child(3)::before {
    content: "Exhibiting: ";
    font-weight: 500;
  }
  .events table td:nth-child(4)::before {
    content: "Attending: ";
    font-weight: 500;
  }
  .events table td:nth-child(5)::before {
    content: "Booth: ";
    font-weight: 500;
  }
  .events table td:nth-child(6)::before {
    content: "Event Website: ";
    font-weight: 500;
  }
  .events table a {
    background: none;
    display: inline;
    overflow: auto;
    text-indent: 0;
  }
  .events table .country {
    display: inline-block;
    vertical-align: top;
  }
}

.views-exposed-form {
  float: left;
  width: 100%;
}
.views-exposed-form .form-item {
  display: inline-block;
  width: 100%;
}
.views-exposed-form .form-item-keys {
  display: none;
}
.views-exposed-form .form-item-keys label {
  display: block;
  text-transform: uppercase;
  vertical-align: middle;
}
.views-exposed-form .form-item-keys input, .views-exposed-form .form-item-keys textarea {
  margin-bottom: 1em;
  vertical-align: middle;
  width: 100%;
}
.views-exposed-form fieldset[data-drupal-selector=edit-industry] {
  margin-bottom: 3rem;
  float: left;
  width: 66.66%;
}
.views-exposed-form div[id^=edit-industry] {
  column-count: 2;
}
.views-exposed-form fieldset[data-drupal-selector=edit-manufacturer] {
  float: left;
  margin-bottom: 3rem;
  width: 33.33%;
}
.views-exposed-form legend {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.views-exposed-form .js-form-type-radio,
.views-exposed-form .js-form-type-checkbox {
  margin: 0.25em 0;
}
.views-exposed-form .form-actions {
  display: none;
}
@media screen and (max-width: 900px) {
  .views-exposed-form fieldset[data-drupal-selector=edit-industry], .views-exposed-form fieldset[data-drupal-selector=edit-manufacturer] {
    width: 100%;
  }
}

footer {
  background: #919396;
}
footer .container, footer .region-primary-menu nav ul, .region-primary-menu nav footer ul, footer .region-content {
  padding: 5rem 0;
  text-align: center;
}
footer a {
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-form .form-item {
  margin-bottom: 25px;
}
.contact-form label {
  display: block;
  margin-bottom: 0.25em;
}
.contact-form label.form-required::after {
  content: " (required)";
}
.contact-form .description {
  color: #666;
  font-size: 1.6rem;
  margin-top: 5px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea,
.contact-form select {
  width: 100%;
  max-width: 500px;
}
.contact-form input[type=submit], .contact-form textarea[type=submit] {
  text-transform: uppercase;
}

.user-login-form .form-item {
  margin-bottom: 1em;
}
.user-login-form .form-item label {
  display: block;
}
.user-login-form .form-item .description {
  font-size: 1.2rem;
}

body.path-frontpage main {
  background: #e8e9ea;
}
body.path-frontpage main p:first-child {
  margin-top: 0;
}

header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
header + main {
  padding-top: 207px;
}
header > .container, .region-primary-menu nav header > ul, header > .region-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4rem 0;
}
header > .container img, .region-primary-menu nav header > ul img, header > .region-content img {
  float: left;
  margin-right: 6rem;
  padding: 5px 0;
  width: 28rem;
  height: auto;
}
header > .container h1, .region-primary-menu nav header > ul h1, header > .region-content h1 {
  color: #666;
  font-size: 2.8rem;
  font-weight: 300;
}
@media screen and (max-width: 840px) {
  header {
    padding-top: 48px;
    position: relative;
  }
  header + main {
    padding-top: 0;
  }
  header .region-primary-menu {
    position: fixed;
    top: 0;
    width: 100%;
  }
  header > .container img, .region-primary-menu nav header > ul img, header > .region-content img {
    float: none;
    margin: 0 auto;
    max-width: 80%;
  }
  header > .container h1, .region-primary-menu nav header > ul h1, header > .region-content h1 {
    display: none;
  }
}

body.toolbar-fixed header {
  top: 39px;
}

body.toolbar-horizontal.toolbar-tray-open header {
  top: 79px;
}

.ajax-progress {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ajax-progress::after {
  border-radius: 100%;
  border: 6px solid #fff;
  border-bottom-color: transparent;
  content: " ";
  display: block;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  animation: rotate 0.75s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.logos {
  text-align: center;
  margin-top: 3rem;
}
.logos div {
  display: inline;
}
.logos .views-field-field-logo {
  display: inline-block;
  margin: 2rem -2rem;
  vertical-align: middle;
  width: 33%;
}
.logos .views-field-field-logo img {
  max-width: 60%;
}
@media screen and (max-width: 780px) {
  .logos .views-field-field-logo {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .logos .views-row {
    display: block;
  }
  .logos .views-field-field-logo {
    max-width: 100%;
  }
}

.region-primary-menu nav {
  background: #919396;
  font-size: 1.4rem;
  padding: 1em;
}
.region-primary-menu nav ul {
  text-align: right;
}
.region-primary-menu nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0 2rem;
}
.region-primary-menu nav ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.region-primary-menu nav ul li a:hover, .region-primary-menu nav ul li a.is-active {
  color: #ccc;
}
.region-primary-menu nav ul li:first-child {
  margin-left: 0;
}
.region-primary-menu nav ul li:last-child {
  background: #000;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-right: 0;
  padding: 2px 25px;
}
.region-primary-menu nav ul li:last-child a, .region-primary-menu nav ul li:last-child a:hover, .region-primary-menu nav ul li:last-child a.is-active {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .region-primary-menu nav {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 4.8rem 0 0;
    transition: box-shadow 300ms;
  }
  .region-primary-menu nav::after {
    background: url("../images/menu.png") no-repeat center;
    background-size: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    width: 3rem;
    height: 3rem;
  }
  .region-primary-menu nav ul {
    overflow: hidden;
    padding: 0;
    text-align: left;
    transition: height 300ms;
    width: 100%;
    height: 0;
  }
  .region-primary-menu nav ul li {
    background: #e8e9ea;
    border-bottom: 1px solid #cdd0d2;
    display: block;
    line-height: 1.6rem;
    margin: 0;
    height: 4.8rem;
  }
  .region-primary-menu nav ul li a {
    color: #919396 !important;
    display: block;
    padding: 1.6rem;
  }
  .region-primary-menu nav ul li a:hover, .region-primary-menu nav ul li a.is-active {
    color: #000 !important;
  }
  .region-primary-menu nav ul li:last-child {
    background: #e8e9ea;
    border: 0;
    border-bottom: 1px solid #cdd0d2;
    border-radius: 0;
    padding: 0;
  }
  .region-primary-menu nav.open {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .region-primary-menu nav.open ul {
    height: 28.8rem;
  }
}

.partners .views-row {
  border-bottom: 1px solid #919396;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.partners .views-row .views-field-field-logo {
  display: flex;
  flex: 0 0 26rem;
  align-items: center;
  justify-content: center;
  width: 26rem;
}
.partners .views-row .views-field-field-logo img {
  max-width: 24rem;
}
.partners .views-row .views-field-body {
  color: #919396;
  flex: 1 1 auto;
  font-size: 2.4rem;
  padding: 0 3rem;
}
.partners .views-row .views-field-field-website {
  display: flex;
  flex: 0 0 21rem;
  align-items: center;
  text-align: right;
  width: 21rem;
}
.partners .views-row .views-field-field-website a {
  width: 21rem;
}
.partners .views-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .partners .views-row {
    padding-left: 29rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .partners .views-row .views-field-field-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .partners .views-row .views-field-body {
    padding: 0;
  }
  .partners .views-row .views-field-field-website {
    flex: 0;
  }
}
@media screen and (max-width: 670px) {
  .partners .views-row {
    padding: 0 0 5rem;
    align-items: center;
  }
  .partners .views-row:last-child {
    padding-bottom: 0;
  }
  .partners .views-row .views-field-field-logo {
    margin: 0 auto;
    position: static;
    flex: 0;
  }
}

.products .views-exposed-form {
  border-bottom: 1px solid #919396;
  margin-bottom: 3rem;
}
.products table {
  border-collapse: collapse;
  width: 100%;
}
.products table th {
  background: #fff;
  font-size: 2.4rem;
  padding: 0.6rem;
  text-align: left;
  width: 50%;
}
.products table th a {
  color: #222;
  text-decoration: none;
}
.products table td {
  position: relative;
  width: 50%;
  padding: 0.6rem;
}
.products table td a {
  display: block;
  color: #222;
  
  text-decoration: none;
}
.products table td:last-child {
  padding-right: 1.4rem;
}
.products table td:last-child::after {
  background: url("../images/link.png") no-repeat center;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  right: 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
}
.products table tr:nth-child(odd) {
  background: #e8e9ea;
}
.products table tr:nth-child(odd):hover {
  background: #dbdcde;
}
.products table tr:hover {
  background: #f2f2f2;
}
@media screen and (max-width: 640px) {
  .products .views-exposed-form {
    display: none;
  }
}

.region-above-content {
  background: #fff;
  overflow: hidden;
  position: relative;
  max-height: 385px;
}
.region-above-content::after {
  box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.5);
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider {
  padding-bottom: 37.5243664717%;
  position: relative;
  left: 0;
  transition: left 300ms;
  height: 0;
}
.slider.no-transition {
  transition: none !important;
}
.slider .views-row {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider .views-row img {
  display: block;
  margin: 0 auto;
}
.slider .contextual + .views-row,
.slider .views-row:first-child {
  display: block;
}
.slider__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider__controls__inner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1026px;
  height: 100%;
}
.slider__controls__advance-left {
  background: url("../images/arrow-left.png") no-repeat center;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 32px;
}
.slider__controls__advance-right {
  background: url("../images/arrow-right.png") no-repeat center;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 32px;
}
@media screen and (max-width: 840px) {
  .slider {
    display: none;
  }
}

.support {
  clear: left;
}
.support .views-row {
  border-bottom: 1px solid #919396;
  padding: 1.4rem 0;
}
.support .views-row:after {
  clear: both;
  content: "";
  display: table;
}
.support .views-row:last-child {
  border-bottom: 0;
}
.support .views-field-title {
  line-height: 1.6;
  font-weight: 500;
}
.support .views-field-field-logo {
  display: inline-block;
}
.support .views-field-field-logo .field-content {
  display: inline;
}
.support .views-field-field-logo img {
  width: 60%;
}
.support .field-content {
  display: flex;
  clear: left;
}
.support .field-content span {
  display: inline-block;
  line-height: 1.6;
  width: 25%;
}
@media screen and (max-width: 840px) {
  .support .field-content {
    display: block;
  }
  .support .field-content span {
    display: block;
    width: 100%;
  }
}

#block-manutrol-local-tasks {
  float: left;
  margin-bottom: 1em;
  width: 100%;
}
#block-manutrol-local-tasks li {
  float: left;
  list-style: none;
}
#block-manutrol-local-tasks li a {
  border-radius: 0;
  margin-right: 1px;
}
#block-manutrol-local-tasks li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#block-manutrol-local-tasks li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

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