/**
 * @file
 * Visual styles for Corporate+'s service content type.
 */
.node--type-mt-service .node__header {
  padding: 0;
}

/*page title*/ 
.layout-no-sidebars.page-node-type-mt-service .page-title {
  text-align: center;
}

/*subheader field*/
.node--type-mt-service .field--name-field-mt-subheader-body {
  font-size: 22px;
  padding: 0;
  line-height: 1.5;
  margin-top: -15px;
  margin-bottom: 30px;
}
.layout-no-sidebars .node--type-mt-service .field--name-field-mt-subheader-body {
  text-align: center;
}
@media (min-width: 768px) {
  .layout-no-sidebars .node--type-mt-service .field--name-field-mt-subheader-body {
    padding: 0 20%;
  }
}

/*image field*/
.node--type-mt-service .field--name-field-image {
  margin-bottom: 30px;
}
.node--type-mt-service.node--view-mode-teaser .images-container {
  margin-bottom: 15px;
}

/*price field*/
.node--type-mt-service .field--name-field-mt-price {
  font-size: 42px;
  margin: 30px 0 5px;
}
.node--type-mt-service .field--name-field-mt-price + .field {
  padding-top: 25px;
}

/*buy link field*/
.node--type-mt-service .field--name-field-mt-buy-link a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 23px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px 0;
  text-align: center;
  background-color: transparent;
}
.headings-wide-spacing-enabled .node--type-mt-service .field--name-field-mt-buy-link a {
  letter-spacing: 0.25em;
}
.node--type-mt-service .field--name-field-mt-buy-link a:hover {
  color: #ffffff;
}
.region--light-typography .node--type-mt-service .field--name-field-mt-buy-link a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
}
.region--light-typography .node--type-mt-service .field--name-field-mt-buy-link a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
