﻿@charset "UTF-8";

@import "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Pontano+Sans|Montserrat:700,400);
/*@import url(bower_components/jquery-colorbox/example4/colorbox.css);
*/



html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}



body {
  margin: 0;
  font-weight: normal;
}

body {
  background: #fff;
  color: #847f7e;
  cursor: auto;
  font-family: "Prontano Sans", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}



hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


/* Typography resets */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Scroller for GBH main page */

.gscroller {
  display: none;
  padding: 12px;
  background-color: rgba(0,0,0,0.4);
  border-radius: 20px;
  color: white;
  border-width: 0;
  outline: none;
  z-index: 1;
  cursor: pointer;
}

#gscrollUp {
  position: fixed;
  left: 50%;
  top: 20px;
}

#gscrollDown {
  position: fixed;
  left: 50%;
  bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .gscroller.show {
    display: inherit;
  }
}

/* Default Link Styles */

a {
  color: #AFF11B;  /* #a5d04f */
  line-height: inherit;
  text-decoration: none;
}

  a:hover,
  a:focus {
    color: #FFFFFF; /* #93c334 */
  }

  a img {
    border: none;
  }


/* Default paragraph styles */

p {
  font-family: inherit;
  font-size: 1.15rem; /* change from 1rem by Brent */
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6;
	margin-left: 10%;  /* added by Brent */
	margin-right: 10%;  /* added by Brent */
  }

  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35;
  }

.questions li ~ li {
    margin-top: 0.625rem;
}

ol.questions  {
  font-size: 1.5rem;
}


/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
 /* color: #FFFFFF; */  /* removed by Brent */
  font-family: "Montserrat", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #afacab;
    font-size: 60%;
    line-height: 0;
  }

h1 {
  font-size: 2.1875rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: bold; /* added by Brent */
  color: #AFF11B;
}

h5 {
  font-size: 1.5625rem;
}

h6 {
  font-size: 1.25rem;
}

.subheader {
  line-height: 1.4;
  color: #afacab;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}


/* Helpful Typography Defaults */

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  background-color: #e4f1ca;
  border-color: #d2e8a7;
  border-style: solid;
  border-width: 1px;
  color: #3a3a3a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Not allow resize out of parent */
textarea {
    max-width: 100%;
}


/* Lists */

ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

  ul.no-bullet {
    margin-left: 0;
  }

    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none;
    }


  /* Unordered Lists */

  ul li ul,
  ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
  }

  ul.square li ul,
  ul.circle li ul,
  ul.disc li ul {
    list-style: inherit;
  }

  ul.square {
    list-style-type: square;
    margin-left: 1.1rem;
  }

  ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
  }

  ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
  }

  ul.no-bullet {
    list-style: none;
  }


/* Ordered Lists */

ol {
  margin-left: 1.4rem;
}

  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
  }


/* Definition Lists */

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}




article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}



img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased,
input[type="submit"].gform_button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}

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

  .row:after {
    clear: both;
  }

  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto;
  }

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

    .row .row:after {
      clear: both;
    }

    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto;
    }

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

      .row .row.collapse:after {
        clear: both;
      }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

  .column + .column:last-child,
  .columns + .column:last-child,
  .column + .columns:last-child,
  .columns + .columns:last-child {
    float: right;
  }

  .column + .column.end,
  .columns + .column.end,
  .column + .columns.end,
  .columns + .columns.end {
    float: left;
  }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

  [class*="block-grid-"]:before,
  [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }

  [class*="block-grid-"]:after {
    clear: both;
  }

  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }



/* Scroller button */
.apst-center {
    margin-left: -30px;
    }

.apst-button {
    width: 60px;
    height: 60px;
    background-color: #6f6b6a;
}

.apst-button:hover {
    background-color: #3a3a3a;  /* 3a3a3a Brent  */
    }

.apst-button::before {
    left: 21px;
    top: 23px;
    width: 18px;
    height: 18px;
    border-width: 5px;
    }

@media only screen and (max-width: 480px) {
  .apst-button {
    bottom: 10px;
  }
}

/* Headers */

.header_large,
.header_medium {
  text-align: center;
  position: relative;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  height: auto;
  width: 100%;
}



.header_large h1,
.header_medium h1 {
  font-size: 50px;
}

.header_large {
  height: 900px;
}


.header_medium {
  height: 150px;
}

.header__content {
  height: 100%;
  width: 100%;
  display: table;
}

  .header__content_0 .header__title_0 {
	padding-top: 18%;  
    padding-bottom: 18%;
    text-align: center;
    vertical-align: middle;  /* middle to top to 100%   50px  */
    display: table-cell;
    margin: 0 auto;
    padding-left: 15%;
    padding-right: 15%; 
  }

  .header__content .header__title {
	padding-top: 50px;  
    padding-bottom: 50px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin: 0 auto;
    padding-left: 15%;
    padding-right: 15%; 
  }

    .header__content .header__title h1 {
      margin: 0;
	  color: #ffffff; /* #ffffff added by Brent */
    }

   .header__content_0 .header__title_0 h1 {
      margin: 0;
	  color: #ffffff; /* #ffffff added by Brent */
    }

    .header__content .header__title .lead {
      color: #b3b3b3; /* #fff change Brent b3b3b3 */
    }

    .header__content .header__title .lead2 {
      color: #ffffff; /* #fff change Brent b3b3b3 */
    }	
	
.header_slim {
  height: 12px !important;
}

  .header_slim:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
  }






@media only screen and (max-width: 1000px) {
  .header__content .header__title {
    padding-left: 20%;
    padding-right: 20%;    
  }
}


@media only screen and (max-width: 750px) {
  .header__content .header__title {
    padding-left: 10%;
    padding-right: 10%;    
  }
}

@media only screen and (max-width: 480px) {
  .header__content .header__title {
    padding-left: 5%;
    padding-right: 5%;    
  }
}



.social-sticky a:hover {
  color: #A6D0EF; /* 3a3a3a right icons  change Brent */
}


.social-sticky > ul {
  margin: 0;
  list-style: none;
  color: transparent;
}
.social-sticky > ul > li ul {
  margin: 0;
  list-style: none;
  padding: 0.625rem 0;
}

.social-sticky > ul > li ul li a {
  padding: 10px 4px;  /* distance between icons */
  font-size: 1.25rem;
  line-height: 1;
  text-align: middle;
  display: block;
  font-size: 50px;
  color: #AFF11B;  /* social icon color a6d1f0 brent */
}


.social-sticky img {
  max-height: 60px;  /* icons size left and right Brent */
  max-width: 60px;   /* icons size left and right Brent */
  transition-duration: 250ms;
}


/* large devices */
@media only screen and (min-width: 481px) and (min-height: 501px) {
  .social-sticky {
    position: fixed;
    top: 5%;  /* 15% added Brent */
    left: 0;
    z-index: 200;
    background-color: transparent;
  }

  .social-sticky img:hover {
    max-height: 85px; 
    max-width: 85px; 
    margin-top: -10px;
    margin-bottom: -10px;
    transition-duration: 250ms;
  }

  .social-sticky.sticky-right {
    left: calc( 100% - 80px ); 
    top: 5%; 
  }

  .columns.nav-on-left-right {
    padding-left: 55px;
    padding-right: 55px;  /* original 55px Brent */
  }

  .container.nav-on-left-right {
    padding-left: 55px;
    padding-right: 55px;  /* original 55px Brent */
  }


  .header_large.fixed-ba,
  .header_medium.fixed-ba {
    background-attachment: fixed !important;
  }


}

/* small devices */
@media only screen and (max-width: 480px), (max-height: 500px) {
  .menu-wrap {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 500;
    padding-top: 5px;
    bottom: 0;
    background-color: #6f6b6a;
    overflow: auto;	
    -webkit-overflow-scrolling: touch;				
  }

  .menu-wrap > .menu-scroll {
    width: 1000px; /*1000 changed to 1200 by Brent */
  }
  .social-sticky {
    position: static;
  }
  .social-sticky > ul > li > ul {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .social-sticky > ul > li > ul > li {
    display: block;
    float: left;
    min-width: 68px; /*  80  Brent */
  }

  .social-sticky img:hover {
    max-height: 75px; 
    max-width: 75px; 
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
    transition-duration: 250ms;
  }

  .apst-bottom {
      bottom: 100px;
  }
  footer.last-footer {
    margin-bottom: 150px;
  }

  .header_large {
    height: 300px;
  }



  .header_large h1,
  .header_medium h1 {
    font-size: 30px;
  }

  .header__title img {
    max-width:80%;  /* 40% is original setting Brent  */
  }

}



footer[role=contentinfo] {
  color: #e7e7e7;
  padding: 0.625rem 0;
  background: #6f6b6a;
}

@media only screen and (min-width: 40.0625em) {
  footer[role=contentinfo] {
    padding: 1.875rem 0;
  }
}

footer[role=contentinfo] a {
  color: #e7e7e7;
}

footer[role=contentinfo] .footer-links ul.menu {
  margin: 0;
  list-style: none;
}

  footer[role=contentinfo] .footer-links ul.menu li {
    display: block;
    margin-bottom: 0;
    transition: all .2s;
  }

    footer[role=contentinfo] .footer-links ul.menu li a {
      font-size: 0.875rem;
    }

    footer[role=contentinfo] .footer-links ul.menu li:hover {
      margin-left: 0.3125rem;
    }

footer[role=contentinfo] .footer-title {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

footer[role=contentinfo] hr {
  border-color: #a5d04f;
}

footer[role=contentinfo] .contact-details dl dt {
  line-height: 1;
  font-size: 0.875rem;
  opacity: .8;
  font-weight: normal;
}

footer[role=contentinfo] .contact-details dl dd {
  line-height: 1;
  margin-bottom: 0.9375rem;
}

footer[role=contentinfo] .contact-details .address_title {
  margin-bottom: 0;
}

footer[role=contentinfo] .contact-details address {
  font-style: normal;
}

  footer[role=contentinfo] .contact-details address p {
    font-size: 0.875rem;
  }

footer[role=contentinfo] ul.social-links {
  margin: 0 auto;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

  footer[role=contentinfo] ul.social-links li {
    display: inline-block;
  }

    footer[role=contentinfo] ul.social-links li a {
      font-size: 1.875rem;
      transition: all .2s;
    }

      footer[role=contentinfo] ul.social-links li a:hover {
	  opacity: .8; 
      }

footer[role=contentinfo] .newsletter-footer-signup {
  margin-top: 1.25rem;
}

  footer[role=contentinfo] .newsletter-footer-signup p {
    margin-bottom: 0.3125rem;
    font-size: 1.125rem;
  }

  footer[role=contentinfo] .newsletter-footer-signup label {
    display: none;
  }

  footer[role=contentinfo] .newsletter-footer-signup input[type=submit] {
    margin-bottom: 0;
    background: #a5d04f;
    border: none;
    padding: 0.625rem 1.25rem;
  }

footer[role=contentinfo] .careers {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Prontano Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #a5d04f;
  border-color: #89b530;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border-bottom: 0.625rem solid #93c234;
  display: block;
  position: relative;
}

  footer[role=contentinfo] .careers:hover,
  footer[role=contentinfo] .careers:focus {
    background-color: #89b530;
  }

  footer[role=contentinfo] .careers:hover,
  footer[role=contentinfo] .careers:focus {
    color: #FFFFFF;
  }

  footer[role=contentinfo] .careers:hover {
    background: #93c234;
    border-bottom: 0.625rem solid #a5d04f;
  }

footer.locations {
  background: #847f7e;
  padding: 0.625rem 0;
}

@media only screen and (min-width: 40.0625em) {
  footer.locations {
    padding: 1.875rem 0;
  }
}

footer.locations h5,
footer.locations h6,
footer.locations p,
footer.locations a {
  color: #FFFFFF;
}

footer.locations h6 {
  margin-bottom: 0.625rem;
}

  footer.locations h6.heading {
    font-size: 0.875rem;
    margin-bottom: 0;
  }

footer.locations hr {
  border-color: #a5d04f;
}

@media only screen and (max-width: 40em) {
  footer.locations hr {
    display: none;
  }
}

@media only screen and (min-width: 64.0625em) {
  footer.locations hr {
    margin-bottom: 2.1875rem;
  }
}

footer.locations p {
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 1.25rem;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  footer.locations .medium-6 ~ .medium-6 {
    margin-top: 1.25rem;
  }

  footer.locations .row div:nth-child(3) {
    margin-top: 0;
  }
}

footer.locations ul {
  margin: 0;
}

footer.locations .spacing {
  margin-top: 1.25rem;
}

footer.locations .viewall {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Prontano Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #a5d04f;
  border-color: #89b530;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border-bottom: 0.625rem solid #93c234;
  display: block;
}

  footer.locations .viewall:hover,
  footer.locations .viewall:focus {
    background-color: #89b530;
  }

  footer.locations .viewall:hover,
  footer.locations .viewall:focus {
    color: #FFFFFF;
  }

  footer.locations .viewall:hover {
    background: #93c234;
    border-bottom: 0.625rem solid #a5d04f;
  }

footer.credits {
  padding: 0.625rem 0;
}

  footer.credits a {
    padding: 0.1875rem 0.375rem;
    border-radius: 3px;
  }

    footer.credits a:hover {
      color: #847f7e;
    }

  footer.credits p {
    margin-bottom: 0;
    font-size: 0.75rem;
  }


.fact-content h1,
.fact-content h2,
.fact-content h3,
.fact-content h4,
.fact-content h5,
.fact-content h6 {
  color: #a5d04f;
}

.fact-content h4 {
  font-size: 1.5625rem;
}

.fact-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media only screen and (min-width: 64.0625em) {
  .fact-slider {
    padding: 5rem 0 6.25rem;
  }
}

.fact-slider img {
  margin: 0 auto;
}

.fact-slider h3 {
  margin: 0.9375rem 0;
}

.fact-slider hr {
  width: 20%;
  margin: 0 auto;
  border-width: 0.0625rem;
  border-color: #a5d04f;
  margin-bottom: 1.25rem;
}

.fact-slider ul:not(.slick-dots) {
  list-style: none;
}

  .fact-slider ul:not(.slick-dots) li {
    font-size: 1.25rem;
  }

    .fact-slider ul:not(.slick-dots) li ~ li {
      margin-top: 0.625rem;
    }

    .fact-slider ul:not(.slick-dots) li:before {
      content: '\00bb';
      padding-right: 0.3125rem;
      color: #a5d04f;
      vertical-align: 0.0625rem;
    }

.fact-slider ul.slick-dots {
  margin: 0;
  list-style: none;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0.9375rem;
}

@media only screen and (min-width: 64.0625em) {
  .fact-slider ul.slick-dots {
    bottom: 3.75rem;
  }
}

.fact-slider ul.slick-dots li {
  display: inline-block;
}

  .fact-slider ul.slick-dots li ~ li {
    margin-left: 0.625rem;
  }

  .fact-slider ul.slick-dots li button {
    margin: 0;
    padding: 0;
    background: #EEEEEE;
    text-size: 0;
    line-height: 0;
    height: 1rem;
    width: 1rem;
    border-radius: 50% !important;
    border: 0.1875rem solid #847f7e;
    text-indent: -62499.9375rem;
    background: #FFFFFF;
  }

    .fact-slider ul.slick-dots li button:hover {
      background: #847f7e;
    }

  .fact-slider ul.slick-dots li.slick-active button {
    background: #847f7e;
  }


.default-spacing {
  padding: 0.9375rem 0;
}

@media only screen and (min-width: 40.0625em) {
  .default-spacing {
    padding: 1.875rem 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .default-spacing {
    padding: 4rem 0;
  }
}

.default-spacing.removeit {
  padding-top: 2.8125rem;
}

.default-spacing.addit {
  margin-bottom: 2.8125rem;
}

.margin-bottom {
    margin-bottom: 30px;
    margin-bottom: 3rem
}


/* Full screen background */
#full-screen-background {
  right: 0;
  bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  background-position-x: center;
  z-index: -2;
}

#full-screen-background:after {
    content: '\A';
    position: absolute;
    top: 0;
    width:100%;
    height:100%;
    left: 0;
    background-color:#000;
    opacity:0.7;  /* changed from 0.5 by Brent */
    z-index: -1;
    display: block;
}


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

.text-center {
  text-align: center;
}

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

.message-wrapper {
  width: 50%;
  margin: 80px auto;
}

.message-wrapper .header_large {
  height: inherit;
}

.message-wrapper .lead {
  margin-left: 0;
  margin-right: 0;
}



@media only screen and (max-width: 1000px) {
  .message-wrapper {
    width: 70%;
  }

}


@media only screen and (max-width: 750px) {
  .message-wrapper {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .message-wrapper {
    width: 95%;
  }
}


.message-text {
  padding: 20px;
  color: #FFFFFF;
}

footer.credits .terms-and-conditions {
  text-align: center;
}


.gform_body ul {
    margin: 0;
    list-style: none;
}


.gform_wrapper ul li.gfield {
    position: relative;
    clear: both;
    text-align: left;
}


.gfield_label {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

input[type="text"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.15s linear, background 0.15s linear;
}


@media only screen and (max-width: 40em) {
    .gform_wrapper .ginput_complex.ginput_container.has_first_name span,
    .gform_wrapper .ginput_complex.ginput_container.has_middle_name span,
    .gform_wrapper .ginput_complex.ginput_container.has_last_name span {
        display: block;
    }
    .gform_wrapper .ginput_complex.ginput_container.has_first_name span:before,
    .gform_wrapper .ginput_complex.ginput_container.has_first_name span:after,
    .gform_wrapper .ginput_complex.ginput_container.has_middle_name span:before,
    .gform_wrapper .ginput_complex.ginput_container.has_middle_name span:after,
    .gform_wrapper .ginput_complex.ginput_container.has_last_name span:before,
    .gform_wrapper .ginput_complex.ginput_container.has_last_name span:after {
        content: " ";
        display: table;
    }
    .gform_wrapper .ginput_complex.ginput_container.has_first_name span:after,
    .gform_wrapper .ginput_complex.ginput_container.has_middle_name span:after,
    .gform_wrapper .ginput_complex.ginput_container.has_last_name span:after {
        clear: both;
    }
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
        display: block;
    }
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span:before,
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span:after {
        content: " ";
        display: table;
    }
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span:after {
        clear: both;
    }
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span {
        display: block;
    }
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span:before,
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span:after {
        content: " ";
        display: table;
    }
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span:after {
        clear: both;
    }
}

@media only screen and (min-width: 40.0625em) {
    .gform_wrapper .field_name_first,
    .gform_wrapper .field_name_middle,
    .gform_wrapper .field_name_last {
        width: 49%;
        float: left;
    }

    .gform_wrapper .ginput_complex span.name_prefix,
    .gform_wrapper .ginput_complex span.name_suffix {
        display: block;
        clear: right;
        overflow: hidden;
    }
    .gform_wrapper .ginput_complex span.name_prefix {
        min-height: 2.2em;
    }
    .gform_wrapper .ginput_complex span.name_prefix select {
        width: auto;
    }
    .gform_wrapper .ginput_complex span.name_suffix input[type=text] {
        width: 4em !important;
    }
    .gform_wrapper .ginput_complex span.name_first,
    .gform_wrapper .ginput_complex span.name_middle,
    .gform_wrapper .ginput_complex span.name_last {
        vertical-align: bottom;
        min-height: 2.813em;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
    }
    .gform_wrapper .ginput_complex span.name_middle,
    .gform_wrapper .ginput_complex span.name_last {
        margin-left: 1%;
    }
    .gform_wrapper .field_sublabel_above .ginput_complex .name_prefix,
    .gform_wrapper .field_sublabel_above .ginput_complex span.name_suffix,
    .gform_wrapper .field_sublabel_above .ginput_complex span.name_first,
    .gform_wrapper .field_sublabel_above .ginput_complex span.name_middle,
    .gform_wrapper .field_sublabel_above .ginput_complex span.name_last {
        vertical-align: top;
    }
    .gform_wrapper .ginput_complex.ginput_container.has_first_name span,
    .gform_wrapper .ginput_complex.ginput_container.has_middle_name span,
    .gform_wrapper .ginput_complex.ginput_container.has_last_name span {
        width: 99.5%;
    }
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
        width: 49%;
    }
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span {
        width: 32%;
    }


}

.ginput_complex label {
    display: none;
}

textarea[rows] {
    height: auto;
}




input[type="submit"].gform_button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Prontano Sans", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #847f7e;
    border-color: #6a6665;
    color: #FFFFFF;
    border-radius: 0;
    transition: background-color 300ms ease-out;
}

input[type="submit"].gform_button:hover,
input[type="submit"].gform_button:focus {
    background-color: #6a6665;
}

input[type="submit"].gform_button:hover,
input[type="submit"].gform_button:focus {
    color: #FFFFFF;
}

.gform_footer input[type="submit"].gform_button {
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 0.625rem solid #6f6b6a;
    padding: 0.9375rem 1.875rem;
    margin-top: 1.25rem;
}

.gform_footer input[type="submit"].gform_button:hover {
    background: #6f6b6a;
    border-bottom: 0.625rem solid #847f7e;
}

form .spmhidip {
  display: none;
  width: 10px;
  height: 3px;
}


.gform_wrapper .error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: -10px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  color: #FF9933;
  background-color: transparent;
  padding: 0.0625rem 0.3125rem;
  bottom: 1rem;
  border-radius: 0 0 0 0;
  right: 0;
  z-index: 20;
  width: 100% !important;
}

