﻿.js .page {
  overflow-x: hidden;
}
.block-last {
  margin-bottom: 0;
}
.locations-headers {
  padding: 0.9375rem;/**/
}
@media screen and (max-width: 767px) {
  .locations-headers {
    display: none;
  }
}
.locations-headers .locations-header {
  display: inline-block;
  width: 20%;
  float: left;
  font-weight: bold;
  font-size: 1.2em;
  padding-right: 1.2em;
}
.offices-headers section.locations-header {
  width: 25%;
}
.offices-headers section.hidden-header {
  visibility: hidden;
}
.article-contact-details {
  display: block;
  width: 100%;
  border: 1px solid #ededed;
  border-top: none;
  padding: 0.9375rem;/**/
  margin-bottom: 0;
}
.article-contact-details:nth-of-type(first) {
  border-top: 1px solid #ededed;
}
.article-contact-details:nth-of-type(even) {
  background: white;
}
.article-contact-details:nth-of-type(odd) {
  background: #fafafa;
}
.article-contact-details.offices section {
  width: 25%;
}
.article-contact-details p {
  margin: 0;
}
.article-contact-details section {
  display: inline-block;
  float: left;
  width: 20%;
  padding-right: 1.5em;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  .article-contact-details section {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .article-contact-details section {
    font-size: 14px;
    width: 19%;
  }
}
.article-contact-details section:last-of-type {
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .article-contact-details section:last-of-type {
    font-size: 14px;
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .article-contact-details section:before {
    content: attr(data-header);
    font-size: 1em;
    display: block;
    font-weight: bold;
    margin-right: 1em;
  }
  .article-contact-details section.no-heading:before {
    content: none;
  }
}
.article-contact-details .contact-dealer {
  clear: left;
  display: block;
  font-size: 16px;
  width: auto;
  margin-top: 3em;
  margin-left: 0;
}
@media screen and (min-width: 790px) and (max-width: 1000px) {
  .article-contact-details .contact-dealer {
    padding: 12px 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 789px) {
  .article-contact-details .contact-dealer {
    padding: 12px 5px;
  }
}
@media screen and (max-width: 481px) {
  .article-contact-details .contact-dealer {
    width: 100%;
  }
}
.error-style {
  clear: both;
  color: #c00;
  display: block;
  padding-bottom: .375rem;/**/
}
.control-inline {
  clear: both;
  display: block;
  padding-top: 1em;
  margin: 0;
  width: 100%;
  /*@media(min-width: 768px) {
            width: 70%;
    }*/
}
.control-inline button {
  margin: 0;
  float: right;
}
#contactUs .comments-and-cc-info {
  display: block;
  width: 100%;
  position: relative;
}
#contactUs .comments-and-cc-info .choose-topic,
#contactUs .comments-and-cc-info .choose-category,
#contactUs .comments-and-cc-info .choose-job-function {
  margin-bottom: 1em;
}
#contactUs .comments-and-cc-info .product-info div {
  margin: 10px 20px 10px 0;
  font-size: 16px;
}
#contactUs .comments-and-cc-info .product-info div:first-of-type {
  margin-left: 0;
}
#contactUs .comments-and-cc-info .product-info div strong {
  font-size: 17px;
}
#contactUs .comments-and-cc-info.customer-training-topic .contact-category-section,
#contactUs .comments-and-cc-info.customer-training-topic .contact-jobfunction-section {
  width: 70%;
  -moz-transform: translateY(19%);
  -ms-transform: translateY(19%);
  -o-transform: translateY(19%);
  -webkit-transform: translateY(19%);
  transform: translateY(19%);
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #contactUs .comments-and-cc-info.customer-training-topic .contact-category-section,
  #contactUs .comments-and-cc-info.customer-training-topic .contact-jobfunction-section {
    width: 58.4%;
  }
}
@media (max-width: 767px) {
  #contactUs .comments-and-cc-info.customer-training-topic .contact-category-section,
  #contactUs .comments-and-cc-info.customer-training-topic .contact-jobfunction-section {
    width: 100%;
    margin-left: 0;
  }
}
#contactUs .comments-and-cc-info.customer-training-topic .contact-category-section {
  margin-left: 0;
}
#contactUs .comments-and-cc-info.technical-support-topic .contact-category-section {
  width: 34.4%;
  margin-right: 1em;
  float: left;
}
@media (max-width: 768px) {
  #contactUs .comments-and-cc-info.technical-support-topic .contact-category-section {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #contactUs .comments-and-cc-info.technical-support-topic .contact-category-section {
    width: 58.4%;
  }
  #contactUs .comments-and-cc-info.technical-support-topic .contact-category-section:nth-of-type(2n+1) {
    margin-bottom: 1em;
  }
}
#contactUs .comments-and-cc-form {
  float: left;
  width: 70%;
}
@media (max-width: 767px) {
  #contactUs .comments-and-cc-form {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #contactUs .comments-and-cc-form {
    width: 58.5%;
  }
}
#contactUs .comments-and-cc-form .control-inline {
  clear: both;
  display: block;
  padding-top: 1em;
  margin: 0;
  /*@media(min-width: 768px) {
            width: 70%;
    }*/
  width: 100%;
}
#contactUs .comments-and-cc-form .control-inline button {
  margin: 0;
  float: right;
}
#contactDealer .contact-info-container .section-filter {
  width: 70%;
}
@media (max-width: 767px) {
  #contactDealer .contact-info-container .section-filter {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #contactDealer .contact-comments-section {
    display: inline-block;
    width: 70%;
  }
}
#contactDealer .control-inline {
  clear: both;
  display: block;
  padding-top: 1em;
  margin: 0;
  width: 100%;
  /*@media(min-width: 768px) {
            width: 70%;
    }*/
  width: 70%;
}
#contactDealer .control-inline button {
  margin: 0;
  float: right;
}
@media (max-width: 767px) {
  #contactDealer .control-inline {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-info-container {
    display: inline-block;
    width: 100%;
    float: left;
  }
}
.contact-info-container .section-filter {
  padding: 1em;
  background: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-info-container .section-filter > div > div {
    width: 100%;
  }
}
#contact-validation {
  margin-bottom: 1.125rem;/**/
  clear: both;
  color: #c00;
  display: block;
  padding-bottom: .375rem;/**/
  display: none;
  line-height: 2em;
}
#contact-validation label {
  clear: both;
  color: #c00;
  display: block;
  padding-bottom: .375rem;/**/
}
@media (max-width: 767px) {
  #contact-validation .article-details {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
}
#contact-validation .article-style-b {
  box-shadow: none;
  background: transparent;
}
.contact-information-header {
  color: #404040;
  margin-top: 1em;
}
.contact-details {
  width: 49.24242424%;
  margin-right: .75757576%;
  float: left;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  padding: 1.125rem;/**/
  margin-bottom: 1.125rem;/**/
}
.contact-details:nth-of-type(2n) {
  margin-right: 0;
  float: right;
}
@media (max-width: 767px) {
  .contact-details {
    width: 100%;
    font-size: .825rem;/**/
    box-shadow: none;
    margin-bottom: 0;
  }
  .contact-details:first-of-type {
    padding-bottom: 0;
  }
  .contact-details:nth-of-type(2n) {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #contactUsSubmitForm {
    margin-top: 2em;
  }
}
.contact-comments-section {
  width: 70%;
  float: left;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contact-comments-section {
    display: inline-block;
    width: 58.5%;
  }
}
@media (max-width: 767px) {
  .contact-comments-section {
    width: 100%;
  }
}
.contact-dealer-wrap {
  padding: 1.3em;
}
.contact-dealer-wrap .textarea-header {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #404040;
}
.contact-dealer-wrap .contact-comments-section {
  display: block;
  width: 70%;
  float: left;
}
@media (min-width: 768px) {
  .customer-training-topic .contact-customer-care-section {
    position: absolute;
    top: 40px;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .customer-training-topic .contact-productinfo-container ~ .contact-customer-care-section {
    position: absolute;
    top: 112px;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .technical-support-topic .contact-customer-care-section {
    top: 64px;
  }
}
.contact-customer-care-section {
  vertical-align: top;
  font-size: 16px;
  padding: 1em;
  margin-top: 0;
  width: 28%;
  float: right;
  clear: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-customer-care-section {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    width: 40%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .contact-customer-care-section {
    width: 100%;
    margin: 1em 0;
    position: static;
  }
}
.contact-customer-care-section table {
  margin: 0 auto;
  font-size: 16px;
}
.contact-customer-care-section table span {
  float: right;
}
.contact-customer-care-section .cc-info-header {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.contact-customer-care-section .cc-info-header .icon-phone:before {
  content: "\e942";
}
.contact-customer-care-section .cc-info div:not(:first-of-type) {
  margin-bottom: 8px;
}
#contactDealer section:not(.section-filter) {
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
  line-height: 2em;
  clear: both;
  color: #c00;
  display: block;
  padding-bottom: .375rem;/**/
}
.section-events-no-results h2 {
  font-size: 30px;
  color: #404040;
}
.section-events-no-results span {
  clear: both;
  color: #c00;
  display: block;
  padding-bottom: .375rem;/**/
  color: #404040;
}
.events-views > div.ember-view:first-child {
  margin-bottom: 3.3em;
}
@media (max-width: 767px) {
  .events-views > div.ember-view:first-child {
    margin-bottom: 0;
  }
}
.events-views .section-events-no-results {
  float: left;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .events-views .section-events-no-results {
    clear: left;
    margin-top: 5em;
  }
}
.events-views .category-filters {
  display: block;
  width: 21%;
  float: left;
  clear: left;
  margin: -10px 0 0;
  padding-right: .5em;
}
@media (max-width: 999px) {
  .events-views .category-filters {
    width: 18%;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .events-views .category-filters {
    width: 100%;
    margin-top: 1em;
    font-size: 15px;
  }
}
.events-views .category-filters .filter-list-summary {
  margin-right: 0.3em;
}
.events-views .category-filters .filter-list-summary h5 {
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
.events-views .category-filters .filter-list-summary .clear-summary {
  width: 100%;
  border-bottom: 1px solid #404040;
  padding-bottom: 1em;
  display: block;
  margin: .5em 0 0.5em;
  cursor: pointer;
  -moz-transition: color .4s;
  -o-transition: color .4s;
  -webkit-transition: color .4s;
  transition: color .4s;
  color: #0c55a5;
}
.events-views .category-filters .filter-list-summary .clear-summary:hover {
  color: #00aae7;
}
.events-views .category-filters .filter-list-summary .remove-filter {
  font-size: .9em;
}
.events-views .category-filters .filter-list-summary .remove-filter a {
  cursor: pointer;
  padding-right: 10px;
  font-weight: bold;
  color: #0c55a5;
}
.events-views .category-filters .filter-list-summary .remove-filter a:hover {
  color: #00aae7;
}
.events-views .category-filters .filters-all {
  margin-left: 0;
}
@media (max-width: 767px) {
  .events-views .category-filters .filters-all {
    border-bottom: 1px solid;
  }
}
.events-views .category-filters .filters-all .inpage-nav-inner {
  padding-top: 0.5em;
  margin-right: 5px;
  border-bottom: 1px solid;
}
@media (max-width: 767px) {
  .events-views .category-filters .filters-all .inpage-nav-inner {
    padding-top: 1em;
  }
}
.events-views .category-filters .filters-all .inpage-nav-inner:first-of-type {
  padding-top: 0;
}
@media (max-width: 767px) {
  .events-views .category-filters .filters-all .inpage-nav-inner:first-of-type {
    padding-top: 1em;
    width: 100%;
    border-bottom: 1px solid;
  }
}
.events-views .category-filters .filters-all .inpage-nav-inner:first-of-type .child-container {
  margin-left: 1em;
}
.events-views .category-filters .filters-all .inpage-nav-inner:last-of-type {
  border-bottom: none;
}
.events-views .category-filters .filters-all .inpage-nav-inner:last-of-type > div {
  margin-right: 0;
}
@media (max-width: 767px) {
  .events-views .category-filters .filters-all .inpage-nav-inner {
    margin-bottom: 1em;
    width: 33%;
    float: left;
    margin: 0;
    border-bottom: 0;
  }
}
.events-views .category-filters .filters-all .inpage-nav-inner > div {
  margin-right: 0;
  padding-bottom: 1em;
}
.events-views .category-filters .filters-all .checkbox-container {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.events-views .category-filters .filters-all .checkbox-container input[type="checkbox"] ~ img {
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
@media (min-width: 768px) and (max-width: 999px) {
  .events-views .category-filters .filters-all .checkbox-container input[type="checkbox"] ~ img {
    height: 14px !important;
    width: 14px !important;
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
.events-views .category-filters .filters-all .checkbox-container span {
  display: block;
  padding-left: 20px;
  padding-right: 5px;
}
.events-views .event-months {
  float: left;
  width: 54%;
  margin: -11px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .events-views .event-months {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .events-views .event-months {
    width: 100%;
    margin-top: 1em;
  }
}
.events-views .event-months a {
  padding: 0 0.45em 0 0;
  color: #404040;
}
.events-views .event-months a:hover {
  color: #00aae7;
}
.events-views .event-months a.active {
  background-color: inherit;
  color: #00aae7;
}
@media (min-width: 940px) and (max-width: 1180px) {
  .events-views .event-months a {
    font-size: .9em;
  }
}
@media (min-width: 840px) and (max-width: 939px) {
  .events-views .event-months a {
    font-size: .8em;
  }
}
@media (min-width: 768px) and (max-width: 839px) {
  .events-views .event-months a {
    font-size: .7em;
  }
}
.events-views .region-select {
  margin: -51px 0 0 0;
  float: right;
  min-width: 225px;
  position: relative;
  width: 22%;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .events-views .region-select {
    width: 18%;
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  .events-views .region-select {
    margin-top: 15px;
    margin-bottom: 5em;
    float: left;
    width: 50%;
  }
}
.events-views .region-select label {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .events-views .region-select label {
    font-size: .8em;
  }
}
.events-views .region-select .select-replace-b {
  position: absolute;
  display: block;
}
.events-views .region-select .select-replace-b select {
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .events-views .region-select .select-replace-b select {
    font-size: .8em;
  }
}
.events-list-table {
  margin-top: 6em;
  width: 79%;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}
@media (max-width: 999px) {
  .events-list-table {
    width: 82%;
  }
}
@media (max-width: 767px) {
  .events-list-table {
    margin-top: 12.5em;
    width: 100%;
  }
}
.events-list-table th,
.events-list-table td {
  padding: 1em;
}
.events-list-table th {
  background-color: #fff;
  text-align: left;
}
.events-list-table a {
  color: #0c55a5;
}
.events-list-table a:hover {
  color: #00aae7;
}
.events-list-table tr:nth-child(even) {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.events-list-table td:first-child,
.events-list-table th:first-child {
  width: 43%;
}
.events-details {
  margin-left: 0;
}
.events-details .event-details-table table {
  margin: 2em auto 1em auto;
  border: 1px solid #404040;
  width: 100%;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  padding-right: 0;
  padding-left: 0;
}
.events-details .event-details-table table thead th {
  position: relative;
  border: 1px solid #b8b8b8;
  border-left: 0;
  padding: 10px 25px 10px 5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f0f0f0;
  border-top: 0;
  width: 50%;
}
.events-details .event-details-table table tbody tr {
  background-color: #fff;
  width: 50%;
}
.events-details .event-details-table table tbody tr.row-highlight {
  background-color: #e9eff5;
}
.events-details .event-details-table table tbody tr.row-highlight td {
  border-right: 1px solid #d0dde9;
  border-bottom: 1px solid #d0dde9;
  color: #476c90;
}
.events-details .event-details-table table tbody tr td {
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #404040;
  -ms-word-break: break-word;
  word-break: break-word;
}
.events-details .event-details-table table tbody tr td.location-cell {
  text-align: left;
}
.events-details .event-details-table table tbody tr:last-of-type td {
  border-bottom: none;
}
.event-products .event-detail-buttons {
  text-align: left;
}
.event-detail-buttons {
  text-align: right;
}
.event-detail-buttons a {
  height: 44px;
  padding: 0.7em;
  align-items: center;
  margin-right: 0;
}
@media (max-width: 500px) {
  .event-detail-buttons a {
    display: block;
    text-align: center;
  }
}
.event-detail-buttons a.pe_primary {
  background-color: #055ca5;
  background: -webkit-linear-gradient(top, rgba(12, 85, 165, 0.8), rgba(2, 68, 152, 0.8));
  background: -moz-linear-gradient(top, rgba(12, 85, 165, 0.8), rgba(2, 68, 152, 0.8));
  background: -ms-linear-gradient(top, rgba(12, 85, 165, 0.8), rgba(2, 68, 152, 0.8));
  background: linear-gradient(top, rgba(12, 85, 165, 0.8), rgba(2, 68, 152, 0));
  margin-left: 0;
}
.event-detail-buttons a.pe_primary:hover {
  background-color: #0c55a5;
  color: white;
}
.details-page-links {
  margin-top: 1em;
  margin-bottom: .5em;
  background-color: #efefef;
  background: -webkit-linear-gradient(top, #f3f3f3, #efefef);
  background: -moz-linear-gradient(top, #f3f3f3, #efefef);
  background: -ms-linear-gradient(top, #f3f3f3, #efefef);
  background: linear-gradient(#f3f3f3, #efefef);
  height: 33px;
  line-height: 33px;
}
.details-page-links a {
  display: inline-block;
  padding: 0 10px;
  color: #0c55a5;
  font-size: 18px;
  cursor: pointer;
}
.details-page-links a:hover {
  color: #00aae7;
}
a.back-to-events {
  cursor: pointer;
  color: #404040;
  display: block;
  margin-bottom: 1em;
}
a.back-to-events:hover {
  color: #00aae7;
}
.event-products {
  margin-top: 2em;
}
.event-products ul {
  padding-left: 40px;
}
.event-products .featured-product {
  border: 1px solid #e5e5e5;
  padding: 10px 25px 10px 0;
  border-top: none;
}
.event-products .featured-product:nth-of-type(1) {
  border-top: 1px solid #e5e5e5;
}
.event-products .featured-product:nth-child(odd) {
  background-color: #f5f5f5;
}
.event-products .featured-product:nth-child(even) {
  background-color: #fff;
}
.event-products .featured-product .featured-product-image {
  text-align: center;
}
.event-products .featured-product .col-lg-2 {
  min-width: 120px;
}
.event-products .featured-product .col-lg-10 {
  max-width: calc(100% - 130px);
  float: right;
}
.event-products .featured-product .col-lg-10 h4 a {
  cursor: pointer;
  font-size: 18px;
  color: #0c55a5;
}
.event-products .featured-product .col-lg-10 h4 a:hover {
  color: #00aae7;
}
.event-products .featured-product .col-lg-10 span a {
  cursor: pointer;
  font-size: 16px;
  color: #0c55a5;
}
.event-products .featured-product .col-lg-10 span a:hover {
  color: #00aae7;
}
.event-products .featured-product .col-lg-10 p {
  font-size: 14px;
}
/*# sourceMappingURL=locations.css.map */