/*global style*/
a{
  color:#003c8f;
  font-weight: bold;
}
td{
  font-size: 0.9em;
}
th{
  font-weight: bold;
  background-color: #eee;
}
a:hover{
  color:#1565c0;
}
/*end global style*/
/*content section*/
.info-card{
  padding:15px;
  border: 1px solid #78aeff;
  border-radius: 5px;
  height: 100%;
  background-color: #e6f3ff;
  box-shadow: 5px 5px #78aeff;
}

.sub-title{
  padding:15px;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #caede4;
}
.sub-content{
  padding:15px;
  border-top:1px solid #caede4;
  margin-bottom: 15px;
  text-align: justify;

}
i.expand{
  display: none;
}
.accent{
  font-weight: bold;
  text-decoration: underline;
}
.inner-table{
  border-bottom: 1px dashed #78aeff;
  padding:10px 5px 10px 5px;
  font-size: 0.9em;
}
.inner-table-header{
  border-bottom: 1px solid #888;
  background-color: #eee;
  padding:10px 5px 10px 5px;
  font-weight: bold;
}
.big-title{
  margin-top:20px;
}
.bold{
  font-weight: bold;
}
.underline{
  text-decoration: underline;
}
.mainbg{
  background: url("../images/skybg_l.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center;
}
.hero{
  padding:80px 10px 15px 10px;
}
.herobutton{
   width:250px;
}
.heroh1{
  font-family: 'IBM Plex Sans';
  font-weight: '700';
}
.lead{
  font-size: 2em;
  font-family: 'IBM Plex Sans Condensed';
  color:#004d40;
}
.notice{
  font-size: 0.75rem;
  background-color: #fffeee;
  padding:8px;
  color:#444;
  margin-bottom: 20px;
  border-left:2px solid #ff8011;
}
.section{
  margin:20px 80px 20px 80px;
  border-radius: 20px;
  border:0px solid #ddd;
  background: #ffffff;
  padding:20px;
}
.topradius{
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
a.stickyBottom:hover {
  background-color: #388E3C;
}
a.stickyBottom {
  text-align: center;
  color: green;
  padding: 15px;
	position: fixed;
	z-index: 999;
	right: 0px;
	bottom: 0px;
  text-decoration: none;
}
/*smart sheet text box*/
.mediumtext{
  font-size: 1.4em;
  color:#00796b;
  font-weight: 600;
}
.mediumUL li{
  font-size: 1em;
  font-weight: 400;
  color:#333;
}
.sheetbullet{
  margin-bottom: 40px;
}
/*end smart sheet text box*/
/*front button*/
.frontbtn{
  width:220px;
  font-size: 1.2rem;
  margin-bottom: 30px;
  background-color: #004d40;
}

/*input*/
input[type=number],input[type=text],select{
  border:0;
  border-radius: 0;
  padding-left:0;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 0px #ccc;
  -moz-box-shadow: 0px 0px 0px 0px #ccc;
  box-shadow: 0px 0px 0px 0px #ccc;
}
input[type=number]:focus,input[type=text]:focus,select:focus{
  border:0;
  border-radius: 0;
  padding-left:0;
  border-bottom: 2px solid #00796b;
  -webkit-box-shadow: 0px 0px 0px 0px #ccc;
  -moz-box-shadow: 0px 0px 0px 0px #ccc;
  box-shadow: 0px 0px 0px 0px #ccc;
}
.comorbid{
  color:#111;
  font-size: 0.875rem;
  padding-top: 8px;
  margin-bottom: 15px;
}
.tripleco{
  display: flex;
  justify-content: space-between;
  flex:1;
}
label{
  color:#555;
}
/*end input*/
/*circle submenu*/
#submenu{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0 10px 0 10px;
}
#submenuDesc{
  margin-top: 10px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.descText{
  width: 110px;
  font-size: 0.85em;
  color:#222;
}
.circle{
  width:60px;
  height:60px;
  border:2px solid #26a69a;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.submenuicon{
  color:#26a69a;
  font-size: 30px;
  margin: 0 auto;
}
.dotline{
  height:0px;
  border-top:2px dotted #26a69a;
  width: 50px;
}
/*end circle submenu*/
/*menubar*/
.top-bar-text{
  color:#004d40;
}
.top-bar{
  background-color: rgba(255,255,255,1);
  -webkit-box-shadow: 0px 0px 4px 2px #ccc;
  -moz-box-shadow: 0px 0px 4px 2px #ccc;
  box-shadow: 0px 0px 4px 2px #ccc;
}
ul.menu{
  background-color: rgba(255,255,255,1);
}
.menu-link{
  color:#004d40;
  font-weight:500;
}
.menu-link:hover{
  color:#26a69a;
}
/*end menubar*/
.callout{
  border-radius: 0;
  background-color: #fff;
  border-width: 0;
}
.featureimg{
  width:66%;
  align-items: center;
  padding:20px;
}
.feature-text-top{
  font-weight: 400;
  margin-top:10px;
  color:#444;
  font-size: 1.2rem;
}
.pheader{
  font-size:1rem;
  weight:500;
  color:#222;
}
.ptext{
  font-size: 0.8rem;
  weight:300;
  color:#555;
}
.disclaimer{
  color:#888;
  font-size: 0.9em;
  padding:20px;
  border:0px solid #aaa;
  margin:20px;
  text-align: center;
}
/*footer*/
#footer{
  width: 100% !important;
  padding:0px 15px 80px 15px;
  text-align: center;
  color: #555;
  font-size: 0.9em;
}
.footer-share{
  font-size: 2.2em;
  margin-right: 8px;
  color:#00897b;
}
/*end footer*/
.link a{
  font-weight: bold;
  color:#00796b;
  text-decoration: underline;
}
/*generic helper class*/
.nowrap{
  white-space: nowrap;
}
.top10{
  margin-top:10px;
}
.top20{
  margin-top:20px;
}
.top30{
  margin-top:30px;
}
.top40{
  margin-top:40px;
}
.bottom10{
  margin-bottom:10px;
}
.bottom20{
  margin-bottom:20px;
}
.bottom30{
  margin-bottom:30px;
}
.bottom40{
  margin-bottom:40px;
}
.center{
  text-align: center;
}
.white{
  color:white;
}
.darkgreen{
  color:#004d40;
}
.green{
  color:#26a69a;
}
.red{
  color:red;
}
.flex-horizontal{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-vertical{
  display:flex;
  flex-direction: column;
  justify-content:  flex-start;
  align-items: center;
}
.flex03{
  flex:0.3;
}
.flex05{
  flex:0.5;
}
.flex1{
  flex:1;
}
.borderbottom{
  border-bottom:1px solid #ccc;
}
/*end helper class*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section{
    margin:80px 20px 0 20px;
    background: #ffffff;
  }
  .featureimg{
    width:60%;
  }
  .hero{
    padding:80px 10px 30px 10px;
  }
  .feature-text-top{
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 40em) {
  i.expand{
    display: block;
  }
  .cl-content{
    display: none;
  }
  .cl-ti{
    margin-bottom: 5px;
  }
  .sub-title{
    background-color: #caede4;
    font-size: 1em;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
  }
  .sub-content{
    font-size: 0.9em;
    border-top:0px;
    border:1px solid #eee;
    text-align: left;
  }
  .hero{
    padding:120px 10px 30px 10px;
  }
  h1{
    font-size: 1.8em;
  }
  h2{
    font-size: 1.6em;
  }
  h3{
    font-size: 1.4em;
  }
  h4{
    font-size: 1.4em;
  }
  .dropdown{
    display:block;
  }
  .title-bar-title{
    height: 40px;
    line-height: 40px;
    margin-left:10px;
    color:#004d40;
  }
  .title-bar{
    background-color:rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 4px 2px #ccc;
    -moz-box-shadow: 0px 0px 4px 2px #ccc;
    box-shadow: 0px 0px 4px 2px #ccc;
  }
  ul.menu{
    background-color: rgba(255,255,255,1);
  }
  .menu-text{
    display:none;
  }
  .right-border{
    border-right:0px;
    margin-bottom: 20px;
  }
  .herobuttonmarginright{
     margin-right:0px;
     margin-top:30px;
  }
  .menu-icon::after {
    /* the block itself, the first line */
    background: #004d40;
    /* middle and bottom */
    box-shadow: 0 7px 0 #004d40, 0 14px 0 #004d40;
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 #004d40, 0 14px 0 #004d40;
  }
  .top-bar{
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px 0px #ccc;
  }
  /*hero-sub header*/
  p.lead{
    font-size: 1.2em;
    margin-top:15px;
  }
  .section{
    margin:80px 0 0 0;
    background: #ffffff;
    border-radius: 0px;
  }
  /*smart sheet text box*/
  .mediumtext{
    font-size: 1.1em;
  }
  .mediumUL li{
    font-size: 0.75em;
  }
  .sheetbullet{
    border: 1px solid #ccc;
    border-radius: 12px;
    padding:12px 6px 8px 6px;
    margin-bottom: 20px;
  }
  /*end smart sheet text box*/
  /*circle submenu*/
  .descText{
    width: 56px;
    font-size: 0.8em;
    color:#222;
    padding:5px;
  }
  .circle{
    width:36px;
    height:36px;
    border:2px solid #26a69a;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .submenuicon{
    color:#26a69a;
    font-size: 20px;
    margin: 0 auto;
  }
  .dotline{
    height:0px;
    border-top:2px dotted #26a69a;
    width: 20px;
  }
  /*end circle submenu*/
  .disclaimer{
    font-size: 0.7em;
    padding:0;
  }
  .featureimg{
    width:65%;
  }
  .mobile75{
    width: 75%;
    margin-top: 5px;
  }
  .feature-text-top{
    font-size: 1rem;
  }
}
