@charset "UTF-8";
/* Global Variables */
/* Colors before accessibility changes
$color-accent-dark: #dc0716; */
/* Sizes */
/* Global Mixins */
/* Circle */
/* Button */
@font-face {
  font-family: "Karbon";
  src: url("../fonts/Karbon-Regular.otf") format("opentype"); }

@font-face {
  font-family: "Karbon-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Karbon-Medium.otf") format("opentype"); }

@font-face {
  font-family: "Karbon-Semibold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Karbon-Semibold.otf") format("opentype"); }

@font-face {
  font-family: "Karbon";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Karbon-SemiboldItalic.otf") format("opentype"); }

@font-face {
  font-family: "Karbon";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Karbon-Bold.otf") format("opentype"); }

@font-face {
  font-family: "Karbon-Bold";
  src: url("../fonts/Karbon-Bold.otf") format("opentype"); }

@font-face {
  font-family: "TradeGothic";
  src: url("../fonts/TradeGothicLTStd.otf") format("opentype"); }

@font-face {
  font-family: "TradeGothic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/TradeGothicLTStd-Bd2.otf") format("opentype"); }

@font-face {
  font-family: "TradeGothic";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/TradeGothicLTStd-Light.otf") format("opentype"); }

@font-face {
  font-family: "TradeGothic";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/TradeGothicLTStd-Obl.otf") format("opentype"); }

@font-face {
  font-family: "MinionPro";
  src: url("../fonts/MinionPro-Regular.otf") format("opentype"); }

/* --------------------------------------
 Normalize & Responsive
-------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus, a:active, a:hover {
  outline: 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 60%;
  line-height: 0; }

img {
  border: 0; }

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  box-sizing: border-box; }

input::-moz-focus-inner {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input, select[multiple], textarea {
  background-image: none; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ul, ol {
  margin: 0;
  list-style: none;
  padding: 0; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }

blockquote p:last-child {
  margin-bottom: 0; }

blockquote:before, blockquote:after {
  content: ""; }

  .semibold-text{
    font-family: 'FreightSansProSemibold-Regular', Arial, Helvetica, sans-serif;
  }

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 920px;
  padding: 0 15px;
  width: 100%; }

.container:before, .container:after, .row:before, .row:after, .content:after, .content:before, .clearfix:before, .clearfix:after, .section:after, .article:after, .navigation:after {
  display: table;
  content: " "; }

.container:after, .row:after, .clearfix:after, .content:after, .section:after, .article:after, .navigation:after {
  clear: both; }

.alignright {
  text-align: right; }

::-moz-selection {
  background: #ccc;
  color: #000; }

::selection {
  background: #ccc;
  color: #000; }

.hidden {
  display: none; }

/* Columns */
.col {
  min-height: 1px;
  position: relative; }

.lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11 {
  float: left; }

.lg-1 {
  width: 8.333333333333332%; }

.lg-2 {
  width: 16.666666666666664%; }

.lg-3 {
  width: 25%; }

.lg-4 {
  width: 33.33333333333333%; }

.lg-5 {
  width: 41.66666666666667%; }

.lg-6 {
  width: 50%; }

.lg-7 {
  width: 58.333333333333336%; }

.lg-8 {
  width: 66.66666666666666%; }

.lg-9 {
  width: 75%; }

.lg-10 {
  width: 83.33333333333334%; }

.lg-11 {
  width: 91.66666666666666%; }

.lg-12 {
  float: none;
  width: 100%; }

.lg-push-0 {
  left: auto; }

.lg-push-1 {
  left: 8.333333333333332%; }

.lg-push-2 {
  left: 16.666666666666664%; }

.lg-push-3 {
  left: 25%; }

.lg-push-4 {
  left: 33.33333333333333%; }

.lg-push-5 {
  left: 41.66666666666667%; }

.lg-push-6 {
  left: 50%; }

.lg-push-7 {
  left: 58.333333333333336%; }

.lg-push-8 {
  left: 66.66666666666666%; }

.lg-push-9 {
  left: 75%; }

.lg-push-10 {
  left: 83.33333333333334%; }

.lg-push-11 {
  left: 91.66666666666666%; }

.lg-pull-0 {
  right: auto; }

.lg-pull-1 {
  right: 8.333333333333332%; }

.lg-pull-2 {
  right: 16.666666666666664%; }

.lg-pull-3 {
  right: 25%; }

.lg-pull-4 {
  right: 33.33333333333333%; }

.lg-pull-5 {
  right: 41.66666666666667%; }

.lg-pull-6 {
  right: 50%; }

.lg-pull-7 {
  right: 58.333333333333336%; }

.lg-pull-8 {
  right: 66.66666666666666%; }

.lg-pull-9 {
  right: 75%; }

.lg-pull-10 {
  right: 83.33333333333334%; }

.lg-pull-11 {
  right: 91.66666666666666%; }

.lg-offset-0 {
  margin-left: 0; }

.lg-offset-1 {
  margin-left: 8.333333333333332%; }

.lg-offset-2 {
  margin-left: 16.666666666666664%; }

.lg-offset-3 {
  margin-left: 25%; }

.lg-offset-4 {
  margin-left: 33.33333333333333%; }

.lg-offset-5 {
  margin-left: 41.66666666666667%; }

.lg-offset-6 {
  margin-left: 50%; }

.lg-offset-7 {
  margin-left: 58.333333333333336%; }

.lg-offset-8 {
  margin-left: 66.66666666666666%; }

.lg-offset-9 {
  margin-left: 75%; }

.lg-offset-10 {
  margin-left: 83.33333333333334%; }

.lg-offset-11 {
  margin-left: 91.66666666666666%; }

.hide-lg {
  display: none !important; }
.show-lg {
  display: block !important; }

@media (max-width: 800px) {
  .md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11 {
    float: left; }
  .md-1 {
    width: 8.333333333333332%; }
  .md-2 {
    width: 16.666666666666664%; }
  .md-3 {
    width: 25%; }
  .md-4 {
    width: 33.33333333333333%; }
  .md-5 {
    width: 41.66666666666667%; }
  .md-6 {
    width: 50%; }
  .md-7 {
    width: 58.333333333333336%; }
  .md-8 {
    width: 66.66666666666666%; }
  .md-9 {
    width: 75%; }
  .md-10 {
    width: 83.33333333333334%; }
  .md-11 {
    width: 91.66666666666666%; }
  .md-12 {
    float: none;
    width: 100%; }
  .md-push-0 {
    left: auto; }
  .md-push-1 {
    left: 8.333333333333332%; }
  .md-push-2 {
    left: 16.666666666666664%; }
  .md-push-3 {
    left: 25%; }
  .md-push-4 {
    left: 33.33333333333333%; }
  .md-push-5 {
    left: 41.66666666666667%; }
  .md-push-6 {
    left: 50%; }
  .md-push-7 {
    left: 58.333333333333336%; }
  .md-push-8 {
    left: 66.66666666666666%; }
  .md-push-9 {
    left: 75%; }
  .md-push-10 {
    left: 83.33333333333334%; }
  .md-push-11 {
    left: 91.66666666666666%; }
  .md-pull-0 {
    right: auto; }
  .md-pull-1 {
    right: 8.333333333333332%; }
  .md-pull-2 {
    right: 16.666666666666664%; }
  .md-pull-3 {
    right: 25%; }
  .md-pull-4 {
    right: 33.33333333333333%; }
  .md-pull-5 {
    right: 41.66666666666667%; }
  .md-pull-6 {
    right: 50%; }
  .md-pull-7 {
    right: 58.333333333333336%; }
  .md-pull-8 {
    right: 66.66666666666666%; }
  .md-pull-9 {
    right: 75%; }
  .md-pull-10 {
    right: 83.33333333333334%; }
  .md-pull-11 {
    right: 91.66666666666666%; }
  .md-offset-0 {
    margin-left: 0; }
  .md-offset-1 {
    margin-left: 8.333333333333332%; }
  .md-offset-2 {
    margin-left: 16.666666666666664%; }
  .md-offset-3 {
    margin-left: 25%; }
  .md-offset-4 {
    margin-left: 33.33333333333333%; }
  .md-offset-5 {
    margin-left: 41.66666666666667%; }
  .md-offset-6 {
    margin-left: 50%; }
  .md-offset-7 {
    margin-left: 58.333333333333336%; }
  .md-offset-8 {
    margin-left: 66.66666666666666%; }
  .md-offset-9 {
    margin-left: 75%; }
  .md-offset-10 {
    margin-left: 83.33333333333334%; }
  .md-offset-11 {
    margin-left: 91.66666666666666%; }
  .hide-md {
    display: none !important; }
  .show-md {
    display: block !important; } }

@media (max-width: 640px) {
  .sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11 {
    float: left; }
  .sm-1 {
    width: 8.333333333333332%; }
  .sm-2 {
    width: 16.666666666666664%; }
  .sm-3 {
    width: 25%; }
  .sm-4 {
    width: 33.33333333333333%; }
  .sm-5 {
    width: 41.66666666666667%; }
  .sm-6 {
    width: 50%; }
  .sm-7 {
    width: 58.333333333333336%; }
  .sm-8 {
    width: 66.66666666666666%; }
  .sm-9 {
    width: 75%; }
  .sm-10 {
    width: 83.33333333333334%; }
  .sm-11 {
    width: 91.66666666666666%; }
  .sm-12 {
    float: none;
    width: 100%; }
  .sm-push-1 {
    left: 8.333333333333332%; }
  .sm-push-2 {
    left: 16.666666666666664%; }
  .sm-push-3 {
    left: 25%; }
  .sm-push-4 {
    left: 33.33333333333333%; }
  .sm-push-5 {
    left: 41.66666666666667%; }
  .sm-push-6 {
    left: 50%; }
  .sm-push-7 {
    left: 58.333333333333336%; }
  .sm-push-8 {
    left: 66.66666666666666%; }
  .sm-push-9 {
    left: 75%; }
  .sm-push-10 {
    left: 83.33333333333334%; }
  .sm-push-11 {
    left: 91.66666666666666%; }
  .sm-pull-1 {
    right: 8.333333333333332%; }
  .sm-pull-2 {
    right: 16.666666666666664%; }
  .sm-pull-3 {
    right: 25%; }
  .sm-pull-4 {
    right: 33.33333333333333%; }
  .sm-pull-5 {
    right: 41.66666666666667%; }
  .sm-pull-6 {
    right: 50%; }
  .sm-pull-7 {
    right: 58.333333333333336%; }
  .sm-pull-8 {
    right: 66.66666666666666%; }
  .sm-pull-9 {
    right: 75%; }
  .sm-pull-10 {
    right: 83.33333333333334%; }
  .sm-pull-11 {
    right: 91.66666666666666%; }
  .sm-offset-0 {
    margin-left: 0; }
  .sm-offset-1 {
    margin-left: 8.333333333333332%; }
  .sm-offset-2 {
    margin-left: 16.666666666666664%; }
  .sm-offset-3 {
    margin-left: 25%; }
  .sm-offset-4 {
    margin-left: 33.33333333333333%; }
  .sm-offset-5 {
    margin-left: 41.66666666666667%; }
  .sm-offset-6 {
    margin-left: 50%; }
  .sm-offset-7 {
    margin-left: 58.333333333333336%; }
  .sm-offset-8 {
    margin-left: 66.66666666666666%; }
  .sm-offset-9 {
    margin-left: 75%; }
  .sm-offset-10 {
    margin-left: 83.33333333333334%; }
  .sm-offset-11 {
    margin-left: 91.66666666666666%; }
  .hide-sm {
    display: none !important; }
  .show-sm {
    display: block !important; } }

@media (max-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left; }
  .xs-12 {
    float: none; }
  .xs-1 {
    width: 8.333333333333332%; }
  .xs-2 {
    width: 16.666666666666664%; }
  .xs-3 {
    width: 25%; }
  .xs-4 {
    width: 33.33333333333333%; }
  .xs-5 {
    width: 41.66666666666667%; }
  .xs-6 {
    width: 50%; }
  .xs-7 {
    width: 58.333333333333336%; }
  .xs-8 {
    width: 66.66666666666666%; }
  .xs-9 {
    width: 75%; }
  .xs-10 {
    width: 83.33333333333334%; }
  .xs-11 {
    width: 91.66666666666666%; }
  .xs-12 {
    float: none;
    width: 100%; }
  @-ms-viewport {
    width: 320px; }
  .hide-xs {
    display: none !important; }
  .show-xs {
    display: block !important; } }

/* --------------------------------------
 Global Styles
-------------------------------------- */
body {
  background: #fff;
  color: #222;
  font-family: "FreightSansProBook-Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0; }
  @media (max-width: 620px) {
    body {
      font-size: 14px; } }
  @media (max-width: 520px) {
    body {
      font-size: 12px; } }

.skip {
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: -10000px;
  width: 1px; }

.skip:focus {
  height: auto;
  left: 5px;
  top: 0;
  width: auto; }

.red {
    color: #f30617;
}
.gray{
    color: #727272;
}

.dark_gray{
    color: #222 !important;
}
.centered {
  position: fixed;
/*  top: 50%;*/
    left: 50%;
    transform: translate(-50%, 0);
/*  transform: translate(-50%, -50%);*/
}
  /* --------------------------------------
   Privacy
  -------------------------------------- */
  .privacy ol, .privacy ul{
    margin-left: 15px!important;
    padding-left: 30px!important;
  }

  .privacy ol li{
    padding-left:5px!important;
  }

  .privacy ul li{
    padding-left:20px!important;
  }


/* --------------------------------------
 Global Typography
-------------------------------------- */
h1 {
  color: #f30617;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1em; }
  @media (max-width: 900px) {
    h1 {
      font-size: 2.5em; } }
  @media (max-width: 640px) {
    h1 {
      font-size: 3.750em;
      letter-spacing: -.03em; } }
  @media (max-width: 479px) {
    h1 {
      font-size: 2.5em; } }

h2 {
  color: #f30617;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 15px; }
  @media (max-width: 640px) {
    h2 {
      font-size: 2.5em;
      line-height: 1.4em; } }
  @media (max-width: 479px) {
    h2 {
      font-size: 2.2em;
      line-height: 1.2em; } }

@media (max-width: 640px) {
  h1 br, h2 br {
    display: none; } 
h2.pah br {
    display: block; } 
}

h3 {
  font-size: 1.375em;
  font-weight: 500;
  margin-bottom: 5px; }

h4 {
  color: #000;
  font-size: 1.3em;
  font-weight: 700;
  margin: 10px 0px;
}

@media (max-width: 640px){
    h4 {
     font-size: 1.2em;
    }
}

p, li {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 12px; }
  @media (max-width: 640px) {
    p, li {
      font-size: 1.625em;
      line-height: 1.4em; } }
  p a, li a {
    text-decoration: underline; }
    p a sup, li a sup {
      text-decoration: none; }

strong {
  font-weight: 500 !important; }

a {
  color: #005c70;
  cursor: pointer; }
  a:hover {
    color: #12c2e9; }
  a:focus {
    outline-color: #f30617; }

span.blue {
  color: #005c70; }

.indent {
  margin-left: 20px; }

hr {
  border: none;
  border-bottom: 1px solid #dcdcdc;
  margin: 20px auto 30px;
  width: 60%; }
  @media (max-width: 640px) {
    hr {
      width: 80%; } }

/* --------------------------------------
 Header and Footer Styles
-------------------------------------- */
/*--Header--*/
#header {
  position: relative; }
  @media only screen and (max-device-width: 1024px), (max-width: 800px) {
    #header {
      position: relative;
      z-index: 900; } }
  #header .container {
    padding-bottom: 20px;
    padding-top: 20px; }
    @media (max-width: 479px) {
      #header .container {
        padding: 10px; } }
  #header .home {
    display: inline-block; }
  #header a {
    display: inline-block; }
  #header .brand {
    float: left; }
  #header .logo {
    height: auto;
    width: 350px; }
    @media (max-width: 900px) {
      #header .logo {
        margin-bottom: 20px; } }
    @media only screen and (max-device-width: 1024px), (max-width: 800px) {
      #header .logo {
        margin: 0;
        max-width: 80%;
        width: 450px; } }
    @media (max-width: 520px) {
      #header .logo {
        margin: 5px 0; } }
  #header .navigation {
    margin: 25px 0 10px;
    position: relative; }
    @media (max-width: 900px) {
      #header .navigation {
        clear: left;
        float: none;
        margin-top: 20px;
        text-align: center; } }
    @media only screen and (max-device-width: 1024px), (max-width: 800px) {
      #header .navigation {
        background-color: #f7f5f3;
        left: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 100;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: .2s ease-in-out 50ms;
        -ms-transition: .2s ease-in-out 50ms;
        transition: .2s ease-in-out 50ms; } }
    @media only screen and (max-device-width: 1024px), (max-width: 800px) {
      #header .navigation.on {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); } }
    #header .navigation li {
      float: left;
      font-size: 1em;
      line-height: 1em;
      margin: 0 1.5em;
      text-align: center; }
      @media (max-width: 900px) {
        #header .navigation li {
          float: none;
          display: inline-block;
          margin: 0 1em; } }
      @media only screen and (max-device-width: 1024px), (max-width: 800px) {
        #header .navigation li {
          display: block;
          font-size: 2em;
          line-height: normal;
          margin: 0;
          padding: 0 20px; } }
      #header .navigation li:first-child {
        margin-left: 0; }
      #header .navigation li:nth-of-type(6) {
        margin-right: 0; }
      @media (min-width: 1025px) {
        #header .navigation li:last-child {
          margin: 0;
          position: absolute;
          right: 0;
          top: 0; }
          #header .navigation li:last-child a{
            border: 1px solid #f30617;
            border-radius: 8px;
            color: #f30617;
            padding: 10px 20px;
            transition: all .3s;
            white-space: nowrap; }
            #header .navigation li:last-child a:hover {
              background-color: #f30617;
              color: #fff; } 
}
      #header .navigation li a {
        color: #222;
        text-decoration: none; }
        @media only screen and (max-device-width: 1024px), (max-width: 800px) {
          #header .navigation li a {
            border-bottom: 1px solid #dcdcdc;
            display: block;
            padding: 20px 0;
            text-align: left; } }
        #header .navigation li a:hover {
          color: #eb0616; }
      #header .navigation li.on a {
        color: #eb0616; }
      @media (max-width: 900px) {
        #header .navigation li:last-child {
          margin-right: 0; } }
      @media only screen and (max-device-width: 1024px), (max-width: 800px) {
        #header .navigation li:last-child {
          border-bottom: none; } }
  #header .nav-toggle {
    display: none; }
    @media only screen and (max-device-width: 1024px), (max-width: 800px) {
      #header .nav-toggle {
        border-top: 6px solid #727272;
        border-bottom: 6px solid #727272;
        display: inline-block;
        color: #727272;
        font-family: 'FreightSansProBold-Regular';
        font-size: 13px;
        height: 30px;
        letter-spacing: .15em;
        line-height: 64px;
        margin-top: -15px;
        position: absolute;
        right: 20px;
        text-align: center;
        top: 50%;
        width: 40px; }
        #header .nav-toggle:before {
          border-top: 6px solid #727272;
          content: "";
          left: 0;
          position: absolute;
          top: 6px;
          width: 100%; }
        #header .nav-toggle.on {
          border-top-color: #f30617;
          border-bottom-color: #f30617;
          color: #f30617; }
          #header .nav-toggle.on:before {
            border-top-color: #f30617; } }
    @media (max-width: 520px) {
      #header .nav-toggle {
        height: 27px;
        letter-spacing: .05em;
        line-height: 54px;
        margin-top: -13px;
        right: 15px;
        width: 35px; }
        #header .nav-toggle:before {
          top: 5px; } }
    @media (max-width: 479px) {
      #header .nav-toggle {
        border-bottom-width: 5px;
        border-top-width: 5px;
        height: 24px;
        line-height: 50px;
        margin-top: -15px;
        right: 10px;
        width: 35px; }
        #header .nav-toggle:before {
          border-top-width: 5px; } }

/*--Footer--*/
#footer {
  border-top: 1px solid #dcdcdc; }
  @media (max-width: 640px) {
    #footer {
      text-align: center; } }
  #footer .container {
    color: #727272;
    padding-bottom: 25px;
    padding-top: 25px; }
    @media (max-width: 520px) {
      #footer .container {
        padding-bottom: 15px;
        padding-top: 15px; } 
}
  #footer h3 {
 
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 15px; 
}
#footer h3{
    width:100%;
    text-align: center;
    
}
    @media (max-width: 900px) {
      #footer h3 {
        float: none; } }
    @media (max-width: 640px) {
      #footer h3 {
        font-size: 2em;
        font-weight: 300; } 
       
}
    #footer h3 a {
      color: #005c70;
      text-decoration: none; }
    #footer h3 a.tel {
      color: #727272;
      margin-left: 10px; }
  #footer p {
    clear: both;
    font-size: .875em; }
    @media (max-width: 640px) {
      #footer p {
        font-size: 1.5em; } }
  #footer .navigation {
    float: right; 
}
  #footer .navigation {
      float: none; 
      text-align: center; 
      margin-bottom: 10px;
}

    @media (max-width: 900px) {
      #footer .navigation {
        float: none;
        margin-bottom: 20px; } }
    #footer .navigation li {
      display: inline;
      font-size: 1em;
      line-height: 2em;
      margin-left: 20px;
      white-space: nowrap; }
      @media (max-width: 900px) {
        #footer .navigation li {
          margin: 0 25px 0 0; } }
      @media (max-width: 640px) {
        #footer .navigation li {
          margin: 0 10px; } }
      @media (max-width: 520px) {
        #footer .navigation li {
          margin: 0 6px; } }
      @media (max-width: 479px) {
        #footer .navigation li {
          display: inline-block;
          margin: 0 10px; } }
      @media (max-width: 479px) {
        #footer .navigation li:last-child {
          display: block;
          margin-top: 4px; } }
      #footer .navigation li a {
        text-decoration: none; }
      #footer .navigation li.dropdown {
        position: relative; }
        #footer .navigation li.dropdown > a {
          display: inline-block; }
          #footer .navigation li.dropdown > a:after {
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #f30617;
            content: "";
            display: inline-block;
            height: 0;
            margin-left: 5px;
            position: relative;
            top: -2px;
            width: 0; }
        #footer .navigation li.dropdown ul {
          background-color: #fff;
          border: 1px solid #dcdcdc;
          box-shadow: 0 0 3px #dcdcdc;
          display: none;
          left: -14px;
          margin-top: 2px;
          padding: 8px 10px;
          position: absolute;
          top: 100%;
          width: 115%; }
          #footer .navigation li.dropdown ul li {
            display: block;
            font-size: 1em;
            margin: 0; }
            #footer .navigation li.dropdown ul li a {
              display: block;
              padding: 0 4px; }
        #footer .navigation li.dropdown.open > a:after {
          border-bottom: 6px solid #f30617;
          border-top-color: transparent;
          top: -3px; }
        #footer .navigation li.dropdown.open ul {
          display: block; }

/*-- Hero Images --*/
#hero {
  overflow: hidden; }
  @media (max-width: 1100px) {
    #hero {
      text-align: center;
      height: auto; } }
  @media (max-width: 640px) {
    #hero {
      text-align: center;
      height: auto; } }
  #hero img {
    height: auto;
    width: 100%; }
    @media (max-width: 900px) {
      #hero img {
        width: 1000px; } }
    @media (max-width: 640px) {
      #hero img {
        margin: 0 -100%;
        width: 1000px; } }

/* --------------------------------------
 Global Content Styles
-------------------------------------- */
#main .head {
  background-color: #f7f5f3;
  padding: 30px 0;
  text-align: center; }
  @media (max-width: 520px) {
    #main .head {
      padding: 20px 0; } }
  @media (max-width: 479px) {
    #main .head {
      padding: 15px 0; } }
  @media (max-width: 640px) {
    #main .head .container {
      padding: 0 2%; } }
  #main .head .container {
    max-width: 1200px; }

#main .gray {
  background-color: #f7f5f3;
  padding: 30px 0; }

#main .content {
  padding: 30px 0; }
  #main .content .container {
    max-width: 850px; }
  #main .content ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0; }
    #main .content ul li {
      margin-bottom: 15px;
      padding-left: 1em;
      position: relative; }
      #main .content ul li:before {
        content: "• ";
        color: #f30617;
        font-size: 1.1em;
        left: 1px;
        position: absolute;
        top: -3px; }
      #main .content ul li li {
        font-size: 1em;
        margin-left: .8em; }
        #main .content ul li li:before {
          content: "\2013 "; }
        #main .content ul li li li:before {
          content: "• "; }
  #main .content ol {
    list-style: decimal; }
  #main .content h2, #main .content p {
    margin-bottom: 20px; }

@media (max-width: 640px) {
  .container {
    padding: 0 2%; } }

/* Reusable styles */
.content .ref p {
  font-size: .875em;
  margin: .8em 0 0 !important; }
  @media (max-width: 640px) {
    .content .ref p {
      font-size: 1.5em !important; } }

.content .meds p {
  line-height: 1.1em; }
  .content .meds p span.generic {
    font-size: 0.889em; }

.border, .border-top {
  border-top: 1px solid #c9c9c9;
  margin-top: 30px;
  padding-top: 35px; }

.border-bottom {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 35px !important;
  padding-bottom: 35px; }

.center {
  text-align: center; }

#main .content .application {
  margin-bottom: 20px; }
  #main .content .application p {
    font-size: 1em;
    /*margin: 12px 0 0; */
}
    @media (max-width: 800px) {
      #main .content .application p {
        font-size: 1.625em;
        margin: 5px 0 20px; } }
    @media (max-width: 640px) {
      #main .content .application p br {
        display: none; } }
  #main .content .application .call {
    font-size: 1.125em; }
  #main .content .application .single {
    float: left;
    line-height: 55px;
    margin: 0 10px; }
    @media (max-width: 800px) {
      #main .content .application .single {
        float: none;
        line-height: normal;
        margin: 0 5px 0 0; } }
  #main .content .application .button.download {
    display: block;
    text-decoration: none; }
    @media (max-width: 640px) {
      #main .content .application .button.download span {
        display: inline-block;
        font-weight: 500; } }

/* Buttons */
.button, button {
  background-color: #f30617;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 300;
  border-radius: 5px;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  transition: all .3s; }
  @media (max-width: 640px) {
    .button, button {
      font-size: 1.4em; } }
  .button:focus, button:focus {
    outline-color: #000; }
  .button:hover, button:hover {
    background-color: #da0515;
    color: #fff; }
  .button.download, button.download {
    padding: 5px 10px; }
    @media (max-width: 640px) {
      .button.download, button.download {
        font-size: 1.4em;
        margin: 20px 0;
        padding: 15px 15px 15px 10px; } }
    .button.download span, button.download span {
      background: url(../img/download-arrow.png) no-repeat 0 center;
      display: inline-block;
      font-weight: 500;
      line-height: 1.2em;
      padding-left: 30px; }
      @media (max-width: 640px) {
        .button.download span, button.download span {
          background-image: url(../img/mobile/download-arrow.png);
          line-height: 32px;
          padding-left: 42px; } }
      @media (max-width: 520px) {
        .button.download span, button.download span {
          background-size: 24px auto;
          padding-left: 30px; } }
      @media (max-width: 479px) {
        .button.download span, button.download span {
          background-size: 24px auto;
          font-size: 1em;
          letter-spacing: -.03em;
          padding-left: 30px; } }

@media (max-width: 640px) {
  .tools {
    display: none; } }

.tools a {
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #727272;
  float: right;
  font-size: 0.875em;
  line-height: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-decoration: none; }
  .tools a.print {
    background-image: url(../img/print-icon.png); }
  .tools a.share {
    background-image: url(../img/share-icon.png);
    margin-left: 20px; }

/* Forms */
::-webkit-input-placeholder {
  color: #222;
  opacity: 1 !important; }

::-moz-placeholder {
  color: #222;
  opacity: 1 !important; }

:-ms-input-placeholder {
  color: #222;
  opacity: 1 !important; }

/* Video */
.video-container {
  min-height: 330px;
  margin: 0 auto 30px;
  position: relative;
  width: 100%;
  /*@media (max-width:800px) {
		height:$video-height/1.375;
	}
	@media (max-width:479px) {
		height:$video-height/2.06;
	}*/ }
  @media (max-width: 640px) {
    .video-container {
      min-height: inherit; } }
  .video-container video, .video-container iframe, .video-container .bc-player-default_default {
    height: 100%;
    width: 100%; }

.toggle-transcript {
  margin-top: -10px; }
  .toggle-transcript a {
    display: inline-block;
    padding-right: 16px;
    position: relative; }
    .toggle-transcript a:after {
      content: "";
      border-left: 5px solid #f30617;
      border-bottom: 5px solid transparent;
      border-top: 5px solid transparent;
      display: inline-block;
      height: 0;
      margin-top: -3px;
      position: absolute;
      right: 0;
      top: 50%;
      transition: all 0.2s ease-in;
      width: 0;
      z-index: 101; }
    .toggle-transcript a.open:after {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #f30617;
      margin-top: 0; }

.transcript {
  max-height: 0;
  overflow: hidden;
  text-align: left;
  transition: all 0.2s ease-in; }
  @media (max-width: 640px) {
    .transcript p, .transcript li {
      font-size: 1.25em !important; } }
  .transcript li {
    margin-bottom: 5px !important; }
  .transcript.open {
    max-height: 9999px; }

/* Icons */
.icon-container {
  display: table;
  margin-bottom: 30px;
  width: 100%; }
  @media (max-width: 640px) {
    .icon-container {
      display: block; } }
  .icon-container .icon {
    display: table-cell;
    text-align: left;
    width: 14%;
    vertical-align: middle; }
    @media (max-width: 640px) {
      .icon-container .icon {
        display: none; } }
  .icon-container .text {
    display: table-cell;
    width: 85%;
    vertical-align: middle; }
    @media (max-width: 640px) {
      .icon-container .text {
        display: block;
        width: auto; } }
    .icon-container .text h2:last-child, .icon-container .text p:last-child {
      margin-bottom: 0 !important; }

.icon img {
  position: relative;
  vertical-align: middle;
  max-width: 100%; }

/* Modals */


div.modal .box{
  /*display: table;*/
    margin-top: 30px;
}

ul.modal-ul{
  position: relative;
 /* display: table-cell;  */
  list-style: none;
  height: inherit;
  width:51%;
  padding: 0px 30px 60px 30px;
  float: left;
  border-right: 1px solid #A8A8A8;   
}
ul.modal-ul li{
    margin-bottom: 8px;
    }
@media (max-width: 640px){
    ul.modal-ul li{
    font-size: .95em !important;
    }
}

ul.modal-ul .button{
      font-size: 1.5em;
      padding: 5px 20px 10px 20px;
        position: absolute;
/*        bottom:0px;*/
        left:30px;
}
ul.modal-ul img{
     height:20px;
}


.venter{
  position: absolute;
  margin-top: 18%;
  margin-right: 10%;
  font-size: 1.3em !important;
  font-weight: 700;
}

ul.modal-ul .button{
/*      left:12%;  */
}




/* Tables */
@media (max-width: 640px) {
    div.modal .box{
        margin-top: 10px;
    }
    ul.modal-ul.bl{  
/*        height: 220px;*/
    }

    
}

/*mobile*/

}
@media (max-width: 520px) {
    
    div.modal{
        padding:30px 20px!important;
    }
    div.modal-container h1{
        font-size: 2.5em !important;
    }
    
   ul.modal-ul.bl{
     border: none;
     height: auto;
     width:100%;
    }
    
   ul.modal-ul{
      width:100% !important;
      float: none;;
      border: none;   
      font-size: 1.5em;
      padding:0px 0px 60px 20px!important;
    }   
   ul.modal-ul.bl{
     height: 160px;
     border-top: 1px solid #A8A8A8; 
     margin-top: 10%; 
    } 
    .bl .venter{
      margin-top: 10%;
      font-size: 1.2em !important;  
    }  
    ul.modal-ul.bl .button {
    left: 4.5%;
    }
    
 

}


ul.modal-ul li{
    font-size: 1.1em;
}

div.modal-container {
  background: rgba(0, 0, 0, 0.55);
  display: none;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000; 

}

div.modal-container h1 {
   font-size: 2em; 
    
}


div.modal {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  display: none;
  height: 80%;
  left: 50%;
/*  margin-left: -360px;*/
  max-width: 720px;
  padding: 30px 30px;
  position: fixed;
  width: 100%; 
  margin-top: 3vh;
}


@media (max-width: 640px) {
    div.modal {
      border-radius: 10px;
      height: 98%;
/*      left: 1%;*/
      margin-left: 0 !important;
      top: 1%;
      width: 98% !important; 
    } 
   

}
  div.modal .content {
    clear: right; }

  div.modal .modal-close {
    background: url(../img/close-modal.png) no-repeat center center;
    cursor: pointer;
    display: block;
    float: right;
    height: 19px;
    text-decoration: none;
    width: 19px; }

#alert {
  display: block; }
  #alert .modal {
    display: block;
    height: auto;
    padding: 20px 30px; }

/*Exit Modal*/
#confirm-overlay {
  background-color: #000; }

#confirm {
  display: none; }

#confirm-container {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  height: 350px;
  width: 60%; }
  @media (max-width: 520px) {
    #confirm-container {
      border-radius: 10px;
      height: auto !important;
      left: 5% !important;
      top: 15% !important;
      width: 90% !important; } }
  #confirm-container .content {
    padding: 40px 30px 30px; }
    @media (max-width: 520px) {
      #confirm-container .content {
        padding: 20px 10px 10px; } }
    #confirm-container .content h3 {
      font-size: 2.25em;
      font-weight: 400;
      letter-spacing: -.03em;
      line-height: 1.2em;
      margin-bottom: 30px; }
      @media (max-width: 520px) {
        #confirm-container .content h3 {
          margin: 30px 0px 0px 0px; } }
    #confirm-container .content p {
      font-size: 1.25em; }
      @media (max-width: 520px) {
        #confirm-container .content p {
          font-size: 1.5em; } }
  #confirm-container .modal-close {
    color: #a0a0a0;
    cursor: pointer;
    float: right;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; }
    @media (max-width: 520px) {
      #confirm-container .modal-close {
        float: none; } }

.confirm-button {
  margin: 0px 44%; }

/* Tables */
@media (max-width: 640px) {
  #main .content.table-content .container {
    padding: 0 !important; } }

#main .content h3.table-label {
  font-size: 1.4em;
  font-weight: 500;
  margin: 50px 0 0 50%;
  text-align: center; }

#main .content .table {
  display: table;
  font-size: 1.125em;
  font-weight: 500;
  margin: 50px 0 30px;
  width: 100%; }
  @media (max-width: 640px) {
    #main .content .table {
      margin-top: 0; } }
  @media (max-width: 520px) {
    #main .content .table {
      font-size: 1em; } }
  #main .content .table .row {
    display: table-row; }
    #main .content .table .row:nth-child(even) {
      background-color: #f7f5f3; }
  #main .content .table .col {
    border-left: 1px solid #dcdcdc;
    display: table-cell;
    height: 100%;
    padding: 20px 30px;
    position: relative;
    line-height: 1em;
    text-align: center;
    vertical-align: middle; }
  #main .content .table .table-header {
    background-color: #f30617;
    color: #fff; }
    #main .content .table .table-header .col {
      border: none;
      font-size: 1.5em;
      padding: 20px 10px !important; }
    #main .content .table .table-header.stick {
      display: block;
      max-width: 820px;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100; }
      @media (max-width: 860px) and (min-width: 641px) {
        #main .content .table .table-header.stick {
          left: 2%;
          width: 96%; } }
      #main .content .table .table-header.stick .col {
        display: block;
        float: left; }
  #main .content .table p {
    margin-bottom: 0; }
  #main .content .table .col.meds {
    border-left: none;
    padding: 10px 20px;
    text-align: left; }
    @media (max-width: 520px) {
      #main .content .table .col.meds {
        padding: 10px; } }
    #main .content .table .col.meds span {
      font-size: .8em !important; }
  @media (max-width: 520px) {
    #main .content .table .col.income {
      padding: 10px; } }
  #main .content .table.family {
    margin-top: 0; }
    @media (max-width: 640px) {
      #main .content .table.family {
        font-size: 1.625em; } }
    #main .content .table.family .col {
      width: 50%; }
      #main .content .table.family .col.meds {
        width: 60%; }
      @media (max-width: 640px) {
        #main .content .table.family .col p {
          font-size: 1em; } }
    #main .content .table.family .table-header .col {
      position: relative;
      text-align: center; }
    #main .content .table.family .size {
      background-color: #eb0616;
      min-height: 65px;
      width: 40%; }
      @media (max-width: 800px) {
        #main .content .table.family .size {
          padding: 0 !important; } }
      #main .content .table.family .size:hover {
        background-color: #eb0616; }
      #main .content .table.family .size .label {
        display: block;
        width: 50%; }
        @media (max-width: 800px) {
          #main .content .table.family .size .label {
            width: auto; } }
    #main .content .table.family .dropdown-toggle {
      cursor: pointer;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
      @media (max-width: 800px) {
        #main .content .table.family .dropdown-toggle {
          height: auto;
          position: static;
          width: auto; } }
      #main .content .table.family .dropdown-toggle:focus .select:after {
        outline: 1px dotted #000; }
      #main .content .table.family .dropdown-toggle .select {
        background-color: #eb0616;
        display: block;
        padding: 20px; }
        @media (max-width: 800px) {
          #main .content .table.family .dropdown-toggle .select {
            padding: 10px; } }
        #main .content .table.family .dropdown-toggle .select br {
          display: none; }
          @media (max-width: 640px) {
            #main .content .table.family .dropdown-toggle .select br {
              display: block; } }
        #main .content .table.family .dropdown-toggle .select:after {
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          content: "";
          display: inline-block;
          height: 0;
          margin-left: 15px;
          width: 0; }
          @media (max-width: 479px) {
            #main .content .table.family .dropdown-toggle .select:after {
              border-left-width: 6px;
              border-right-width: 6px;
              border-top: 6px solid #fff; } }
      #main .content .table.family .dropdown-toggle .family-dropdown {
        background-color: #fff;
        border: 1px solid #dcdcdc;
        border-top: none;
        color: #727272;
        display: none;
        left: 0;
        padding: 8px 0;
        position: absolute;
        text-align: center;
        top: 100%;
        width: 100%;
        z-index: 99; }
        #main .content .table.family .dropdown-toggle .family-dropdown span {
          display: block;
          font-size: 20px;
          padding: 8px;
          text-align: center; }
          #main .content .table.family .dropdown-toggle .family-dropdown span:hover, #main .content .table.family .dropdown-toggle .family-dropdown span:focus {
            background-color: #f7f5f3;
            color: #12c2e9;
            cursor: pointer; }
      #main .content .table.family .dropdown-toggle.open .family-dropdown {
        display: block; }
      #main .content .table.family .dropdown-toggle.open .select:after {
        border-bottom: 10px solid #fff;
        border-top: none; }
    #main .content .table.family .income {
      text-align: right; }
      #main .content .table.family .income span {
        display: none; }
        #main .content .table.family .income span.show {
          display: block; }
        #main .content .table.family .income span:last-child {
          text-align: center; }
  #main .content .table.distribution .col.meds {
    width: 50% !important; }
  #main .content .table.distribution .col.check {
    background: url(../img/check.png) no-repeat center center; }
    @media (max-width: 520px) {
      #main .content .table.distribution .col.check {
        background-size: 20px auto; } }
  #main .content .table.distribution .col.merge .colspan {
    left: 0;
    margin-top: -.5em;
    padding: 0 30px;
    position: absolute;
    text-align: center;
      line-height: 1.1;;
    top: 50%;
    width: 200%; }
    #main .content .table.distribution .col.merge .colspan.up{
        margin-top: -.95em;
    }

    @media (max-width: 520px) {
      #main .content .table.distribution .col.merge .colspan {
        padding: 0 10px; } }
    @media (max-width: 479px) {
      #main .content .table.distribution .col.merge .colspan {
        top: 40%; } }
  #main .content .table.distribution .col.noborder {
    border-left: none; }
  #main .content .table.distribution .table-header.stick .col {
    width: 25%; }
  #main .content .table.distribution .table-header .col.pharm {
    background-color: #eb0616; }
  #main .content .table.distribution .table-header .col.doc {
    background-color: #cc0715; }

/* --------------------------------------
 Page-Specific Styles
-------------------------------------- */
/*-- Default --*/
#default #main .content h2, #default #main .content h3 {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 0; }

#default #main .content h2 {
  font-size: 1.5em; }

#default #main .content ul li:before {
  color: #222; }

/*-- Home --*/
#home #hero {
  background-color: #222;
  height: 460px;
  position: relative; }
  @media (max-width: 1100px) {
    #home #hero {
      text-align: left; } }
  @media (max-width: 900px) {
    #home #hero {
      height: 360px;
      text-align: left; } }
  @media (max-width: 800px) {
    #home #hero {
      background-color: transparent;
      height: auto;
      text-align: center; } }
  @media (max-width: 800px) {
    #home #hero .slideshow {
      height: 320px;
      position: relative; } }
  #home #hero .slideshow img {
    left: 0;
    position: absolute;
    top: 0; }
    @media (min-width: 1101px) {
      #home #hero .slideshow img {
        top: 50%;
        transform: translateY(-50%); } }
    @media (max-width: 1100px) {
      #home #hero .slideshow img {
        left: -550px;
        margin: 0 0 0 50%;
        max-width: none;
        width: 1100px; } }
    @media (max-width: 900px) {
      #home #hero .slideshow img {
        left: -450px;
        width: 900px; } }
    @media (max-width: 800px) {
      #home #hero .slideshow img {
        height: 320px;
        left: auto;
        margin: 0;
        overflow: hidden;
        right: 0;
        width: auto; } }
  #home #hero .container {
    height: 100%;
    position: relative;
    z-index: 100; }
    @media (max-width: 800px) {
      #home #hero .container {
        height: auto;
        padding-bottom: 30px;
        padding-top: 30px; } }
    @media (max-width: 520px) {
      #home #hero .container {
        padding-bottom: 10px;
        padding-top: 15px; } }
    #home #hero .container:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; }
    #home #hero .container .content {
      display: inline-block;
      vertical-align: middle; }
  #home #hero h1 {
    color: #fff;
    font-size: 2.625em;
    margin-bottom: 30px;
    line-height: 1.15em; 
    }
    @media (max-width: 800px) {
      #home #hero h1 {
        color: #222;
        font-size: 2em;
        letter-spacing: -.03em; 
        margin-bottom: 5px;
       } 
      #home .news h2 {
          font-size: 1.5em;  
        } 
      #home .news .btn_row{
           margin-bottom: 15px;
        }
    }
     @media (max-width: 640px) {
      #home #hero h1 {
      
        font-size: 2.8em;
        letter-spacing: -.03em; } 
    }
  #home #hero a.arrow {
    background: url(../img/link-arrow.png) no-repeat right center;
    display: inline-block;
    color: #fff;
    font-size: 1.25em;
    height: 30px;
    line-height: 26px;
    padding-right: 40px; }
    @media (max-width: 800px) {
      #home #hero a.arrow {
        background-image: url(../img/mobile/link-arrow.png);
        color: #f30617;
        font-size: 1.875em;
        height: 40px;
        line-height: 32px;
        padding-right: 50px; } }
  #home #hero a.playicon {
    background: url(../img/play-icon.png) no-repeat right center;
    display: inline-block;
    color: #fff;
    font-size: 1.25em;
    height: 30px;
    line-height: 26px;
    padding-right: 40px; }

#home #main .col {
  padding: 0 30px; }
  @media (max-width: 640px) {
    #home #main .col {
      padding: 0 10px; } }
  #home #main .col.left {
    border-right: 1px solid #dcdcdc; }
    @media (max-width: 800px) {
      #home #main .col.left {
        border-bottom: 1px solid #c6c6c6;
        border-right: none;
        padding-bottom: 30px;
        margin-bottom: 40px; } }
  @media (max-width: 640px) {
    #home #main .col h2 {
      font-size: 3.75em; } }
  @media (max-width: 640px) {
    #home #main .col p {
      font-size: 2.25em; } }

#home #main h2 {
  color: #f30617;
  font-size: 2.25em;
  font-weight: 500;
  margin-bottom: 10px; }

#home #main p {
  font-size: 1.125em;
  margin-bottom: 24px; }

@media (max-width: 640px) {
  #home #main .button, #home #main button {
    clear: both;
    font-size: 1.875em;
    padding: 20px 30px; } }

@media (max-width: 520px) {
  #home #main .button, #home #main button {
    width: 100%; } }

#home #main .top {
  padding: 50px 0 70px; }
  @media (max-width: 520px) {
    #home #main .top {
      padding-bottom: 0; } }

#home #main .medicine {
  margin-bottom: 70px; }
  #home #main .medicine p {
    font-weight: 500; }
  #home #main .medicine .icon {
    text-align: center; }

#home #main .about {
  margin-bottom: 70px; }
  #home #main .about .text {
    padding-top: 10px;
    text-align: right; }
    #home #main .about .text .larger {
      font-size: 1.5em; }
    #home #main .about .text .number {
      color: #f30617;
      display: block;
      font-family: FreightSansProLight-Regular;
      font-size: 6.35em;
      line-height: 1em;
      margin-top: -.2em; }
    @media (max-width: 800px) {
      #home #main .about .text {
        letter-spacing: -.03em;
        text-align: center; }
        #home #main .about .text .larger {
          font-size: 1.1em; }
        #home #main .about .text .number {
          font-size: 3.2em; }
        #home #main .about .text br {
          display: none; } }
  #home #main .about .icon {
    text-align: center; }

#home #main .block_white {
  background-color: #fff;
  box-shadow: 0 4px 36px -12px rgba(163, 163, 163, 0.5);
  padding: 30px; 
}


  #home #main .block_white .col {
    padding: 15px; }
  #home #main .block_white .icon {
    text-align: right; }
/*  #home #main .block_white .text {
    padding-top: 25px; }*/
  #home #main .block_white .link {
    padding-top: 35px;
    text-align: right; }


#home #main .Program{
    background: url("../img/txtform.png") no-repeat right center;
    background-size: auto 100%;
    background-color: #FFFFFF;
    margin-bottom: 3em;
    cursor: pointer;
     
}

#home #main .Program h2{
    line-height: .8em;
}

  #home #main .block_white.Program p{
    width:100%;
    
}

  #home #main .block_white.Program .col {
    padding: 5px 0px 0px 46px; }


  @media (max-width: 800px) {
      
  #home #main .block_white .icon, #home #main .block_white .text, #home #main .block_white .link {
      padding-top: 15px;
      text-align: center; } 

  #home #main .block_white p {
    line-height: 1.3em;
    font-weight: 300;
    margin: 0; }

  #home #main .block_white.Program .col {
    padding: 50px 50px 0px 46px;
}

  #home #main .block_white.Program p{
    width:65%;
    
}

  #home #main .block_white.Program .text{
    text-align: left;
}


}

@media (max-width: 640px) {
     
    #home #main .Program {
    background: url(../img/txtform_mobile.png) no-repeat right bottom;
    background-size: 100% auto;
    background-color: #FFFFFF;
    margin-bottom: 3em;
}
    #home #main .block_white.Program p {
    width: 100%;
}
    
  #home #main .block_white.Program .col {
    padding: 30px 10px 70px 10px;
}
    
    #home #main .Program h2{
    line-height: 1.4em;
}

}

#home #main .bottom {
  background-color: #f30617;
  color: #fff; }
  #home #main .bottom .container {
    padding-bottom: 10px;
    padding-top: 10px; }
  #home #main .bottom .icon {
    float: left;
    margin-right: 10px; }
  #home #main .bottom p {
    float: left;
    font-size: 1.25em;
    line-height: 34px;
    margin: 0; }
  #home #main .bottom a {
    color: #fff !important;
    display: inline-block;
    font-size: .9em;
    margin-left: 45px; }
  @media (max-width: 520px) {
    #home #main .bottom p {
      float: none;
      text-align: center; }
    #home #main .bottom a {
      display: block;
      margin: 0; 
      } 
   
}
  @media (max-width: 720px) {
    
    .bottom h2, .bottom div {
      padding:0 1% 0 3% !important;
       } 
}


/*-- About --*/
#about #main .container {
  max-width: 680px; }

#about #main h2 {
  color: #222;
  font-size: 1.5em; }
  @media (max-width: 800px) {
    #about #main h2 {
      font-size: 2em; } }

#about #main .icon-container .icon {
  vertical-align: top; }

/*-- Eligibility --*/
#eligibility #main h2 {
  font-weight: 300;
  margin-bottom: 20px; }
  @media (max-width: 640px) {
    #eligibility #main h2 {
      font-size: 2.5em; } }

#eligibility #main h3, #eligibility #main label {
  font-size: 2.25em;
  font-weight: 300;
  margin-bottom: 15px; }
  #eligibility #main h3 .req, #eligibility #main label .req {
    display: inline-block;
    font-size: .65em;
    margin-left: 10px; }

#eligibility #main label {
  display: block; }

#eligibility #main .step {
  margin: auto;
  padding: 25px 0;
  position: relative; }
  #eligibility #main .step.first {
    margin-top: 25px; }
  #eligibility #main .step.second .dropdown {
    max-width: 250px; }
  #eligibility #main .step.show {
    display: block; }
  #eligibility #main .step.front {
    z-index: 20; }

#eligibility #main .calculator .row {
  position: relative; }

#eligibility #main .calculator .buttons {
  margin-bottom: 20px; }
  @media (max-width: 920px) {
    #eligibility #main .calculator .buttons {
      margin-bottom: 30px;
      padding-bottom: 0; } }
  #eligibility #main .calculator .buttons .text {
    clear: left;
    float: left;
    font-size: 1.125em;
    font-weight: normal;
    margin-bottom: 0;
    padding-right: 10px;
    width: 36%; }
    @media (max-width: 640px) {
      #eligibility #main .calculator .buttons .text {
        float: none;
        font-size: 1.625em;
        margin-bottom: 15px;
        width: auto; } }
  #eligibility #main .calculator .buttons .button, #eligibility #main .calculator .buttons button {
    background-color: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 24px;
    color: #005c70;
    cursor: pointer;
    float: left;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1em;
    padding: 12px 15px 15px;
    text-align: center; }
    @media (max-width: 640px) {
      #eligibility #main .calculator .buttons .button, #eligibility #main .calculator .buttons button {
        border-radius: 40px;
        font-size: 1.5em;
        padding: 20px 15px; } }
    #eligibility #main .calculator .buttons .button:hover, #eligibility #main .calculator .buttons button:hover {
      color: #005c70;
      background-color: #fff; }
    #eligibility #main .calculator .buttons .button.lg-4, #eligibility #main .calculator .buttons button.lg-4 {
      width: 31%; }
    #eligibility #main .calculator .buttons .button.lg-3, #eligibility #main .calculator .buttons button.lg-3 {
      width: 30%; }
    #eligibility #main .calculator .buttons .button.lg-2, #eligibility #main .calculator .buttons button.lg-2 {
      width: 18.5%; }
      @media (max-width: 479px) {
        #eligibility #main .calculator .buttons .button.lg-2, #eligibility #main .calculator .buttons button.lg-2 {
          padding: 15px 5px 20px; } }
    #eligibility #main .calculator .buttons .button.two, #eligibility #main .calculator .buttons button.two {
      margin: 0 2.5%; }
      @media (max-width: 920px) {
        #eligibility #main .calculator .buttons .button.two, #eligibility #main .calculator .buttons button.two {
          margin: 0 3.5%; } }
    #eligibility #main .calculator .buttons .button.no, #eligibility #main .calculator .buttons .button.unsure, #eligibility #main .calculator .buttons button.no, #eligibility #main .calculator .buttons button.unsure {
      margin-right: 4%; }
    #eligibility #main .calculator .buttons .button.answer, #eligibility #main .calculator .buttons button.answer {
      background-color: #005c70;
      border-color: #005c70;
      color: #fff; }
    @media (max-width: 640px) {
      #eligibility #main .calculator .buttons .button.lg-3, #eligibility #main .calculator .buttons button.lg-3 {
        width: 40%; }
      #eligibility #main .calculator .buttons .button.lg-2, #eligibility #main .calculator .buttons button.lg-2 {
        width: 30%; } }

#eligibility #main .calculator .error {
  display: none;
  font-size: 1em;
  margin: -12px 0 20px 5px; }

#eligibility #main .calculator .req, #eligibility #main .calculator .error {
  color: #f30617; }

#eligibility #main .calculator .bottom {
  margin-top: 60px;
  text-align: center; }
  #eligibility #main .calculator .bottom a {
    width: 200px; }
  #eligibility #main .calculator .bottom .cancel {
    background: none;
    border: none;
    color: #005c70; }
  #eligibility #main .calculator .bottom .submit.inactive {
    background-color: #727272;
    color: #fff;
    cursor: default; }

#eligibility #main .dropdown {
  cursor: pointer;
  height: 50px;
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 800px) {
    #eligibility #main .dropdown {
      height: 58px; } }
  #eligibility #main .dropdown .select {
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    color: #727272;
    width: 100%;
    z-index: 100; }
  #eligibility #main .dropdown span.input {
    display: block;
    font-size: 1.125em;
    line-height: 24px;
    padding: 12px 40px 12px 25px; }
    @media (max-width: 640px) {
      #eligibility #main .dropdown span.input {
        border-radius: 40px;
        font-size: 1.4em;
        line-height: 1em;
        padding: 20px 40px 20px 25px; } }
    #eligibility #main .dropdown span.input:focus {
      outline: 1px dotted #f30617; }
  #eligibility #main .dropdown .arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f30617;
    display: inline-block;
    height: 0;
    margin-top: -4px;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0;
    z-index: 101; }
  #eligibility #main .dropdown.open span.input {
    border-radius: 25px 25px 0 0; }
  #eligibility #main .dropdown.open .arrow {
    border-bottom: 8px solid #f30617;
    border-top: none; }
  #eligibility #main .dropdown .options {
    border-top: 1px solid #c6c6c6;
    display: none;
    list-style: none;
    padding: 5px 0 20px;
    width: 100%; }
    #eligibility #main .dropdown .options li {
      cursor: pointer;
      font-size: 1em;
      margin-bottom: 0;
      padding: 5px 20px; }
      @media (max-width: 640px) {
        #eligibility #main .dropdown .options li {
          font-size: 1.4em; } }
      #eligibility #main .dropdown .options li:hover, #eligibility #main .dropdown .options li:focus {
        background-color: #f6f6f6;
        color: #12c2e9; }

#eligibility #main .income .dropdown .options li {
  display: none; }
  #eligibility #main .income .dropdown .options li span {
    display: none; }
    #eligibility #main .income .dropdown .options li span.show {
      display: inline; }
  #eligibility #main .income .dropdown .options li:first-child {
    display: block; }

#eligibility #main .answered .dropdown span {
  color: #555; }

#eligibility #main p.small {
  font-size: 0.938em; }
  @media (max-width: 800px) {
    #eligibility #main p.small {
      font-size: 1.625em; } }

#eligibility #main .open-modal {
  background: url(../img/open-modal.png) no-repeat 0 center;
  display: inline-block;
  font-size: 1em;
  line-height: 15px;
  padding-left: 20px; }
  @media (max-width: 640px) {
    #eligibility #main .open-modal {
      background: none;
      line-height: normal;
      padding: 0; } }

#eligibility #main .final {
  display: none; }
  #eligibility #main .final h2 {
    color: #979797;
    font-size: 1.375em;
    margin: 0; }
  @media (max-width: 640px) {
    #eligibility #main .final .intro {
      text-align: center;
      padding-bottom: 60px; } }
  #eligibility #main .final .intro .action {
    display: none;
    padding-bottom: 0; }
    #eligibility #main .final .intro .action.show {
      display: block; }
  @media (max-width: 640px) {
    #eligibility #main .final .intro h2 {
      font-size: 2.25em; } }
  @media (max-width: 640px) {
    #eligibility #main .final .intro h3 br {
      display: none; } }
  #eligibility #main .final .intro h3, #eligibility #main .final .intro .button, #eligibility #main .final .intro button {
    float: left; }
    @media (max-width: 640px) {
      #eligibility #main .final .intro h3, #eligibility #main .final .intro .button, #eligibility #main .final .intro button {
        float: none; } }
  #eligibility #main .final .intro .call h3 {
    letter-spacing: -.01em;
    line-height: 1.2em; }
    @media (max-width: 640px) {
      #eligibility #main .final .intro .call h3 {
        letter-spacing: -.03em; } }
  #eligibility #main .final .intro .not h3 {
    float: none; }
  #eligibility #main .final .intro p.alignleft {
    float: left;
 /*   width: 62%;*/
    width: 100%;
}
    @media (max-width: 640px) {
      #eligibility #main .final .intro p.alignleft {
        float: none;
        width: auto; } }
  #eligibility #main .final .intro .button, #eligibility #main .final .intro button {
    margin-right: 20px; margin-left: 20px; }
    @media (max-width: 640px) {
      #eligibility #main .final .intro .button, #eligibility #main .final .intro button {
        margin-left: 0;
        margin-bottom: 20px;
        } }
  #eligibility #main .final .intro .call .button, #eligibility #main .final .intro button {
    margin-top: 18px;
    padding-left: 15px;
    margin-left: 20px; }

#eligibility #main .final .intro button.pah {
    margin-top: 18px;
    padding-left: 15px;
    margin-left: 0px; 
}


  #eligibility #main .final .intro p.red {
    color: #f30617;
    font-style: italic; }
  #eligibility #main .final .answers {
    margin-top: 30px; }
    @media (max-width: 640px) {
      #eligibility #main .final .answers {
        padding-bottom: 0 !important;
        padding-top: 0;
        border: none; } }
    #eligibility #main .final .answers .col.left {
      padding-right: 5px; }
      @media (max-width: 640px) {
        #eligibility #main .final .answers .col.left {
          padding-right: 0; } }
    #eligibility #main .final .answers .col.right {
      padding-left: 5px; }
      @media (max-width: 640px) {
        #eligibility #main .final .answers .col.right {
          padding-left: 0; } }
    #eligibility #main .final .answers .section {
      background-color: #f7f7f7;
      border-radius: 8px;
      margin-bottom: 10px;
      position: relative;
      padding: 20px 10px 20px 20px; }
      @media (max-width: 640px) {
        #eligibility #main .final .answers .section {
          padding: 30px 20px 30px 30px; } }
      @media (max-width: 520px) {
        #eligibility #main .final .answers .section {
          padding: 25px 10px; } }
      #eligibility #main .final .answers .section .edit {
        background: url(../img/edit.png) no-repeat center center;
        display: block;
        height: 15px;
        position: absolute;
        right: 7px;
        top: 7px;
        width: 15px;
        z-index: 10; }
        @media (max-width: 640px) {
          #eligibility #main .final .answers .section .edit {
            background-image: url(../img/mobile/edit.png);
            height: 24px;
            width: 24px; } }
        @media (max-width: 520px) {
          #eligibility #main .final .answers .section .edit {
            background-size: 100%;
            height: 16px;
            width: 16px; } }
      #eligibility #main .final .answers .section p {
        font-size: 1em;
        line-height: 1.1em;
        margin-bottom: 0; }
        @media (max-width: 640px) {
          #eligibility #main .final .answers .section p {
            font-size: 1.875em; } }
        @media (max-width: 479px) {
          #eligibility #main .final .answers .section p {
            letter-spacing: -.03em;
            font-size: 1.625em; } }
      #eligibility #main .final .answers .section .answer p {
        font-weight: 500; }
      #eligibility #main .final .answers .section .meds .question p {
        line-height: 50px; }
      #eligibility #main .final .answers .section .right .section {
        padding-bottom: 15px;
        padding-top: 15px; }
        #eligibility #main .final .answers .section .right .section .answer p {
          line-height: 40px;
          text-align: center; }
      @media (max-width: 479px) {
        #eligibility #main .final .answers .section .col.lg-5 {
          width: 45%; }
        #eligibility #main .final .answers .section .col.lg-7 {
          width: 55%; } }
  @media (max-width: 520px) {
    #eligibility #main .final .bottom {
      padding-bottom: 0; } }
  #eligibility #main .final .bottom a.button, #eligibility #main .final .bottom button {
    background-color: #fff;
    border: 1px solid #b9b9b9;
    color: #005c70;
    margin: 20px auto 0; }
    @media (max-width: 479px) {
      #eligibility #main .final .bottom a.button, #eligibility #main .final .bottom button {
        font-size: 2em; } }

/* Medications Dropdown */
#eligibility .medicine-search {
  position: relative;
  z-index: 2; }
  #eligibility .medicine-search .medicine-input {
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 25px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-left: -10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2; }
    @media (max-width: 920px) {
      #eligibility .medicine-search .medicine-input {
        margin-left: 0; } }
    #eligibility .medicine-search .medicine-input:focus {
      outline: 1px dotted #f30617; }
  #eligibility .medicine-search input[type=text] {
    background: url(../img/search.png) no-repeat 12px center;
    border: none;
    font-size: 1.125em;
    padding: 12px 12px 12px 60px;
    width: 100%; }
    @media (max-width: 640px) {
      #eligibility .medicine-search input[type=text] {
        font-size: 1.4em;
        padding-top: 18px;
        padding-bottom: 18px; } }
    #eligibility .medicine-search input[type=text]:focus {
      outline: 1px dotted #f30617; }
  #eligibility .medicine-search .slimScrollDiv {
    border-top: 1px solid #c6c6c6;
    margin-bottom: 12px; }
  #eligibility .medicine-search .slimScrollBar {
    margin: 0 10px 0 0; }
  #eligibility .medicine-search .autocomplete-suggestions {
    cursor: pointer;
    overflow: hidden;
    padding: 0 12px 12px 60px;
    width: 100% !important; }
    @media (max-width: 640px) {
      #eligibility .medicine-search .autocomplete-suggestions {
        font-size: 1.2em;
        padding-left: 20px; } }
    #eligibility .medicine-search .autocomplete-suggestions strong {
      background-color: #fff6d8; }
  #eligibility .medicine-search .autocomplete-suggestion {
    overflow: hidden;
    padding: 10px 0;
    white-space: nowrap; }
  #eligibility .medicine-search .autocomplete-no-suggestion {
    color: #727272;
    padding: 20px 50px 20px 0; }
  #eligibility .medicine-search .autocomplete-selected {
    color: #005c70; }

.bottom h2{font-size: 1.3em;}

@media (max-width: 640px) {
    
.bottom h2{font-size: 1.7em!important;} 
}

/* Modal */
#medicines .slimScrollDiv {
  clear: right; }

#medicines .slimScrollBar {
  margin-top: 10px; }

#medicines .slimScrollDiv .content {
  margin-right: 12px; }

#medicines .content {
  height: 96%;
  padding: 0;
  overflow-y: scroll; }

#medicines .meds p {
  cursor: pointer;
  font-size: 1.125em;
  margin: 0;
  padding: 12px 30px; }
  @media (max-width: 640px) {
    #medicines .meds p {
      font-size: 1.625em; } }
  @media (max-width: 520px) {
    #medicines .meds p {
      padding: 10px 15px; } }
  #medicines .meds p:hover, #medicines .meds p:focus {
    background-color: #f6f6f6;
    color: #12c2e9; }
    @media (max-width: 520px) {
      #medicines .meds p:hover, #medicines .meds p:focus {
        background-color: transparent;
        color: #222; } }

#medicines .content .ref p {
  font-size: .75em; }

/*-- Apply --*/

#apply #main strong{
    font-family: 'FreightSansProSemibold-Regular';
}
#apply #hero,  #eligibility #hero{
    position: relative;
}

/*-- fly out for Apply and eligible --*/
.news {
    position: absolute;
    width: 33%;
    min-width: 420px;
    top:0px;
    right:-600px;
    height:100%;
    padding:3% 2% 2% 2%;
    text-align: left;
    font-size: .85em;
    background-color: #FFFFFF;

    
}

#apply .news{
    background: url("../img/txtform.png") no-repeat right top;
    background-size: 32% auto;
    background-color: #FFFFFF;   
}

#home .news{
     width: 33%;
     z-index: 200;
}

.news.show{
     display: block;
     right:0px;
}
.news.movein{
     display: block;
     -webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
     right:0px;
}

.news.moveout{
    
     -webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
     right:-600px;
}



.news p{
    max-width: 500px;
    margin-top: 10px;
}

.news p strong, strong{
    font-family: 'FreightSansProSemibold-Regular';
}



.news p.sm{
    font-size: .75em;
}
.news h1.red{ color:#f30617!important; }
.news h2 { margin-bottom: 5px; }
.news h3 { margin-bottom: 15px; }

.news ul span{
    font-size: 1.125em;
}

.news ul li {
    position: relative;
    margin: 0px 0px 5px 10px;
    
}
.news ul ul{
 padding-inline-start: 3% !important;
    margin: 5px 0px;
}
.news ul li::before{
    content: "• ";
    color: #f30617;
    font-size: 1em;
    left: -10px;
    position: absolute;
    top: -2px;
}
.news .clock{ width:100%; text-align: center; margin: 10px 0px;}
.news .clock img{ width:20%!important; }
.news .btn_row{margin-top: 30px;}
.news .contact_btn{
            border: 1px solid #f30617;
            border-radius: 8px;
            color: #f30617;
            padding: 10px 20px;
            transition: all .3s;
            white-space: nowrap; 
            text-decoration: none;
            font-size: 1.3em;
            
}
.news .contact_btn:hover {
              background-color: #f30617;
              color: #fff; } 

.news .close_btn{
    position: absolute;
    padding:10px;
    text-align: center;
    font-size: 1.25em;
    left:0px;
    top:0px;
    cursor: pointer;
    
}

@media (max-width: 800px){
    .news{
        height:320px;
    }
}
@media (max-width: 640px) {
    .news{
        position: relative;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding:7% 5% 10% 5%;
        font-size: 1em;
    }
    
    .news h2{ 
        font-size: 2.5em;
    }
    .news h3, .news ul span{ 
        font-size: 1.8em;
    }
    .news ul span{ line-height: 2em}
    .news .close_btn{
        display: none;
    }
    .news p{
        max-width: 100%;
    } 
    .news ul li {  margin: 0px 0px 10px 15px;
   }
    .news ul li::before{   left: -15px;
    }
    
    #home .news, #eligibility .news{
      position: relative !important;
      border-bottom: 1px solid #8A8A8A;
    }
    
    
}


@media only screen and (min-width: 1200px) {
    
    .news{
        max-width: 25%;
        min-width: 25%;
        font-size: .95em;
    }
    #home .news, #eligibility .news{
        max-width: 33%;
        min-width: 30%; 
    }
    
}


@media only screen and (min-width: 1920px) {
    
  
    #home .news, #eligibility .news{
        max-width: 22%;
        min-width: 22%; 
    }
    
}



@media (max-width: 640px) {
  #apply #main .content .step {
    margin-bottom: 20px !important;
    padding-bottom: 15px; }
    #apply #main .content .step h2 {
      font-size: 3em; } 
}

#apply #main .content .step p {
  font-size: 1.375em;
  letter-spacing: -.03em;
  margin-bottom: 10px; }
  @media (max-width: 640px) {
    #apply #main .content .step p {
      font-size: 2em; } }

#apply #main .content .step li {
  margin-bottom: 0; }

#apply #main .content .step .contact p {
  font-size: 1.125em; }
  @media (max-width: 640px) {
    #apply #main .content .step .contact p {
      font-size: 1.625em; } }
  @media (max-width: 520px) {
    #apply #main .content .step .contact p {
      font-size: 1.5em; } }

@media (max-width: 640px) {
  #apply #main .content .step .icon {
    height: 50px;
    width: 50px; }
    #apply #main .content .step .icon img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

@media (max-width: 640px) {
  #apply #main .content .step .text {
    margin-bottom: 10px;
    float: none;
    width: auto; }
    #apply #main .content .step .text h2 {
      float: left;
      line-height: 50px;
      margin: 0 0 10px 20px; }
    #apply #main .content .step .text p {
      clear: left; } }

@media (max-width: 479px) {
  #apply #main .content .step .contact .col.sm-2 {
    width: 20%; }
  #apply #main .content .step .contact .col.sm-10 {
    width: 80%; } }

#apply #main .content .application {
  margin-bottom: 10px; }
  #apply #main .content .application p {
    font-size: 1.1em;
    line-height: 1.3em; }
@media (max-width: 640px) {
    
    #apply #main .content .application p {
    font-size: 1.6em;
    line-height: auto; }
}


#apply #main .content .contact p {
  padding-left: 4em;
  text-indent: -4em; }
  #apply #main .content .contact p span {
    display: block;
    float: left;
    width: 4em; }

@media (max-width: 640px) {
  #apply #main .content.gray h3 {
    font-size: 2em; }
  #apply #main .content.gray p {
    margin-bottom: 30px; } }

/*-- Medication --*/
#medication #main .top {
  margin: 0 auto 30px;
  max-width: 660px; }

#medication #main .medicine-search input[type=text] {
  background: url(../img/search.png) no-repeat 12px center;
  border: 1px solid #c6c6c6;
  border-radius: 30px;
  color: #555;
  font-size: 1.125em;
  line-height: 24px;
  margin-left: -10px;
  padding: 12px 12px 12px 60px;
  width: 100%; }
  @media (max-width: 640px) {
    #medication #main .medicine-search input[type=text] {
      border-radius: 40px;
      font-size: 1.4em;
      margin-left: 0;
      padding: 18px 20px 18px 60px; } }
  #medication #main .medicine-search input[type=text]:focus {
    outline: 1px dotted #f30617; }

#medication #main .content .meds {
  border-bottom: 1px solid #c9c9c9;
  clear: right;
  margin-bottom: 30px;
  padding-bottom: 20px; }
  #medication #main .content .meds p {
    font-weight: 500;
    line-height: 1.1em; }
  #medication #main .content .meds a {
    color: #222;
    display: inline-block;
    text-decoration: none; }
    #medication #main .content .meds a:hover {
      color: #005c70; }

#medication #main .content .autocomplete-no-suggestion {
  color: #727272;
  font-size: 1.4em;
  padding-bottom: 30px;
  text-align: center; }
  @media (max-width: 520px) {
    #medication #main .content .autocomplete-no-suggestion {
      padding-left: 20px; } }

/*-- HCP --*/
#hcp #main h3, #hcp #main .access h2 {
  color: #222;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 15px; }
  @media (max-width: 640px) {
    #hcp #main h3, #hcp #main .access h2 {
      font-size: 2.5em; } }

#hcp #main .top .button, #hcp #main .top button {
  margin-bottom: 30px; }
  @media (max-width: 640px) {
    #hcp #main .top .button, #hcp #main .top button {
      line-height: 32px;
      padding: 20px 10px;
      width: 100%; } }

#hcp #main .top .col.left {
  border-right: 1px solid #dcdcdc;
  padding-right: 60px; }
  @media (max-width: 640px) {
    #hcp #main .top .col.left {
      border-bottom: 1px solid #c6c6c6;
      border-right: none;
      padding: 30px 20px 20px;
      margin-bottom: 0px; } }

#hcp #main .top .col.right {
  padding-left: 50px; }
  @media (max-width: 640px) {
    #hcp #main .top .col.right {
      padding: 40px 20px 30px; } }

@media (max-width: 640px) {
  #hcp #main .top .icon-container {
    display: table !important;
    margin-bottom: 10px; } }

#hcp #main .top .icon-container .icon {
  text-align: center;
  width: 22%; }
  @media (max-width: 640px) {
    #hcp #main .top .icon-container .icon {
      display: table-cell !important;
      width: 30%; } }

#hcp #main .top .icon-container .text {
  width: 78%; }
  @media (max-width: 640px) {
    #hcp #main .top .icon-container .text {
      display: table-cell !important;
      width: 70%; } }

#hcp #main .top .icon-container p {
  font-size: 1.375em; }

#hcp #main .top .application {
  margin-bottom: 30px; }
  @media (max-width: 800px) {
    #hcp #main .top .application .button.download {
      display: inline-block;
      margin-bottom: 10px; }
      #hcp #main .top .application .button.download span {
        display: inline-block; }
    #hcp #main .top .application p br {
      display: none; }
    #hcp #main .top .application span.single {
      float: none;
      line-height: normal;
      margin: 0 5px 0 0; } }

#hcp #main .access h3 {
  font-size: 1.125em;
  margin-bottom: 1em; }

#hcp #main .portal {
  margin-bottom: 20px; }
  #hcp #main .portal p {
    margin: 16px 0 0; }
    @media (max-width: 800px) {
      #hcp #main .portal p {
        font-size: 1.625em;
        margin: 5px 0 20px; } }
  #hcp #main .portal .button {
    font-size: 1.125em; }

#hcp #main .bottom {
  background-color: #f7f5f3;
  padding: 30px 0; }
  #hcp #main .bottom h3 {
    font-size: 1.375em;
    font-weight: normal;
    margin-bottom: 15px; }
  #hcp #main .bottom .col.right {
    padding-top: 30px;
    text-align: right; }
    @media (max-width: 800px) {
      #hcp #main .bottom .col.right {
        text-align: center; } }
    @media (max-width: 640px) {
      #hcp #main .bottom .col.right .button, #hcp #main .bottom .col.right button {
        line-height: 32px;
        padding: 20px 10px;
        width: 100%; } }

/*-- Support --*/
#support #main .content .top {
  margin-bottom: 40px; }
  #support #main .content .top h2 {
    color: #005c70;
    font-size: 3em;
    margin-bottom: 0;
    text-align: center; }
#support #main .content .top h2.pah{
      margin-bottom:20px;
    }

 @media (max-width: 640px) {
    #support #main .content .top h2.pah{
      font-size: 2.2em;
      margin-bottom:20px;
    }
}
  #support #main .content .top p.hours {
    color: #727272;
    font-size: 1.125em;
    margin-bottom: 40px;
    text-align: center; }
  #support #main .content .top .contact .fax p {
    padding-left: 4em;
    text-indent: -2.8em; }
    @media (max-width: 640px) {
      #support #main .content .top .contact .fax p {
        text-align: left; 
        text-indent: -4em;
        } 
   
      #support #main .content .top .contact .fax p span {
        display: block;
        float: left;
        width: 4em; } 
}
  #support #main .content .top .contact .mail p {
    padding-left: 4em;
    text-indent: -4em; }
    #support #main .content .top .contact .mail p span {
      display: block;
      float: left;
      width: 4em; }

#support #main .faq .icon-container {
  margin: 0 auto;
  width: auto; }

#support #main .faq h2 {
  font-size: 2.25em;
  margin-left: 20px;
  text-align: center;
  white-space: nowrap; }

  @media (max-width: 640px) {
   #support #main .faq h2 {
       font-size: 2.1em;
       margin:0px auto;
      }
}

#support #main .faq h3 {
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.5em;
  font-weight: 300;
  padding: 40px 0 30px; }
  @media (max-width: 640px) {
    #support #main .faq h3 {
      font-size: 2em; } }

#support #main .faq .question {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0; }
  @media (max-width: 479px) {
    #support #main .faq .question {
      padding: 10px 0 14px; } }
  #support #main .faq .question:last-child {
    border: none; }
  #support #main .faq .question .answer {
    display: none; }
    @media (max-width: 640px) {
      #support #main .faq .question .answer {
        padding: 0 5px; } }
    #support #main .faq .question .answer p {
      margin: 15px 0 0; }

#support #main .faq .answer-toggle {
  color: #727272;
  cursor: pointer;
  font-size: 1.250em;
  font-weight: 400;
  padding-right: 40px;
  position: relative; }
  @media (max-width: 640px) {
    #support #main .faq .answer-toggle {
      font-size: 1.75em;
      padding-left: 5px; } }
  #support #main .faq .answer-toggle .arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f30617;
    display: inline-block;
    height: 0;
    margin-top: -4px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 0;
    z-index: 101; }
  #support #main .faq .answer-toggle.open {
    color: #222; }
    #support #main .faq .answer-toggle.open .arrow {
      border-bottom: 8px solid #f30617;
      border-top: none; }

/*-- Sitemap --*/
#main .content .sitemap li {
  margin-bottom: 10px; }
  #main .content .sitemap li:before {
    content: ""; }

#main .content .sitemap ul li {
  font-size: 1em;
  margin-bottom: 4px; }

/* --------------------------------------
 Browser-specific Styles
-------------------------------------- */
@media screen and (min-width: 0\0) {
  /*IE9-10*/ }

@media screen\0 {
  /*IE8-10*/
  #hero {
    text-align: center; }
    #hero img {
      display: block;
      margin: auto; }
  #main .content .table.distribution .col.merge .colspan {
    margin-top: -.2em; } }

@media \0screen\,screen\9 {
  /*IE7-8*/
  body {
    font-style: normal; }
  #hero {
    text-align: left; }
  #header, #hero, #main, #footer {
    min-width: 920px; }
  #main .content .table .col {
    border-bottom: 1px solid #ccc; }
  #home #main .top .icon img {
    top: 0; }
  .vjs-mouse.bc-player-default_default .vjs-big-play-button {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto; }
  #main .content .table .table-header.stick {
    max-width: 850px; } }

/*-- IE7 and below warning --*/
#warning {
  display: none; }

@media screen\9 {
  #warning {
    display: block; }
    #warning .modal-container {
      background: url(../img/ie/bg.png) repeat 0 0; }
    #warning .modal {
      height: auto;
      margin-left: -250px;
      padding: 15px 20px;
      width: 460px; }
    #warning .browsers {
      text-align: center; }
      #warning .browsers a {
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        height: 80px;
        margin: 20px;
        width: 80px;
        zoom: 1; }
        #warning .browsers a.ie {
          background-image: url(../img/ie/ie.png); }
        #warning .browsers a.ff {
          background-image: url(../img/ie/firefox.png); }
        #warning .browsers a.gc {
          background-image: url(../img/ie/chrome.png); } }

/*body.margin {
		margin-top:65px;
	}
	#warning {
		background-color:#fdf2ab;
		border-bottom:1px solid #222;
		left:0;
		height:65px;
		position:fixed;
		top:0;
		width:100%;
		text-align:center;
		.content {
			height:35px;
			padding:15px;
			p {
				background:url(../img/warning.png) no-repeat 0 center;
				display:inline;
				height:35px;
				font-size:16px;
				line-height:18px;
				padding-left:60px;
				text-align:left;
				zoom:1;
			}
		}
		.close {
			color:$color-text;
			position:absolute;
			font-size:20px;
			line-height:20px;
			right:20px;
			top:20px;
		}
	}*/
/* --------------------------------------
 Printing Styles
-------------------------------------- */
@media print {
  #hero, .navigation, #footer img, .tools, #main .calculator a.prev, #main .calculator a.next {
    display: none; }
  #main .head, #footer, #main .content {
    background: none !important;
    border: none !important; }
  .container {
    padding: 0 !important;
    width: 800px !important; }
  #main .content {
    padding-top: 0 !important; }
  img {
    max-width: 100% !important; }
  #main .content .step {
    max-width: none !important;
    width: auto !important; }
  @page {
    margin: 2cm .5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h1, h2, h3 {
    page-break-after: avoid; }
  h1, p {
    color: #000;
    text-align: left !important; } }

/*-------------------------------------
Video Styles
------------------------------------ */
.bc-player-default_default.vjs-mouse .vjs-big-play-button {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto; }
  @media (max-width: 640px) {
    .bc-player-default_default.vjs-mouse .vjs-big-play-button {
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto; } }

@media (max-width: 480px) {
  .bc-player-default_default:not(.vjs-has-started) .vjs-control-bar {
    visibility: visible; } }

/*-------------------------------------
announcement
------------------------------------ */


#announcement div.modal {
/*  height:450px;*/
  height:auto;
  max-height:80vh!important;
  margin-top: 5%;
  margin-left: 0px;
  padding: 2.2%;
/*  width:90%;*/
  max-width: 1100px !important;
}
#announcement div.modal .box{
  height: 310px;  
    
}


#announcement ul.modal-ul  {
    width:40%;
    padding: 0px 15px 60px 20px;
   
}

#announcement ul.modal-ul li{
        margin-bottom: 2px;
        font-size: 1.15em ;
    }

#announcement ul.modal-ul .button  {
    left:20px;
    position: absolute;
    bottom: 0px;
   
}
#announcement .button_holder{
    left:20px;
    position: absolute;
    bottom: 0px;
}
#announcement .button_holder .button  {
     left:0px!important;
     position: relative!important;
}


#announcement ul.modal-ul.lcol{
	padding-top: 2.2%;
}

#announcement ul.modal-ul.mcol{
    width:30%;
    padding-top: 2.2%;
}

#announcement ul.modal-ul.mcol li{
    margin-top: 5%;
    font-size: 1.25em;
    font-weight: 700;
}


#announcement ul.modal-ul.bl{
     border: none;
     width:30%;
	 padding-top: 2.2%;
}

@media (min-width: 1200px) {
    

    #announcement div.modal .box {
         margin-top: 10px;
         height: 280px; 
    }
}

/* iphone . 6 hoz */
@media (max-width: 812px) {
    
    #announcement div.modal{
       margin-top: 10px;
       min-height: 350px;
       max-height: 95vh;
          
    }
    #announcement div.modal .box {
         margin-top: 10px;
         height: 260px; 
    }
    #announcement div.modal .modal-ul li{
        margin-bottom: 2px;
        font-size: 1em;
    }
     #announcement div.modal ul.modal-ul .button{

        font-size: 1.15em;
        padding: 5px 10px 10px 10px;

    }
}


@media (max-width: 720px){
    #announcement div.modal {
       
        height: 70vh !important;
        min-height: 400px;
        max-height: 450px !important;
        
    }
    
     #announcement div.modal .box {
         margin-top: 10px;
         height: 310px; 
    }
    
    
    #announcement ul.modal-ul img {
        height: 15px;
    }
    #announcement div.modal ul.modal-ul .button{

        font-size: 1.2em;
        padding: 5px 10px 10px 10px;

    }
   
    
}

/* iphone . 6 hoz */
@media (max-width: 667px) {
  
  #announcement div.modal .modal-ul li{
        margin-bottom: 2px;
        font-size: .9em;
    }
}


@media (max-width: 520px){
    
    #announcement div.modal {
        height: 60vh !important;
        max-height: 400px !important;
        
    }
    
    #announcement .venter{
       position: relative;
       margin-top: 5%;
       font-size: 1.1em !important;
    }
    
     #announcement ul.modal-ul .button{  
    }
    
}

@media (max-width: 460px){
    
    #announcement .button{
       position: relative;
       margin-top: 5%;
       font-size: .8em;
    }
    #announcement .venter{
     height:300px;
    }
    
}

@media (max-width: 320px){
    
    #announcement div.modal {
        height: 90vh !important;
        max-height: 90vh !important;
        
    }
    
}



/* Tables */
@media (max-width: 640px) {
    
     #announcement div.modal{
        margin-top:5%;
        height: 90vh !important;
        min-height: 640px;
        max-height: 90vh !important;
    }
    
    #announcement.ins div.modal{
        margin-top:15%;
        height: 50vh !important;
        min-height: 300px;
        max-height: 50vh !important;
        padding: 10vh 20px 0px 20px;
    }
    
    
    
    #announcement div.modal ul.modal-ul {
        width: 100%;
        float: none;
/*        border: none;*/
        font-size: 1.5em;
        padding: 0px 0px 60px 20px!important;
/*        padding:0 2% 40px 2%;*/
        margin-bottom:10px;
        border-right:none;
    }
    
    #announcement ul.modal-ul.mcol, #announcement ul.modal-ul.bl{
        height: 200px !important;
        border-top: 1px solid #424040;
    }
    
    #announcement .venter{
        margin-top:5%;
    }
    
    #announcement div.modal ul.modal-ul .button{
        position:absolute;
        left:10px;
        margin-top: 5px;
        font-size: 1.2em;
        padding: 5px 10px 5px 10px;
        bottom: 30px;

    }
    
   
    #announcement .button_holder .button{
        position: relative !important;
        margin-top: 25px !important;
    }
    
    
    #announcement div.modal .box{
        height:290px;
    }
    #announcement ul.modal-ul img {
        height: 15px;
    }
    
}

 @media (max-width: 280px){
    
    #announcement div.modal {
        height: 95vh !important;
        max-height: 95vh !important;
        
    }
    
}   

#autocomplete-custom-append_ins{
/*    display: none;*/
}


