/*****************************************************************
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 
*****************************************************************/
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
.gform_button.button {
  color: #ffffff;
  background-color: #ac8c46; }
  .gform_button.button:hover, .gform_button.button:focus {
    color: #464646;
    background-color: rgba(172, 140, 70, 0.5);
    border: solid 1px #464646; }

#content a.read-more {
  color: #ffffff;
  background-color: #ac8c46; }
  #content a.read-more.white-bg:hover {
    background-color: rgba(172, 140, 70, 0.5); }
  #content a.read-more:hover {
    color: #464646;
    background-color: rgba(172, 140, 70, 0.5); }

.bottom-shape {
  border-top: 2.25rem solid #ac8c46; }

section .article-header .title-wrapper .entry-title {
  color: #ffffff;
  background-color: #ac8c46; }

section .article-header .title-wrapper .bottom-shape {
  border-top-color: #ac8c46; }

/*********************
HEADER STYLES
*********************/
.header .scroll-navigation {
  background: rgba(172, 140, 70, 0.8); }

.menu .active > a {
  color: #ffffff;
  background: #ac8c46; }

.box-shape.box-shape_green {
  background: #00ab4e; }

.bottom-shape {
  border-top: 0.875rem solid #00ab4e; }

.home .hero .page-title {
  color: rgba(255, 255, 255, 0.9); }

.home .section-about .last-news {
  background: rgba(172, 140, 70, 0.5); }

.home .section-jobs {
  border-top: 3px solid #ac8c46; }
  .home .section-jobs .article-footer .menu a {
    background-color: rgba(172, 140, 70, 0.5); }
    .home .section-jobs .article-footer .menu a:hover {
      background-color: rgba(172, 140, 70, 0.7); }

.home .section-service .article-footer .footer-content {
  background-color: rgba(172, 140, 70, 0.5); }

.home .section-adhesion .gform_wrapper .gform_body input, .home .section-adhesion .gform_wrapper .gform_body textarea {
  background-color: #ffffff; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  padding-top: 30px;
  background: rgba(172, 140, 70, 0.5); }

.footer {
  background-color: rgba(172, 140, 70, 0.5); }

.button.hollow {
  border-color: #ac8c46;
  border-top: #ac8c46 solid 2px;
  border-bottom: #ac8c46 solid 2px; }

.button.hollow:hover {
  border-color: #464646;
  background-color: #ac8c46; }

.training-link__link:hover {
  border: 1px solid #ac8c46; }

.training-link__icon {
  color: #464646; }

.section-dark {
  background: rgba(172, 140, 70, 0.5); }

.section-home {
  border-bottom: 3px solid #ac8c46; }

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