﻿/*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; }

#networkViewPage {
  font-size: medium; }

.breadcrumbs-v3:after {
  background: rgba(0, 0, 0, 0.45); }

.img-banner {
  background: url("/Content/NetworkView/Introduction.png") no-repeat;
  background-size: cover;
  background-position: center center; }

.title {
  text-align: center; }

.text {
  text-align: justify; }

#introduction {
  text-align: center; }
  #introduction .title {
    font-size: 45px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
    margin-top: 0; }

.section {
  margin-top: 30px;
  margin-bottom: 30px;
  vertical-align: middle; }
  .section > * {
    display: inline-block; }
  .section .text {
    padding-left: 35px;
    padding-right: 35px;
    text-align: center; }
    .section .text .function-icon {
      width: 72px;
      margin-top: 15px;
      margin-bottom: 15px;
      border-top-left-radius: 56px;
      border-top-right-radius: 56px;
      border-bottom-left-radius: 56px;
      border-bottom-right-radius: 56px; }
    .section .text .title {
      font-weight: bold; }
    .section .text .summary {
      font-size: large;
      padding-left: 40px;
      padding-right: 40px; }
    .section .text .body {
      text-align: justify;
      font-size: 14px; }
  .section .image {
    text-align: center; }

