@charset "UTF-8";
/*$font-family:				'Open Sans', Arial, Helvetica, sans-serif;*/
/*$font-family:				'PT Sans', Arial, Helvetica, sans-serif;
$font-family:				'Yanone Kaffeesatz', Arial, Helvetica, sans-serif; 
$font-family:				'PT Sans Narrow', Arial, Helvetica, sans-serif; 
$font-family:				'PT Sans', Arial, Helvetica, sans-serif; 
$font-family:				'Handlee', Arial, Helvetica, sans-serif; 
$font-family:				'Walter Turncoat', Arial, Helvetica, sans-serif;  
$font-family:				'Courgette', Arial, Helvetica, sans-serif; 
$font-family:				'Open Sans Condensed', Arial, Helvetica, sans-serif; */
/*
    $blue1:                     #084c90;
    $blue2:                     #336699;
    $blue3:                     #003366;
*/
@import url("/css/font-awesome.min.css");
/*@import '/css/font-awesome.min.css';*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600');*/
/*@import url('https://fonts.googleapis.com/css?family=Bree+Serif:300,300italic,400,400italic,600|PT+Sans:400,400italic,600');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif:300,300italic,400,400italic,600|Yanone+Kaffeesatz:300,300italic,600');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif:300,300italic,400,400italic,600|PT+Sans+Narrow');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif:300,300italic,400,400italic,600|PT+Sans:400,400italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif:300,300italic,400,400italic,600|Handlee');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif:300,300italic,400,400italic,600|Walter+Turncoat');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif:300,300italic,400,400italic,600|Courgette');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif:300,300italic,400,400italic,600|Open+Sans+Condensed:300,300italic,700');*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,600|Roboto:300,300italic,400,400italic,600,600italic");
/* skel-baseline v2.0.3 | (c) n33 | getskel.com | MIT licensed */
/* Basic */
body {
  background: #fff;
  border-top: 30px solid #4f688e; }
  body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

body, input, select, textarea {
  color: #000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  /*font-size: 12pt;*/
  font-size: 11pt;
  font-weight: normal;
  line-height: 1.5em; }

a {
  color: #303030;
  text-decoration: underline;
  border-bottom: solid 1px #655321;
  text-decoration: none;
  /*
  -moz-transition: background-color $duration-transition ease-in-out, color $duration-transition ease-in-out, border-bottom-color $duration-transition ease-in-out;
  -webkit-transition: background-color $duration-transition ease-in-out, color $duration-transition ease-in-out, border-bottom-color $duration-transition ease-in-out;
  -o-transition: background-color $duration-transition ease-in-out, color $duration-transition ease-in-out, border-bottom-color $duration-transition ease-in-out;
  -ms-transition: background-color $duration-transition ease-in-out, color $duration-transition ease-in-out, border-bottom-color $duration-transition ease-in-out;
  transition: background-color $duration-transition ease-in-out, color $duration-transition ease-in-out, border-bottom-color $duration-transition ease-in-out;
  */
  -moz-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out; }
  a:hover {
    /*color: $color-fg-bold;*/
    color: #9eabd4;
    text-decoration: none;
    border-bottom-color: transparent;
    -moz-transition: color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

p {
  margin: 10px 0 5px 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  margin: 0 0 1em 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }

h1 {
  font-size: 28pt;
  line-height: 36pt;
  margin: 0px auto 20px auto;
  padding: 0px;
  text-align: left;
  color: #4f688e; }
  h1 span.small {
    font-size: 21pt; }

#h1title {
  font-size: 18px;
  margin: 0px 0 10px 0;
  padding: 0px; }

h2 {
  font-size: 17px;
  margin: 20px 0 10px 0;
  padding: 0px;
  color: #303030; }
  h2.center {
    text-align: center; }

.h1alt, .h2alt {
  color: #9eabd4; }

.h1alt_small {
  font-size: 0.7em; }

h2.h2_home {
  color: #9eabd4;
  border-bottom-color: #9eabd4;
  font-size: 18pt; }
  h2.h2_home a:hover {
    /*color: $color-fg-bold;*/
    color: #4f688e;
    text-decoration: none;
    border-bottom-color: transparent;
    -moz-transition: color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out; }

h3 {
  font-size: 16px;
  margin: 0px 0 10px 0;
  padding: 0px; }

h4 {
  font-size: 15px;
  margin: 0px 0 10px 0;
  padding: 0px; }

h5 {
  font-size: 0.9em;
  line-height: 1.5em; }

h6 {
  font-size: 0.7em;
  line-height: 1.5em; }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

hr {
  border: 0;
  border-bottom: solid 1px rgba(144, 144, 144, 0.25);
  margin: 2em 0; }
  hr.major {
    margin: 3em 0; }

blockquote {
  border-left: 3px solid #EAEAEA;
  padding-left: 10px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }

code {
  background: rgba(144, 144, 144, 0.075);
  border-radius: 8px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0; }
  pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/* Section/Article */
section.special, article.special {
  text-align: center; }

header p {
  color: #bbb;
  position: relative;
  margin: 0 0 1.5em 0; }
header h2 + p {
  font-size: 1.25em;
  margin-top: -1em;
  line-height: 1.5em; }
header h3 + p {
  font-size: 1.1em;
  margin-top: -0.8em;
  line-height: 1.5em; }
header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.6em;
  line-height: 1.5em; }

/* ************************** */
/* ------
- "Flash" divs (status messages) -
------ */
.flash_message_ok {
  border: 2px solid #6d6;
  background-color: #CCFFCC;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  margin: 5px 0px;
  text-align: left; }

.flash_message_error {
  border: 2px solid #FF0000;
  background-color: #FCCECC;
  /*background-color:#fff;*/
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  margin: 5px 0px;
  text-align: left; }

/* Form */
form {
  margin: 0 auto 2em auto;
  max-width: 75%; }

label {
  color: #666;
  display: block;
  font-size: 0.85em;
  font-weight: bold;
  margin: 1em 0 0 0;
  cursor: pointer;
  text-align: left; }
  label.success {
    color: #339966 !important; }
    label.success:after {
      content: '\f00c';
      font-family: FontAwesome;
      font-size: 1.15em;
      padding-left: 0.35em;
      color: #339966; }
  label.error {
    line-height: 1.35em;
    margin: 0; }

form.form_small input,
form.form_small textarea {
  font-size: 0.75em; }

form.form_small label {
  display: none; }

label:first-child {
  margin-top: 0; }

form label.no_margins, form label.nomargins {
  margin: 0; }

fieldset {
  border: 1px solid rgba(144, 144, 144, 0.25);
  border-radius: 8px;
  padding: 1em;
  margin: 0 0 1em 0; }

legend {
  font-size: 0.85em;
  padding: 0.25em 1em;
  border: 1px solid rgba(144, 144, 144, 0.25);
  border-radius: 8px;
  color: #666; }

input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="file"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, 0.075);
  border-radius: 8px;
  border: none;
  border: solid 1px rgba(144, 144, 144, 0.25);
  color: inherit;
  display: block;
  font-size: 0.85em;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  height: 2.5em;
  width: 100%;
  -moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  /* note to self... :focus must be defined BEFORE :valid and :invalid! */ }
  input:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="file"]:focus,
  select:focus,
  textarea:focus {
    border-color: #df7366;
    background-color: #fff;
    /*box-shadow: 0 0 0 $size-border-width #df7366;*/ }
  input:valid,
  input[type="text"]:valid,
  input[type="password"]:valid,
  input[type="email"]:valid,
  input[type="tel"]:valid,
  input[type="file"]:valid,
  select:valid,
  textarea:valid {
    box-shadow: none;
    /*border: ($size-border-width * 2) solid #6d6;*/
    border: 1px solid #6d6; }
  input:invalid,
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="tel"]:invalid,
  input[type="file"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
    /*border: ($size-border-width * 2) solid #ff0000;*/
    border: 1px solid #ff0000; }

textarea {
  height: 7.5em;
  padding: 0.75em 1em;
  min-height: 8em; }

select {
  font-size: 0.85em !important; }

form.form_small :invalid {
  border-color: #999; }

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative; }
  .select-wrapper:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important; }
  .select-wrapper:before {
    color: rgba(144, 144, 144, 0.25);
    display: block;
    height: 2.125em;
    line-height: 2.125em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.5em; }
  .select-wrapper select::-ms-expand {
    display: none; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
  height: 1.75em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    color: #444;
    cursor: pointer;
    display: inline-block;
    line-height: 1.25em;
    font-weight: normal;
    padding-left: 2.25em;
    padding-right: 0.75em;
    position: relative; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: rgba(144, 144, 144, 0.075);
      border-radius: 8px;
      border: solid 1px rgba(144, 144, 144, 0.25);
      content: '';
      display: inline-block;
      height: 1.5em;
      left: 0;
      line-height: 1.4375em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 1.5em; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background: #666666;
    border-color: #666666;
    color: #ffffff;
    content: '\f00c'; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #655321;
    box-shadow: 0 0 0 1px #655321; }

input[type="checkbox"] + label:before {
  border-radius: 8px; }

input[type="radio"] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  color: #bbb !important;
  opacity: 1.0; }

:-moz-placeholder {
  color: #bbb !important;
  opacity: 1.0; }

::-moz-placeholder {
  color: #bbb !important;
  opacity: 1.0; }

:-ms-input-placeholder {
  color: #bbb !important;
  opacity: 1.0; }

.formerize-placeholder {
  color: #bbb !important;
  opacity: 1.0; }

input::-webkit-autofill,
select::-webkit-autofill,
textarea::-webkit-autofill {
  background-color: rgba(144, 144, 144, 0.075); }

div.error input[type="text"],
div.error input[type="email"],
div.error input[type="password"],
div.error input[type="tel"],
div.error input[type="file"],
div.error select,
div.error textarea {
  /*border: 2px solid #FF0000;*/ }

div.required input[type="text"],
div.required input[type="email"],
div.required input[type="password"],
div.required input[type="tel"],
div.required input[type="file"],
div.required select,
div.required textarea {
  margin-bottom: 0.5em;
  background-color: #fff;
  color: #444; }

div.optional input[type="text"],
div.optional input[type="email"],
div.optional input[type="password"],
div.optional input[type="tel"],
div.optional input[type="file"],
div.optional select,
div.optional textarea {
  margin-bottom: 0.5em;
  background-color: #fff; }

div.required label {
  color: #ff0000; }

.status_pending {
  color: #ff0000; }

.status_complete {
  color: #339966; }

.flash_message_ok {
  border: 2px solid #6d6;
  border-radius: 8px;
  background-color: #CCFFCC;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0em;
  padding: 1em;
  text-align: left; }

.flash_message_error {
  border: 2px solid #FF0000;
  border-radius: 8px;
  background-color: #FCCECC;
  font-size: 1.5em;
  font-weight: 400;
  padding: 1em;
  text-align: left; }

div.error {
  border: 2px solid #FF0000;
  border-radius: 8px;
  /*margin: 1em 0 0.25em 0;*/
  padding: 10px;
  color: #ff0000;
  font-weight: 400;
  background-color: #FCCECC;
  margin-bottom: 0.25em; }

div.error p {
  margin-bottom: 0; }

.nobots, #formsubmission_nobots, #customerinquiry_nobots {
  display: none; }

form.form_small {
  max-width: 100%; }

div.error p {
  margin-bottom: 0; }

.nobots, #formsubmission_nobots {
  display: none; }

form.form_small {
  max-width: 100%; }

#testimonial_nobots {
  display: none; }

#contact_form {
  margin-top: 2em; }

/* Box */
.box {
  border-radius: 8px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  margin-bottom: 2em;
  padding: 1.5em; }
  .box > :last-child,
  .box > :last-child > :last-child,
  .box > :last-child > :last-child > :last-child {
    margin-bottom: 0; }
  .box.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important; }
  .icon > .label {
    display: none; }

/* Image */
.image {
  border-radius: 8px;
  border: 0;
  display: inline-block;
  position: relative; }
  .image img {
    border-radius: 8px;
    display: block; }
  .image.left {
    float: left;
    margin: 0 0.75em 0.5em 0;
    top: 0.25em; }
  .image.right {
    float: right;
    margin: 0 0 0.5em 0.75em;
    top: 0.25em; }
  .image.left, .image.right {
    max-width: 40%; }
    .image.left img, .image.right img {
      width: 100%; }
  .image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%; }
    .image.fit img {
      width: 100%; }

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em; }
  ol li {
    padding-left: 0.25em; }

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em; }
  ul li {
    padding-left: 0.5em; }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      border-top: solid 1px rgba(144, 144, 144, 0.25);
      padding: 0.5em 0; }
      ul.alt li:first-child {
        border-top: 0;
        padding-top: 0; }
  ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0; }
    ul.icons li {
      display: inline-block;
      padding: 0 1em 0 0; }
      ul.icons li:last-child {
        padding-right: 0; }
      ul.icons li .icon:before {
        font-size: 2em; }
  ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0; }
    ul.actions li {
      display: inline-block;
      padding: 0 1em 0 0;
      vertical-align: middle; }
      ul.actions li:last-child {
        padding-right: 0; }
    ul.actions.small li {
      padding: 0 0.5em 0 0; }
    ul.actions.vertical li {
      display: block;
      padding: 1em 0 0 0; }
      ul.actions.vertical li:first-child {
        padding-top: 0; }
      ul.actions.vertical li > * {
        margin-bottom: 0; }
    ul.actions.vertical.small li {
      padding: 0.5em 0 0 0; }
      ul.actions.vertical.small li:first-child {
        padding-top: 0; }
    ul.actions.fit {
      display: table;
      margin-left: -1em;
      padding: 0;
      table-layout: fixed;
      width: calc(100% + 1em); }
      ul.actions.fit li {
        display: table-cell;
        padding: 0 0 0 1em; }
        ul.actions.fit li > * {
          margin-bottom: 0; }
      ul.actions.fit.small {
        margin-left: -0.5em;
        width: calc(100% + 0.5em); }
        ul.actions.fit.small li {
          padding: 0 0 0 0.5em; }

dl {
  margin: 0 0 2em 0; }

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 2em 0;
  width: 100%; }
  table tbody tr {
    /*border: solid $size-border-width $color-border;*/
    border: solid 1px #d8f0f9;
    border-left: 0;
    border-right: 0;
    background-color: #d8f0f9; }
    table tbody tr:nth-child(2n + 1) {
      /*background-color: $color-border-bg;*/
      background-color: #eef9fd; }
  table td {
    padding: 0.75em 0.75em;
    vertical-align: top; }
  table th {
    color: #666;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.25em 0.75em 0.25em 0.75em;
    text-align: left;
    vertical-align: top; }
  table thead {
    border-bottom: solid 2px rgba(144, 144, 144, 0.25); }
  table tfoot {
    border-top: solid 2px rgba(144, 144, 144, 0.25); }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px rgba(144, 144, 144, 0.25);
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

.tc {
  display: table-cell;
  vertical-align: top; }

#staff_table th {
  padding: 0.1em;
  line-height: 1.35em;
  color: #1b2f58; }
#staff_table td {
  padding: 0.1em;
  vertical-align: middle; }
  #staff_table td.name {
    font-weight: bold;
    font-size: 1.2em; }
  #staff_table td.position {
    font-style: italic;
    font-size: 1.1em; }

.staff_layout_block {
  text-align: center;
  margin-bottom: 2em !important; }
  .staff_layout_block .staff_image_block {
    text-align: center; }
    .staff_layout_block .staff_image_block .image {
      text-align: center; }
      .staff_layout_block .staff_image_block .image > img {
        width: 100%;
        margin: 0 auto;
        border: 1px solid #1b2f58; }

.staff_body_block {
  text-align: left; }

.lab_staff_details {
  margin-bottom: 2em; }
  .lab_staff_details .name {
    font-weight: bold;
    font-size: 1.5em;
    color: #4f688e; }
  .lab_staff_details .position {
    margin-bottom: 0.5em;
    font-style: italic;
    font-size: 1.1em;
    color: #9eabd4;
    font-weight: bold; }

/* Button */
input.submit {
  cursor: pointer; }

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  background-color: #97d6c2;
  border-radius: 8px;
  border: 0;
  border-top: 1px solid #bce4d7;
  border-left: 1px solid #bce4d7;
  color: #000 !important;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1em;
  height: 3em;
  line-height: 2.75em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .button:hover {
    background-color: #b1e0d1; }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  .button:active {
    background-color: #545454; }
  input[type="submit"].icon,
  input[type="reset"].icon,
  input[type="button"].icon,
  .button.icon {
    padding-left: 1.35em; }
    input[type="submit"].icon:before,
    input[type="reset"].icon:before,
    input[type="button"].icon:before,
    .button.icon:before {
      margin-right: 0.5em; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  .button.fit {
    display: block;
    margin: 0 0 1em 0;
    width: 100%; }
  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  .button.small {
    font-size: 0.8em; }
  input[type="submit"].big,
  input[type="reset"].big,
  input[type="button"].big,
  .button.big {
    font-size: 1.35em; }
  input[type="submit"].alt,
  input[type="reset"].alt,
  input[type="button"].alt,
  .button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
    color: #666 !important; }
    input[type="submit"].alt:hover,
    input[type="reset"].alt:hover,
    input[type="button"].alt:hover,
    .button.alt:hover {
      background-color: rgba(144, 144, 144, 0.075); }
    input[type="submit"].alt:active,
    input[type="reset"].alt:active,
    input[type="button"].alt:active,
    .button.alt:active {
      background-color: rgba(144, 144, 144, 0.2); }
    input[type="submit"].alt.icon:before,
    input[type="reset"].alt.icon:before,
    input[type="button"].alt.icon:before,
    .button.alt.icon:before {
      color: #bbb; }
  input[type="submit"].special,
  input[type="reset"].special,
  input[type="button"].special,
  .button.special {
    background-color: #655321;
    color: #ffffff !important; }
    input[type="submit"].special:hover,
    input[type="reset"].special:hover,
    input[type="button"].special:hover,
    .button.special:hover {
      background-color: #786327; }
    input[type="submit"].special:active,
    input[type="reset"].special:active,
    input[type="button"].special:active,
    .button.special:active {
      background-color: #52431b; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  .button.disabled,
  .button:disabled {
    background-color: #444 !important;
    box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
    color: #fff !important;
    cursor: default;
    opacity: 0.25; }

/* Header */
#header_wrapper {
  border-top: transparent;
  width: 100%;
  max-width: 1260px;
  margin: 10px auto 0 auto; }

#header {
  background: #FFF;
  color: #FFF;
  cursor: default;
  line-height: 1.25em;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 10000; }
  #header #logo {
    height: 155px;
    padding-left: 20px; }
    #header #logo a {
      border-bottom: 0; }
    #header #logo img {
      max-height: 145px; }
  #header .container {
    position: relative; }
    #header .container h1 {
      left: 0; }
    #header .container nav {
      right: 0; }
  #header #header_contact_block {
    text-align: right;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.75em;
    color: #4f688e;
    padding-right: 20px;
    white-space: nowrap; }
    #header #header_contact_block a {
      color: #4f688e;
      border-bottom: transparent; }
      #header #header_contact_block a:hover {
        color: #a8b7ce; }
    #header #header_contact_block #phone {
      font-size: 30px; }
      #header #header_contact_block #phone .fa-phone-square {
        font-size: 30px !important;
        position: relative;
        top: -2px; }
  #header #header_social_logos ul {
    list-style: none;
    margin: 0;
    margin-right: 50px;
    padding: 0; }
    #header #header_social_logos ul li {
      margin: 0;
      padding: 0;
      display: inline; }
      #header #header_social_logos ul li a {
        font-size: 24px;
        display: inline-block;
        background-color: #4F688E;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 8px;
        margin-right: 20px;
        margin-top: 0px; }
  #header #header_social_logos #patient_portal_med {
    position: relative;
    left: -40px;
    top: 5px; }
    #header #header_social_logos #patient_portal_med img {
      border: 1px solid #4F688E;
      border-radius: 8px; }

#header_banner {
  /*
  background-image: url("/img/Image/layout_elements/v3/header-banner-tmp.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: auto;
  min-height: 420px;
  width: 100%;
  */ }
  #header_banner > img {
    width: 100%; }

#homepage_graphics_wrapper {
  width: 100%;
  background-image: url(/img/Image/layout_elements/v3/bkg_home.png);
  background-position: 50% 0%;
  background-repeat: no-repeat; }

#homepage_graphics {
  text-align: center;
  max-width: 960px;
  height: 640px;
  margin: 0 auto 0 auto;
  white-space: nowrap;
  position: relative;
  top: 5px;
  /*.homepage_graphic {
      display: none;
  }*/ }
  #homepage_graphics a {
    border-bottom-color: transparent; }
  #homepage_graphics #start_button > img, #homepage_graphics #setup_appointment_button > img, #homepage_graphics #finance_button > img, #homepage_graphics #success_rates_button > img {
    width: 100%; }
  #homepage_graphics #start_button {
    width: 329px;
    height: 329px;
    position: relative;
    /*left: 30.7%;*/
    left: 290px;
    z-index: 201; }
  #homepage_graphics #setup_appointment_button {
    width: 329px;
    height: 329px;
    position: relative;
    top: -230px;
    /*left: 61.979%;*/
    left: 585px;
    z-index: 202; }
  #homepage_graphics #finance_button {
    width: 329px;
    height: 329px;
    position: relative;
    top: -730px;
    /*left: 30.7%;*/
    left: 290px;
    z-index: 203; }
  #homepage_graphics #success_rates_button {
    width: 329px;
    height: 329px;
    position: relative;
    top: -560px;
    /*left: 3.125%;*/
    left: 50px;
    z-index: 200; }

#homepage_facebook_and_make_appointment_block {
  margin-top: 2em;
  font-size: 0.9em;
  line-height: 1.25em; }
  #homepage_facebook_and_make_appointment_block a {
    border-bottom: transparent; }
  #homepage_facebook_and_make_appointment_block span.icon.fa-facebook {
    background-color: #395999;
    border-radius: 8px;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 40px;
    display: inline-block;
    text-align: center;
    padding: 15px 0 5px 0;
    position: relative; }

#news_blocks_wrapper .news_block {
  margin-bottom: 1em; }
  #news_blocks_wrapper .news_block .title {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.25em; }
    #news_blocks_wrapper .news_block .title a {
      color: #000;
      border-bottom: transparent; }
  #news_blocks_wrapper .news_block .date {
    font-size: 0.85em;
    font-style: italic; }
  #news_blocks_wrapper .news_block .body {
    font-size: 0.9em;
    line-height: 1.25em; }
  #news_blocks_wrapper .news_block a {
    color: #4f688e; }

#patient_experiences_wrapper {
  margin: 0 auto;
  text-align: center; }
  #patient_experiences_wrapper .image img {
    width: 100%; }
  #patient_experiences_wrapper .name {
    position: relative;
    top: -10px;
    font-weight: bold;
    text-align: center;
    padding-right: 1.5em; }
    #patient_experiences_wrapper .name a {
      border-bottom: transparent; }
      #patient_experiences_wrapper .name a:hover {
        color: #4f688e; }
  #patient_experiences_wrapper .body {
    width: 100%;
    padding-right: 1.5em;
    margin: 0 auto 25px auto !important;
    text-align: justify; }
    #patient_experiences_wrapper .body p {
      margin: 0;
      font-size: 0.9em;
      line-height: 1.25em; }

/* Nav Bar */
#nav_bar_wrapper {
  background-color: #e1edc9;
  border-top: 1px solid #e1edc9;
  border-bottom: 1px solid #e1edc9;
  position: relative;
  top: 0px;
  z-index: 15000;
  height: auto;
  width: 100%;
  margin: 0 auto; }
  #nav_bar_wrapper:before {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    position: relative;
    top: 0px;
    z-index: 14999;
    margin-bottom: -10px;
    background-color: rgba(225, 237, 201, 0.55); }
  #nav_bar_wrapper #nav {
    height: inherit;
    line-height: inherit;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
    #nav_bar_wrapper #nav > ul {
      list-style: none;
      margin: 0;
      padding-left: 0; }
      #nav_bar_wrapper #nav > ul > li {
        display: inline-block;
        padding: 0;
        margin: 0; }
        #nav_bar_wrapper #nav > ul > li:first-child {
          border-left-color: transparent; }
        #nav_bar_wrapper #nav > ul > li:before {
          color: #4f688e;
          content: "|";
          font-size: 0.75em;
          margin: 0;
          padding: 0;
          position: relative;
          top: -3px;
          left: -2px; }
        #nav_bar_wrapper #nav > ul > li.first:before {
          content: ""; }
        #nav_bar_wrapper #nav > ul > li a {
          -moz-transition: background-color 0.35s ease-in-out;
          -webkit-transition: background-color 0.35s ease-in-out;
          -o-transition: background-color 0.35s ease-in-out;
          -ms-transition: background-color 0.35s ease-in-out;
          transition: background-color 0.35s ease-in-out;
          color: #1b2f58;
          display: inline-block;
          text-decoration: none;
          border-bottom: 0;
          padding: 8px 12px;
          font-size: 16px;
          border-radius: 4px; }
          #nav_bar_wrapper #nav > ul > li a:hover {
            background-color: #f0f6e4;
            color: #4f688e; }
        #nav_bar_wrapper #nav > ul > li:first-child {
          margin-left: 0; }
        #nav_bar_wrapper #nav > ul > li .button {
          height: 2em;
          line-height: 2em;
          margin-bottom: 0;
          padding: 0 1em;
          position: relative;
          top: -0.075em;
          vertical-align: middle;
          -moz-transition: background-color 0.35s ease-in-out;
          -webkit-transition: background-color 0.35s ease-in-out;
          -o-transition: background-color 0.35s ease-in-out;
          -ms-transition: background-color 0.35s ease-in-out;
          transition: background-color 0.35s ease-in-out; }
          #nav_bar_wrapper #nav > ul > li .button:hover {
            background-color: #83754c; }

.dropotron {
  /*background: rgba($color-green-light2-rgb,1);*/
  background-color: #d3d9eb;
  padding: 0.75em 0.25em 0.75em 0.25em;
  font-size: 14px !important;
  line-height: 1em;
  height: auto;
  text-align: left;
  border-radius: 0.5em;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  min-width: 12em;
  margin-top: -1em;
  list-style: none; }

.dropotron li {
  border-top: solid 1px rgba(128, 128, 128, 0.2);
  color: #655321;
  text-align: left;
  padding: 0;
  margin: 0; }

.dropotron li:first-child {
  border-top: 0; }

.dropotron li:hover {
  color: #ef8376; }

.dropotron li a,
.dropotron li span {
  display: block;
  border: 0;
  padding: 0.35em 0.5em 0.35em 0.5em;
  color: #1b2f58;
  -moz-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out; }

.dropotron li a:hover,
.dropotron li span:hover {
  color: #4f688e;
  background-color: #f0f6e4;
  border-radius: 4px; }

.dropotron.level-0 {
  margin-top: 1.5em;
  font-size: 0.9em; }

.dropotron.level-0:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -0.7em;
  margin-left: -0.75em;
  border-bottom: solid 0.75em rgba(225, 237, 201, 0.95);
  border-left: solid 0.75em rgba(211, 217, 235, 0);
  border-right: solid 0.75em rgba(211, 217, 235, 0); }

#left_nav {
  margin-left: 15px;
  padding-top: 15px;
  font-size: 11pt; }
  #left_nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #left_nav ul li {
      margin: 0;
      padding: 0; }
      #left_nav ul li a {
        display: block;
        border-bottom-color: transparent;
        padding: 3px;
        margin-right: 15px;
        border-radius: 4px; }
        #left_nav ul li a:hover {
          color: #1b2f58;
          /*background-color: lighten($color-blue-light, 20);*/
          background-color: #c1cae4;
          -moz-transition: background-color 0.35s ease-in-out;
          -webkit-transition: background-color 0.35s ease-in-out;
          -o-transition: background-color 0.35s ease-in-out;
          -ms-transition: background-color 0.35s ease-in-out;
          transition: background-color 0.35s ease-in-out; }
        #left_nav ul li a:before {
          content: "\f0da";
          font-family: 'FontAwesome' !important;
          color: #9eabd6;
          padding-right: 5px; }
        #left_nav ul li a.active {
          color: #1b2f58 !important;
          font-weight: bold; }

#titleBar {
  background: #FFF;
  text-align: center;
  position: relative;
  z-index: 10000000;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.75);
  border-bottom: 10px solid #4f688e; }
  #titleBar a {
    border-bottom: 0; }
  #titleBar #logo {
    margin: 0 auto;
    text-align: left;
    margin-left: 50px;
    position: relative;
    top: 4px; }
  #titleBar #logo img {
    margin: 0 auto;
    width: 210px;
    max-width: 210px;
    height: 75px;
    max-height: 75px; }
  #titleBar #titleBar_contact_block {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75em;
    color: #4f688e;
    padding-right: 20px;
    white-space: nowrap;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif; }
    #titleBar #titleBar_contact_block a {
      color: #4f688e;
      border-bottom: transparent; }
      #titleBar #titleBar_contact_block a:hover {
        color: #1b2f58; }
    #titleBar #titleBar_contact_block #phone {
      font-size: 25px; }
      #titleBar #titleBar_contact_block #phone .fa-phone-square {
        font-size: 20px !important;
        position: relative;
        top: -2px; }
  #titleBar #titleBar_contact_block_xsmall {
    text-align: right;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.25em;
    color: #4f688e;
    padding-right: 10px;
    white-space: nowrap;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif; }
    #titleBar #titleBar_contact_block_xsmall a {
      color: #4f688e;
      border-bottom: transparent; }
      #titleBar #titleBar_contact_block_xsmall a:hover {
        color: #1b2f58; }
    #titleBar #titleBar_contact_block_xsmall #phone .fa-phone-square {
      font-size: 28px !important; }

#titleBar .title {
  color: #fff;
  font-weight: bold; }

#titleBar {
  display: none; }

/* Banner */
#banner {
  background: #f6f6f6;
  padding: 8em 0;
  text-align: center; }
  #banner :last-child {
    margin-bottom: 0; }
  #banner h2 {
    font-size: 4em;
    line-height: 1em;
    margin: 0 0 0.5em 0;
    padding: 0; }
  #banner p {
    font-size: 1.5em;
    margin-bottom: 1.75em; }

/* Main */
#main {
  padding: 0px 0 0 0; }
  #main .main_container {
    margin: 0 auto; }

#content {
  padding: 15px 25px; }

#content_outer_wrapper_home {
  width: 100%;
  margin: 0 auto;
  background-image: url(/img/Image/layout_elements/v3/blue_gradient3.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  padding-top: 5em;
  padding-bottom: 60px; }
  #content_outer_wrapper_home h3 {
    font-size: 1.25em;
    color: #4f688e; }

#content_wrapper {
  width: 100%;
  padding: 2em auto 2em auto;
  position: relative;
  z-index: 600000;
  background-color: #fefde6; }

#homepage_bottom_content_wrapper {
  margin: 0 auto; }
  #homepage_bottom_content_wrapper h3 {
    font-size: 1.75em;
    color: #4f688e; }
    #homepage_bottom_content_wrapper h3 a {
      border-bottom: transparent; }

#patient_experiences_block {
  padding: 0; }

/* Footer */
#footer_wrapper {
  border-top: 1px solid #4f688e;
  border-bottom: 1px solid #4f688e;
  background-color: #e5e8f3;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0; }

#footer {
  font-size: 12px;
  line-height: 1.35;
  color: #4f688e;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  text-align: left; }
  #footer a {
    color: #4f688e;
    border-bottom: transparent;
    display: inline-block;
    padding: 2px 0; }
    #footer a:hover {
      color: #1b2f58; }
  #footer #footer_title {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 32px;
    margin: 30px auto 30px auto;
    text-align: center; }
  #footer .title {
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: -3px; }
  #footer ul {
    list-style: none;
    margin: 0 1em 1em 1em;
    padding: 0; }
    #footer ul li {
      margin: 0;
      padding: 0; }
      #footer ul li ul {
        margin: 0;
        padding: 0; }
        #footer ul li ul li {
          color: #000; }
          #footer ul li ul li a {
            color: #000; }
            #footer ul li ul li a:hover {
              color: #4f688e; }
  #footer #resolve_logo {
    max-width: 170px;
    margin: 0 auto;
    padding-top: 2em;
    margin-top: 40px; }
  #footer #egg_donor_logo {
    max-width: 115px;
    margin-top: 40px; }
  #footer #asrm_logo {
    max-width: 180px;
    margin-top: 40px; }
  #footer #cap_logo {
    max-width: 170px;
    margin-top: 40px; }

/* Grid Demo */
.grid-demo {
  display: block;
  margin: 0 0 2em 0; }
  .grid-demo span {
    background: #ceb46a;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.25);
    display: block;
    font-weight: bold;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center; }
  .grid-demo .row.flush > div span {
    border-radius: 0; }
  .grid-demo .row.flush > div:first-child span {
    border-radius: 8px 0 0 8px; }
  .grid-demo .row.flush > div:last-child span {
    border-radius: 0 8px 8px 0; }

/* Print / No-Print */
.print_only {
  display: none; }

/* Social Icons */
#social_icons {
  font-size: 1.75em;
  line-height: 1.75em;
  margin: 0.75em auto 0 auto;
  height: 2em;
  width: 7em; }
  #social_icons a {
    border-bottom: 0;
    width: 1.75em;
    height: 1.75em;
    display: block;
    float: left;
    padding-left: 0.5em;
    border: 1px solid #666;
    border-radius: 100%;
    margin-left: 0.5em;
    background-color: #666;
    color: #fff;
    text-align: left; }
  #social_icons a:hover {
    color: #a8b7ce; }

/* Homepage image rotator */
#homepage_rotator_wrapper {
  position: relative;
  left: 0px;
  margin-bottom: -95px; }
  #homepage_rotator_wrapper .cycle-slideshow {
    width: 790px;
    position: relative;
    top: -14px;
    left: -72px; }
  #homepage_rotator_wrapper li {
    width: 100%; }
  #homepage_rotator_wrapper .cycle-slideshow-image {
    width: 100%; }
  #homepage_rotator_wrapper .slideshow-overlay {
    position: relative;
    z-index: 10001;
    top: -95px;
    left: 10px;
    width: 240px; }
    #homepage_rotator_wrapper .slideshow-overlay a.slideshow-overlay-link {
      display: block;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      text-shadow: 0 2px 1px black;
      border-bottom: transparent;
      /*background-color: $gray5;*/
      background-color: rgba(0, 0, 0, 0.6);
      padding: 10px 5px;
      margin-top: 2px; }
      #homepage_rotator_wrapper .slideshow-overlay a.slideshow-overlay-link:hover {
        color: #999999; }
  #homepage_rotator_wrapper .cycle-pager {
    position: relative;
    top: -125px;
    left: 87%;
    z-index: 106;
    font-size: 60px;
    width: 100px;
    height: 20px;
    cursor: pointer;
    color: #303030;
    line-height: 20px;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    #homepage_rotator_wrapper .cycle-pager .cycle-pager-active {
      color: #fff; }

.products_summary_block {
  margin-bottom: 25px; }

.product_summary_container {
  text-align: center;
  margin-bottom: 0.5em; }

.product_summary {
  border: 1px solid #999999 !important;
  color: #EAEAEA;
  padding: 5px;
  line-height: 20px; }
  .product_summary:hover {
    border: 1px solid #303030 !important; }
  .product_summary .product_summary_image {
    margin-bottom: 10px;
    text-align: center;
    /*vertical-align: baseline;*/
    display: table-cell;
    vertical-align: middle; }
    .product_summary .product_summary_image img {
      width: 98%; }
  .product_summary .homepage_product_text {
    vertical-align: bottom; }
  .product_summary a {
    color: #EAEAEA;
    border-bottom: transparent;
    display: block; }
    .product_summary a:hover {
      color: #303030; }
  .product_summary .product_manufacturer {
    font-size: 13px;
    font-weight: 600; }
  .product_summary .product_manufacturer_product_name {
    font-size: 1.2em;
    font-weight: 600; }
    .product_summary .product_manufacturer_product_name .product_name {
      font-size: 14px;
      font-weight: 600; }
    .product_summary .product_manufacturer_product_name a {
      color: #303030; }
      .product_summary .product_manufacturer_product_name a:hover {
        color: #EAEAEA; }
  .product_summary .product_options_label {
    font-size: 0.8em;
    min-height: 20px; }
  .product_summary .product_price {
    font-size: 15px;
    font-weight: 600; }
    .product_summary .product_price .sale_price {
      color: #ff0000; }
  .product_summary .product_legend {
    text-align: right;
    margin-right: 1px;
    height: 25px; }
    .product_summary .product_legend .circle {
      width: 10px;
      height: 10px;
      line-height: 10px;
      border: 1px solid #000;
      border-radius: 100%;
      display: inline-block;
      margin: 5px 1px 5px 1px; }
      .product_summary .product_legend .circle.pink {
        background-color: #ff66cc;
        border-color: #ff66cc; }
      .product_summary .product_legend .circle.blue {
        background-color: #3333cc;
        border-color: #3333cc; }
      .product_summary .product_legend .circle.green {
        background-color: #009900;
        border-color: #009900; }

#product_details .product_color_thumbnail {
  border: 1px solid #fff; }
  #product_details .product_color_thumbnail.active {
    border: 1px solid #ff0000; }
#product_details .product_name {
  margin-top: 0;
  font-size: 1.45em; }
#product_details .product_price {
  font-size: 1.5em;
  margin-bottom: 0.75em; }
  #product_details .product_price .price {
    color: #999; }
  #product_details .product_price .sale_price {
    color: #ff0000;
    font-size: 1.45em; }
#product_details .product_manufacturer_image {
  margin: 0 0 0.5em 0; }
#product_details .product_select_color {
  margin-bottom: 0.75em; }
#product_details .product_select_size {
  margin-bottom: 0.75em; }
#product_details .product_select_rx {
  margin-bottom: 0.75em; }
#product_details .product_add_to_cart_button .button {
  width: 100%;
  margin-top: 0.75em;
  font-size: 1.1em; }
  #product_details .product_add_to_cart_button .button span.icon {
    margin-right: 0.75em; }
#product_details #product_details_fullsize_image_container {
  min-height: 260px;
  height: 260px;
  display: table-cell;
  vertical-align: middle; }
#product_details #product_details_miraflex_chart {
  text-align: center; }

.homepage_products_block {
  margin-bottom: 25px; }

.homepage_product_container {
  text-align: center; }

.homepage_product {
  border: 1px solid #999999 !important;
  color: #EAEAEA;
  padding: 5px;
  line-height: 20px; }
  .homepage_product:hover {
    border: 1px solid #303030 !important; }
  .homepage_product .homepage_product_image {
    margin-bottom: 10px;
    text-align: center;
    /*vertical-align: baseline;*/
    display: table-cell;
    vertical-align: middle; }
    .homepage_product .homepage_product_image img {
      width: 98%; }
  .homepage_product .homepage_product_text {
    vertical-align: bottom; }
  .homepage_product a {
    color: #EAEAEA;
    border-bottom: transparent;
    display: block; }
    .homepage_product a:hover {
      color: #303030; }
  .homepage_product .product_manufacturer {
    font-size: 13px;
    font-weight: 600; }
  .homepage_product .product_manufacturer_product_name {
    font-size: 1.2em;
    font-weight: 600; }
    .homepage_product .product_manufacturer_product_name .product_name {
      font-size: 14px;
      font-weight: 600; }
    .homepage_product .product_manufacturer_product_name a {
      color: #303030; }
      .homepage_product .product_manufacturer_product_name a:hover {
        color: #EAEAEA; }
  .homepage_product .product_options_label {
    font-size: 0.8em; }
  .homepage_product .product_price {
    font-size: 15px;
    font-weight: 600; }
    .homepage_product .product_price .sale_price {
      color: #ff0000; }
  .homepage_product .product_legend {
    text-align: right;
    margin-right: 1px; }
    .homepage_product .product_legend .circle {
      width: 10px;
      height: 10px;
      line-height: 10px;
      border: 1px solid #000;
      border-radius: 100%;
      display: inline-block;
      margin: 5px 1px 5px 1px; }
      .homepage_product .product_legend .circle.pink {
        background-color: #ff66cc;
        border-color: #ff66cc; }
      .homepage_product .product_legend .circle.blue {
        background-color: #3333cc;
        border-color: #3333cc; }
      .homepage_product .product_legend .circle.green {
        background-color: #009900;
        border-color: #009900; }

.link_more_products {
  text-align: right;
  padding-right: 0px; }
  .link_more_products a {
    color: #CCCCCC;
    border-bottom: transparent; }
    .link_more_products a:hover {
      color: #303030; }

#homepage_copy {
  margin: 25px 15px 0px 15px;
  text-align: justify; }

div.headline_bars {
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }
  div.headline_bars.margin_top {
    margin-top: 25px; }

div.headline_bars > h1 {
  width: 100%;
  font-size: 19px;
  line-height: 19px;
  position: relative;
  left: 0px;
  top: 50%;
  z-index: 10000;
  display: inline;
  margin: 0;
  padding: 0 1.5em 0 1.5em;
  height: 19px;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  color: #303030; }
  div.headline_bars > h1 a {
    border-bottom: transparent; }

div.headline_bars > h1:before,
div.headline_bars > h1:after {
  content: '';
  display: block;
  width: 40%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999; }

div.headline_bars > h1:before {
  left: 100%;
  margin-left: 1px; }

div.headline_bars > h1:after {
  right: 100%;
  margin-right: 1px; }

#product_results_filter {
  margin: 0.5em 0 1em 0;
  text-align: center; }
  #product_results_filter ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #product_results_filter ul li {
      display: inline-block;
      font-weight: bold;
      padding: 0.15em 0.5em; }
      #product_results_filter ul li.no-bold {
        font-weight: normal; }
      #product_results_filter ul li a {
        font-weight: normal; }

/* Photo Galleries */
#photo_galleries span.image {
  margin-bottom: 0.5em; }

.photo_gallery_gallery_thumb {
  margin-top: 1.5em;
  margin-bottom: 0; }

.photo_gallery_gallery_name {
  margin-bottom: 1.5em;
  margin-top: 3.5em; }

#paginator {
  margin-top: 3em; }

#page_footer {
  margin-top: 25px;
  color: #999;
  font-size: 15px;
  text-align: center; }

#page_footer_olm {
  font-size: 13px;
  margin-top: 25px;
  margin-bottom: 10px; }
  #page_footer_olm a {
    border-bottom: transparent;
    color: #999; }

#checkout_geotrust_seal a {
  border-bottom: transparent; }

#checkout_progress_bar {
  font-size: 0.85em;
  color: #666; }
  #checkout_progress_bar .checkout_progress_active {
    color: #000; }
  #checkout_progress_bar .checkout_progress_complete {
    color: #6d6; }
  #checkout_progress_bar .checkout_progress_upcoming {
    color: #666; }

.blog_post_container {
  margin-bottom: 2em;
  line-height: 1.75em; }
  .blog_post_container .blog_post_title {
    font-size: 1.2em;
    font-weight: bold; }

.map > iframe {
  min-height: 275px;
  border: 2px solid #1b2f58;
  border-radius: 8px; }

.align_center {
  text-align: center; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.video_iframe_wrapper {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1em; }
  .video_iframe_wrapper iframe, .video_iframe_wrapper object, .video_iframe_wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#table_helpful_links a {
  border-bottom-color: transparent; }

.bg_blue {
  background-color: #d8f0f9; }

.bg_yellow {
  background-color: #fefde6; }

.bg_purple {
  background-color: #e5e8f3; }

.bg_white {
  background-color: #fff; }

/*# sourceMappingURL=style.css.map */
