html {
  font-size: 14px; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 100%;
  background: #f7f7f7;
  color: #444444;
  min-width: 1080px;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none; }

html,
body {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px; }

h1 {
  font-size: 2rem;
  margin: 1rem 0;
  margin-top: 0 !important; }

h2 {
  font-size: 1.6rem;
  margin-top: 0; }

h3 {
  font-size: 1.6rem;
  margin-top: 0; }

h4 {
  font-size: 17px;
  margin-top: 0; }

h5 {
  font-size: 1rem;
  margin-top: 0; }

a {
  color: #444;
  text-decoration: none; }
  a:hover {
    cursor: pointer;
    text-decoration: underline; }

p {
  line-height: 1.7rem;
  margin-top: 0;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  word-break: keep-all; }

p a {
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto;
  margin-bottom: -4px; }

p.title {
  margin-top: 0;
  margin-bottom: 1rem; }

a:focus {
  outline: 0;
  text-decoration: none; }

.ib {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top; }

.fa {
  font-family: FontAwesome; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.f-right {
  float: right; }

.f-left {
  float: left; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.center {
  text-align: center; }

.noPad {
  padding: 0; }

.menuTab {
  padding: 0 20px;
  padding-right: 40px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  position: relative; }
  .menuTab:hover {
    text-decoration: none; }
  .menuTab:after {
    font-family: FontAwesome;
    content: "\f0c9";
    position: absolute;
    right: 10px;
    top: 1px;
    font-size: 19px;
    font-weight: normal; }

.button {
  padding: 0 20px;
  padding-right: 40px;
  border-radius: 3px;
  border: none;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  position: relative;
  letter-spacing: 1px;
  font-weight: 700; }
  .button:hover {
    text-decoration: none; }
  .button:after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 1px;
    font-weight: normal; }

.menuTab, .button.primary {
  background: #1C9D5F;
  color: #fff; }
  .menuTab:hover, .button.primary:hover {
    background: #1a9057; }

.button.secondary {
  background: #777;
  color: #fff; }
  .button.secondary:hover {
    background: #8e8e8e; }

.button.back {
  padding: 0 20px;
  padding-left: 40px;
  margin-bottom: 2rem; }
  .button.back:after {
    content: ""; }
  .button.back:before {
    content: "\f053";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 1px;
    font-weight: normal; }

input[type="submit"] {
  padding: 0 10px;
  background: #62b84b;
  color: #fff;
  height: 30px;
  line-height: 30px;
  letter-spacing: 1px; }
  input[type="submit"]:hover {
    background: #73c85c; }

input[type="text"],
input[type="email"],
input[type="password"] {
  padding: 0 10px;
  background: #fff;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd; }

textarea {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd; }

.col-md-5ths {
  width: 18%;
  margin-right: 2%;
  float: left; }

.col-md-5ths.last {
  margin-right: 0; }

.mobileShow {
  display: none; }

.sectionWrapper {
  background: #fff;
  padding: 2rem;
  border: 1px solid #ddd;
  margin-bottom: 2rem; }

.container {
  max-width: 1080px;
  margin: auto;
  padding: 0 2rem; }

.container.outer {
  padding-top: 15px;
  padding-bottom: 15px; }

/*# sourceMappingURL=reset.css.map */
