/*
 File: styles.scss
 This should only contain @import statements from other files
 */
/*
 File: _variables.scss
 This should contain variable declarations. Actual usage should occur elsewhere
 */
/*
 COLORS
 */
/*
 TYPOGRAPHY
 */
/*
 SIZING
 */
/*
 ANIMATION
 */
/*
 BREAKPOINTS
 */
/*
 File: _base.scss
 This should contain site-wide styles that don't belong anywhere else
 */
/*
 BOTTOM BORDER/CARET
 */
.rf-bottom-border, .rf-bottom-border.color-2 {
  border-bottom: 0.5rem solid #fd8900;
}
.rf-caret-after, .rf-caret-after.color-2 {
  position: relative !important;
}
.rf-caret-after::after, .rf-caret-after.color-2::after {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: #fd8900;
  z-index: 2;
  left: 50%;
  margin-left: -1.5rem;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  transform: rotate(45deg);
  bottom: -1.9375rem;
}
.rf-bottom-border.color-4 {
  border-bottom-color: #e1d6c4;
}
.rf-caret-after.color-4::after {
  background-color: #e1d6c4;
}
.rf-bottom-border.color-1 {
  border-bottom-color: #6d7c8f;
}
.rf-caret-after.color-1::after {
  background-color: #6d7c8f;
}
.rf-bottom-border.small {
  border-bottom-width: 0.25rem;
}
.rf-caret-after.small::after {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -0.75rem;
  bottom: -0.9375rem;
}
/*
 DOTS GRAPHIC
 */
.rf-dots-before {
  position: relative !important;
}
.rf-dots-before::before {
  content: url(/wp-content/uploads/2020/05/dots-gradient.svg);
  position: absolute;
  display: block;
  transform: rotate(-45deg);
  width: 440px;
  top: -140px;
  left: -200px;
  z-index: -1;
}
/*
 PSEUDO ELEMENT ICON
 */
.rf-contact-chip {
  font-weight: bold;
  margin-bottom: 1.5rem;
  display: flex;
}
.rf-contact-chip::before {
  content: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  margin-right: 0.75rem;
}
.rf-contact-chip:last-child {
  margin-bottom: 0;
}
#rf-body .rf-contact-chip.phone::before {
  content: "\f879";
}
#rf-body .rf-contact-chip.email::before {
  content: "\f0e0";
}
#rf-body .rf-contact-chip.address::before {
  content: "\f1ad";
}
/*
 File: _typography.scss
 This should contain sizing and font choices for typography
 */
a {
  transition: all 0.3s ease;
  font-weight: bold;
}
a:hover {
  color: #fd8900;
}
.rf-paragraph-lg, .rf-testimonial__source {
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.25px;
  font-weight: 300;
}
/*
 File: _header.scss
 This should contain overrides for the main header
 */
/*
 MAIN HEADER
 */
#main-header {
  padding-top: 0.75rem;
}
#main-header .rf-top-header {
  padding-top: 0.75rem;
}
#main-header .rf-top-header #et-info, #main-header .rf-top-header .rf-top-header__support-portal-button {
  float: right;
}
#main-header .rf-top-header #et-info, #main-header .rf-top-header #et-info a {
  font-weight: normal;
  line-height: 2.25rem;
  padding-bottom: 0;
  color: #fff;
}
#main-header .rf-top-header #et-info-phone::before {
  margin-right: 7px;
}
#main-header .et_menu_container {
  display: grid;
  grid-template-areas: "logo top-header" "logo menu";
  gap: 1.5rem;
}
#main-header .rf-top-header {
  grid-area: top-header;
}
#main-header .logo_container {
  grid-area: logo;
}
#main-header #et-top-navigation {
  grid-area: menu;
}
/*
 LOGO
 */
#main-header #logo {
  height: 100%;
  max-height: none;
  padding-bottom: 0.75rem;
}
/*
 MAIN MENU
 */
#main-header #et-top-navigation {
  padding-top: 0;
  padding-left: 0 !important;
  display: flex;
  justify-content: flex-end;
}
#main-header #top-menu li a {
  font-weight: 300;
  padding-bottom: 1.5rem;
  transition: all 0.3s ease;
}
#main-header #top-menu li a:hover {
  opacity: 1 !important;
  transform: translate(-1px, -1px);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.1), 1px 1px rgba(0, 0, 0, 0.35), 2px 2px rgba(0, 0, 0, 0.35), 3px 3px rgba(0, 0, 0, 0.35);
}
#main-header #top-menu li.current-menu-ancestor > a, #main-header #top-menu li.current-menu-item > a {
  text-decoration: underline;
}
#main-header #top-menu li.current-menu-ancestor > a:hover, #main-header #top-menu li.current-menu-item > a:hover {
  text-shadow: none;
  transform: translate(0, 0);
}
#main-header #top-menu li ul {
  width: auto;
}
#main-header #top-menu li li a {
  width: auto;
  white-space: nowrap;
}
@media (max-width: 980px) {
  #main-header #et_search_icon, #main-header .select_page {
    display: none;
  }
  #main-header .mobile_menu_bar::before {
    color: #aab4bd;
    font-size: 3rem;
  }
  #main-header .mobile_nav.opened .mobile_menu_bar::before {
    content: "\4d";
  }
}
/*
 DROPDOWN MENUS
 */
#main-header #top-menu .sub-menu li a {
  padding-bottom: 6px;
}
/*
 INTERIOR PAGE OVERRIDES 
 */
/*
 File: _footer.scss
 This should contain overrides for the footer
 */
/*
 MAIN FOOTER AREA
 */
#main-footer #footer-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "navigation services news news" "connect connect news news";
  gap: 2.25rem;
}
#main-footer #footer-widgets .footer-widget:nth-child(1) {
  grid-area: navigation;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) {
  grid-area: services;
}
#main-footer #footer-widgets .footer-widget:nth-child(3) {
  grid-area: news;
}
#main-footer #footer-widgets .footer-widget:nth-child(4) {
  grid-area: connect;
}
#main-footer .footer-widget {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
#main-footer .footer-widget .et_pb_widget {
  width: 100%;
}
#main-footer .footer-widget h4.title {
  display: flex;
  align-items: center;
}
#main-footer .footer-widget h4.title:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #6d7c8f;
  margin-left: 1.5rem;
  flex-grow: 1;
}
#main-footer .footer-widget li {
  padding-left: 0;
}
#main-footer .footer-widget li::before {
  display: none;
}
#main-footer .footer-widget li a {
  font-weight: bold;
}
/*
 LATEST NEWS WITH THUMBNAILS WIDGET 
 */
#main-footer .rpwwt-widget img {
  margin: 0 2.25rem 1.5rem 0;
  box-shadow: 2.25rem 2.25rem 0 -1.5rem #6d7c8f;
}
#main-footer .rpwwt-widget .rpwwt-post-title {
  font-size: 1.125rem;
  color: #000;
}
#main-footer .rpwwt-widget .rpwwt-post-excerpt {
  font-size: 0.875rem;
}
/*
 CONTACT SECTION
 */
#main-footer .footer-widget:nth-child(4) .textwidget {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem;
}
/*
 BOTTOM BAR
 */
#footer-bottom {
  padding: 0;
}
#footer-bottom .et-social-icons {
  line-height: 4.5rem;
}
#footer-bottom .et-social-icons li {
  margin-left: 1rem;
}
#footer-keywords a {
  font-size: 0.75rem;
  font-weight: normal;
  color: #000;
}
#footer-info {
  padding: 0;
  text-align: center;
  line-height: 4.5rem;
}
/*
 File: _forms.scss
 This should contain overrides for forms
 */
/*
 GRAVITY FORMS
 */
#rf-body .gform_wrapper {
  margin: 0;
}
#rf-body .gform_heading {
  margin-bottom: 0;
}
#rf-body h3.gform_title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin: 0;
  padding: 0;
}
#rf-body li.gfield {
  margin-top: 1.5rem;
}
#rf-body label.gfield_label {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem;
}
#rf-body label.gfield_label .gfield_required {
  color: #000;
}
#rf-body .ginput_container {
  margin-top: 0;
}
#rf-body .gform_footer {
  padding: 0;
  margin: 1.5rem 0 0 0;
  display: flex;
  justify-content: flex-end;
}
#rf-body .rf-home-form__wrapper {
  padding: 2.25rem 1.25rem 2.25rem 2.25rem;
  background-color: #fd8900;
}
.grecaptcha-badge {
  display: none;
}
/*
 MAILCHIMP NEWSLETTER SIGNUP
 */
#mc_embed_signup #mc-embedded-subscribe-form {
  padding: 1.5rem 0 0 0;
}
#mc_embed_signup #mc-embedded-subscribe-form label {
  padding: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form #mce-EMAIL {
  font-family: "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
  min-height: 2.25rem;
  width: 100%;
  border-radius: 0;
  border: 1px solid #aab4bd;
  transition: all 0.3s ease;
  margin-bottom: 0.75rem;
}
#mc_embed_signup #mc-embedded-subscribe-form #mce-EMAIL::placeholder {
  color: #aab4bd;
}
#mc_embed_signup #mc-embedded-subscribe-form #mce-EMAIL:focus {
  border-color: #6d7c8f;
}
#mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe {
  width: 100%;
  margin: 0;
  background-color: #6d7c8f;
  border-radius: 0;
  border: 1px solid #6d7c8f;
  font-size: 1.125rem;
  height: 34px;
  padding: 0 0.75rem !important;
}
#mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe:hover {
  background-color: #fff;
  color: #6d7c8f;
}
/*
 File: _buttons.scss
 This should contain overrides for buttons
 */
/*
 ADD LINES ON RIGHT OF ITEM
 */
/*
 STANDARDIZE BUTTON TYPOGRAPHY
 */
/*
 INDIVIDUAL BUTTON STYLES
 */
#rf-body .et_pb_button, #rf-body #rf-hero .rf-hero__cta, #rf-body .gform_button, #rf-body .button {
  display: inline-block;
  line-height: 1.5rem !important;
  padding: 0.75rem 1.5rem !important;
  color: #fff;
  background-color: #6d7c8f;
  font-family: "Barlow", "Arial", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: none;
  cursor: pointer;
}
#rf-body .rf-button-inverse {
  background-color: #fff;
  color: #6d7c8f;
  border-color: #fff !important;
}
#rf-body .rf-button-inverse:hover {
  color: #fff !important;
  background-color: #6d7c8f !important;
}
#rf-body .rf-button-small {
  line-height: 1.125rem !important;
  padding: 0.5rem 1.0625rem !important;
}
/* 
 MULTI-BUTTON LAYOUTS
 */
#rf-body .et_pb_button + .et_pb_button, #rf-body #rf-hero .rf-hero__cta + .et_pb_button, #rf-body #rf-hero #rf-body #rf-hero .rf-hero__cta + .rf-hero__cta, #rf-body #rf-hero .et_pb_button + .rf-hero__cta {
  margin-left: 1.5rem;
}
/*
 File: _social-icons.scss
 This file is just for the inline social icon styles from the [rf_social_media] shortcode
 */
.rf-social-icons-inline .ul-social-et {
  display: flex;
}
.rf-social-icons-inline .ul-social-et .et-social-icon {
  margin: 0 1em 0 0;
}
.rf-social-icons-inline .ul-social-et .et-social-icon:last-child {
  margin: 0;
}
.rf-social-icons-inline .ul-social-et .et-social-icon a {
  font-size: 1.5rem;
}
/*
 File: _mobile.scss
 Fixes for mobile views of the website
 */
#rf-body {
  overflow-x: hidden;
  /* Single case where logo is on hero instead of header   */
}
@media (max-width: 1280px) and (min-width: 980px) {
  #rf-body #main-header .logo_container {
    grid-area: inherit;
  }
}
@media (max-width: 980px) {
  #rf-body #main-header .et_menu_container {
    grid-template-areas: "logo top-header menu";
    gap: 0;
  }
  #rf-body #main-header #et-top-navigation {
    padding-top: 24px;
  }
  #rf-body #main-header #et-info {
    display: flex;
    justify-content: center;
    float: none;
    padding-top: 0;
  }
  #rf-body #main-header #et-info, #rf-body #main-header .rf-button-small {
    margin-top: 1rem;
  }
  #rf-body #main-header #logo {
    max-width: 95%;
  }
  #rf-body #main-header .mobile_menu_bar::before {
    color: #fd8900;
  }
  #rf-body #main-header #mobile_menu.et_mobile_menu li a {
    text-transform: uppercase;
  }
  #rf-body h1.rf-hero__heading {
    font-size: 24px;
  }
  #rf-body .rf-hero__heading {
    padding: 0 2rem;
  }
  #rf-body .rf-service-block__inner, #rf-body .et_pb_column_6 {
    padding: 0 9rem;
  }
  #rf-body #footer-widgets, #rf-body #main-footer .footer-widget:nth-child(4) .textwidget {
    display: inline-block;
  }
  #rf-body #main-footer .rpwwt-widget .rpwwt-post-title {
    font-size: 1rem;
  }
  #rf-body #main-footer .rpwwt-widget img, #rf-body #main-footer .rpwwt-widget .rpwwt-post-title {
    float: none !important;
  }
  #rf-body #main-footer .rpwwt-widget .rpwwt-post-title {
    display: flex;
  }
  #rf-body #footer-bottom {
    padding: 15px 0 5px;
  }
  #rf-body #footer-bottom .et-social-icons, #rf-body #footer-bottom #footer-info {
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  #rf-body {
    /* For some reason the icons weren't showing up without this code again */
  }
  #rf-body #main-header .et_menu_container {
    grid-template-areas: "top-header top-header" "logo menu";
    gap: 0;
  }
  #rf-body #main-header .rf-top-header {
    display: grid;
    justify-items: end;
  }
  #rf-body #main-header #et-info-phone {
    margin-right: 0;
  }
  #rf-body #main-header #et-info {
    float: right;
    padding-top: 0;
    margin: 0.5rem 0;
  }
  #rf-body .home .rf-hero__banner {
    width: 100%;
  }
  #rf-body #rf-hero .rf-hero__banner {
    flex-direction: column;
    width: 100%;
  }
  #rf-body #rf-hero h1.rf-hero__heading {
    font-size: 1rem;
    line-height: 2.5rem;
  }
  #rf-body #rc-anchor-container.rc-anchor-normal {
    width: 75vw !important;
  }
  #rf-body .rf-home-contact__wrapper .rf-home-contact__chip {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 2.25rem;
    padding: 1.5rem 0 1.5rem 1.5rem;
    background-color: #fff;
  }
  #rf-body .rf-home-contact__wrapper .rf-home-contact__chip::before {
    content: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    margin-right: 1.125rem;
  }
  #rf-body .rf-contact-chip.phone::before {
    content: "\f879";
  }
  #rf-body .rf-contact-chip.email::before {
    content: "\f0e0";
  }
  #rf-body .rf-contact-chip.address::before {
    content: "\f1ad";
  }
  #rf-body .rf-service-block__inner, #rf-body .et_pb_column_6 {
    padding: 0 1.5rem;
  }
  #rf-body #footer-widgets {
    text-align: center;
  }
}
/*
 File: _home.scss
 This should contain overrides for home page
 */
/*
 HERO
 */
#rf-hero {
  display: flex;
  min-height: 15rem;
}
.home #rf-hero {
  min-height: calc(100vh - 7.5rem - 6rem);
}
.rf-hero__tile-helper {
  position: absolute;
  width: 0;
  height: 100%;
}
.rf-hero__tile {
  position: absolute;
  opacity: 0.5;
}
.rf-hero__tile:nth-child(1) {
  background-color: #e1d6c4;
  width: 15rem;
  height: 25rem;
  bottom: -8vh;
  z-index: 4;
}
.rf-hero__tile:nth-child(2) {
  background-color: #e5b76c;
  width: 20rem;
  height: 25rem;
  bottom: 2vh;
  z-index: 5;
}
.rf-hero__tile:nth-child(3) {
  background-color: #6d7c8f;
  width: 20rem;
  height: 18rem;
  bottom: 1vh;
  left: 8rem;
}
.home .rf-hero__tile:nth-child(1) {
  width: 25rem;
  bottom: 15vh;
}
.home .rf-hero__tile:nth-child(2) {
  bottom: 30vh;
  z-index: 3;
}
.home .rf-hero__tile:nth-child(3) {
  width: 26rem;
  bottom: 18vh;
}
.rf-hero__banner {
  position: absolute;
  background: rgba(253, 137, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 8rem;
  bottom: 3rem;
  z-index: 5;
}
.home .rf-hero__banner {
  flex-direction: row;
  bottom: 25vh;
  max-width: calc(65rem + (50vw - 37.5rem));
}
.rf-hero__subheading {
  color: #fff;
  font-family: "Barlow", "Arial", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.rf-hero__heading {
  color: #fff;
  padding-bottom: 0;
  line-height: 4rem;
}
@media (min-width: 81rem) {
  .rf-hero__heading, .rf-hero__subheading {
    margin-left: calc(50vw - 37.5rem);
    margin-right: 2.25rem;
  }
}
#rf-body #rf-hero .rf-hero__cta {
  display: flex;
  padding-right: 1.5rem;
  padding-right: 4rem !important;
  width: 29rem;
  font-size: 1.125rem;
  font-weight: 500;
  align-items: center;
  background: #fff;
  color: #fd8900;
}
#rf-body #rf-hero .rf-hero__cta::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 0;
  width: 2px;
  height: 100%;
  border-style: solid;
  border-width: 0 1px;
  border-color: #fd8900;
  z-index: 2;
  transition: all 0.3s ease;
}
#rf-body #rf-hero .rf-hero__cta:hover::after {
  width: 8px;
  right: 0.5rem;
}
#rf-body #rf-hero .rf-hero__cta i {
  font-size: 2.25rem;
  transition: all 0.3s ease;
}
#rf-body #rf-hero .rf-hero__cta span {
  margin-left: 1.5rem;
}
#rf-body #rf-hero .rf-hero__cta:hover i {
  transform: scale(1.25);
}
/*
 SERVICE GRID
 */
.rf-service-block {
  padding: 3rem 0;
  min-height: 18rem;
  background-color: #6d7c8f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}
.rf-service-block:hover {
  background-color: rgba(109, 124, 143, 0.75);
}
.rf-service-block__inner {
  display: flex;
  width: 100%;
  line-height: 4.5rem;
}
.rf-service-block__icon-wrapper {
  color: #fff;
  font-size: 2.25rem;
  margin: 0 1.5rem;
}
.rf-service-block__title-wrapper {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  background: #6d7c8f;
  min-height: 4.5rem;
  display: flex;
  padding-right: 1.5rem;
}
.rf-service-block__title-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 0;
  width: 2px;
  height: 100%;
  border-style: solid;
  border-width: 0 1px;
  border-color: #6d7c8f;
  z-index: 2;
  transition: all 0.3s ease;
}
.rf-service-block__title-wrapper:hover::after {
  width: 8px;
  right: 0.5rem;
}
.rf-service-block__title {
  font-family: "Barlow", "Arial", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  padding: 0;
  margin-left: 0.75rem;
}
.rf-service-block__description {
  padding: 1.5rem 1.5rem 0;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 0.875rem;
}
.rf-service-block:hover .rf-service-block__title-wrapper::after {
  border-color: #fd8900;
}
.rf-service-block:hover .rf-service-block__description {
  opacity: 0;
}
/*
 PARTNERS
 */
@media (min-width: 480px) {
  .et_pb_row_inner .et_pb_column.et_pb_column_1_3.et_pb_column_inner {
    width: 45.758%;
    margin-right: 8.483%;
    margin-bottom: 0;
  }
}
/*
 TESTIMONIAL
 */
.rf-quote-before {
  position: relative !important;
}
.rf-quote-before::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  font-size: 6rem;
  color: #fd8900;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
}
/*
 CONTACT INFO NEXT TO FORM
 */
.rf-home-contact__wrapper .rf-home-contact__chip {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  line-height: 2.25rem;
  padding: 1.5rem 0 1.5rem 1.5rem;
  background-color: #fff;
}
.rf-home-contact__wrapper .rf-home-contact__chip::before {
  content: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.25rem;
  margin-right: 1.125rem;
}
/*
 CERTIFICATIONS ROW
 */
.rf-certifications-section .et_pb_column, .rf-certifications-row .et_pb_column {
  display: flex;
  align-items: center;
}
/*
 File: _interior.scss
 This should contain overrides for interior pages
 */
/*
 LOGO LINE CUSTOM CODE MODULE
 */
.rf-logo-line ul {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.rf-logo-line li {
  flex-basis: 30%;
  flex-grow: 1;
}
.rf-logo-line li:not(:last-child) {
  margin-right: 3rem;
}
.rf-logo-line img {
  max-height: 8rem;
}
/*
 File: _blog.scss
 This should contain overrides for the news/blog section
 */
/*
 File: _successstories.scss
 This should contain overrides for success stories page.
 */
.rf-testimonial__source {
  text-align: right;
}
/*# sourceMappingURL=styles.css.map */