body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  margin: 0px;
}

a:link {
  /*text-decoration: none;*/
  /*color: #0088cc;*/
}

a:hover {
  text-decoration: underline;
}

MainMenu {
  background-color: #163963;
}

#MainBanner-lg {
  background: white url("~/media/Layout/fpo_16x9.png") no-repeat;
  max-height: 500px;
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

#MainBanner-md {
  background: white url("~/media/Layout/fpo_16x9.png") no-repeat;
  max-height: 400px;
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

#MainBanner-sm {
  background: white url("~/media/Layout/fpo_16x9.png") no-repeat;
  max-height: 300px;
  min-height: 200px;
  background-size: cover;
  background-position: center;
}

#MainBanner-xs {
  background: white url("~/media/Layout/fpo_16x9.png") no-repeat;
  max-height: 200px;
  min-height: 150px;
  background-size: cover;
  background-position: center;
}

#CenterColumn {
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  /*max-width: 1170px;*/
  min-height: 402px;
  /*background: white url('~/media/Default Website/cover.ashx') no-repeat;*/
  /*background-size: 1170px 402px;*/
  text-align: left;
}

#InnerCenter {
  margin: auto;
  position: relative;
  width: 1150px;
  height: 700px;
}

#Header {
  height: 402px;
}

#Footer {
  width: 100%;
  clear: both;
  padding-top: 2px;
}

#LeftContent {
  width: 750px;
  text-align: justify;
}

#scLogo {
  margin-top: 20px;
}

.contentTitle {
  margin-top: 50px;
  font-weight: 100;
  font-size: 36px;
}

.divider {
  background-color: #dcdcdc;
  border: 0 none;
  clear: both;
  display: block;
  height: 1px;
  float: none;
  margin: 50px auto;
  width: 100%;
}

.contentDescription {
  padding-right: 20px;
  line-height: 22px;
}

/* OWN STyles */
.edit-devel-toolbar {
  display: none !important;
}

#toolbar-bar {
  z-index: 9999999;
}
