/*
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
*/
/*
BREAKPOINTS
*/
/*
File: _mixins.scss
This should contain mixins that would work throughout the site
TODO: Find a better place for these mixins
*/
/*
File: _layout.scss
This should contain site-wide layout overrides for Divi and Wordpress
*/
/*
DIVI LAYOUT OVERRIDES
*/
*:focus {
  outline: 0 !important;
}
body {
  overflow-x: hidden;
}
.et_pb_section:not(.et_pb_fullwidth_section) {
  padding: 3rem 0;
}
.et_pb_row {
  width: 90.09%;
  max-width: 1920px;
  padding: 1.5rem 0;
}
.et_pb_module {
  margin-bottom: 1.5rem;
}
.et_pb_module.et-last-child, .et_pb_module:last-child {
  margin-bottom: 0;
}
.rf-centered--row {
  display: flex;
}
.rf-centered--row .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 980px) {
  .rf-centered--row {
    flex-direction: column;
  }
  .rf-centered--row .et_pb_image {
    max-width: 500px;
  }
  .rf-centered--row .et_pb_column:first-child {
    margin-bottom: 3rem;
  }
  .rf-flip {
    display: flex;
    flex-direction: column-reverse;
  }
  .rf-flip .et_pb_column:last-child {
    margin-bottom: 3rem !important;
  }
  .rf-flip .et_pb_column:first-child {
    margin-bottom: 0px !important;
  }
}
.et_pb_gallery_image a {
  line-height: 0 !important;
}
@media (max-width: 980px) {
  #rf-body .rf-contact--blurb .et_pb_blurb_content {
    margin: 0;
  }
}
/*
File: _animation.scss
This should contain site-wide animation styles
*/
/*
DELAYED BLURB ENTRY
This progressively delays the animation start of images in later columns
to create a cool effect
*/
#rf-body img {
  animation-fill-mode: both;
}
@media only screen and (min-width: 980.02px) {
  #rf-body .et_pb_column:nth-child(2) img {
    animation-delay: 0.25s;
  }
  #rf-body .et_pb_column:nth-child(3) img {
    animation-delay: 0.5s;
  }
  #rf-body .et_pb_column:nth-child(4) img {
    animation-delay: 0.75s;
  }
  #rf-body .et_pb_column:nth-child(5) img {
    animation-delay: 1s;
  }
  #rf-body .et_pb_column:nth-child(6) img {
    animation-delay: 1.25s;
  }
}
/*
File: _typography.scss
This should contain sizing and font choices for typography
*/
body.et_divi_theme h1, body.et_divi_theme .h1 {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
  min-height: 0vw;
  font-size: 4rem;
  font-size: clamp(3rem, calc(3rem + ((1vw - 0.48rem) * 1.3889)), 4rem);
}
body.et_divi_theme h1 span, body.et_divi_theme .h1 span {
  display: block;
}
body.et_divi_theme h2, body.et_divi_theme .h2 {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
  min-height: 0vw;
  font-size: 3rem;
  font-size: clamp(2rem, calc(2rem + ((1vw - 0.48rem) * 1.3889)), 3rem);
}
body.et_divi_theme h2 span, body.et_divi_theme .h2 span {
  display: block;
}
body.et_divi_theme h3, body.et_divi_theme .h3 {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
  min-height: 0vw;
  font-size: 2.25rem;
  font-size: clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 1.0417)), 2.25rem);
}
body.et_divi_theme h3 span, body.et_divi_theme .h3 span {
  display: block;
}
body.et_divi_theme h4, body.et_divi_theme .h4 {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
  min-height: 0vw;
  font-size: 1.5rem;
  font-size: clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.3472)), 1.5rem);
}
body.et_divi_theme h4 span, body.et_divi_theme .h4 span {
  display: block;
}
body.et_divi_theme h5, body.et_divi_theme .h5 {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
  min-height: 0vw;
  font-size: 1.25rem;
  font-size: clamp(1rem, calc(1rem + ((1vw - 0.48rem) * 0.3472)), 1.25rem);
}
body.et_divi_theme h5 span, body.et_divi_theme .h5 span {
  display: block;
}
body.et_divi_theme h6, body.et_divi_theme .h6 {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
  min-height: 0vw;
  font-size: 1rem;
  font-size: clamp(0.85rem, calc(0.85rem + ((1vw - 0.48rem) * 0.2083)), 1rem);
  line-height: 1.5rem;
}
body.et_divi_theme h6 span, body.et_divi_theme .h6 span {
  display: block;
}
body.et_divi_theme #rf-body, body.et_divi_theme a #rf-body, body.et_divi_theme li #rf-body {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
}
body.et_divi_theme a {
  transition: all 0.3s ease;
}
body.et_divi_theme h1 a, body.et_divi_theme h2 a, body.et_divi_theme h3 a, body.et_divi_theme h4 a, body.et_divi_theme h5 a, body.et_divi_theme h6 a, body.et_divi_theme p a {
  color: inherit !important;
  font-weight: 700;
}
body.et_divi_theme h1 a:hover, body.et_divi_theme h2 a:hover, body.et_divi_theme h3 a:hover, body.et_divi_theme h4 a:hover, body.et_divi_theme h5 a:hover, body.et_divi_theme h6 a:hover, body.et_divi_theme p a:hover {
  color: #ED1C24 !important;
}
body.et_divi_theme .rf-paragraph--large #rf-body, body.et_divi_theme .rf-paragraph--large a #rf-body {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1.3125rem;
  font-size: clamp(1rem, calc(1rem + ((1vw - 0.3rem) * 0.5435)), 1.3125rem);
}
body.et_divi_theme .rf-paragraph--small #rf-body, body.et_divi_theme .rf-paragraph--small a #rf-body {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
body.et_divi_theme .et_pb_layout_dark {
  color: #fff;
}
/*
File: _buttons.scss
This should contain overrides for buttons
*/
#rf-body .et_pb_button, #rf-body .rf-news a.more-link, #rf-body .gform_button, #rf-body [type=submit] {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  font-size: 1rem;
  font-size: clamp(0.85rem, calc(0.85rem + ((1vw - 0.48rem) * 0.2083)), 1rem);
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0.75rem 1.5rem !important;
  text-transform: capitalize;
  transition: all 0.3s ease;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
}
#rf-body .et_pb_button:hover, #rf-body .rf-news a.more-link:hover, #rf-body .gform_button:hover, #rf-body [type=submit]:hover {
  color: #ED1C24;
}
#rf-body .rf-button--primary, #rf-body .et_pb_button, #rf-body .rf-news a.more-link, #rf-body .gform_button, #rf-body [type=submit], #rf-body #main-header li.btn a, #main-header li.btn #rf-body a {
  color: #fff;
  background-color: #2E3E92;
}
#rf-body .rf-button--primary:hover, #rf-body .et_pb_button:hover, #rf-body .rf-news a.more-link:hover, #rf-body .gform_button:hover, #rf-body [type=submit]:hover, #rf-body #main-header li.btn a:hover, #main-header li.btn #rf-body a:hover {
  background-color: transparent !important;
  color: #2E3E92 !important;
  box-shadow: 0 0 0 0.125rem inset #2E3E92;
}
#rf-body .rf-button--outline, #rf-body .rf-news a.more-link {
  color: #2E3E92 !important;
  background-color: transparent;
  height: fit-content;
  box-shadow: 0 0 0 0.125rem inset #2E3E92;
}
#rf-body .rf-button--outline:hover, #rf-body .rf-news a.more-link:hover {
  background-color: #2E3E92 !important;
  color: #fff !important;
  opacity: 1 !important;
}
#rf-body .rf-button--secondary {
  color: #fff;
  background-color: #ED1C24;
}
#rf-body .rf-button--secondary:hover {
  background-color: transparent !important;
  color: #ED1C24 !important;
  box-shadow: 0 0 0 0.125rem inset #ED1C24;
}
#rf-body .rf-button--secondary-outline {
  color: #ED1C24;
  background-color: #fff;
  box-shadow: 0 0 0 0.125rem inset #ED1C24;
}
#rf-body .rf-button--secondary-outline:hover {
  background-color: #ED1C24 !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.125rem inset #ED1C24;
}
#rf-body .rf-button--inverse {
  color: #ED1C24 !important;
  background-color: #fff;
  height: fit-content;
  box-shadow: 0 0 0 0.125rem inset #fff;
}
#rf-body .rf-button--inverse:hover {
  background-color: transparent;
  color: #fff !important;
  opacity: 1 !important;
  box-shadow: 0 0 0 0.125rem inset #fff;
}
#rf-body .rf-button--inverse-outline {
  color: #fff !important;
  background-color: transparent;
  height: fit-content;
  box-shadow: 0 0 0 0.125rem inset #fff;
}
#rf-body .rf-button--inverse-outline:hover {
  background-color: #fff !important;
  color: #000000 !important;
  opacity: 1 !important;
  box-shadow: 0 0 0 0.125rem inset #fff;
}
#rf-body .rf-button--newsletter, #rf-body #et-main-area .gform_wrapper .gf_simple_horizontal #gform_submit_button_2, #et-main-area .gform_wrapper .gf_simple_horizontal #rf-body #gform_submit_button_2 {
  color: #fff !important;
  background-color: transparent;
  height: fit-content;
}
#rf-body .rf-button--newsletter:hover, #rf-body #et-main-area .gform_wrapper .gf_simple_horizontal #gform_submit_button_2:hover, #et-main-area .gform_wrapper .gf_simple_horizontal #rf-body #gform_submit_button_2:hover {
  background-color: #fff !important;
  color: #000000 !important;
  opacity: 1 !important;
  box-shadow: 0 0 0 0.0625rem inset #fff;
}
/* 
  MULTI-BUTTON LAYOUTS
  */
#rf-body .et_pb_button + .et_pb_button, #rf-body .rf-news a.more-link + .et_pb_button, #rf-body .rf-news .et_pb_button + a.more-link, #rf-body .rf-news a.more-link + a.more-link {
  margin-left: 1.5rem;
}
/*
File: _header.scss
This should contain overrides for the main header
*/
#rf-body .rf-centered-inline--menu .et_pb_menu__logo a:hover, #rf-body .rf-left-aligned--menu .et_pb_menu__logo a:hover {
  opacity: 1;
}
#rf-body .rf-centered-inline--menu li a, #rf-body .rf-left-aligned--menu li a {
  font-size: 1.3125rem;
  font-size: clamp(0.75rem, calc(0.75rem + ((1vw - 0.48rem) * 0.6944)), 1.25rem);
}
#rf-body .rf-centered-inline--menu .et_pb_menu__logo-wrap, #rf-body .rf-left-aligned--menu .et_pb_menu__logo-wrap {
  margin-bottom: 0px;
}
#rf-body .rf-centered-inline--menu .et_pb_menu_inner_container, #rf-body .rf-left-aligned--menu .et_pb_menu_inner_container {
  display: flex;
}
@media screen and (max-width: 980px) {
  #rf-body .rf-centered-inline--menu .et_pb_menu__wrap, #rf-body .rf-left-aligned--menu .et_pb_menu__wrap {
    justify-content: flex-end;
  }
}
#rf-body .mobile_nav.opened .mobile_menu_bar::before {
  content: "M";
}
@media (min-width: 980px) {
  #rf-body li.btn {
    display: flex;
    align-items: center;
  }
  #rf-body li.btn a {
    color: #2E3E92 !important;
    background-color: transparent;
    height: fit-content;
    padding: 1.5rem 1.5rem !important;
    box-shadow: 0 0 0 0.0625rem inset #2E3E92;
  }
  #rf-body li.btn a:hover {
    background-color: #2E3E92 !important;
    color: #fff !important;
    opacity: 1 !important;
  }
}
#main-header .container, #top-header .container {
  max-width: 1400px;
  width: 90.09%;
}
/* 
Auto width for nav dropdowns
*/
@media only screen and (min-width: 981px) {
  .nav li ul {
    width: fit-content;
    display: flex;
    flex-direction: column;
  }
  .nav li li {
    white-space: nowrap;
  }
  .nav li li a {
    width: auto !important;
  }
}
/*
TOP HEADER
*/
#top-header .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#top-header #et-info-phone a {
  font-weight: 500;
  transition: all 0.3s ease;
}
#top-header #et-info-phone a:hover {
  opacity: 0.7;
}
#top-header a {
  font-size: 15px !important;
}
#top-header #et-secondary-menu {
  float: none;
}
/*
  MAIN HEADER
  */
#main-header .et_pb_menu__wrap {
  display: flex;
  justify-content: flex-end;
}
#main-header #menu-top-menu {
  display: flex;
  align-items: center;
}
@media (min-width: 980px) {
  #main-header li.btn a {
    color: #fff !important;
    height: fit-content;
  }
  #main-header li.btn a:hover {
    color: #fff !important;
    opacity: 1 !important;
  }
}
#main-header #logo {
  max-width: 25%;
}
@media (max-width: 767px) {
  #main-header #logo {
    max-width: 100%;
  }
}
#et-top-navigation {
  padding-top: 42px;
}
/*
  MAIN MENU
  */
#main-header #top-menu {
  display: flex;
  align-items: center;
}
#main-header #top-menu li a {
  font-size: clamp(0.75rem, calc(0.75rem + ((1vw - 0.48rem) * 0.6944)), 1.25rem);
}
#main-header #top-menu li ul {
  width: auto;
}
#main-header #top-menu li ul a {
  width: auto;
  white-space: nowrap;
}
@media (max-width: 980px) {
  #main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  #main-header .logo_container {
    position: static;
  }
  #main-header #et-top-navigation {
    padding-left: 0px !important;
  }
  #main-header .logo_container #logo {
    max-width: unset;
    max-height: 100px;
  }
  #main-header .et_header_style_split #logo {
    max-width: unset;
  }
  #main-header #et_search_icon, #main-header .select_page {
    display: none;
  }
  #main-header .mobile_menu_bar::before {
    color: rgba(57, 59, 64, 0.6);
    font-size: 3rem;
    position: absolute;
    transform: translate(-50px, -22px);
  }
  #main-header .mobile_nav.opened .mobile_menu_bar::before {
    content: "M";
  }
  #main-header .mobile_nav {
    padding: 0 !important;
  }
  #main-header #et_mobile_nav_menu {
    margin: 0;
  }
  .et_header_style_centered #main-header .container {
    display: block;
    text-align: left;
  }
  .et_header_style_centered #main-header div#et-top-navigation {
    position: absolute;
    bottom: auto;
    top: 0;
    padding-top: 0;
  }
  .et_header_style_centered #main-header #et_mobile_nav_menu {
    margin-top: 0;
  }
  .et_header_style_centered #main-header #et_mobile_nav_menu .mobile_nav {
    padding: 0;
  }
}
/*
File: _fullwidth-header.scss
This should only contain fullwidth-header css
*/
#rf-body .et_pb_fullwidth_header {
  padding: 3rem 0;
}
#rf-body .et_pb_fullwidth_header_container {
  margin: auto;
  max-width: 1920px;
  width: 90.09%;
}
@media screen and (max-width: 400px) {
  #rf-body .et_pb_fullwidth_header_container {
    margin-left: auto;
    margin-right: auto;
  }
  #rf-body .et_pb_fullwidth_header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/*
File: _footer.scss
This should contain overrides for the footer
*/
/*
MAIN FOOTER AREA
*/
#main-footer #footer-widgets {
  display: block;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  #main-footer #footer-widgets {
    display: flex;
  }
}
@media screen and (max-width: 980px) {
  #main-footer #footer-widgets {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#main-footer .footer-widget {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main-footer .footer-widget li {
  padding-left: 0;
}
#main-footer .footer-widget li::before {
  display: none;
}
#main-footer .footer-widget .widget_media_image {
  padding-bottom: 0;
  margin-bottom: 20px;
}
/*
BOTTOM BAR
*/
#footer-info {
  float: none;
  padding: 0.75rem 0;
  text-align: center;
}
#footer-info #rf-body {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
#footer-info a {
  font-size: 14px;
}
/*
File: _forms.scss
This should contain overrides for forms
*/
.recaptcha {
  font-size: 0.8rem !important;
  opacity: 0.7;
}
.recaptcha * {
  font-size: 0.8rem !important;
}
/*
GENERAL FORM OVERRIDES
*/
.gform_validation_errors {
  text-transform: none;
}
/*
GRAVITY FORMS
*/
#et-main-area .gform_wrapper .gform_submission_error #rf-body {
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
}
#et-main-area .gform_wrapper input[type="number"], #et-main-area .gform_wrapper input[type="text"], #et-main-area .gform_wrapper input[type="tel"], #et-main-area .gform_wrapper input[type="email"], #et-main-area .gform_wrapper input[type="date"], #et-main-area .gform_wrapper textarea {
  border: 1px solid #bbb !important;
}
.gform_heading {
  display: none;
}
/*rwe
MAILCHIMP NEWSLETTER SIGNUP
*/
.gform_heading {
  display: none;
}
#et-main-area .gform_wrapper .gf_simple_horizontal {
  position: relative;
  display: flex;
  justify-content: center;
}
#et-main-area .gform_wrapper .gf_simple_horizontal, #et-main-area .gform_wrapper .gf_simple_horizontal * {
  margin: 0 auto;
  max-width: 838px;
  width: 100%;
  height: 3rem;
}
#et-main-area .gform_wrapper .gf_simple_horizontal .gfield {
  padding: 0;
}
#et-main-area .gform_wrapper .gf_simple_horizontal input {
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
#et-main-area .gform_wrapper .gf_simple_horizontal input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#et-main-area .gform_wrapper .gf_simple_horizontal .gform_footer {
  position: absolute;
  width: 25%;
  right: 0;
}
#et-main-area .gform_wrapper .gf_simple_horizontal #gform_submit_button_2 {
  border-left: 1px solid white;
}
/*
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;
  list-style-type: none;
  padding: 0;
}
.rf-social-icons-inline .ul-social-et .et-social-icon {
  margin: 0 1.5rem 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;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border-style: solid;
  border-width: 0.125rem;
}
.rf-social-icons-inline .ul-social-et .et-social-icon a::before {
  position: relative;
}
.rf-social-icons-inline .ul-social-et .et-social-icon span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*
File: _news.scss
This should contain overrides for news pages
*/
#rf-body .rf-news--header .header-content .et_pb_module_header {
  font-size: 3rem;
  font-size: clamp(2rem, calc(2rem + ((1vw - 0.48rem) * 1.3889)), 3rem) !important;
}
#rf-body .rf-news .entry-featured-image-url {
  max-width: 550px;
}
#rf-body .rf-news .entry-title {
  line-height: 0.5em;
}
#rf-body .rf-news .entry-title a {
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 1.5rem !important;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "traditional" sans-serif;
}
#rf-body .rf-news a.more-link {
  letter-spacing: 2px;
  margin-top: 1.5rem;
  text-transform: capitalize;
  font-size: 1rem;
  font-size: clamp(0.875rem, calc(.875rem + ((1vw - 0.48rem) * 0.2083)), 1rem);
}
#rf-body .et_pb_post_content h1, #rf-body .et_pb_post_content h2, #rf-body .et_pb_post_content h3, #rf-body .et_pb_post_content h4, #rf-body .et_pb_post_content h5, #rf-body .et_pb_post_content h6 {
  text-transform: capitalize;
}
/*
File: _home.scss
This should contain overrides for home page
*/
#rf-body .rf-home--slider .et_pb_container {
  max-width: 1400px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fnews.farcornersd.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fstyles.scss%22%2C%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fbase%2F_layout.scss%22%2C%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fbase%2F_animation.scss%22%2C%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fglobal%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fglobal%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fglobal%2F_fullwidth-header.scss%22%2C%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fglobal%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fglobal%2F_social-icons.scss%22%2C%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fglobal%2F_news.scss%22%2C%22wp-content%2Fthemes%2Fclientname%2Fstyles%2Fscss%2Fpages%2F_home.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEiBI%3BAAAA%3BAAAA%3BAAGA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvBZ%3BAAAA%3BAAAA%3BAAAA%3BAGqFQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAhDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8DA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAA1EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4FA%3BAAAA%3BAAAA%3BAHnIJ%3BAAAA%3BAAAA%3BAAAA%3BAIKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuEE%3BAAAA%3BAAAA%3BACxCF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ1GJ%3BAAAA%3BAAAA%3BAIyHE%3BAAAA%3BAAAA%3BAJzHF%3BAAAA%3BAAAA%3BAAAA%3BAKSM%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BALtDF%3BAAAA%3BAAAA%3BAK%2BDA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BALxED%3BAAAA%3BAAAA%3BAKkFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BALjGF%3BAAAA%3BAAAA%3BAK2GE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BALvIF%3BAAAA%3BAAAA%3BAKiJE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAL5ON%3BAAAA%3BAAAA%3BAAAA%3BAMOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANvBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOWE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAPlCN%3BAAAA%3BAAAA%3BAO8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJPI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIYA%3BAAAA%3BAAAA%3BAPnDJ%3BAAAA%3BAAAA%3BAAAA%3BAQMA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BARTJ%3BAAAA%3BAAAA%3BAQgBA%3BAAAA%3BAAAA%3BARhBA%3BAAAA%3BAAAA%3BAGuCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKRA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BARzCA%3BAAAA%3BAAAA%3BAQiDA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BARtFR%3BAAAA%3BAAAA%3BAAAA%3BASQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATrCZ%3BAAAA%3BAAAA%3BAAAA%3BAUMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAVpCJ%3BAAAA%3BAAAA%3BAAAA%3BAWUI%3BAAAA%3BAAAA%22%7D */