@import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/* -----------------------------------------------------------------------------

  FONTS
  
----------------------------------------------------------------------------- */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url("https://fonts.googleapis.com/css?family=Roboto+Slab"); }
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.googleapis.com/css?family=Roboto+Slab"); }
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.googleapis.com/css?family=Roboto+Slab"); }
/* -----------------------------------------------------------------------------

  BOX SIZING RESET
  
----------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/* -----------------------------------------------------------------------------

  ROOT ELEMENTS
  
----------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  color: #6d6d6d;
  background-color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  line-height: 1.8; }

@media all and (min-width: 720px) {
  main {
    max-width: 700px;
    margin: 0 auto; } }
/* -----------------------------------------------------------------------------

  HEADING ELEMENTS
  
----------------------------------------------------------------------------- */
h2,
h4,
h5,
h6 {
  color: #3b3b3b;
  font-weight: 700;
  line-height: 1.2; }

h1 {
  font-size: 30px;
  color: white;
  text-align: center; }

h3 {
  font-size: 20px;
  color: #fff;
  text-align: center; }

.black {
  font-size: 18px;
  color: #000;
  align: left;
  text-align: left; }

.fl-left {
  float: left;
  padding-right: 20px; }

/* -----------------------------------------------------------------------------

  TEXT ELEMENTS
  
----------------------------------------------------------------------------- */
a {
  color: #EA7125;
  text-decoration: none;
  font-size: 15px; }

a:hover {
  color: #EA7125; }

b,
strong {
  font-weight: 700; }

i,
em {
  font-style: italic; }

ol.upperRoman {
  list-style-type: upper-roman; }

.hidden {
  display: none; }

.indent {
  padding-left: 50px; }

p {
  font-size: 20px; }

.fontsize h1 {
  font-size: 50px; }

.fontsize p {
  font-size: 30px; }

.fontsize a {
  font-size: 20px; }

/* -----------------------------------------------------------------------------

  MEDIA ELEMENTS
  
----------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto; }

img.centered {
  display: block;
  margin: 0 auto; }

img.pageIcon {
  width: 25%;
  height: 25%; }

/* -----------------------------------------------------------------------------

  CUSTOM HEADER CSS
  
----------------------------------------------------------------------------- */
.scrollablewrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0; }

.scrollablewrapper iframe {
  height: 100%;
  width: 100%;
  margin-top: 50px; }

.sticky {
  position: relative;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  float: left;
  margin-left: 20px; }

.nav-sticky {
  background-color: #474747;
  width: 100%;
  height: 60px;
  box-shadow: 0 4px 12px -1px #000; }

.stickynav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  border-top: 0; }

#home-logo {
  margin: 0 auto;
  text-align: center;
  align: center;
  height: 40px; }

.number {
  font-size: 18px;
  margin: 0 auto;
  color: white;
  text-align: center; }

.logo {
  height: 40px;
  margin-top: 10px;
  margin-left: -30px; }

.shaddow {
  width: 100%;
  height: 10px;
  background-color: transparent !important; }

/* -----------------------------------------------------------------------------

  CUSTOM FORM CSS
  
----------------------------------------------------------------------------- */
#100 {
  width: 100%; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li {
  display: inline-block;
  margin-right: 10px; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label {
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
  background: #eeeeee;
  color: #000000;
  font-size: 18px;
  z-index: 90;
  padding: 14px 22px 14px 14px; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type="radio"]:checked + label {
  background: #142a37;
  color: white;
  font-weight: 500; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline;
  position: absolute;
  left: -9999px; }

input[type=radio] {
  margin-bottom: 40px; }

input[type=submit] {
  border-radius: 5px;
  border: 0;
  width: 100%;
  height: 55px;
  color: white;
  font-size: 20px;
  background: #435933;
  text-align: center;
  align: center;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }

body #gform_wrapper_1 .gform_footer input[type=submit] {
  background-color: #75310f;
  border-radius: 5px;
  background: #75310f;
  color: #fff;
  width: 100%;
  height: 55px;
  text-align: center;
  align: center;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px; }

.gform_wrapper .top_label .gfield_label {
  font-size: 22px; }

body #gform_wrapper_5 .gform_footer input[type=submit] {
  background-color: #435933;
  border-radius: 5px;
  background: #435933;
  color: #fff;
  width: 100%;
  height: 55px;
  text-align: center;
  align: center;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px; }

body #gform_wrapper_4 .gform_footer input[type=submit] {
  background-color: #6e6662;
  border-radius: 5px;
  background: #6e6662;
  color: #fff;
  width: 100%;
  height: 55px;
  text-align: center;
  align: center;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px; }

body #gform_wrapper_3 .gform_footer input[type=submit] {
  background-color: #6e6662;
  border-radius: 5px;
  background: #6e6662;
  color: #fff;
  width: 100%;
  height: 55px;
  text-align: center;
  align: center;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px; }

body .gform_wrapper .gform_body .gform_fields .gfield select {
  padding: 10px;
  margin-top: 4px;
  border: 1px solid #979997;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: 4px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 3.0em;
  background-repeat: no-repeat; }

body .gform_wrapper .gform_body .gform_fields .gfield_total .ginput_container_total span {
  color: #fff;
  text-align: center;
  align: center;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 2.7em; }

body .gform_wrapper .gform_body .gform_fields .gfield_total .ginput_container_total {
  border-radius: 5px;
  background: #6995AC;
  color: #fff;
  width: 100%;
  height: 55px;
  text-align: center;
  align: center;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  -webkit-box-shadow: inset -1px -1px 16px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px -1px 16px -4px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px -1px 16px -4px rgba(0, 0, 0, 0.75); }

body #gform_wrapper_2 .gform_footer input[type=submit] {
  background-color: #142a37;
  border-radius: 5px;
  background: #142a37;
  color: #fff;
  width: 100%;
  height: 55px;
  text-align: center;
  align: center;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] {
  display: none; }

input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  display: inline;
  left: -9999px; }

/* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block; }

input[type=checkbox] + label:before {
  content: "\f096"; }

/* unchecked icon */
input[type=checkbox] + label:before {
  letter-spacing: 10px; }

/* space between checkbox and label */
input[type=checkbox]:checked + label:before {
  content: "\f046"; }

/* checked icon */
input[type=checkbox]:checked + label:before {
  letter-spacing: 5px; }

.checkboxes {
  margin-left: 20px; }

.checkboxes label {
  white-space: wrap;
  display: inline-block;
  width: 100%; }

.checkboxes input {
  vertical-align: middle; }

.checkboxes label span {
  vertical-align: middle; }

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
  width: 100%;
  height: 60px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #BBB;
  padding: 10px;
  line-height: 20px;
  text-align: left;
  background: white;
  outline: none; }

body .gform_wrapper .gform_body .gform_fields .gfield .address_line_1 input {
  width: 100%; }

.inputwidth {
  width: 100%;
  height: 60px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #BBB;
  padding: 10px;
  line-height: 20px;
  text-align: left;
  background: transparent;
  outline: none; }

.inputwidthsmall {
  width: 70%;
  height: 60px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #BBB;
  padding: 10px;
  line-height: 20px;
  text-align: left;
  background: transparent;
  outline: none; }

input[type="text"], textarea {
  background-color: #fff; }

iframe {
  -moz-transform: scale(0.25, 0.25);
  -webkit-transform: scale(0.25, 0.25);
  -o-transform: scale(0.25, 0.25);
  -ms-transform: scale(0.25, 0.25);
  transform: scale(0.25, 0.25);
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  background-color: #fff;
  height: 130px;
  background: white; }

.textarea {
  background-color: #fff;
  height: 130px; }

#form-container {
  width: 100%;
  margin: 0 auto; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #000000;
  background-color: #c5e4b9;
  border: 1px solid #468847; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #000000;
  background-color: #d7b4b4;
  border: 1px solid #be3b4e; }

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.parsley-errors-list.filled {
  opacity: 1; }

.parsley-required {
  color: black; }

.hidden {
  display: none; }

/*
* Callouts
*
* Not quite alerts, but custom and helpful notes for folks reading the docs.
* Requires a base and modifier class.
*/
/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee; }

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code {
  background-color: #fff;
  border-radius: 3px; }

/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f; }

.bs-callout-danger h4 {
  color: #d9534f; }

.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e; }

.bs-callout-warning h4 {
  color: #f0ad4e; }

.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de; }

.bs-callout-info h4 {
  color: #5bc0de; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #605c5c; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #605c5c; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #605c5c; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #605c5c; }

body .gform_wrapper .gform_body .gform_fields .gfield_error {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #d9534f;
  background-color: #fcf8f2;
  width: 100%; }

body .gform_wrapper .validation_error {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #d9534f;
  background-color: #fcf8f2;
  border-top: none;
  border-bottom: none;
  color: #000000; }

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
  color: #000000; }

/* -----------------------------------------------------------------------------

  WRAPPER OBJECT
  
----------------------------------------------------------------------------- */
.o-wrapper {
  transition: transform 0.3s; }

/* -----------------------------------------------------------------------------

  CONTAINER OBJECTS
  
----------------------------------------------------------------------------- */
.o-container {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 960px; }

@media all and (min-width: 480px) {
  .o-container {
    padding: 0 24px; } }
@media all and (min-width: 720px) {
  .o-container {
    padding: 0 48px; } }
@media all and (min-width: 481px) {
  .o-hideOnDesktop {
    display: none; }

  .o-hideOnMobile {
    display: block; } }
@media all and (max-width: 480px) {
  .o-hideOnMobile {
    display: none; }

  .o-hideOnDesktop {
    display: block; } }
/* -----------------------------------------------------------------------------

  HEADER OBJECT
  
----------------------------------------------------------------------------- */
.o-header {
  margin: 0;
  padding: 0; }

.o-header-nav {
  display: flex;
  justify-content: space-between;
  background-color: #333333; }

.o-header-nav__link {
  padding: 12px;
  color: #fff; }

.o-header-nav__link:hover {
  color: #fff;
  background-color: black; }

.o-header__title {
  margin: 24px;
  padding: 0;
  color: #818181;
  font-size: 28px;
  font-weight: 300;
  text-align: center; }

@media all and (min-width: 480px) {
  .o-header__title {
    margin: 36px;
    font-size: 42px; } }
/* -----------------------------------------------------------------------------

  MAIN OBJECT
  
----------------------------------------------------------------------------- */
.o-main {
  /**/ }

/* -----------------------------------------------------------------------------

  SUB-NAVIGATION OBJECT
  
----------------------------------------------------------------------------- */
.o-sub-nav {
  margin: 0 0 24px 0;
  padding: 0; }

.o-sub-nav__items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.o-sub-nav__item {
  margin: 0;
  padding: 4px; }

.o-sub-nav__link {
  display: block;
  margin: 0;
  padding: 4px 24px;
  border: solid 2px #333333; }

.o-sub-nav__link:hover,
.o-sub-nav__item.active .o-sub-nav__link {
  color: #fff;
  background-color: #333333; }

@media all and (min-width: 720px) {
  .o-sub-nav {
    margin: 0 0 48px 0; } }
/* -----------------------------------------------------------------------------

  FOOTER OBJECT
  
----------------------------------------------------------------------------- */
.o-footer {
  padding: 12px 0;
  text-align: center; }

@media all and (min-width: 480px) {
  .o-footer {
    padding: 24px 0; } }
@media all and (min-width: 720px) {
  .o-footer {
    padding: 48px 0; } }
/* -----------------------------------------------------------------------------

  SLIDE AND PUSH MENUS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Menu overview.
 */
.c-menu {
  position: fixed;
  z-index: 3000;
  background-color: #333333;
  transition: transform 0.3s; }

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0; }

/**
 * Left and right menus
 *
 * Slide and push menus coming in from the left and right inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.
 */
/**
 * Common modifiers for left/right menus.
 */
.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: none; }
  @media all and (min-width: 320px) {
    .c-menu--slide-left,
    .c-menu--slide-right,
    .c-menu--push-left,
    .c-menu--push-right {
      width: 300px; } }

.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: left;
  padding-left: 15px; }
  .c-menu--slide-left .c-menu__item:first-child,
  .c-menu--slide-right .c-menu__item:first-child,
  .c-menu--push-left .c-menu__item:first-child,
  .c-menu--push-right .c-menu__item:first-child {
    border-top: none; }
  .c-menu--slide-left .c-menu__item:last-child,
  .c-menu--slide-right .c-menu__item:last-child,
  .c-menu--push-left .c-menu__item:last-child,
  .c-menu--push-right .c-menu__item:last-child {
    border-top: solid 1px #333333;
    border-bottom: solid 1px #767676; }

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff; }

.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #767676; }

/**
 * Slide/Push Menu Left.
 */
.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  transform: translateX(-100%); }
  @media all and (min-width: 320px) {
    .c-menu--slide-left,
    .c-menu--push-left {
      transform: translateX(-300px); } }

.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  transform: translateX(0); }

/**
 * Slide/Push Menu Right.
 */
.c-menu--slide-right,
.c-menu--push-right {
  top: 0;
  right: 0;
  transform: translateX(100%); }
  @media all and (min-width: 320px) {
    .c-menu--slide-right,
    .c-menu--push-right {
      transform: translateX(300px); } }

.c-menu--slide-right.is-active,
.c-menu--push-right.is-active {
  transform: translateX(0); }

/**
 * Top and bottom menus
 *
 * Slide and push menus coming in from the top and bottom inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.

/**
 * Common modifiers for top/bottom menus
 */
.c-menu--slide-top,
.c-menu--slide-bottom,
.c-menu--push-top,
.c-menu--push-bottom {
  vertical-align: middle;
  width: 100%;
  height: 60px;
  text-align: left;
  overflow-x: none;
  padding-left: 20px; }

.c-menu--slide-top .c-menu__items,
.c-menu--slide-bottom .c-menu__items,
.c-menu--push-top .c-menu__items,
.c-menu--push-bottom .c-menu__items {
  display: inline-block;
  text-align: left;
  padding-left: 20px; }

.c-menu--slide-top .c-menu__item,
.c-menu--slide-bottom .c-menu__item,
.c-menu--push-top .c-menu__item,
.c-menu--push-bottom .c-menu__item {
  display: inline-block;
  line-height: 60px; }

.c-menu--slide-top .c-menu__link,
.c-menu--slide-bottom .c-menu__link,
.c-menu--push-top .c-menu__link,
.c-menu--push-bottom .c-menu__link {
  display: block;
  padding: 0 4px;
  color: #fff; }

.c-menu--slide-top .c-menu__close,
.c-menu--slide-bottom .c-menu__close,
.c-menu--push-top .c-menu__close,
.c-menu--push-bottom .c-menu__close {
  display: inline-block;
  margin-right: 12px;
  padding: 0 24px;
  height: 80px; }

/**
 * Slide/Push Menu Top.
 */
.c-menu--slide-top,
.c-menu--push-top {
  top: 0;
  left: 0;
  transform: translateY(-60px); }

.c-menu--slide-top.is-active,
.c-menu--push-top.is-active {
  transform: translateY(0); }

/**
 * Slide/Push Menu Bottom.
 */
.c-menu--slide-bottom,
.c-menu--push-bottom {
  bottom: 0;
  left: 0;
  transform: translateY(60px); }

.c-menu--slide-bottom.is-active,
.c-menu--push-bottom.is-active {
  transform: translateY(0); }

/**
 * Wrapper states.
 *
 * Various wrapper states occur depending on if a menu is pushing into view, in
 * which case, the wrapper has to be pushed by the respective distance.
 */
.o-wrapper.has-push-left {
  transform: translateX(100%); }
  @media all and (min-width: 320px) {
    .o-wrapper.has-push-left {
      transform: translateX(300px); } }

.o-wrapper.has-push-right {
  transform: translateX(-100%); }
  @media all and (min-width: 320px) {
    .o-wrapper.has-push-right {
      transform: translateX(-300px); } }

.o-wrapper.has-push-top {
  transform: translateY(60px); }

.o-wrapper.has-push-bottom {
  transform: translateY(-60px); }

/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden; }

/**
 * Close button resets.
 */
.c-menu__close {
  color: white;
  background-color: #333333;
  font-size: 16px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 80px; }

.c-menu__close:focus {
  outline: none; }

.c-menu__closeButton {
  position: absolute;
  font-family: 'Roboto';
  font-weight: bold;
  right: 5px;
  font-size: 16px;
  padding: 2px 10px;
  top: 7px; }

/* -----------------------------------------------------------------------------

  MASK COMPONENT
  
----------------------------------------------------------------------------- */
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 1.0s, width 0s 0.3s, height 0s 0.3s; }

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 1.0s; }

/* -----------------------------------------------------------------------------

  BUTTONS
  
----------------------------------------------------------------------------- */
.c-buttons {
  margin-bottom: 48px;
  text-align: center; }

.c-button {
  display: inline-block;
  color: white;
  margin-top: 10px;
  height: 40px;
  border: solid 1px white;
  font-size: 16px;
  box-shadow: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #333333;
  background-color: transparent;
  margin-left: 20px; }

.c-button:focus {
  outline: none; }

.c-button:disabled {
  opacity: 0.3;
  cursor: not-allowed; }

/* -----------------------------------------------------------------------------

  HOME CONTAINER OBJECTS
  
----------------------------------------------------------------------------- */
#homepage {
  margin: 0 auto;
  background-color: #474747;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 25px;
  width: 100%; }

#ask {
  margin: 0 auto;
  background-color: #7DA95C;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 25px; }

#poll {
  margin: 0 auto;
  background-color: #E6B233;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 25px; }

.poll-icon {
  background-image: url("../img/home/Voting-App-Icon_Polling-Place.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  /* width of the image plus a little extra padding */
  display: block;
  /* may not need this, but I've found I do */
  background-size: 16px 14px;
  background-position: 0px 5px; }

.help-icon {
  background-image: url("../img/home/Voting-App-Icon_Ask-For-Help.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  /* width of the image plus a little extra padding */
  display: block;
  /* may not need this, but I've found I do */
  background-size: 16px 13px;
  background-position: 0px 5px; }

.barriers-icon {
  background-image: url("../img/home/Voting-App-Icon_Barriers.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  /* width of the image plus a little extra padding */
  display: block;
  /* may not need this, but I've found I do */
  background-size: 16px 14px;
  background-position: 0px 5px; }

.donate-icon {
  background-image: url("../img/home/Voting-App-Icon_Donate.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  /* width of the image plus a little extra padding */
  display: block;
  /* may not need this, but I've found I do */
  background-size: 16px 16px;
  background-position: 0px 5px; }

.signup-icon {
  background-image: url("../img/home/Voting-App-Icon_Join-the-Movement.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  /* width of the image plus a little extra padding */
  display: block;
  /* may not need this, but I've found I do */
  background-size: 16px 13px;
  background-position: 0px 5px; }

.logo-icon {
  background-image: url("../img/home/Voting-App-Icon_Logo.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  /* width of the image plus a little extra padding */
  display: block;
  /* may not need this, but I've found I do */
  background-size: 73px 36px;
  background-position: -5px 5px;
  height: 80px; }

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

.vss-adj {
  margin-top: 26px;
  margin-left: 10px;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: bold; }

.icon-height {
  height: 80px; }

#barriers {
  margin: 0 auto;
  background-color: #F26A76;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 25px; }

#donate {
  margin: 0 auto;
  background-color: #6995AC;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 25px; }

#signup {
  margin: 0 auto;
  background-color: #EA7125;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 25px; }

.hpImage {
  width: 25%;
  height: 25%; }

.navIcon {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }

.navLogo {
  margin-right: 0; }

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