html {
  background: url(../images/vol-background-2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  background: none;
  color: #333;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
}

.ed-text-a {
  font-size: .8em;
  line-height: 28px;
}

.ed-text-b {
  font-size: .9em;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #333;
}

h2 {
  font-size: 1em;
}

h3 {
  font-size: 0.8em;
  margin: 0;
}

.ed-poster {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tbl-fed {
  font-family: 'Lato', sans-serif;
  text-align: center;
  width: 100%;
}

.tbl-fed a {
  color: #000;
  text-decoration: underline;
}

.tbl-fed a:hover {
  color: #444;
  text-decoration: underline;
}

thead.tbl-fed-title {
  color: #fff;
}

th.tbl-fed-title {
  font-size: 1rem;
  background: #31476C;
  padding: 15px !important;
}

thead.tbl-fed-sub {
  background: #e02a37;
  font-size: 0.9rem;
  color: #fff;
}

th.tbl-fed-sub {
  padding: 10px !important;
}

.tbl-fed tbody {
  background: rgba(209, 220, 214, 0.5);
  font-size: 0.7rem
}

.sale {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  /*box-shadow: 0px 2px 5px #000000;*/
}

.sale h1 {
  color: #fff;
}

.ed-col {
  max-width: 1100px;
  /*background: rgba(0, 0, 0, 0.4);*/
}

.ed-alert {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #444;
  color: #fff;
}

.sale strong {
  font-size: 1.2em;
  color: #222;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bricklayer-column-sizer {
  width: 50% !important;
}

@media screen and (max-width: 580px) {
  .bricklayer-column-sizer {
    width: 100% !important;
  }
}

@media screen and (max-width: 580px) {
  h2 {
    font-size: 0.7em;
  }
}

@media only screen and (min-width: 767px) {
  .tbl-fed tbody {
    font-size: .9em
  }

  th.tbl-fed-title {
    font-size: 1.2em;
  }

  thead.tbl-fed-sub {
    font-size: 1em;
  }

  .td-cont {
    padding: 2em 4em !important;
  }
}

.ui-tabs-vertical {
  color: #333;
}

.ui-tabs-vertical .ui-tabs-nav {
  padding: .2em;
  float: left;
  text-align: left;
  width: 215px;
}

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px .2em 0;
  list-style: none;
  line-height: 1.5em;
}

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em
}

.ui-tabs-vertical .ui-tabs-nav li a:hover {
  display: block;
  color: #444;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
  float: left;
  padding: 0.2em;
  text-align: left;
  line-height: 1.8em;
}

.ui-tabs-vertical .ui-tabs-panel h2 {
  font-size: 1.5em;
  color: #31476c;
}

.ui-tabs-vertical .ui-tabs-panel p {
  line-height: 2em;
}