body {
  font-size: .85em;
  font-family: 'Open Sans', sans-serif;
  color: #434343;
  background-color: white;
  background-image: none;
  margin: 0;
}
body.FullPageGradient,
#title {
  background-image: url("../images/background.svg");
}
header,
footer,
nav,
section {
  display: block;
}
html {
  min-height: 100%;
}
#termsCheckBox {
  vertical-align: top;
}
input.TextContent,
textarea.TextContent {
  padding: 0.8em;
  background-color: white;
  border: 1px solid #aaaaaa;
}
/* Image variables
-----------------------------------------------------------*/
/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
  border: 1px solid #dddddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}
legend {
  font-size: 1.2em;
  font-weight: bold;
}
textarea {
  min-height: 75px;
}
.editor-label {
  margin: 1em 0 0 0;
}
.editor-field {
  margin: 0.5em 0 0 0;
}
a,
button {
  color: #333333;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.Btn:hover {
  text-decoration: none;
}
button {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  cursor: pointer;
}
input,
textarea,
select,
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  color: #434343;
}
/* Styles for validation helpers
-----------------------------------------------------------*/

.Validation,
.field-validation-error,
.validation-summary-errors,
.Error {
  color: #cc0000;
}
.field-validation-error {
  display: block;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #cc0000;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  margin-top: 1.2em;
  margin-bottom: 1.4em;
}
.validation-summary-valid {
  display: none;
}
/* Styles for partial views
-----------------------------------------------------------*/

#about h2 {
  margin-top: 0;
}
/* Other shared styles
-----------------------------------------------------------*/

.Btn {
  font-family: 'Open Sans', sans-serif;
  background-color: #121212;
  color: #cccccc;
  padding: 5px 1.5em;
  border: 0 none;
  text-decoration: none;
  cursor: pointer;
  background-repeat: repeat-x;
  vertical-align: middle;
  line-height: 30px;
  display: inline-block;
  transition: all linear 0.2s;
  text-align: center;
}
.Btn:hover {
  color: white;
}
.Btn:active {
  background-color: #444444;
}
.Btn span {
  float: left;
}
.Btn .ImageContainer {
  position: relative;
  width: 18px;
  height: 100%;
  top: 0;
  bottom: 0;
}
.Btn .ImageContainer img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 28%;
  bottom: 0;
  border: none;
}
#errorContent {
  margin: 10%;
  margin-bottom: 2%;
}
#errorContent h1 {
  font-size: 2em;
  font-weight: normal;
  margin: 0.85em 0;
}
#errorContent h2 {
  font-size: 1.2em;
  font-weight: normal;
}
table.Alternating tr.Even {
  background-color: #eaeaea;
}
#brandContainer {
  margin-top: 10%;
  min-height: 200px;
}
#brandLogo {
  width: 100%;
}
#brandLogo.WithText {
  width: 38%;
  float: left;
}
#brandLogo.WithText img {
  width: 200px;
  float: right;
}
#brandLogo img {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#brandText {
  width: 100%;
  text-align: center;
  font-size: 125%;
}
.WithLogo {
  width: 58% !important;
  float: right !important;
  text-align: left !important;
  font-size: 75% !important;
}
h2 {
  font-size: 2em;
  font-weight: normal;
  margin: 0.85em 0;
}
input.TextEntry {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  margin-bottom: 0.2em;
  margin-top: 0.5em;
  border: 1px solid #aaaaaa;
}
input.TextEntry.Small {
  width: 7em;
}
input.TextEntry:focus {
  border: 1px solid #121212;
}
div.clear {
  float: none;
  clear: both;
}
.Hidden {
  display: none;
}
input.placeholder,
textarea.placeholder {
  color: #aaaaaa;
}
div.PageContent {
  margin-left: 14%;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 66%;
  padding: 0 3% 1% 3%;
}
table.Responsive {
  width: 100%;
  table-layout: fixed;
}
table.Responsive tr td {
  word-wrap: break-word;
}
table.Responsive tr td div.TableCellContainer {
  display: none;
  word-wrap: break-word;
  margin-top: 8px;
}
table.Responsive tr td div.TableCellContainer span {
  margin-right: 1em;
  float: left;
  max-width: 100%;
}
table.ResponsiveDownload {
  width: 100%;
  table-layout: fixed;
}
table.ResponsiveDownload tr td {
  word-wrap: break-word;
}
table.ResponsiveDownload tr td div.TableCellContainer {
  display: none;
  word-wrap: break-word;
  margin-top: 8px;
}
table.ResponsiveDownload tr td div.TableCellContainer span {
  margin-right: 1em;
  float: left;
  max-width: 100%;
}
a.Tooltip img {
  height: 1.5em;
  width: 1.5em;
  margin-left: 0.5em;
  border: none;
}
#footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#footer span {
  float: right;
  margin-right: 1%;
  opacity: 0.4;
}
#footer span:hover {
  opacity: 0.8;
}
#footer #brand {
  width: 185px;
  height: 20px;
  background: url('../images/avco-logo.png');
  display: inline-block;
  background-size: 100%;
  margin-left: 0.5%;
  margin-bottom: 0.5%;
  float: left;
  opacity: 0.4;
}
#footer #brand:hover {
  opacity: 0.8;
}
p.red {
  color: red;
}
@media screen and (max-width: 1024px) {
  div.PageContent {
    margin-left: 10%;
    width: 70%;
  }
}
/* Small screen shared style
-----------------------------------------------------------*/

@media screen and (max-width: 760px) {
  @-ms-viewport {
    width: device-width;
  }
  h1 .PartOne {
    font-size: 1em;
  }
  table.Responsive thead {
    display: none;
  }
  table.Responsive tr td {
    display: none;
  }
  table.Responsive tr td.Main {
    padding: 2%;
    display: table-cell;
  }
  table.Responsive tr td.Main div.TableCellContainer {
    display: block;
  }
  table.ResponsiveDownload thead {
    display: none;
  }
  table.ResponsiveDownload tr td:not(:last-child) {
    display: none;
  }
  table.ResponsiveDownload tr td:not(:last-child).Main {
    padding: 2%;
    display: table-cell;
  }
  table.ResponsiveDownload tr td:not(:last-child).Main div.TableCellContainer {
    display: block;
  }
  .Tooltip {
    display: none;
  }
  #brandContainer {
    min-height: 100px;
    margin: 0;
  }
  #brandContainer #brandLogo {
    margin: 20px 0 20px 0;
  }
  #brandContainer #brandLogo.WithText {
    width: 48%;
  }
  #brandContainer #brandLogo img {
    width: 120px;
  }
  #brandContainer #brandText {
    font-size: 100%;
  }
  #brandContainer #brandText.WithLogo {
    width: 48%;
    font-size: 40%;
  }
  #footer {
    position: relative;
    margin-top: 30px;
    text-align: center;
    z-index: 0;
  }
  #footer span {
    clear: both;
    float: left;
    margin-left: 4%;
  }
  #footer #brand {
    float: none;
  }
}
