@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
/*
@BoxBG: #eaf5e4;
@ReportLight: #edf6e9;
@ReportMid: #ddeed6;
@ReportDark: #406e42;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.col3 {
  display: inline;
  float: left;
  width: 21.96969697%;
  margin: 0 1.515151515%;
}
.col6 {
  display: inline;
  float: left;
  width: 46.96969697%;
  margin: 0 1.515151515%;
}
.col12 {
  display: inline;
  float: left;
  width: 96.96969697%;
  margin: 0 1.515151515%;
}
@media all and (max-width: 790px) {
  .col3 {
    display: inline;
    float: left;
    width: 96.96969697%;
    margin: 0 1.515151515%;
  }
  .col6 {
    display: inline;
    float: left;
    width: 96.96969697%;
    margin: 0 1.515151515%;
  }
  .col12 {
    display: inline;
    float: left;
    width: 96.96969697%;
    margin: 0 1.515151515%;
  }
}
/*	NOTE:
	Use rgba(0, 0, 0, 0.15); to add alpha to the shadow
*/
a.digitalMomentum {
  text-decoration: none;
  color: black;
  font-size: 10px;
}
a.digitalMomentum span {
  font-family: 'Cutive', arial;
  font-size: 10px;
}
.hwAcceleration {
  /* Force 3d Acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.BoxedTable {
  border: 1px solid #b4bda3;
}
div.BoxedTable {
  padding: 5px;
  outline-offset: 0;
}
.block {
  border: 1px solid #b4bda3;
  padding: 10px;
  margin-bottom: 30px;
}
.block .BoxedTable {
  margin-left: -7px;
  border: none;
}
.block.narrow {
  min-width: 270px;
  width: calc(50% - 30px);
  margin: 15px;
}
.block.inline {
  display: inline-block;
}
.block.feature {
  border: 1px solid #689359;
  background-color: #689359;
  color: white !important;
}
.block.feature .btn-default {
  background-color: white;
  color: #05142b;
}
.block.feature .btn-default:hover {
  background-color: #b8e078;
}
.block.feature .btn-primary {
  background-color: #8fc659;
  color: #05142b;
}
.block.feature .btn-primary:hover {
  background-color: #b8e078;
}
.conditionAlert td {
  width: 25%;
}
.conditionAlert .predictionMeter {
  width: auto;
  max-width: 100%;
}
.conditionAlert .BoxedTable {
  font-size: 10px;
}
.ProgressBar {
  background-color: #e4e8e2;
  border: 1px solid #689359 !important;
}
#ProgressBarBar {
  background-color: #c7d2c3;
}
.Rpt_FullBorder,
.Rpt_ClearCell,
.Rpt_ColourCell {
  border: 1px solid #b4bda3;
}
.Rpt_DoubleTopBorder {
  border: 1px solid #b4bda3;
  border-top: 2px solid #b4bda3;
}
.Rpt_FontOnFull {
  color: #05142b;
  background-color: #689359;
}
.Rpt_DarkOnLight,
.Rpt_ColourCell {
  color: #689359;
  background-color: #e4e8e2;
}
.Rpt_DarkOnClear {
  color: #689359;
}
.Rpt_WhiteOnDark {
  background-color: #689359;
}
.CalendarGraphBar {
  background-color: #689359;
}
html,
body,
form {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #5a5657;
}
.head {
  background-color: #689359;
}
.logo {
  padding: 40px 0;
}
a {
  color: #5a5657;
}
a:hover {
  color: #689359;
}
.container {
  max-width: 1170px;
  margin: auto;
}
.bold {
  font-weight: 600;
}
input[type=text],
.gform_wrapper input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
  outline-style: none;
  font-size: 14px;
  font-family: inherit;
  padding: 10px;
  letter-spacing: normal;
  border: 1px #dddddd solid;
}
input[type=submit] {
  border: none;
  width: 150px;
  line-height: 36px;
  color: white;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #ce9a4a;
  border-radius: 0;
  padding: 3px 6px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #689359;
}
h1,
h2,
h3,
h4,
h5,
.heading-open-sans h1,
.heading-open-sans h2,
.heading-open-sans h3,
.heading-open-sans h4,
.heading-open-sans h5,
.heading-open-sans h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 40px;
}
#footer {
  background-color: #689359;
  *zoom: 1;
  padding: 25px 0;
  color: white;
}
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer a {
  color: white;
}
#footer .footer-title {
  border-bottom: 2px #dddddd dotted;
}
#footer ul,
#footer menu,
#footer dir {
  list-style-type: none;
  -webkit-padding-start: 0;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.col-md-2 {
  display: inline;
  float: left;
  width: 13.636363636%;
  margin: 0 1.515151515%;
}
.col-md-4 {
  display: inline;
  float: left;
  width: 30.303030303%;
  margin: 0 1.515151515%;
}
.col-md-6 {
  display: inline;
  float: left;
  width: 46.96969697%;
  margin: 0 1.515151515%;
}
