.hide-link-text {
  text-indent: -9000px;
  text-transform: capitalize;
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.white-arrow {
  background: url(../images/link-arrow.png) no-repeat right center;
  color: #fff;
  height: 37px;
  display: inline-block;
}
/* = fonts */
.font-light {
  font-family: 'Roboto', Lato, sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.font-regular {
  font-family: 'Roboto', Lato, sans-serif;
  font-weight: 400;
}
.font-bold {
  font-family: 'Roboto', Lato, sans-serif;
  font-weight: 700;
}
.font-custom {
  font-family: 'Roboto', Lato, sans-serif;
  font-weight: 400;
}
.yellow {
  color: #fadc41;
}
/* =checkboxes */
.styledCheckbox {
  background-image: url(../images/checkbox.png);
  background-position: 0 0;
  cursor: pointer;
  height: 11px;
  width: 11px;
}
/* =overlays */
.cover {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}
/* Primary background colors */
.primary {
  background-color: #51626f !important;
}
.secondary {
  background-color: #005a8b !important;
}
.tertiary {
  background-color: #0098d8 !important;
}
body {
/*  background: #ecebe5; */
  background: #fff; 
  color: #51626F;
  font-family: 'Roboto', Lato, sans-serif;
  font-weight: 400;
}
form {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}
a {
  color: #0098d8;
}
a:hover,
a:focus {
  color: #0098d8;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 30px;
  line-height: 38px;
  font-family: 'Roboto', Lato, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
  margin-top: 15px;
  font-family: 'Roboto', Lato, sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
h3 {
  text-transform: uppercase;
  font-family: 'Roboto', Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 5px;
}
