/* Responsive - 950px & Above
======================================================= */
@media (min-width : 950px) {
  .open-nav {
    display: none;
  }
}

/* Responsive - 950px & Below
======================================================= */
@media (max-width : 950px) {

  /* Sitewide
  ------------------------------- */
  * {
    box-sizing: border-box;
  }

  body {
    padding: 5px;
  }

  div#header_wrapper,
  #middle_wrapper,
  #footer_wrapper,
  div#middle_wrapper_inner_home,
  #middle_wrapper_inner,
  .seo_c,
  hr,
  .header_bottom {
    width: 100%;
  }

  .middle_left_freequote {
    background: #DD052C;
  }

  .open-nav {
    background: url(../images/open-nav.png) no-repeat;
    background-size: 100%;
    float: right;
    position: relative;
    margin: -15px 10px 0 0;
    height: 32px;
    text-indent: -99999px;
    top: 50%;
    width: 32px;
  }


  /* Pages
  ------------------------------- */
  .middle_right {
    width: 60%;
  }

  #middle_wrapper {
    background: none;
    overflow: visible;
  }

  .header_bottom_left,
  .middle_left,
  .middle_left_freequote,
  .middle_left_service {
    width: 39%;
  }

  #middle_wrapper_inner {
    background: none;
  }

  .middle_left,
  .middle_left_service {
    background: #8F8F8F;
  }

  .topmenu,
  .left_content_home {
    width: 40%;
  }

  .open-nav {
    display: none;
  }

  .header_bottom_right {
    width: 60%;
  }

  .middle_right {
    background: #CCCACB;
    overflow: visible;
  }

  .quote-page .middle_left_freequote {
    display: none;
  }

  .quote-page .middle_right {
    float: none;
    width: 100%;
  }

  /* Footer
  ------------------------------- */
  #footer_wrapper {
    min-height: 50px;
    padding: 0 20px;
  }

  #footer_wrapper:after {
    display: block;
    content: '';
    height: 1px;
    width: 1px;
  }

  .footer_left {
    padding-bottom: 0;
  }

  .footer_right {
    margin-top: 0;
  }

  .footer_left,
  .footer_right {
    font-family: Arial, sans-serif;
    line-height: 20px;
    height: auto;
    width: 50%;
  }

  .footer_left a,
  .footer_right a {
    font-family: Arial, sans-serif;
  }

  .seo_c {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }

  #seo {
    padding: 0 20px;
  }
}




/* Responsive - 800px & Below
======================================================= */
@media (max-width : 800px) {

  /* Sitewide
  ------------------------------- */
  .header_bottom_left {
    height: 110px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
  }

  .header_bottom {
    height: auto;
  }

  .topmenu {
    background: #CCCACB;
    display: none;
    float: none;
    height: auto;
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
  }

  .topmenu,
  .topmenu ul {
    float: right;
    text-align: center;
    width: 100%;
  }

  .topmenu li {
    height: 30px;
    line-height: 30px;
  }

  .topmenu a {
    background: #cc0033;
    color: white;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 100%;
  }

  .topmenu .active a {
    padding: 0 !important;
  }

  .open-nav {
    display: block;
  }

  #header_wrapper {
    overflow: visible;
  }

  .footer_left,
  .footer_right {
    text-align: center;
    width: 100%;
  }

  .header_bottom_right {
    height: auto;
  }

  .header_bottom_right img {
    height: auto;
    width: 100%;
  }

  .middle_left {
    display: none;
  }

  .middle_left_service,
  .middle_left_freequote {
    display: none;
  }

  /* Home
  ------------------------------- */
  .middle_right,
  .middle_left {
    width: 100%;
  }

  .middle_left {
    background: #DD062B;
  }

  .left_content_home {
    width: 100%;
  }

  .header_bottom_right {
    background: #CCCACB;
    width: 100%;
  }

  #middle_wrapper_inner_home {
    padding: 0;
  }

  embed {
    display: none;
    height: auto !important;
    width: 100% !important;
  }

  /* Free Quote
  ------------------------------- */
  .middle_right {
    width: 100%;
  }

  .middle_right .content {
    padding-bottom: 20px;
  }

  .middle_right .tab .input,
  .middle_right .tab .textarea,
  .middle_right .tab .input2 {
    width: 100%;
  }

  .middle_right .tab .top {
    width: 100%;
  }

  .middle_right .tab table td {
    height: auto;
  }

  .tab,
  .tab table {
    width: 100%;
  }

  .tab tr {
    display: block;
    margin-top: 10px;
    width: 90%;
  }

  .tab td {
    display: block;
    width: 90%;
  }

  td.submit-button {
    text-align: left;
  }

  .tab_heading {
    margin-top: 20px;
  }
}
