<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'futura_bk_btbook';
    src: url('../fonts/futuran-webfont.eot');
    src: url('../fonts/futuran-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futuran-webfont.woff') format('woff'), url('../fonts/futuran-webfont.ttf') format('truetype'), url('../fonts/futuran-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Bold';
    src: url('../fonts/Futura_Bold.woff') format('woff');
}

@font-face {
  font-family: "FuturaBT-Medium";
  src: url("../fonts/FutuMd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'futura_bk_btbook';
  color:white;
}


p, h1, h2, h3 {
  margin-bottom: 20px;
}

h1 {
  color: #cf152d;
  font-size: 24pt;
  margin-bottom: 20px;
  text-align: center;
  font-family: "FuturaBT-Medium";
}

p {
  text-align: center;
}


@media (min-width: 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
  }

  #header {
    background:#cccccc;
    padding:20px 0px;
    top:0px;
    position: fixed;
    height:100px;
    width:100%;
  }

  #logo {
    float: left;
    width:400px;
    height: auto;
  }

  #header-contact {
    color: black;
    float: right;
    width:400px;
    text-align: right;
    padding-top: 20px;
    line-height: 1.5;
  }

  #header-contact a {
    color: black;
    text-decoration: none;
  }

  #slider {
    padding-top: 140px;
    height: 550px;
    width:100%;
    background-image: url('../images/sliderbg.jpg');
    background-position: top center;
    background-size: cover;
  }

  #content {
    background-color: white;
    background-image: url('../images/body-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    padding:40px 0px;
    color: #4f4f4f;
  }

  .red-text {
    color: #cf152d;
  }

  p {
    width:700px;
    margin:0px auto 20px auto;
  }

  #states {
    width:900px;
    margin:40px auto;
    font-family: "FuturaBT-Medium";
    margin-bottom: 40px;
  }

  .state {
    float: left;
    width:450px;
    text-align: center;
  }


  #states img {
    margin:0px auto 40px;
    display: block;
  }

  .state a {
    color: #4f4f4f;
    text-decoration: none;
    text-transform: uppercase;
  }

  .locations-container {
    width:800px;
    margin:0 auto;
  }

  .locations img {
    display: inline-block;
    margin:0px 20px;
    width:120px;
    height: auto;
  }

  #footer {
    text-align: center;
    padding:40px 0px;
  }

}



@media screen and (max-width : 1099px){
  
  .container {
    width:100%;
  }

  #header {
    background:#cccccc;
    padding:20px 0px;
    top:0px;
    position: fixed;
    height:120px;
    width:100%;
  }

  #logo {
    max-width:400px;
    width: 50%;
    height: auto;
    margin:0 auto;
    display: block;
  }

  #header-contact {
    color: black;
    text-align: center;
    padding-top: 20px;
    line-height: 1.5;
  }

  #header-contact a {
    color: black;
    text-decoration: none;
  }

  #slider {
    margin-top: 120px;
    height: 180px;
    width:100%;
    background-image: url('../images/sliderbg.jpg');
    background-position: top center;
    background-size: cover;
  }

  #content {
    background-color: white;
    background-image: url('../images/body-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    padding:40px 0px;
    color: #4f4f4f;
  }

  .red-text {
    color: #cf152d;
  }

  p {
    width:90%;
    margin:0px auto 20px auto;
  }

  #states {
    /*width:900px;*/
    margin:40px auto;
    font-family: "FuturaBT-Medium";
    margin-bottom: 40px;
  }

  .state {
    width:90%;
    margin:0 auto 40px;
    text-align: center;
  }


  #states img {
    margin:0px auto 40px;
    display: block;
    max-width: 90%;
  }

  .state a {
    color: #4f4f4f;
    text-decoration: none;
    text-transform: uppercase;
  }

  .locations-container {
    width:80%;
    margin:0 auto;
  }

  .locations img {
    display: inline-block;
    margin:0px 20px;
    width:120px;
    height: auto;
  }

  #footer {
    text-align: center;
    padding:40px 0px 20px;
    font-size: 10pt;
  }

}</pre></body></html>