@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
/* -------- main.scss----------- */
/* ------------- _helpers.scss ------------- */
/* -------------  VARIABLES ------------- */
.black {
  color: #1f1f1f !important; }

.white {
  color: white !important; }

.whitish {
  color: #f9f9f9 !important; }

.red {
  color: #e51d26 !important; }

.gray-light {
  color: #d2d2d2 !important; }

.gray-medium {
  color: #616161 !important; }

.gray-dark {
  color: #343434 !important; }

.green {
  color: #739849 !important; }

.menu {
  color: #818285 !important; }
  .menu-hover {
    color: #73b843 !important; }
  .menu-selected {
    color: #73b843 !important; }

/* ------------- FUNCTIONS ------------- */
/* ------------- MIXINS ------------- */
/* -------------  PLACEHOLDERS ------------- */
/* ------------- _base.scss ------------- */
/* ------------RESET------------ */
/* Headings */
h1 {
  margin-top: 0;
  font-size: 58px;
  font-weight: 300;
  margin-bottom: 45px;
  line-height: 1.3; }

h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 300; }

h2:after, h1:after, h3:after {
  content: '\f111';
  color: #73b843;
  font-size: 16px;
  margin-left: 3px;
  font-family: fontAwesome; }

h1:after {
  font-size: 18px; }

h3:after {
  font-size: 15px; }

h3 {
  font-size: 33px;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: 300; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 16px;
  margin: 0;
  line-height: 1.4; }

/* 16px */
h6 {
  font-size: 1em; }

/* 14px */
h4, h5, h6 {
  font-weight: 700; }

img {
  max-width: 100%; }

p {
  margin: 0 0 18px; }

/* ---------- GLOBAL ----------------- */
body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  color: #818285;
  font-size: 17px;
  font-weight: 300; }

* {
  box-sizing: border-box; }

.cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

/* ---------------  _typography.scss ----------------- */
.col-content h1, .col-content p, .col-content a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

/* ------------- _layouts.scss ------------- */
/* ------------- GRID ------------- */
/* HTML5 tags */
header, main, section, footer,
aside, nav, article, figure {
  display: block; }

main, header, footer {
  clear: both;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  min-height: 30px; }

/* ------------- HEADER ------------- */
header {
  clear: both; }

.header_wrapper {
  width: 100%;
  padding: 32px 0; }

.logo img {
  height: 38px;
  object-fit: contain; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  width: 100%;
  background: url(../img/rare-earth-footer-bg.jpg) no-repeat top right #fff;
  padding: 15vw 0 60px;
  background-size: 100%;
  font-size: 16px; }

.footer_wrapper a {
  color: #818285; }

.footer_wrapper a:hover {
  color: #60a133; }

.footer-2 {
  text-align: right;
  padding-top: 112px; }

.footer-2 img {
  float: right; }

.copyright {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
  font-size: 12px; }

.copyright a {
  color: #73b843; }

/* ------------- page-hero layout ------------- */
.page-content {
  padding-top: 25px; }

.page-hero img {
  width: 100%; }

/* ------------- _design.scss ------------- */
/* ------------- HEADER ------------- */
.header_wrapper {
  background: #fff; }

/* ------------- FOOTER ------------- */
/* ------------- _menus.scss ------------- */
/* ------------- AUTO-NAV ------------- */
.header_wrapper nav {
  text-align: right; }

nav {
  margin-top: 0px;
  margin-left: -17px;
  /*ul*/ }
  nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /*li*/
    /*dropdown menu start*/
    /*dropdown menu end*/ }
    nav ul li {
      margin: 0px;
      position: relative;
      display: inline-block;
      padding: 0 0 0 35px;
      /*dropdown menu start*/
      /*dropdown menu end*/ }
      nav ul li a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-transform: lowercase;
        color: #818285;
        font-weight: 400;
        line-height: 38px; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #73b843;
          outline: none; }
        nav ul li a.nav-selected {
          color: #73b843; }
      nav ul li:last-child a {
        padding-right: 0; }
      nav ul li:hover > ul {
        display: block;
        background: #00823f;
        padding-top: 10px;
        padding-bottom: 15px;
        margin-left: -20px; }
        nav ul li:hover > ul li {
          padding: 0px 20px; }
          nav ul li:hover > ul li a {
            line-height: 28px; }
    nav ul ul {
      /*ul ul*/
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #ffffff;
      padding: 0px;
      z-index: 999; }
      nav ul ul li {
        float: none;
        width: 200px;
        z-index: 999; }
      nav ul ul ul {
        /*ul ul ul*/
        top: 0;
        left: 100%; }

.header_wrapper a.nav-first, .header_wrapper a.nav-last {
  font-size: 0 !important; }

.header_wrapper a.nav-first:before, .header_wrapper a.nav-last:before {
  font-family: fontAwesome;
  font-size: 16px !important; }

.header_wrapper a.nav-first:before {
  content: '\f015'; }

.header_wrapper a.nav-last:before {
  content: '\f1d8'; }

/*
/* ------------- RESPONSIVE NAVIGATION ------------- */
.ccm-responsive-overlay-open .ccm-responsive-overlay {
  left: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ccm-responsive-overlay {
  background: rgba(115, 184, 67, 0.9);
  display: block;
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 102px !important;
  left: -100%;
  height: auto;
  padding: 30px;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ccm-responsive-overlay ul {
    padding-left: 0;
    float: none;
    text-align: left; }
    .ccm-responsive-overlay ul li {
      list-style-type: none;
      display: block;
      width: 100%;
      padding: 7px 0; }
      .ccm-responsive-overlay ul li a {
        display: block;
        padding: 0;
        max-width: 100%;
        line-height: 1;
        font-size: 19px;
        font-weight: 700;
        color: #707070; }
        .ccm-responsive-overlay ul li a:hover {
          color: #fff; }
      .ccm-responsive-overlay ul li.parent-ul a {
        color: #fff;
        font-size: 19px;
        display: inline-block;
        width: 100%;
        height: 100%;
        font-weight: 700;
        text-decoration: none; }
        .ccm-responsive-overlay ul li.parent-ul a:after {
          padding-left: 7px;
          padding-top: 3px;
          font-size: 14px;
          content: "\f107";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          cursor: pointer;
          text-decoration: inherit; }
        .ccm-responsive-overlay ul li.parent-ul a:hover {
          color: #fff; }
      .ccm-responsive-overlay ul li a.nav-selected {
        color: #fff !important; }
      .ccm-responsive-overlay ul li ul {
        /*new for dd start*/
        position: relative;
        top: 0;
        left: 0;
        padding: 0 !important;
        background: none !important;
        margin-left: 0px !important;
        /*new for dd end*/ }
        .ccm-responsive-overlay ul li ul li {
          width: 100%; }
        .ccm-responsive-overlay ul li ul ul {
          position: relative;
          left: 0;
          top: 0; }
        .ccm-responsive-overlay ul li ul li {
          padding-left: 35px; }
          .ccm-responsive-overlay ul li ul li.last-li a {
            padding-top: 0;
            font-size: 19px;
            padding-left: 12px; }
            .ccm-responsive-overlay ul li ul li.last-li a:after {
              content: ""; }

.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: right;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  line-height: 38px;
  height: 38px;
  width: 52px;
  border: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
  text-align: center; }
  .ccm-responsive-menu-launch span {
    display: none;
    margin-right: 5px;
    position: relative;
    top: -2px;
    font-size: 19px;
    color: #818285;
    float: left;
    margin-top: 2px; }

.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 21px;
  color: #818285;
  content: "\f00d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

.ccm-responsive-menu-launch i:after {
  font-size: 21px;
  color: #818285;
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block; }

  .ccm-responsive-navigation.original {
    display: none; }

  header .ccm-search-block-form {
    margin-top: 20px; } }
@media all and (min-width: 768px) {
  .ccm-responsive-overlay {
    display: none !important; } }
.ccm-responsive-overlay nav {
  margin-left: 0px; }

/* ------------- _forms.scss ------------- */
/* ------------- FORM ------------- */
.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"],
.ccm-block-type-form textarea {
  box-shadow: none; }
.ccm-block-type-form label {
  font-weight: 400 !important;
  text-transform: uppercase; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  background-color: white;
  color: #616161;
  float: right;
  text-transform: uppercase;
  border: 2px solid #d2d2d2;
  font-size: 1.4em;
  padding: 8px 25px; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
    border: 2px solid #343434; }

.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"],
.ccm-block-type-form textarea {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #818285;
  font-weight: 700;
  -webkit-appearance: none; }

.ccm-block-type-form label {
  font-weight: 700 !important; }

.ccm-block-type-form .form-actions input.btn, .ccm-block-type-form .ccm-block-type-form .form-actions input.btn, .ccm-block-type-form .ccm-block-type-form .form-actions input[type="submit"] {
  background-color: #73b843;
  color: #fff;
  float: none;
  border-radius: 0px;
  font-size: 22px;
  padding: 0px;
  height: 74px;
  width: 100%;
  border: none;
  font-weight: 700;
  transition: all 500ms linear;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-bottom-right-radius: 74px;
  -moz-border-radius-bottomright: 74px;
  border-bottom-right-radius: 74px; }

.ccm-block-type-form .form-actions input[type="submit"]:hover {
  color: #fff;
  border: none !important;
  background: #60a133; }

.ccm-block-type-form {
  display: inline-block;
  width: 100%; }

.ccm-block-type-form textarea {
  height: 200px;
  resize: none;
  padding: 20px !important; }

.form-control {
  font-size: 16px !important;
  padding: 0px 20px !important;
  height: 58px;
  font-weight: 700 !important;
  border: 1px solid #fff; }

.form-control:focus {
  border: 1px solid #73b843 !important;
  box-shadow: none; }

.form-group {
  margin-bottom: 6px; }

.ccm-block-type-form .fields {
  position: relative; }

.form-group.field.field-radios {
  background: #494b52;
  color: #fff;
  text-align: left;
  padding: 20px;
  font-weight: 700; }

span.radio-label {
  display: block; }

.radio {
  display: inline-block;
  margin-right: 23px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #818285 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #818285 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #818285 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #818285 !important; }

/* ------------- _components.scss ------------- */
a {
  transition: all 0.25s ease; }

a:hover {
  text-decoration: none; }

.page-content ul {
  list-style: none;
  padding-left: 45px;
  margin: 25px 0; }

.page-content li:before {
  font-family: fontAwesome;
  content: '\f0da';
  position: absolute;
  margin-left: -15px; }

.page-content a {
  color: #818285; }

.page-content a:hover {
  color: #60a133; }

/* ------------- CTA BUTTONS ------------- */
a.green-button {
  width: 250px;
  display: block;
  height: 68px;
  line-height: 68px;
  color: #fff;
  background: #73b843;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 34px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 34px;
  -moz-border-radius-topleft: 0;
  border-radius: 34px;
  border-top-left-radius: 0;
  margin-top: 60px; }

a.green-button:hover, a.side-button:hover {
  background: #60a133;
  color: #fff; }

a.side-button {
  width: 100%;
  display: block;
  height: 100px;
  line-height: 100px;
  color: #fff;
  background: #73b843;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 50px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 50px;
  -moz-border-radius-topleft: 0;
  border-radius: 50px;
  border-top-left-radius: 0;
  margin-bottom: 10px; }

.side-button h4 {
  position: absolute;
  width: calc(100% - 30px);
  margin-top: 16px; }

.side-button h4:before {
  margin-bottom: 5px; }

/* ------------- _pages.scss ------------- */
/* ------------- HOME ------------- */
.hero-wrapper {
  width: 100%;
  height: 830px;
  background: url(../img/rare-earth-hero-bg.jpg) no-repeat bottom right #e6e6e7;
  background-size: 100%;
  padding-top: 110px; }

section.home-section-2 {
  padding-top: 30px; }

a.home-button {
  width: 100%;
  padding-top: 100%;
  display: block;
  background: #73b843;
  -webkit-border-radius: 50px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 50px;
  -moz-border-radius-topleft: 0;
  border-radius: 50px;
  border-top-left-radius: 0; }

a.home-button:hover {
  background: #60a133; }

a.home-button h4 {
  font-size: 17px;
  color: #fff;
  position: absolute;
  width: calc(100% - 30px);
  top: 50%;
  text-align: center;
  margin: -39px 0 0; }

.service-icon:before, .about-icon:before, .market-icon:before, .contact-icon:before {
  font-size: 40px;
  font-family: fontAwesome;
  display: block;
  font-weight: 400;
  margin-bottom: 15px; }

.service-icon:before {
  content: '\f0c3'; }

.about-icon:before {
  content: '\f111'; }

.market-icon:before {
  content: '\f013'; }

.contact-icon:before {
  content: '\f1d8'; }

section.home-section-3 {
  background: #e6e6e7;
  padding-top: 8vw; }

section.home-section-divider {
  margin-top: 140px;
  height: 392px;
  overflow: hidden; }

.home-section-divider img {
  width: 100%; }

.spacer-row {
  margin-top: 50px; }

.home-icon {
  text-align: center; }

.home-icon img {
  margin: 0 auto 16px; }

/* ------------- CONTACT ------------- */
/* ------------- About ------------- */
.about-divider {
  background: url(../img/general-page-divider.jpg) no-repeat top center #e6e6e7 !important;
  background-size: 100% !important;
  margin-top: 6vw;
  padding-top: 10vw !important; }

/* ------------- General ------------- */
.page-content.general {
  background: #e6e6e7; }

/* ------------- _queries.scss ------------- */
/* ------------- QUERIES ------------- */
/* Large Devices, Desktops */
/**SMALLER THAN 1800*******************************/
@media only screen and (max-width: 1800px) {
  .home-section-divider img {
    position: relative;
    width: 1800px;
    max-width: 1800px;
    left: 50%;
    margin-left: -900px; } }
/**SMALLER THAN 1200*******************************/
@media only screen and (max-width: 1200px) {
  .container {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px; }

  a.home-button {
    -webkit-border-radius: 4.2vw;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4.2vw;
    -moz-border-radius-topleft: 0;
    border-radius: 4.2vw;
    border-top-left-radius: 0; }

  h1 {
    font-size: 4.7vw;
    margin-bottom: 3.75vw; }

  h2 {
    font-size: 3.34vw;
    margin-bottom: 4.16vw; }

  h2:after {
    font-size: 1.34vw; }

  h1:after {
    font-size: 1.5vw; }

  .hero-wrapper {
    height: auto;
    padding-bottom: 20vw; } }
/**SMALLER THAN 1100*******************************/
/* TABLETS */
/**SMALLER THAN 1026*******************************/
/**SMALLER THAN 992*******************************/
@media only screen and (max-width: 992px) {
  .copyright {
    font-size: 9.99px; }

  .home-section-divider img {
    position: relative;
    width: 1000px;
    max-width: 1000px;
    left: 50%;
    margin-left: -500px; }

  section.home-section-divider {
    height: 218px; }

  .home-icon h4 {
    font-size: 1.7vw; }

  .home-icon img {
    height: 11vw;
    width: auto; } }
/* iPad portrait */
/* iPad landscape */
/* PHONES */
/**SMALLER THAN 767*******************************/
@media only screen and (max-width: 767.5px) {
  .footer-2 img {
    float: left; }

  .footer-2 {
    text-align: left;
    padding-top: 20px; }

  a.home-button {
    padding-top: 150px;
    margin-bottom: 20px; }

  h1 {
    font-size: 36px;
    margin-bottom: 29px; }

  h2 {
    font-size: 26px;
    margin-bottom: 32px; }

  h2:after {
    font-size: 12px; }

  h1:after {
    font-size: 11px; }

  .hero-wrapper {
    padding-top: 70px;
    background-size: 900px 465px;
    background-position: bottom left; }

  section.home-section-divider {
    margin-top: 80px; }

  section.home-section-3 {
    padding-top: 70px; }

  .footer_wrapper {
    padding-top: 168px;
    background-size: 900px 168px; }

  .home-icon h4 {
    margin-bottom: 40px; }

  .home-icon h4 {
    font-size: 17px; }

  .home-icon img {
    height: initial; }

  .sidebar {
    margin-top: 50px; }

  .about-divider {
    margin-top: 90px;
    padding-top: 100px !important; } }
/**SMALLER THAN 550*******************************/
@media only screen and (max-width: 550px) {
  .hero-wrapper {
    background-size: 550px 284px;
    background-position: bottom center; }

  .footer_wrapper {
    padding-top: 200px; } }
/* Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .copyright br {
    display: none; }

  .ccm-responsive-overlay ul li {
    padding: 12px 0; } }
/* Extra Small Devices, Phones */
/* IE */

/*# sourceMappingURL=main.css.map */
