﻿/* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}

a.link svg {
    position: relative;
    top: 3px;
    margin-left: 5px;
    stroke: #de3000;
    width: 20px;
    height: 15px;
    transition: .4s margin cubic-bezier(.75, -.5, 0, 1.75);
}

.image-box-text p {
    color: #9b9b9b;
    font-family: 'proximanova-regular';
    font-size: 16px;
    line-height: 24px;
    clear: both;
}