/* CSS Document */

a:hover {
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #CC6666;
  font-weight: bold;
}

a:active {
  text-decoration: underline overline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #CC0000;
  font-weight: bold;
}

a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
}

a:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #CC0000;
  font-weight: bold;
  text-decoration: underline;
}

.side {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  padding-right: 50px;
  color: #CC0000;
  text-align: right;
}

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

h4 {
  padding-right: 10px;
  padding-left: 10px;
}

h5 {
  padding-left: 5px;
}

h1 {
  font-family: Times New Roman;
  padding-left: 0px;
  font-size: 22px;
}

h2 {
  padding-left: 0px;
  font-size: 13px;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding-left: 0px;
  margin-right: 0;
}

.table-spacing {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
}

.copyright {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  color: #FFFFFF;
  text-align: left;
}

.header {
  background: url(../structural_movers/structrual_movers_FL_bg.jpg);
  position: relative;
}

.header__sandwich {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  text-decoration: none;
  margin-top: -9.5px;
}

.header__sandwich-line {
  display: block;
  width: 25px;
  height: 3px;
  background: #000000;
  margin-top: 5px;
}

.header__sandwich-line:first-child {
  margin-top: 0;
}

.header__logo {
  max-width: 100%;
  height: auto;
}

.content:after {
  clear: both;
  content: '';
  display: block;
}

.content {
  background: #e9e9e9;
  position: relative;
}

.content:before {
  position: absolute;
  left: 172px;
  width: 45px;
  background: #ffffff;
  content: '';
  display: block;
  top: 98px;
  bottom: 0;
}

.sidebar {
  width: 217px;
  background: #e9e9e9;
  float: left;
}

.content__body {
  float: right;
  width: calc(100% - 217px);
  padding-right: 15px;
  background: #ffffff;
  min-height: 474px;
}

.sidebar__image {
  display: block;
  margin: 0;
}

.sidebar__nav {
  padding-top: 25px;
  padding-bottom: 45px;
  margin-top: 5px;
  width: 172px;
  background: #e9e9e9;
}

.sidebar__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.sidebar__nav-item {
  margin-top: 10px;
  color: #cc0000;
  padding-right: 5px;
  font-size: 12px;
}

.content__phone {
  text-align: right;
  background: url(../structural_movers/Florida_structural_movers_b.jpg);
}

.footer {
  padding-top: 35px;
  padding-bottom: 15px;
  background: url(../structural_movers/structural_mover.jpg);
  padding-left: 217px;
}

* {
  box-sizing: border-box;
}

.content__body-inner {
  padding-bottom: 25px;
}

.sidebar__nav-link {
  padding: 5px 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.sidebar__nav-link:hover {
  background: #cc0000;
  color: #ffffff;
  text-decoration: none;
}

.images-wrapper img {
  max-width: 300px;
  margin-right: 20px;
  margin-top: 20px;
}

.images-wrapper img:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .sidebar {
    display: none;
    float: none;
    width: 100%;
  }
  .sidebar--active {
    display: block;
  }
  .content__body {
    float: none;
    padding-left: 15px;
    width: 100%;
  }
  .content__phone {
    overflow: hidden;
    height: 46px;
    position: relative;
  }
  .content__phone-image {
    position: absolute;
    right: 0;
  }
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content__body-inner img {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .header__sandwich {
    display: block;
  }
  .sidebar__nav {
    width: 100%;
  }
  .sidebar__image {
    display: none;
  }
  .content:before {
    display: none;
  }
}