﻿/*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/NEOmobile/neomobile-overview-iphone5-portrait.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }

.prem-service-panel {
  /*text-align: center;*/
  padding: 15px; }
  .prem-service-panel #customReportIcon {
    padding: 8px; }
  .prem-service-panel #customDashboardIcon {
    padding-left: 13px;
    padding-right: 26px;
    padding-bottom: 19.5px;
    padding-top: 13px; }
    .prem-service-panel #customDashboardIcon .fa-stack-2x {
      font-size: 2.5em; }
    .prem-service-panel #customDashboardIcon .fa-stack-1x {
      padding-left: 13px; }
  .prem-service-panel .panel-title {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: x-large; }
  .prem-service-panel .caveat-note {
    font-size: smaller; }
  .prem-service-panel-image img {
    width: 100%;
    height: 100%; }
  .prem-service-panel-info {
    padding-top: 1%; }
