div#Shadow {
  background: url(Layout/Shadow.png) no-repeat top center;
  height: 48px;
  width: 100%;
  position: relative;
  z-index: 99;
  pointer-events: none;
}

div#Content {
  padding-top: calc(25px + var(--padding-top, 0));
}
div#Content .Clear {
  clear: both;
}
div#Content a {
  color: black;
  text-decoration: none;
}
div#Content a.Button {
  background: #fecb00;
  color: black;
  display: block;
  border-radius: 10px;
  cursor: pointer;
}
div#Content a.Button:hover {
  text-decoration: none;
}
div#Content .Error {
  color: red;
}
div#Content .Ok {
  color: green !important;
}
@media only screen and (max-width: 759px) {
  div#Content {
    padding-top: calc(10px + var(--padding-top, 0));
  }
}
div#Content .LineThrough {
  position: relative;
}
div#Content .LineThrough:after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: red;
  bottom: 48%;
  left: 0;
}
div#Content .HugeSubmit {
  float: none;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 20px;
  padding: 6px;
  height: 43px;
  margin-top: 27px;
  margin-bottom: 20px;
}
@Media only screen and (max-width: 759px) {
  div#Content .HugeSubmit {
    margin: 60px 0;
  }
}
div#Content strong {
  font-family: "FrankieGarageBold";
  font-weight: normal;
}
div#Content ul.BreadCrumb {
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: center;
  border-top: 1px solid #d8dce1;
  padding: 3.125rem 0;
  margin-top: 3.75rem;
  /*margin-bottom: 40px;*/
}
@media only screen and (max-width: 759px) {
  div#Content ul.BreadCrumb {
    padding: 1.25rem 0;
  }
}
div#Content ul.BreadCrumb li {
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  text-transform: uppercase;
}
@Media only screen and (max-width: 759px) {
  div#Content ul.BreadCrumb li {
    font-size: 0.6rem;
  }
}
div#Content ul.BreadCrumb li a {
  color: black;
  text-transform: inherit;
}
div#Content ul.BreadCrumb li:not(:last-child):after {
  content: "/";
  width: 6px;
  height: 10px;
  display: inline-block;
  color: #1a181d;
  margin: 0 5px;
}
div#Content ul:not(.NotLayoutUl) {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
div#Content ul:not(.NotLayoutUl) li {
  line-height: 22px;
}
div#Content ul:not(.NotLayoutUl) li:before {
  vertical-align: top;
  margin-top: 2px;
  display: inline-block;
  content: " ";
  background: url(Shared/Sprite.png) no-repeat;
  background-position: -34px -235px;
  width: 8px;
  height: 17px;
  padding-right: 15px;
}
div#Content ul:not(.NotLayoutUl) li:not(:last-child) {
  padding-bottom: 8px;
}
div#Content ul:not(.NotLayoutUl) li span {
  display: inline-block;
  width: calc(100% - 35px);
}
div#Content h1, div#Content h2, div#Content h3, div#Content h4 {
  position: relative;
}
div#Content h1 {
  font-size: 1.1875rem;
  line-height: 36px;
  margin-top: 27px;
  margin-bottom: 30px;
}
div#Content h2 {
  font-family: "Benton Sans", Arial, sans-serif;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 20px;
}
div#Content h3 {
  padding-bottom: 10px;
  margin-bottom: 22px;
  color: black;
  font-size: 24px;
  margin: 0;
  line-height: 25px;
}
div#Content h3 span {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  background-color: #fecb00;
  margin-right: 12px;
  color: white;
}
div#Content a.GenericLink, div#Content p a {
  display: inline-block;
  border-bottom: 1px solid #fecb00;
  color: #7e7c7c;
  line-height: 13px;
}
div#Content a.GenericLink:hover, div#Content p a:hover {
  color: #fecb00;
  text-decoration: none;
}
div#Content p {
  line-height: 21px;
  font-size: 15px;
  position: relative;
}
div#Content p.MarginBottom {
  margin-bottom: 34px;
}
div#Content .Bold {
  font-weight: bold;
}
div#Content .Table {
  display: table;
  width: 100%;
}
div#Content .Table .Row {
  display: table-row;
  border-bottom: 1px solid #dedede;
}
div#Content .Table .Row.Header {
  background-color: #dedede;
}
div#Content .Table .Row.Header .Cell {
  border: 0 !important;
  color: #333333;
}
div#Content .Table .Row.Header .Cell input, div#Content .Table .Row.Header .Cell select {
  border: 1px solid white;
  color: #898989;
  padding: 2px;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}
div#Content .Table .Row.Footer .Cell:first-child {
  text-align: right;
}
div#Content .Table .Row .CellsContainer {
  display: table;
  width: 100%;
}
div#Content .Table .Row .CellsContainer .Cell {
  vertical-align: top;
  display: table-cell;
  padding: 10px;
  height: 100%;
}
div#Content .Table .Row .CellsContainer .Cell.Width33 {
  width: 33%;
}
div#Content .Table .Row .CellsContainer .Cell.Width25 {
  width: 25%;
}
div#Content .Table .Row .CellsContainer .Cell.Width66 {
  width: 66%;
}
div#Content .Table .Row .CellsContainer .Cell:not(:last-child) {
  border-right: 1px solid #dedede;
}
div#Content .Table .Row .CellsContainer .Cell .Line a {
  line-height: 20px;
}
div#Content .Table .Row .CellsContainer .Cell .Line strong, div#Content .Table .Row .CellsContainer .Cell .Line span {
  display: inline-block;
  width: 80px;
}
