/*temp*/
.pe_secondary, .pe_primary, .pe_secondary_sm {
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin: 20px 5px;
    outline: none;
    padding: 13px;
    transition: all 0.4s ease-out;
}
.pe_primary {
    background: -webkit-linear-gradient(top, rgba(12, 85, 165, 0.8), rgba(2, 68, 152, 0.8));
}
.pe_primary:hover {
    -moz-transition: background linear .1s;
    -o-transition: background linear .1s;
    -webkit-transition: background linear .1s;
    background-color: #0c55a5;
    transition: background linear .1s;
    color: #fff;
}
.twitter-typeahead {
    display: block !important;
}
/*end temp*/

@media only screen and (max-width: 375px) {
  .footer-content {
    text-align: left;
    padding-left: 28px !important;
  }
}
html {
  font-size: 11px !important;
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14px !important;
  }
}
html a {
  color: #0c55a5;
  text-decoration: none;
  cursor: pointer;
}
html a:hover,
html a:focus {
  color: #00aae7;
  text-decoration: none;
}
textarea.input-validation-error,
input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error:hover,
input.input-validation-error:hover,
select.input-validation-error:hover,
textarea.input-validation-error:focus,
input.input-validation-error:focus,
select.input-validation-error:focus {
  border-color: #cc0000 !important;
}
.homepage-container {
  font-family: "FrutigerLTW02-45Light", Arial, "Tahoma", "Optima", sans-serif;
  max-width: 1600px;
  margin: 0 auto;
}
.hero-banner {
  font-family: "FrutigerLTW02-45Light", Arial, "Tahoma", "Optima", sans-serif;
  min-height: 504px;
  padding: 50px;
  background-repeat: no-repeat !important;
  background-position: right top !important;
  -webkit-transition: background-position 1s;
  transition: background-position 1s;
}
@media only screen and (max-width: 450px) {
  .hero-banner {
    padding: 0;
    overflow: hidden;
    -moz-background-size: auto 504px;
    background-size: auto 504px;
    background-position: -575px 0 !important;
  }
}
@media only screen and (min-width: 451px) and (max-width: 767px) {
  .hero-banner {
    background-position: -485px 0 !important;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-banner {
    -moz-background-size: auto 570px !important;
    background-size: auto 570px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-banner {
    background-position: -350px 0;
  }
}
.hero-banner__Tile {
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 300px;
  height: 200px;
  color: #ffffff;
  padding: 30px;
  text-align: justify;
  text-transform: uppercase;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 375px), only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-banner__Tile {
    height: 168px;
    width: 253px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner__Tile {
    cursor: pointer;
  }
}
.hero-banner__Tile--blue {
  background-color: #00aae7;
}
.hero-banner__Tile--purple {
  background-color: #643662;
}
.hero-banner__Tile--green {
  background-color: #658428;
}
.hero-banner__TileContent {
  font-family: "Frutiger LT W01_47 Light Cond", "Arial Narrow", sans-serif;
}
.hero-banner__TileRolloverContent {
  display: none;
  width: 535px;
  height: 200px;
  text-transform: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 30px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .hero-banner__TileRolloverContent {
    height: 168px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-banner__TileRolloverContent {
    width: 450px;
    height: 168px;
  }
}
.hero-banner__Tile:hover .hero-banner__TileRolloverContent {
  display: block;
}
@media only screen and (max-width: 767px) {
  .hero-banner__Tile:hover .hero-banner__TileRolloverContent {
    display: none;
  }
}
.hero-banner__Label {
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Frutiger LT W01_47 Light Cond", "Arial Narrow", sans-serif;
}
@media only screen and (max-width: 767px) {
  .hero-banner__Label {
    cursor: inherit;
  }
}
.hero-banner__Label--nowrap {
  white-space: nowrap;
}
.hero-banner__Label--hidden {
  visibility: hidden;
}
.hero-banner__Description {
  font-size: 19px;
  font-size: 1.375rem;
  line-height: 1.8rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-banner__Description {
    font-size: 15px;
    font-size: 1.375rem;
  }
}
.hero-banner__Link {
  font-size: 19px;
  font-size: 1.375rem;
  line-height: 1.8rem;
  font-family: "FrutigerLTW02-55Roman", Arial, "Tahoma", "Helvetica", sans-serif;
  text-decoration: underline;
  color: #ffffff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-banner__Link {
    font-size: 15px;
    font-size: 1.375rem;
  }
}
.hero-banner__Link:hover,
.hero-banner__Link:focus,
.hero-banner__Link:visited {
  color: #ffffff;
}
.capabilities {
  padding: 50px 10px 80px 10px;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 375px) {
  .capabilities {
    padding: 20px 10px 12px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .capabilities {
    padding: 60px 50px 100px 50px;
  }
}
@media only screen and (max-width: 375px) {
  .capabilities {
    padding-top: 46px;
  }
}
.capabilities--white {
  background: #ffffff;
}
.capabilities__Wrapper {
  max-width: 1210px;
  margin: 0 auto;
}
.capabilities__Title {
  font-size: 42px;
  font-size: 3rem;
  color: #404040;
  text-align: center;
  line-height: 3.375rem;
  margin-top: 20px;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
  margin-top: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .capabilities__Title {
    font-size: 33px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 375px) {
  .capabilities__Title {
    text-align: left;
    padding-left: 20px !important;
  }
}
.capabilities__Lead {
  font-size: 25px;
  font-size: 1.75rem;
  line-height: 2.125rem;
  border: 1px solid #e6e7e9;
  text-align: center;
  padding: 25px 34px;
  margin-bottom: 0px;
  display: block;
  word-spacing: .05em;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .capabilities__Lead {
    font-size: 19px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 375px) {
  .capabilities__Lead {
    text-align: left;
    padding-left: 22px !important;
  }
}
.capabilities__Grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .capabilities__Grid {
    border-right: 1px solid #e6e7e9;
    border-bottom: 1px solid #e6e7e9;
  }
}
@media only screen and (min-width: 992px) {
  .capabilities__Grid {
    border-bottom: 0;
  }
}
.capabilities__Item {
  border: 1px solid #e6e7e9;
  border-bottom: 0;
  padding: 34px;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 23px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .capabilities__Item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    border-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .capabilities__Item {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    border-right: 0;
    border-bottom: 1px solid #e6e7e9;
  }
}
.capabilities__Item:last-child {
  border-bottom: 1px solid #e6e7e9;
}
@media only screen and (min-width: 768px) {
  .capabilities__Item:last-child {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .capabilities__Item:last-child {
    border-right: 0;
    border-bottom: 1px solid #e6e7e9;
  }
}
.capabilities__Item:hover .capabilities__LearnMore {
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  top: 70px;
}
.capabilities__Item .icon:not(.icon-search) {
  color: #0c55a5;
  font-size: 27px;
  left: -16px;
  position: absolute;
  top: 5px;
}
.capabilities__ItemContent {
  position: relative;
  padding-left: 5px;
}
@media only screen and (min-width: 992px) {
  .capabilities__ItemContent {
    padding-left: 0px;
  }
}
.capabilities__ItemIcon {
  position: absolute;
}
.capabilities__ItemHeader {
  padding-left: 18px;
  padding-bottom: 10px;
}
.capabilities__ItemHeaderLink {
  font-size: 25px;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-family: "FrutigerLTW02-55Roman", Arial, "Tahoma", "Helvetica", sans-serif;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .capabilities__ItemHeaderLink {
    font-size: 19px;
    font-size: 1.75rem;
  }
}
.capabilities__ItemHeaderLink sup {
  font-size: 12px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .capabilities__ItemHeaderLink sup {
    font-size: 10px;
    font-size: 0.875rem;
  }
}
.capabilities__ItemHeaderLink--blue {
  color: #0c55a5;
}
.capabilities__ItemDescription {
  font-size: 19px;
  font-size: 1.375rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  padding-left: 17px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .capabilities__ItemDescription {
    font-size: 15px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .capabilities__ItemDescription {
    line-height: 1.5em;
  }
}
.capabilities__LearnMore {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.capabilities__LearnMore--blue {
  background: #e5f6fd;
}
.capabilities__LearnMoreLink {
  font-size: 25px;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-family: "FrutigerLTW02-55Roman", Arial, "Tahoma", "Helvetica", sans-serif;
  letter-spacing: -0.01em;
  text-decoration: underline;
  vertical-align: middle;
  display: table-cell;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .capabilities__LearnMoreLink {
    font-size: 19px;
    font-size: 1.75rem;
  }
}
.capabilities__LearnMoreLink sup {
  font-size: 12px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .capabilities__LearnMoreLink sup {
    font-size: 10px;
    font-size: 0.875rem;
  }
}
.capabilities__LearnMoreLink--blue {
  color: #0c55a5;
}
.product-services {
  padding: 50px 10px 80px 10px;
}
@media only screen and (max-width: 375px) {
  .product-services {
    padding: 20px 10px 12px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .product-services {
    padding: 60px 50px 100px 50px;
  }
}
.product-services--blue {
  background: #e5f6fd;
}
.product-services__Wrapper {
  max-width: 1310px;
  margin: 0 auto;
}
.product-services__Title {
  font-size: 42px;
  font-size: 3rem;
  color: #404040;
  text-align: center;
  line-height: 3.375rem;
  margin-top: 20px;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-services__Title {
    font-size: 33px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 375px) {
  .product-services__Title {
    text-align: left;
    padding-left: 20px !important;
  }
}
.product-services__ContentWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .product-services__ContentWrapper {
    background: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .product-services__ContentWrapper {
    border-right: 1px solid #e6e7e9;
    border-bottom: 1px solid #e6e7e9;
  }
}
@media only screen and (min-width: 992px) {
  .product-services__ContentWrapper {
    border-bottom: 0;
  }
}
.product-services__Block {
  border: 1px solid #e6e7e9;
  border-bottom: 0;
  padding: 50px;
  color: #404040;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 375px) {
  .product-services__Block {
    text-align: left !important;
  }
}
@media only screen and (width: 768px) {
  .product-services__Block {
    padding: 34px;
    max-width: 100% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .product-services__Block {
    padding: 34px;
    max-width: 100% !important;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-services__Block {
    padding: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .product-services__Block {
    border-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-services__Block {
    min-width: unset;
    border-right: 0;
    border-bottom: 1px solid #e6e7e9;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 992px) {
  .product-services__Block--last-odd {
    text-align: left !important;
  }
}
.product-services__Block:last-child {
  border-bottom: 1px solid #e6e7e9;
}
@media only screen and (min-width: 768px) {
  .product-services__Block:last-child {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-services__Block:last-child {
    border-right: 0;
    border-bottom: 1px solid #e6e7e9;
  }
}
.product-services__Block,
.product-services__Block:hover,
.product-services__Block:focus,
.product-services__Block:visited {
  color: #404040;
}
.product-services__BlockImg {
  max-width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .product-services__BlockImg {
    margin-bottom: 50px;
  }
}
.product-services__BlockTitle {
  font-size: 25px;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-family: "FrutigerLTW02-55Roman", Arial, "Tahoma", "Helvetica", sans-serif;
  letter-spacing: -0.01em;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-services__BlockTitle {
    font-size: 19px;
    font-size: 1.75rem;
  }
}
.product-services__BlockTitle sup {
  font-size: 12px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-services__BlockTitle sup {
    font-size: 10px;
    font-size: 0.875rem;
  }
}
.product-services__BlockTitle--blue {
  color: #0c55a5;
}
.product-services__BlockTitle:hover,
.product-services__BlockTitle:focus {
  color: #00aae7;
  text-decoration: none;
}
.product-services__BlockDescription {
  font-size: 19px;
  font-size: 1.375rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  margin: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-services__BlockDescription {
    font-size: 15px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .product-services__BlockDescription {
    line-height: 1.5em;
  }
}
.product-services__BlockDescription p {
  margin-bottom: 10px;
}
.product-services__BlockDescription p:last-child {
  margin-bottom: 0;
}
.product-services__LearnMore {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  color: #0c55a5;
  cursor: pointer;
  font-size: 19px;
  font-size: 1.375rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-services__LearnMore {
    font-size: 15px;
    font-size: 1.375rem;
  }
}
.product-services__LearnMore:hover,
.product-services__LearnMore:focus {
  color: #00aae7;
  text-decoration: none;
}
.upcoming-events {
  padding: 50px 10px 80px 10px;
}
@media only screen and (max-width: 375px) {
  .upcoming-events {
    padding: 20px 10px 12px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .upcoming-events {
    padding: 60px 50px 100px 50px;
  }
}
.upcoming-events--white {
  background: #ffffff;
}
.upcoming-events__Wrapper {
  max-width: 1310px;
  margin: 0 auto;
}
.upcoming-events__Title {
  font-size: 42px;
  font-size: 3rem;
  color: #404040;
  text-align: center;
  line-height: 3.375rem;
  margin-top: 20px;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .upcoming-events__Title {
    font-size: 33px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 375px) {
  .upcoming-events__Title {
    text-align: left;
    padding-left: 20px !important;
  }
}
.upcoming-events__ContentWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .upcoming-events__ContentWrapper {
    border-right: 1px solid #e6e7e9;
    border-bottom: 1px solid #e6e7e9;
  }
}
@media only screen and (min-width: 992px) {
  .upcoming-events__ContentWrapper {
    border-bottom: 0;
  }
}
.upcoming-events__NoEventsInfo {
  text-align: center;
}
@media only screen and (max-width: 375px) {
  .upcoming-events__NoEventsInfo {
    text-align: left;
    padding-left: 24px !important;
  }
}
.upcoming-events__Block {
  border: 1px solid #e6e7e9;
  border-bottom: 0;
  color: #404040;
  padding: 34px 50px;
  min-width: 260px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 375px) {
  .upcoming-events__Block {
    text-align: left;
    padding-left: 23px !important;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-events__Block {
    margin: 0 auto;
    background: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .upcoming-events__Block {
    border-right: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
  }
}
@media only screen and (min-width: 992px) {
  .upcoming-events__Block {
    border-right: 0;
    border-bottom: 1px solid #e6e7e9;
  }
}
.upcoming-events__Block:last-child {
  border-bottom: 1px solid #e6e7e9;
}
@media only screen and (min-width: 768px) {
  .upcoming-events__Block:last-child {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .upcoming-events__Block:last-child {
    border-right: 0;
    border-bottom: 1px solid #e6e7e9;
  }
}
.upcoming-events__BlockTitle {
  font-size: 25px;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-family: "FrutigerLTW02-55Roman", Arial, "Tahoma", "Helvetica", sans-serif;
  letter-spacing: -0.01em;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .upcoming-events__BlockTitle {
    font-size: 19px;
    font-size: 1.75rem;
  }
}
.upcoming-events__BlockTitle sup {
  font-size: 12px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .upcoming-events__BlockTitle sup {
    font-size: 10px;
    font-size: 0.875rem;
  }
}
.upcoming-events__BlockTitle--blue {
  color: #0c55a5;
}
.upcoming-events__BlockDate {
  font-size: 16px;
  font-size: 1.13rem;
  margin: 5px 0 10px 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .upcoming-events__BlockDate {
    font-size: 12px;
    font-size: 1.13rem;
  }
}
@media only screen and (max-width: 375px) {
  .upcoming-events__BlockDate {
    text-align: left;
    padding-left: 2px !important;
  }
}
.upcoming-events__BlockDateSeparator {
  margin: 0 20px;
}
.upcoming-events__BlockDescription {
  font-size: 19px;
  font-size: 1.375rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .upcoming-events__BlockDescription {
    font-size: 15px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .upcoming-events__BlockDescription {
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 375px) {
  .upcoming-events__BlockDescription {
    text-align: left;
    padding-left: 2px !important;
  }
}
.upcoming-events__BlockFooter {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 375px) {
  .upcoming-events__BlockFooter {
    text-align: left;
    padding-left: 23px !important;
  }
}
.upcoming-events__BlockFooterLink {
  font-size: 25px;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-family: "FrutigerLTW02-55Roman", Arial, "Tahoma", "Helvetica", sans-serif;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .upcoming-events__BlockFooterLink {
    font-size: 19px;
    font-size: 1.75rem;
  }
}
.upcoming-events__BlockFooterLink sup {
  font-size: 12px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .upcoming-events__BlockFooterLink sup {
    font-size: 10px;
    font-size: 0.875rem;
  }
}
.upcoming-events__BlockFooterLink--blue {
  color: #0c55a5;
}
.suggested {
  padding: 50px 10px 80px 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 375px) {
  .suggested {
    padding: 20px 10px 12px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .suggested {
    padding: 60px 50px 100px 50px;
  }
}
@media only screen and (max-width: 375px) {
  .suggested {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .suggested {
    margin-bottom: 30px;
  }
}
.suggested--blue {
  background: #e5f6fd;
}
.suggested__Wrapper {
  max-width: 1310px;
  margin: 0 auto;
}
.suggested__Title {
  font-size: 42px;
  font-size: 3rem;
  color: #404040;
  text-align: center;
  line-height: 3.375rem;
  margin-top: 20px;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .suggested__Title {
    font-size: 33px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 375px) {
  .suggested__Title {
    text-align: left;
    padding-left: 20px !important;
  }
}
.suggested__ContentWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .suggested__ContentWrapper {
    border-right: 1px solid #e6e7e9;
    border-bottom: 1px solid #e6e7e9;
  }
}
@media only screen and (min-width: 992px) {
  .suggested__ContentWrapper {
    border-bottom: 0;
  }
}
.suggested__Block {
  background: #ffffff;
  border: 1px solid #e6e7e9;
  border-bottom: 0;
  padding: 34px 50px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .suggested__Block {
    padding: 34px 34px !important;
  }
}
@media only screen and (min-width: 768px) {
  .suggested__Block {
    border-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .suggested__Block {
    border-right: 0;
    border-bottom: 1px solid #e6e7e9;
  }
}
.suggested__Block:last-child {
  border-bottom: 1px solid #e6e7e9;
}
@media only screen and (min-width: 768px) {
  .suggested__Block:last-child {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .suggested__Block:last-child {
    border-right: 0;
    border-bottom: 1px solid #e6e7e9;
  }
}
@media only screen and (max-width: 375px) {
  .suggested__Block {
    text-align: left;
    padding-left: 26px !important;
  }
}
.suggested__BlockTitle {
  font-size: 25px;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-family: "FrutigerLTW02-55Roman", Arial, "Tahoma", "Helvetica", sans-serif;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .suggested__BlockTitle {
    font-size: 19px;
    font-size: 1.75rem;
  }
}
.suggested__BlockTitle sup {
  font-size: 12px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .suggested__BlockTitle sup {
    font-size: 10px;
    font-size: 0.875rem;
  }
}
.suggested__BlockTitle--blue {
  color: #0c55a5;
}
.suggested__BlockTitle--black {
  color: #000000;
}
.suggested__BlockDescription {
  font-size: 16px;
  font-size: 1.125rem;
  color: #404040;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .suggested__BlockDescription {
    font-size: 12px;
    font-size: 1.125rem;
  }
}
.suggested__BlockDescription .suggested-img-desc {
  font-size: 19px;
  font-size: 1.375rem;
  line-height: 34px;
  display: block;
  font-family: "FrutigerLTW02-55Roman", Arial, "Tahoma", "Helvetica", sans-serif;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .suggested__BlockDescription .suggested-img-desc {
    font-size: 15px;
    font-size: 1.375rem;
  }
}
.suggested__BlockLink {
  display: block;
  font-family: "FrutigerLTW02-55Roman", Arial, "Tahoma", "Helvetica", sans-serif;
  font-size: 16px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #0c55a5;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .suggested__BlockLink {
    font-size: 12px;
    font-size: 1.125rem;
  }
}
.suggested__CategoryImgWrapper {
  position: relative;
  width: 100%;
}
.suggested__CategoryImg {
  width: 100%;
  margin-bottom: 20px;
}
.suggested__SearchesColumn {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.suggested__QuickOrderInput {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 6px;
  font-size: 16px;
  font-size: 1.143rem;
  color: #b7b5b5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #999999;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .suggested__QuickOrderInput {
    font-size: 13px;
    font-size: 1.143rem;
  }
}
.suggested__QuickOrderLink {
  display: inline-block;
  font-size: 16px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1025px) {
  .suggested__QuickOrderLink {
    font-size: 12px;
    font-size: 1.125rem;
  }
}
.suggested__QuickOrderAddMore {
  width: 62%;
  padding-right: 10px;
  float: left;
}
.suggested__QuickOrderCart {
  width: 35%;
  float: right;
  text-align: right;
}
.suggested__QuickOrderColPartNumber {
  width: 73%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .suggested__QuickOrderColPartNumber {
    width: 57%;
  }
}
.suggested__QuickOrderColQty {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .suggested__QuickOrderColQty {
    width: 38%;
  }
}
.suggested__QuickOrderFormError {
  display: none;
  color: #cc0000;
}
