﻿/*Components, class for general use */
.function-icon {
  background-color: #a10f2b;
  color: #ffffff;
  padding: 20px;
  display: inline-block;
  text-align: center; }
  .function-icon > * {
    vertical-align: middle; }
  .function-icon-o {
    background-color: #ffffff;
    color: #a10f2b;
    display: inline-block;
    text-align: center; }
    .function-icon-o > * {
      vertical-align: middle; }

.main-summary .title {
  text-align: center;
  margin-top: 30px; }
  .main-summary .title::after {
    content: "";
    height: 2px;
    width: 120px;
    display: block;
    background-color: #a10f2b;
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }

.main-summary .text {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 120px;
  padding-right: 120px;
  font-size: 17px; }

.feature-grid-background-one {
  background-color: #dedede; }

.feature-grid-background-two {
  background-color: #fafafa; }

.button-website {
  background-color: #a10f2b;
  outline: auto;
  /*border-color: $IESLogoDotColour;*/
  border-top-color: #a10f2b;
  border-bottom-color: #a10f2b;
  border-left-color: #a10f2b;
  border-right-color: #a10f2b; }
  .button-website, .button-website:hover, .button-website:active {
    color: #ffffff; }
  .button-website:hover {
    cursor: pointer;
    background-color: #8a0d25; }
  .button-website:active {
    background-color: #5b0818; }

.img-banner {
  background: url(/Content/QueryTool/QT1.PNG) no-repeat;
  background-size: cover;
  background-position: center center; }

.tile-background-one {
  background-color: #dedede; }

.tile-background-two {
  background-color: #fafafa; }

.content-block {
  padding: 0 15px;
  background-color: #fafafa; }

.service-block-v6 > div {
  padding: 20px;
  text-align: justify; }
  .service-block-v6 > div .service-desc {
    padding-right: 10px; }
    .service-block-v6 > div .service-desc h2 {
      font-weight: bold; }

.main-summary .text {
  margin-bottom: 20px; }

.offer-panel {
  padding: 25px; }

.info-panel {
  background-color: #a10f2b;
  cursor: pointer;
  padding: 30px; }
  .info-panel:hover {
    background-color: #5b0818; }
  .info-panel .function-icon {
    border: 3px solid #ffffff;
    border-radius: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px; }
  .info-panel h3, .info-panel p {
    color: #ffffff; }
  .info-panel h3 {
    margin-top: 20px; }
  .info-panel p {
    text-align: justify; }
