<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section {
  margin: 40px 0;
}
.section h3 {
  font-style: italic;
  font-size: 22px;
  line-height: 1em;
  margin-bottom:15px;
  color: #143558;
}
    .section h4 {
      font-size: 20px;
      line-height: 20px;
      font-style: italic;
      font-weight: normal;
      margin-bottom:1em;
    }

.shadow {
  position:relative;
}

.faqs {
  padding: 40px;
  background-color: #fff;
  margin: 40px 0;
  border-radius: 5px;
  box-shadow: 0 1px 3px #c1c1c1;
}

.shadow:after {
  content:'';
  display:block;
  background: url(../_images/box-shadow.png) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top:100%;
  left:0;
  width:100%;
  height:27px;
}

.title {
  margin:40px 0 60px;
  text-align: center;
}
.title h1 {
  color:#008c98;
  font-weight: normal;
  font-size: 60px;
  line-height: 45px;
  text-transform: uppercase;
}
.title h1 span {
  color: #36241f;
  line-height: 45px;
  font-size: 30px;
  font-style: italic;
  text-transform: none;
  display:block;
}
.title p {
  margin:30px 100px;
}

.considering {
  background: #fbfbfb url(../_images/injectables-bg.jpg) top right no-repeat;
  background-size: cover;
  padding:40px 30px 60px;
  -moz-box-shadow:    inset 0 0 10px #333;
   -webkit-box-shadow: inset 0 0 10px #333;
   box-shadow:         inset 0 0 10px #333;
   border-radius: 5px;
}

  .considering .tabs {
    background:#fff;
    border-radius: 5px;
  }
  .considering .nav-tabs {
    margin:0;
    padding:10px 0;
    width:33.33333%;
    height: 320px;
    float:left;
    background: #cfcac9; /* Old browsers */
    background: -moz-linear-gradient(left,  #cfcac9 0%, #dfdcdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cfcac9), color-stop(100%,#dfdcdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #cfcac9 0%,#dfdcdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #cfcac9 0%,#dfdcdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #cfcac9 0%,#dfdcdb 100%); /* IE10+ */
    background: linear-gradient(to right,  #cfcac9 0%,#dfdcdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcac9', endColorstr='#dfdcdb',GradientType=1 ); /* IE6-9 */
    border-radius: 5px 0 0 5px;
  }
  .considering .nav-tabs &gt; li {
    display:block;
    float:none;
  }
    .considering .nav-tabs &gt; li &gt; a {
      display:block;
      border:none;
      background: none;
      margin:0;
      border-radius: 0;
      font-size:16px;
      line-height: 22px;
      text-align: right;
      color:#36241f;
      padding:8px 25px;
    }
    .considering .nav-tabs &gt; li &gt; a:hover {
      border:none;
      background: #eee;
      color: #333;
    }
    .considering .nav-tabs &gt; li &gt; a:focus {
      background: #143558;
      color: #fff;
      border: none;
    }
    .considering .nav-tabs &gt; .active &gt; a,
    .considering .nav-tabs &gt; .active &gt; a:hover {
      background: #143558;
      color:#fff;
      border:none;
    }

  .considering .tab-content {
    width:66.66666%;
    float:left;
    padding:30px;
  }
    .considering .tab-content h4 {
      margin-bottom:1em;
      /*color:#008c98;*/
    }

.options {
 padding: 25px;
}
  .options-header {
    text-align: center;
  }
    .options-header h3 {
      color:#36241f;
    }
    .options-header p {
      /*width:630px;*/
      margin:0 auto 1em;
    }

.card {
  background: #fff;
}
  .card-header,
  .card-body {
    padding:20px 30px;
  }
  .card-header {
    background: #143558;
    color:#fff;
  }
  .card-header h4 {
    margin:0 0 10px;
  }
  .card-header p {
    font-size: 18px;
    line-height: 24px;
  }

.card-list li {
  list-style:disc;
  margin: 0 0 15px 15px;
}

.timeline {
  margin:100px;
}
.timeline-list {
  display:block;
  position:relative;
  z-index:100;
  list-style: none;
}
.timeline-link {
  display:block;
  width:26px;
  height:26px;
  border-radius: 50%;
  background: #c2bdb8;
  position:relative;
  border:3px solid #fff;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.timeline-link:hover {
    background: #00aff0;
}
.timeline-link.active {
    background: #143558;
}
  .timeline-item {
    position:absolute;
    left:0;
    top:0;
    margin:0 0 0 -13px;
  }
  .timeline-item-1 {}
  .timeline-item-2 {
    left:33.333333%;
  }
  .timeline-item-3 {
    left:50%;
  }
  .timeline-item-4 {
    left:100%;
  }

.timeline-meter {
  width:100%;
  height:5px;
  margin:3px 0;
  background: #c2bdb8;
  position: relative;
  top: 10px;
}
.timeline-line {
  height:5px;
  width:0;
  float:left;
  background: #143558;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}


.timeline-title {
  position:absolute;
  bottom:40px;
  width:200px;
  text-align: center;
  left:-90px;
}

.timeline-content {
  background: none repeat scroll 0 0 #fff;
  margin: 0 auto 69px;
  min-height: 110px;
  padding: 5px 20px 15px;
  text-align: center;
  width: 630px;
  box-shadow: 0 1px 3px #c1c1c1;
  border-radius: 5px;
}

.photos{
  padding-top: 40px;
  padding-bottom: 40px;
}
  .photos .span6{
    padding: 20px;
  }
  .prem-form .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    padding: 15px;
    width: 100% !important;
}
.table-content .table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 15px;
    vertical-align: top;
}
.mobile-model img {
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 3px #c1c1c1;
  -moz-box-shadow: 0 1px 3px #c1c1c1;
  box-shadow: 0 1px 3px #c1c1c1;
  border: 1px solid #9EBAD3;
  transition-property: top, left, opacity, box-shadow, background-color;
  border-radius: 5px;
}
a[href^=tel] {
 text-decoration:inherit !important;
 color: inherit !important;
 }
 .timeline-content .content {
    background: none;
}
.timeline-link {
  color: #143558;
}
.timeline-link:hover {
  color: #00aff0;
}
.options {
  background-color: #fff;
  border-radius: 5px;
   box-shadow: 0 1px 3px #c1c1c1;
 }
 .options .mod1 {
  border-right: 1px solid #143558;
 }
 .premium-wrap h2 {
  color: #143558;
  font-size: 26px;
  /*font-style: italic;*/
  line-height: 1em;
  margin-bottom: 15px;
  /*text-transform: none;*/
 }
 .premium-wrap h1 {
  color: #143558;
  font-size: 30px;
  line-height: 1em;
  /*margin-bottom: 15px;*/
 }
 .premium-wrap .center {
  text-align: center;
 }

.what-wrap {
  /*background-color: #D0D7E1;*/
  background: rgb(238,233,221); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  rgba(238,233,221,1) 0%, rgba(174,194,211,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(238,233,221,1)), color-stop(100%,rgba(174,194,211,1))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(238,233,221,1) 0%,rgba(174,194,211,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  rgba(238,233,221,1) 0%,rgba(174,194,211,1) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  rgba(238,233,221,1) 0%,rgba(174,194,211,1) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  rgba(238,233,221,1) 0%,rgba(174,194,211,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee9dd', endColorstr='#aec2d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 20px;
  border-radius: 5px;
  -moz-box-shadow:    inset 0 0 10px #333;
   -webkit-box-shadow: inset 0 0 10px #333;
   box-shadow:         inset 0 0 10px #333;
}


.form .gform_wrapper .gform_footer input {
  background: #143558;
  border: medium none;
  color: #fff;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 18px !important;
  padding: 10px;
  text-transform: uppercase;
}
.form .gform_wrapper .gform_footer input:hover {
  background: #00aff0;
}
.form .gform_wrapper .top_label li.gfield.gf_right_half {
  bottom: auto;
  position: relative;
  width: 100%;
  margin: 0;
}
.form .gform_wrapper textarea.medium {
  height: 187px;
  width: 100% !important;
}
.form .gform_wrapper .gform_footer {
  bottom: auto;
  clear: both;
  margin: 1em 0 0;
  padding: 1em 0 0.625em;
  position: relative;
}
.form .gform_body input, .gform_body textarea {
  background: none repeat scroll 0 0 #fff;
  border: none !important;
  border-radius: 5px;
  box-shadow: 0 1px 3px #c1c1c1;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  margin: 0 0 .5em;
  width: 100% !important;
  clear: both !important;
}

@media (min-width: 768px) {
  .form .gform_wrapper .gform_footer input {
    background: #143558;
    border: medium none;
    color: #fff;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 18px !important;
    padding: 10px;
    text-transform: uppercase;
  }
  .form .gform_wrapper .gform_footer input:hover {
    background: #00aff0;
  }
  .form .gform_wrapper .top_label li.gfield.gf_right_half {
    bottom: 152px;
    position: relative;
    width: 49%;
    float: right;
    clear: right !important;
  }
  .form .gform_wrapper textarea.medium {
    height: 187px;
    width: 100% !important;
  }
  .form .gform_wrapper .gform_footer {
    bottom: 160px;
    clear: both;
    margin: 1em 0 0;
    padding: 1em 0 0.625em;
    position: relative;
  }
  .form .gform_body input, .gform_body textarea {
    background: none repeat scroll 0 0 #fff;
    border: none !important;
    border-radius: 5px;
    box-shadow: 0 1px 3px #c1c1c1;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half {
    margin: 0 0 .5em;
    width: 49% !important;
    clear: left !important;
    float: left !important;
  }
}




/* =================================================================================================== */
/* =================================================================================================== */
/* =================================================================================================== */


  /* Large Devices, Wide Screens */
  @media only screen and (max-width : 1200px) {
    .options .mod1 {
      border-right: 1px solid #000;
      min-height: 250px;
      padding: 10px 20px 20px;
    }

  }

  /* Medium Devices, Desktops */
  @media only screen and (max-width : 992px) {

    .considering {
        background: none;
        padding: 0;
        box-shadow: none;
    }
    .title p {
        margin: 0;
    }
    .title h1 {
        color: #008c98;
        font-size: 35px;
        font-weight: normal;
        line-height: 45px;
        text-transform: uppercase;
    }
    .section {
        margin: 0;
        padding: 0 15px;
    }
    .considering .tab-content {
        float: left;
        padding: 0 10px;
        width: 60%;
    }
    .considering .nav-tabs {
        background: linear-gradient(to right, #cfcac9 0%, #dfdcdb 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        /*height: 392px;*/
        margin: 0;
        padding: 10px 0;
        width: 40%;
        min-height: auto;
    }
    .considering .row .prem-content {
      padding: 0;
    }
    .options .mod1 {
      border-right: none;
      border-bottom: 1px solid #143558;
      min-height: auto;
      padding: 10px 20px 20px;
    }

  }

  /* Small Devices, Tablets */
  @media only screen and (max-width : 768px) {

    .considering .nav-tabs &gt; li &gt; a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        border-radius: 0;
        color: #36241f;
        display: block;
        font-size: 14px;
        line-height: 22px;
        margin: 0;
        padding: 10px 5px 5px 0;
        text-align: right;
    }
    .options-2 .col-sm-6 {
      padding: 15px 0;
    }
    .considering .nav-tabs {
        background: linear-gradient(to right, #cfcac9 0%, #dfdcdb 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        /*height: 392px;*/
        margin: 0;
        padding: 10px 0;
        width: 40%;
        min-height: 369px;
    }


  }

  /* Extra Small Devices, Phones */ 
  @media only screen and (max-width : 480px) {

    .section {
        margin: 0;
        text-align: center;
    }
    .tabs {
      text-align: left;
    }
    .section h3 {
        font-size: 22px;
        font-style: italic;
        line-height: 1em;
        margin-bottom: 25px;
    }
    .section h4 {
        font-size: 22px;
    }
    .considering .nav-tabs &gt; li &gt; a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        border-radius: 0;
        color: #36241f;
        display: block;
        font-size: 14px;
        line-height: 22px;
        margin: 0;
        padding: 10px 10px 5px 0;
        text-align: right;
    }
    .options ul {
      padding: 0 0 0 15px;
      text-align: left;
    }
    
    

  }

  /* Custom, iPhone Retina */ 
  @media only screen and (max-width : 320px) {

  }


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