@import url(http://fonts.googleapis.com/css?family=Coda:800);

html {
 position: relative;
 min-height: 100%;
 overflow-y: scroll;
}

body {
  padding-top:60px;
  font-family: "Arial Regular", Arial, sans-serif;
}

h2 {
  font-size: 13pt;
}

h3 {
  font-size: 12pt;
}

#covid-sticker {
  float: left;
  position: absolute;
  top: 10px;
  left: 20px;
  height: 180px;
}

.faq-title {
  font-weight: bold;
}

.btn-callout {
  color: black;
  font-weight: bold;
}

.first-para {
  font-size: 14pt;
  font-family: Arial, sans-serif;
}

.tab-section {
  margin-top: 18px;
}

.trial-link {
  color: #6da649;
}

.main-container {
  padding-top: 16px;
}

.masthead {
  padding: 0;
  background-color: #1d1e22;
  min-height: 300px !important;
}

.masthead .well {
 margin-top:8%;
}

.masthead-text {
  padding-top: 10px;
  color: white;
  font-size: 30px;
  background-image: url(../img/masthead.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0px center;
  min-height: 300px !important;
  text-align: center;
  letter-spacing: 0.5px;
}

.masthead-text-parent {
  display: table;
  min-height: 80px;
  width: 100%;
}

.masthead-text-centered {
  display: table-cell;
}

.vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.masthead-buttons {
  padding: 0;
  padding-right: 0;
  padding-top: 0;
  background:#36556d;
  min-height: 300px;
}

.masthead-buttons a {
  text-decoration:none
}

.mbutton {
  color: #555555;
  height: 65px;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 15px;
  background-color: white;
}

.mbutton:hover {
  background-color: #dddddd;
}

.btn-text {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.btn-trial:hover {
  background-color: #9ebf8b;
}

.btn-trial {
  color: yellow;
  padding-right: 10px;
  background-color: #6da649;
  text-transform: uppercase;
  font-weight: bold;
  background-image: none;
}

@media screen and (min-width: 768px) {
  .masthead h1 {
    font-size: 50px;
  }
  #covid-sticker {
    top: 60px;
    height: 180px;
  }
}

.hdr-glyph {
  color: #6da649;
}

.title-font {
  font-family: Impact, Coda, Arial, sans-serif;
}

.header {
  width: 100%;
  height: 60px;
  margin: 0;
  padding-left: 130px;
  color: #555555;
  font-size: 28px;
  background-image: url(../img/header_60.png);
  background-repeat: no-repeat;
  background-position: 20px, 0px;
  display: table;
}

.header div {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.header:hover {
  color: #6da649;
}

.navbar:hover {
  background-color: #dddddd;
}

.nav-tabs > li > a {
  color: white;
  background-color: #aaaaaa;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: white;
  background-color: #6da649;
}

.nav-tabs > li > a:hover {
  color: #6da649;
}

.navbar {
  background-color: white;
}

.navbar-bright {
 background-color:#111155;
 color:#fff;
}

.affix-top,.affix{
 position: static;
}

.tab-pane {
  padding: 8px;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}

#sidebar li.active {
  border:0 #eee solid;
  border-right-width:5px;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

#auto-updater-img {
  background-image: url(../img/auto-updater-md.gif);
  width: 300px;
  height: 176px;
  background-repeat: no-repeat;
}

@media(max-width:767px) {
  .col-xs-4 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  h1 {
    margin-top: 0px;
  }

  .header {
    padding-left: 110px;
    background-position: 5px, 0px;
    font-size: 12pt;
  }

  .masthead { 
   min-height:70px;
   background-position: 50% -170px;
  }

  .masthead-text {
    font-size: 22px;
  }

  .masthead-text-parent {
    min-height: 120px;
  }

  .masthead h1 {
    font-size: 20px;
  }

  .masthead-buttons {
    margin-left: 10%;
    width: 80%;
    min-height: 0;
  }

  #covid-sticker {
    top: 60px;
    height: 180px;
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 767px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 767px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 767px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 767px),
only screen and (                min-resolution: 192dpi) and (max-width: 767px),
only screen and (                min-resolution: 2dppx)  and (max-width: 767px) {

  /* Large screen, retina, stuff to override above media query */
  #auto-updater-img {
    background-image: url(../img/auto-updater-full.gif);
    background-size: 300px 176px;
    display: block;
    width: 300px;
    height: 176px;
  }

  .header {
    background-image: url(../img/header_120.png);
    background-size: 102px 60px;
  }

  #covid-sticker {
    top: 140px;
    height: 100px;
  }
}

@media(min-width:768px) {
  .masthead { 
    min-height:150px;
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 768px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (                min-resolution: 192dpi) and (min-width: 768px),
only screen and (                min-resolution: 2dppx)  and (min-width: 768px) {

  /* Large screen, retina, stuff to override above media query */
  #auto-updater-img {
    background-image: url(../img/auto-updater-full.gif);
    background-size: 300px 176px;
    display: block;
    width: 300px;
    height: 176px;
  }

  .header {
    background-image: url(../img/header_120.png);
    background-size: 102px 60px;
  }
}

@media(min-width:992px) {
  .masthead { 
   min-height:200px;
 }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 992px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 992px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 992px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 992px),
only screen and (                min-resolution: 192dpi) and (min-width: 992px),
only screen and (                min-resolution: 2dppx)  and (min-width: 992px) {

  /* Large screen, retina, stuff to override above media query */
  #auto-updater-img {
    background-image: url(../img/auto-updater-full.gif);
    background-size: 300px 176px;
    display: block;
    width: 300px;
    height: 176px;
  }

  .header {
    background-image: url(../img/header_120.png);
    background-size: 102px 60px;
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1200px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (                min-resolution: 192dpi) and (min-width: 1200px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1200px) {

  /* Large screen, retina, stuff to override above media query */
  #auto-updater-img {
    background-image: url(../img/auto-updater-full.gif);
    background-size: 300px 176px;
    display: block;
    width: 300px;
    height: 176px;
  }

  .header {
    background-image: url(../img/header_120.png);
    background-size: 102px 60px;
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
  /* iPad in portrait or landscape */
  #covid-sticker {
    top: 160px;
    height: 100px;
  }
}

.noLink a,
.noLink a:hover,
.noLink a:active,
.noLink a:visited,
.noLink a:link {
  text-decoration: none;
}

.indent {
  padding-left: 22px;
  font-weight: bold;
}

a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

@-webkit-keyframes flash {
  0% { background-color: white; }
  100% { background-color: yellow; }
}

@keyframes flash {
  0% { background-color: white; }
  100% { background-color: yellow; }
}

.flash {
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-name: flash;
  animation-duration: 1200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.company {
  color: 111111;
  font-weight: 600;
}

.it {
  font-style: italic;
  margin-right: 8px;
}

.mh-col1 {
  padding-right: 6px;
}

.mh-col2 {
  padding-left: 6px;
  font-size: 200%;
}
