@charset "UTF-8";
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
body,
html {
  width: 100%;
  height: 100%;
}
.red {
  color: #ca1818;
}
.white {
  color: #fff;
}
.white:hover {
  color: #fff;
}
.black_txt {
  color: #212529;
}
.white1 {
  color: #e6e6e6;
}
.blue {
  color: #2692d4;
}
.absolute {
  position: absolute;
}
.hidden {
  display: none;
}
.bold {
  font-weight: bold !important;
}
.relative {
  position: relative;
}
p {
  margin-bottom: 0.75em;
  line-height: 1.3;
}
h1 {
  margin-bottom: 2.25rem;
  font-size: 3rem;
  line-height: 3rem;
}
a {
  color: #2692d4;
}
a:hover {
  color: #2692d4;
}
.text-white a {
  color: #fff;
}
.color_light {
  color: #777777;
}
.color_light_all {
  color: #777777;
}
.color_light_all a {
  color: #777777 !important;
}
.color_light_all a:hover {
  color: #777777 !important;
}
a.text-white,
a.text-white:hover {
  color: white !important;
}
a.text-white-75,
a.text-white-75:hover {
  color: rgba(255, 255, 255, 0.75) !important;
}
a.home-white {
  color: white;
}
a.home-white:hover {
  color: #ca1818;
}
a.home_link {
  text-decoration: none;
  font-weight: 300;
}
a.home_link:hover {
  text-decoration: none;
}
a.bold_link,
a.bold_link:hover {
  color: #212529;
  font-weight: 700;
}
a.normal_link,
a.normal_link:hover {
  color: #212529;
  font-weight: 400;
}
.container hr,
hr.container {
  opacity: unset;
  border-top: 0.5px solid #000000;
  padding-left: 0;
  padding-right: 0;
}
/* homepage blog divider — match the restyle section dividers (quickappend #BBBBB4) */
hr.container.qa-divider {
  border-top: 1px solid #BBBBB4;
}
hr.blog_gap {
  margin: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #0d6efd;
}
hr.light {
  border-color: #fff;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img.alignnone {
  display: block;
}
.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 700;
}
.font-size-sm {
  font-size: 0.85rem;
}
.smaller {
  font-size: 60%;
  font-weight: 400;
}
.big {
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
  line-height: 1.5rem;
}
.big_5 {
  font-size: 105%;
}
.big_10 {
  font-size: 110%;
}
.big_20 {
  font-size: 120%;
}
h3.heading {
  margin: 0 0 2.45rem;
}
.line_height_sm {
  line-height: 1.25em;
}
.line_height_lg {
  line-height: 2.25rem;
}
.pl-5 {
  padding-left: 3rem !important;
}
.pl-6, .px-6 {
  padding-left: 4rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-2 {
  padding-right: 1rem !important;
}
.pr-6, .px-6 {
  padding-right: 4rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
@media (min-width: 992px) {
  .pl-lg-6, .px-lg-6 {
    padding-left: 4rem !important;
  }
  .pr-lg-6, .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pt-lg-6, .py-lg-6 {
    padding-top: 3.5rem !important;
  }
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-7, .px-lg-7 {
    padding-left: 5rem !important;
  }
  .pr-lg-7, .px-lg-7 {
    padding-right: 5rem !important;
  }
  .pt-lg-7, .py-lg-7 {
    padding-top: 5rem !important;
  }
  .pb-lg-7, .py-lg-7 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .pl-xl-6, .px-xl-6 {
    padding-left: 4rem !important;
  }
  .pr-xl-6, .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pt-xl-6, .py-xl-6 {
    padding-top: 3.5rem !important;
  }
  .pb-xl-6, .py-xl-6 {
    padding-bottom: 3.5rem !important;
  }
  .ml-xl-6, .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .mr-xl-6, .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mt-xl-6, .my-xl-6 {
    margin-top: 3.5rem !important;
  }
  .mb-xl-6, .my-xl-6 {
    margin-bottom: 3.5rem !important;
  }
}
@media (min-width: 1200px) {
  .pl-xl-8r {
    padding-left: 8rem !important;
  }
}
.row > * {
  position: relative;
}
.red_line {
  border-bottom: 1px solid #ca1818;
  padding-bottom: 1.1rem;
  display: block;
}
.space_gap {
  width: 12px;
}
.explorer_tagline {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.3rem;
}
.page-section {
  padding-bottom: 2rem;
}
.page-section.extra_gap_t {
  padding-top: 1rem;
}
.page-content {
  padding: 1rem 0 4rem;
}
.page-content-withoutFlags {
  padding: 1rem 0 4rem;
}
.page-content-withFlags {
  padding: 6rem 0 4rem;
}
.gallery_wrap .gallery_items {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.gallery_wrap .gallery_items li {
  /* width: 220px;
  	margin: 5px;*/
  /* width: 148px;
  		float: left;
  		margin: 3px 3px 2px 2px;
  	*/
  margin: 2px 0;
  width: 148px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .gallery_wrap .gallery_items li {
    width: 155px;
  }
}
@media (min-width: 1425px) {
  .gallery_wrap .gallery_items li {
    width: 148px;
  }
}
.industries_item {
  min-height: 65px;
  max-width: 75px;
  margin: 0 auto;
  color: #777777;
  font-size: 0.85rem;
}
#audience_segments .industries_item {
  min-height: 65px;
  max-width: 125px;
}
.industries_item.large_width {
  max-width: 90px;
}
.industries_item img {
  width: 15px;
  display: block;
  margin: 0 auto;
}
.industries_item_singleline .industries_item {
  max-width: 115px;
  min-height: 50px;
}
.bottomtext, .bottomtext-lg {
  font-size: 1.75rem;
  font-weight: 300;
  margin: 40px 0px 20px 0px;
  color: #333;
  text-align: center;
  padding: 15px;
  line-height: 1.5em;
}
.bottomtext-lg {
  font-size: 2rem;
}
.bottomtext.no_bg, .no_bg.bottomtext-lg {
  margin-right: auto;
  margin-left: auto;
  background: transparent;
}
.firstLetterBig::first-letter,
.bigger {
  font-size: 1.15em;
}
.p-sm-gap {
  padding: 0px 10px 10px 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-sm-gap {
    padding: 0px 0px 20px 20px;
  }
}
@media (min-width: 992px) {
  .p-sm-gap {
    padding: 35px 0px 0 0px;
    margin-left: -10px;
  }
}
@media (min-width: 1200px) {
  .p-sm-gap {
    padding: 100px 0px 0 0px;
  }
}
.audience_data_filter_col {
  padding-bottom: 20px;
}
.audience_data_filter_col .search_offline_item > p {
  margin-left: -15px;
}
.audience_data_filter_col #rda-filter-tags {
  padding: 0;
  padding-left: 10px;
}
.audience_data_filter_col #rda-filter-tags li {
  margin-right: 35px;
  display: inline-block;
}
@media (min-width: 768px) {
  .audience_data_filter_col {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .audience_data_filter_col #rda-filter-tags {
    padding-left: 30px;
  }
  .audience_data_filter_col #rda-filter-tags li {
    margin: 0;
    display: block;
    line-height: 1.25rem;
  }
}
.abs_title_align_left {
  margin-top: 20px;
}
.abs_arrow {
  display: none;
}
@media (min-width: 992px) {
  .abs_title_align_left {
    text-align: center;
    min-height: 40px;
  }
  .abs_arrow {
    display: block;
    position: absolute;
    right: -30px;
    bottom: 20px;
  }
}
.blank_line {
  width: 50px;
  border-top: 1px solid #fff;
  display: block;
  position: absolute;
  top: 13px;
  left: 115px;
}
.find_your_segment_line {
  left: 190px;
}
.rda_address {
  position: relative;
  z-index: 3;
}
.rda_address .address_item {
  margin-bottom: 50px;
}
.rda_address .address_item .rda_icon {
  float: left;
  font-size: 35px;
  color: #000000;
}
.rda_address .address_item .address_detail {
  margin-left: 60px;
}
.rda_address .address_item h6 {
  font-weight: 700;
  margin-bottom: 5px;
}
.form-group {
  margin-bottom: 1rem;
}
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
@media (min-width: 1200px) {
  .two_column_wrap .two_column_title {
    flex-basis: 11.333333%;
    max-width: 11.33333%;
  }
  .two_column_wrap .two_column_content {
    flex-basis: 88.333333%;
    max-width: 88.33333%;
  }
}
.color_bg {
  margin: 0;
  color: #333;
  background-color: #ebeef6;
  padding: 3rem 15px 2.75rem;
  line-height: 1.5em;
}
.color_bg.transparent {
  margin-right: auto;
  margin-left: auto;
  background: transparent;
}
.color_bg.color_demand {
  background-color: #0d435f;
}
.color_bg.border_demand {
  border-bottom: 40px solid #0d435f;
}
.color_bg.border_audience {
  border-bottom: 40px solid #ae7758;
}
.color_bg.sea {
  background-color: #aadafd;
}
.color_bg.black {
  background-color: #000000;
  color: #ffffff;
}
.color_bg.gap_sm {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}
.color_bg.gap_xs {
  padding-top: 1.15rem;
  padding-bottom: 1.2rem;
}
.color_main {
  color: #2692d4;
}
.theme_geotribes .color_main {
  color: #f70f1b;
}
.theme_explorer .color_main {
  color: #188767;
}
.theme_geosmart .color_main {
  color: #1e9dea;
}
.home_about_text {
  margin-bottom: 1rem;
  font-weight: 300;
}
.home_find_your_segment_text {
  margin-bottom: 1rem;
}
.explorer-subtitle {
  margin: 0 0 5px 10px;
}
.explorer_map_txt {
  margin: 0 auto;
  text-align: center;
}
.find_more_wrap .find_more_img {
  margin-top: -55px;
}
.geofusion_model_txt_block {
  padding-top: 4rem !important;
}
@media (min-width: 768px) {
  .space_start_175 {
    margin-left: 175px;
  }
  .space_end_65 {
    margin-right: 65px;
  }
}
@media (min-width: 992px) {
  .left_gap {
    padding-left: 6.25rem;
  }
  .left_gap_lg {
    padding-left: 11rem;
  }
  .gap_1 {
    padding-left: 12rem !important;
  }
  .gap_1_1 {
    padding-left: 5.5rem !important;
  }
  .gap_1_2 {
    padding-left: 11rem !important;
  }
  .gap_2 {
    padding-left: 8rem !important;
  }
  .tagline_right_txt {
    text-align: right;
  }
  .home_about_text {
    padding-right: 5rem;
  }
  .home_find_your_segment_text,
  .geosmart_find_your_segment_text {
    padding-right: 7rem;
  }
  .home_retail_network_list {
    padding-right: 0rem !important;
  }
  .home_retail_network_list li {
    padding-bottom: 3px !important;
  }
  .home_retail_network_bottom_txt {
    padding-right: 2rem !important;
  }
  .find_more_wrap .find_more_img {
    position: absolute;
    left: 7rem;
    top: 0px;
  }
  .find_more_wrap .find_more_img.gap_start_2 {
    left: 20rem;
  }
  .find_more_wrap .find_more_txt {
    text-align: right;
  }
  .find_more_wrap .find_more_txt .space_end_2 {
    margin-right: 65px;
  }
  .find_more_wrap .find_more_txt .space_end_n1 {
    margin-right: -30px;
  }
  .geofusion_model_txt_block {
    padding-right: 4rem !important;
  }
  .geotribes_flowchart_txt {
    padding-top: 4rem;
    padding-left: 4rem;
  }
  .explorer_map_txt {
    margin-left: -25px;
    margin-top: 3rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .gap_2 {
    padding-left: 10rem !important;
  }
  .gap_3 {
    padding-left: 7rem !important;
  }
  .gap_m_3 {
    margin-left: 7rem !important;
    padding-left: 0;
  }
  .tagline_right_txt {
    padding-right: 10rem;
  }
  .find_more_wrap .find_more_txt.gap_end_1 {
    padding-right: 10rem;
  }
  .geosmart_key_application_sec2 {
    padding-right: 3.25rem;
  }
  .explorer_key_features_sec1 {
    padding-right: 5rem;
  }
  .explorer_key_features_sec2 {
    padding-left: 9rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1425px) {
  .geofusion_model_txt_block {
    padding-top: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .explorer_tagline_txt_gap_3 {
    padding-left: 4rem;
  }
  .geosmart_key_application_sec1 {
    padding-right: 11rem;
    padding-left: 12rem;
  }
  .geosmart_key_application_sec2 {
    padding-right: 4.25rem;
    padding-left: 0;
  }
  .geotribes_flowchart_txt {
    padding-top: 11rem;
    padding-left: 4rem;
    padding-right: 12rem;
  }
  .geotribes_purchase_option_txt {
    padding-right: 10rem !important;
  }
}
.tooltip-transparent {
  padding-top: 0;
  display: none;
}
@media (min-width: 992px) {
  .tooltip-transparent {
    display: block;
  }
  .tooltip-transparent .tooltip-inner {
    max-width: 260px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #cb1c20;
    text-align: center;
  }
}
.blog_type_content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.blog_type_content .blog_col,
.blog_type_content .blog_col_img {
  padding-top: 1.5rem;
}
.blog_type_content .blog_col_img {
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .blog_type_content .blog_col {
    padding-right: 2rem;
    padding-bottom: 1.5rem;
  }
  .blog_type_content .blog_col.order-lg-2 {
    padding-left: 2rem;
    padding-right: 15px;
  }
  .blog_type_content .blog_col_img {
    padding-left: 2rem;
  }
  .blog_type_content .blog_col_img.order-lg-1 {
    padding-right: 2rem;
    padding-left: 15px;
  }
}
.enhance_txt .txt {
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 992px) {
  .enhance_txt {
    padding-left: 13rem;
    padding-bottom: 2rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1200px) {
  .enhance_txt {
    padding-left: 17rem;
    padding-bottom: 2rem;
    padding-right: 15px;
  }
}
._sub-menu-typo, #subNav-menu #subNav ul.sub-menu li a, #subNav-menu #subNav .menu_right a {
  color: #fff;
  font-size: 1.28rem;
  font-weight: 200;
}
._sub-menu-typo:hover, #subNav-menu #subNav ul.sub-menu li a:hover, #subNav-menu #subNav .menu_right a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Style the subNav */
#subNav-menu {
  min-height: 30px;
  margin-top: -30px;
}
#subNav-menu #subNav {
  width: 100%;
  height: 30px;
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  /* The sticky class is added to the subNav with JS when it reaches its scroll position */
}
#subNav-menu #subNav .menu_right {
  right: 2rem;
  bottom: 5px;
  position: absolute;
}
#subNav-menu #subNav ul.sub-menu {
  margin: 0;
  padding: 7px 100px 6px 20px;
  display: block;
  list-style: none;
  line-height: 1rem;
}
#subNav-menu #subNav ul.sub-menu li {
  float: left;
}
#subNav-menu #subNav ul.sub-menu li .fa.rda_border {
  width: 0;
  margin: 0 6px;
  height: 15px;
  border: 0;
  border-left: 1px solid #fff;
  vertical-align: middle;
}
#subNav-menu #subNav ul.sub-menu.dark {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#subNav-menu #subNav.sticky {
  top: 70px;
  width: 100%;
  z-index: 999;
  position: fixed;
}
#subNav-menu #subNav.transparent {
  background-color: transparent;
}
#subNav-menu #subNav.transparent .menu_right {
  right: 1.5rem;
  height: 30px;
  bottom: -1px;
  padding: 0 0.5rem;
  line-height: 2rem;
  background-color: rgba(0, 0, 0, 0.75);
}
.enlarge {
  xdisplay: inline-block;
  xborder: 0;
  xposition: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  xborder: 2px solid rgba(0, 0, 0, 0.16);
  xbox-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  xpadding: 4px;
}
.enlarge:hover {
  xbox-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.06);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.06);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.06);
  transition: all 200ms ease-in;
  transform: scale(1.06);
}
.home .enlarge:hover {
  background-color: #f1f6fd;
  border-radius: 50px 50px 0 0;
}
.enlarge .gap {
  padding: 0 10px 10px;
}
@media (min-width: 768px) {
  .enlarge {
    xmargin-top: 20px;
  }
  .enlarge img.img-fluid {
    width: 100%;
  }
}
.scrollToTopWrap {
  display: none;
  position: fixed;
  z-index: 999;
}
@media (min-width: 1600px) {
  .scrollToTopWrap {
    display: block;
    right: 200px;
  }
}
@media (max-width: 1599px) {
  .scrollToTopWrap {
    display: none !important;
  }
}
.scrollToTopWrap .scrollToTopItem {
  background: transparent;
  border: 0 transparent;
  font-size: 12px;
  text-decoration: none;
  margin-top: 5px;
  color: #999;
}
.scrollToTopWrap .scrollToTopItem:hover {
  text-decoration: none;
  color: #666;
}
.white_theme #cboxLoadedContent {
  background-color: #fff;
}
.cboxPhoto {
  cursor: default;
}
#cboxLoadingOverlay {
  background: transparent none repeat 0 0;
}
#cboxLoadingGraphic {
  background: url("/build/loading-6f5864b4.gif") no-repeat center center;
}
#cboxContent {
  padding-top: 30px;
}
#colorbox,
#cboxContent,
#cboxWrapper {
  overflow: visible;
}
#cboxTopLeft,
#cboxContent,
#cboxWrapper,
#cboxTopRight,
#cboxTopCenter,
#cboxBottomLeft,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomRight,
#cboxBottomCenter {
  background: #000;
}
#colorbox #cboxTitle {
  color: #fff;
  bottom: 0;
  font-size: 1.4rem;
  text-align: left;
  background-color: #000;
}
#colorbox #cboxHeading {
  top: -15px;
  color: #fff;
  width: 100%;
  position: absolute;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1em;
}
#colorbox #cboxCurrent {
  left: auto;
  right: 0;
  color: #fff;
  bottom: -18px;
}
#colorbox #cboxClose {
  top: 30px;
  right: 0px;
  bottom: auto;
  opacity: 0.75;
}
#colorbox #cboxClose:hover {
  opacity: 1;
}
#colorbox #cboxNext,
#colorbox #cboxPrevious {
  top: 47%;
  left: auto;
  color: #fff;
  width: 50px;
  right: -70px;
  height: 50px;
  opacity: 0.5;
  font-size: 1.6rem;
  text-align: left;
  background: rgba(0, 0, 0, 0) url("/build/next-15b869b0.png") no-repeat scroll right 5px;
  font-family: "Open Sans", sans-serif;
  text-indent: -999px;
  text-transform: lowercase;
}
#colorbox #cboxNext:hover,
#colorbox #cboxPrevious:hover {
  opacity: 1;
  background-position: right 5px;
}
#colorbox #cboxPrevious {
  left: -70px;
  background: rgba(0, 0, 0, 0) url("/build/prev-7fd9273f.png") no-repeat scroll left 5px;
  text-align: right;
  text-indent: 999px;
  font-family: "Open Sans", sans-serif;
}
#colorbox #cboxPrevious:hover {
  background-position: left 5px;
}
@media (min-width: 576px) {
  #colorbox #cboxHeading {
    font-size: 3rem;
  }
  #colorbox #cboxTitle {
    font-size: 1rem;
  }
  #colorbox #cboxNext {
    width: 75px;
    right: -100px;
    text-indent: 0;
  }
  #colorbox #cboxPrevious {
    left: -135px;
    width: 110px;
    text-indent: 0;
  }
}
#becomeRedOnHover:hover {
  background-color: #B20000 !important;
  cursor: pointer;
}
#becomeRedOnHover:hover #becomeBlackOnHover {
  color: black !important;
}
#becomeRedOnHover2:hover {
  background-color: #F30000 !important;
  cursor: pointer;
}
#becomeRedOnHover2:hover #becomeBlackOnHover {
  color: black !important;
}
#becomeRedOnHover2:hover #becomeWhiteOnHover {
  color: white !important;
}
#segmentTaggerButton {
  background-color: #C00000 !important;
  border: 1px solid #C00000 !important;
}
#segmentTaggerButton:hover {
  background-color: white !important;
  border: 1px solid black !important;
}
#segmentTaggerButton:hover #greyOnHover {
  color: grey !important;
}
#innerBannerImageAboutPage {
  max-width: 340px;
}
@media only screen and (max-width: 300px) {
  #subheadingMainBanner {
    display: none;
  }
}
@media only screen and (min-width: 301px) and (max-width: 350px) {
  #subheadingMainBanner {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 351px) {
  #subheadingMainBanner {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 390px) {
  #subheadingMainBanner {
    font-size: 1.1rem;
  }
}
#subheadingMainBanner {
  text-align: right;
  margin-top: -20px;
}
@media (min-width: 576px) {
  #subheadingMainBanner {
    font-size: 1.4rem;
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  #subheadingMainBanner {
    font-size: 2.04rem;
    margin-top: -40px;
  }
}
@media (min-width: 992px) {
  #subheadingMainBanner {
    font-size: 1.89rem;
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  #subheadingMainBanner {
    font-size: 2.25rem;
    margin-top: -45px;
  }
}
@media (min-width: 1425px) {
  #subheadingMainBanner {
    font-size: 2.75rem;
    margin-top: -60px;
  }
}
@media (min-width: 992px) {
  #blogPosts {
    flex: 0 0 22%;
    display: flex;
    padding: 10px;
    max-width: 22%;
  }
}
#thePlatformContainer {
  background: transparent;
}
@media (min-width: 1200px) {
  #thePlatformContainer {
    padding-left: 190px;
  }
}
#filler1 {
  display: none;
}
#filler2 {
  display: none;
}
@media (min-width: 1425px) {
  #imagePlatform2 {
    position: relative;
    top: 100px;
    left: -200px;
  }
}
@media (min-width: 992px) {
  #tilt2 {
    height: 44% !important;
  }
}
@media (min-width: 1200px) {
  #tilt2 {
    height: 64% !important;
  }
}
@media (min-width: 1425px) {
  #tilt2 {
    height: 89% !important;
  }
}
#tilt3 {
  position: relative;
}
@media (min-width: 1425px) {
  #tilt3 {
    right: -66px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 750px) {
  #hideSemiFullWidthOnSmallScreens {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  #showSemiFullWidthOnwideScreens {
    display: none;
  }
}
.paddingBottomForTitles3 {
  line-height: 0.9;
}
@media (min-width: 1425px) {
  .paddingLeftOnLarge {
    padding-left: 160px;
  }
  .paddingRightOnLarge {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  #banner4_section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
#circle3geotribesexplorer {
  top: 150px;
  left: -120px;
  z-index: -1;
  position: absolute;
  max-width: 300px;
}
.lineHeightHeaderPagesBody {
  line-height: 1;
}
#hiddenOnsmallScreen {
  display: none;
}
#homeTitleTop1,
#homeTitleTop2,
#homeTitleTop3,
#homeTitleTop4 {
  text-transform: none !important;
  font-size: 1.8rem;
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  #homeTitleTop1,
  #homeTitleTop2,
  #homeTitleTop3,
  #homeTitleTop4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  #homeTitleTop1,
  #homeTitleTop2,
  #homeTitleTop3,
  #homeTitleTop4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  #homeTitleTop1,
  #homeTitleTop2,
  #homeTitleTop3,
  #homeTitleTop4 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  #homeTitleTop1,
  #homeTitleTop2,
  #homeTitleTop3,
  #homeTitleTop4 {
    font-size: 2.1rem;
  }
}
@media (min-width: 1425px) {
  #homeTitleTop1,
  #homeTitleTop2,
  #homeTitleTop3,
  #homeTitleTop4 {
    font-size: 2.5rem;
  }
}
#videoBackgroundMainPage,
#gradiantBackgroundHomePage {
  position: absolute;
}
#gradiantBackgroundHomePage {
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(233, 233, 233, 0) 100%);
}
#videoBackgroundMainPage {
  z-index: -2;
  max-width: 100%;
  object-fit: cover;
}
.pointerOnHover {
  cursor: pointer;
}
.selectedFlag {
  border: 1px solid rgb(139, 139, 139) !important;
  padding-top: 9px;
  padding-left: 4px;
  border-radius: 0;
  padding-right: 4px;
  padding-bottom: 2px;
}
#clickToEnlargeImageInExplorerPage {
  top: 14px;
  position: absolute;
  font-size: 12px;
}
#circle2geotribesexplorer {
  top: -150px;
  width: 200px;
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 1055px) {
  #tribesPlaceFull, #tribesPlaceFullButton {
    display: none;
  }
}
@media only screen and (min-width: 1055px) {
  #tribesReplace {
    display: none;
  }
}
#tilt2 {
  width: 100%;
  height: 96%;
  margin: 0 auto;
  display: block;
  transition: box-shadow 0.1s, transform 0.1s;
  box-shadow: 10px 10px 9px -9px #000;
  background-size: 100%;
  background-color: rgb(255, 255, 255);
  background-image: url(https://rdawebstatic.s3-ap-southeast-2.amazonaws.com/www.geotribes.com/home/moviePlaceholder.png);
  background-repeat: no-repeat;
}
#tilt2:hover {
  cursor: pointer;
}
#tilt3 {
  margin: 0 auto;
  height: auto;
  display: block;
  max-width: 600px;
  transition: box-shadow 0.1s, transform 0.1s;
  background-color: white;
}
@media only screen and (min-width: 1200px) {
  #tilt3 {
    height: 373px;
  }
}
.dropdown-toggle:after {
  display: none !important;
}
#seeMoreButtonHomePage {
  color: #767676;
  border: 1px solid grey;
  background: none;
}
#circle1aboutPage {
  top: -10px;
  left: 90%;
  z-index: -1;
  position: absolute;
}
#circle3aboutPage {
  z-index: -1;
  position: absolute;
  max-width: 300px;
  margin-top: 90px;
  margin-left: -140px;
}
.popover {
  background: rgb(241, 241, 241);
}
.popover-body {
  color: rgb(202, 24, 24) !important;
}
.popover .arrow:after {
  border-bottom-color: rgb(241, 241, 241);
}
#circle4aboutPage {
  position: relative;
}
@media (min-width: 768px) {
  #circle4aboutPage {
    left: 50px;
  }
}
.flagOpacity {
  opacity: 0.5 !important;
}
#circle3livingInsightPage {
  top: 110px;
  left: -150px;
  z-index: -1;
  position: relative;
  max-width: 250px !important;
}
.fontSize14px {
  font-size: 14px;
}
.colorGreen {
  color: #78D947;
  font-size: 30px;
  margin-bottom: 0 !important;
}
#downImage1livingInsightPage {
  max-width: 70px;
}
#downImage2livingInsightPage {
  max-width: 70px;
}
#downImage3livingInsightPage {
  max-width: 70px;
}
#downImage4livingInsightPage {
  left: -40px;
  position: absolute;
  max-width: 50px;
  margin-top: -15px;
}
.greenBorderButton {
  border: 1px solid green;
  padding: 2px 40px;
  border-radius: 0;
}
.buttonGeotribesSummary {
  color: white;
  border: none;
  padding: 2px 40px;
  background: #80c7e6;
  border-radius: 0;
}
.circleNumber {
  top: -10px;
  color: black;
  width: 25px;
  height: 25px;
  border: 1px solid rgb(122, 122, 122);
  padding: 0 7px;
  position: relative;
  font-size: 20px;
  text-align: center;
  background: #fff;
  margin-right: 5px;
  border-radius: 50%;
}
.maxWidth85percent {
  max-width: 85%;
}
.modal-content {
  border-radius: 0 !important;
}
.circle {
  width: 1.8rem;
  margin: 0 auto;
  border: 0.1em solid grey;
  height: 1.8em;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 8px !important;
}
.circle p {
  color: black;
  font-size: 1.3rem;
  font-family: sans-serif;
}
.hoverBiggerTribes {
  transition: transform 0.5s ease;
}
.hoverBiggerTribes:hover {
  cursor: pointer;
  transform: scale(1.3);
  transition: transform 0.5s ease;
}
#fullWidthImageGeotribesPage {
  left: 50%;
  width: calc(100vw - 10px);
  position: relative;
  margin-left: -50vw;
}
@media (min-width: 1425px) {
  .half-border-bottom {
    position: relative;
    padding-bottom: 60px;
  }
  .half-border-bottom:after {
    left: 13%;
    width: 85%;
    bottom: 0px;
    content: "";
    position: absolute;
    border-bottom: 1px solid #b3b3b3;
  }
}
@media (min-width: 1200px) {
  #addhugeGapGeosmartPage {
    padding-left: 12rem;
  }
}
#clickToEnlargeImageGeosmartPage {
  font-size: 12px;
  position: relative;
}
@media (min-width: 1425px) {
  #clickToEnlargeImageGeosmartPage {
    right: -100px;
  }
}
@media (min-width: 1425px) {
  #paddingLeftOnxxlScreenGeosmartPage {
    padding-left: 9rem;
  }
}
#bottomImage1geosmartPage {
  position: relative;
}
@media (min-width: 1425px) {
  #bottomImage1geosmartPage {
    left: -20px;
    bottom: -110px;
    max-width: 600px;
  }
}
@media (min-width: 1425px) {
  #morePaddingLeftOnhugeScreenCol {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 850px) {
  #mapContainerGeosmart {
    min-height: 400px;
  }
}
@media (min-width: 1425px) {
  .half-border-bottom2 {
    position: relative;
    padding: 10px 20px;
  }
  .half-border-bottom2:after {
    width: 80%;
    bottom: 0px;
    content: "";
    position: absolute;
    border-bottom: 1px solid #b3b3b3;
  }
}
@media (min-width: 1425px) {
  .half-border-right {
    position: relative;
    padding: 10px 20px;
  }
  .half-border-right:after {
    top: 10%;
    right: -60px;
    height: 80%;
    content: "";
    position: absolute;
    border-right: 1px solid #b3b3b3;
  }
}
#circle1ConsumerPage {
  top: -40px;
  left: 70px;
  z-index: -1;
  position: absolute;
}
.scroll_cs {
  top: 86px;
  left: 10px;
  width: 190px;
  height: 35px;
  position: absolute;
}
#scroll_cs_1 {
  top: 86px;
}
#scroll_cs_2 {
  top: 126px;
}
#scroll_cs_3 {
  top: 166px;
}
#scroll_cs_4 {
  top: 206px;
}
#scroll_cs_5 {
  top: 246px;
}
#scroll_cs_6 {
  top: 286px;
}
#scroll_cs_7 {
  top: 325px;
}
#scroll_cs_8 {
  top: 363px;
}
#scroll_cs_9 {
  top: 401px;
}
@media only screen and (max-width: 991px) {
  #geotribes .dynamic-margin-bottom {
    margin-bottom: 0 !important;
  }
}
#moreNegativeMarginForCounters {
  height: auto;
  display: none !important;
  position: relative;
}
@media (min-width: 992px) {
  #moreNegativeMarginForCounters {
    top: 20px;
    display: flex !important;
  }
}
@media (min-width: 1425px) {
  #moreNegativeMarginForCounters {
    top: -30px;
    height: 120px;
  }
}
.fullWidthRow {
  left: 50%;
  width: calc(100vw - 10px);
  position: relative;
  margin-left: -50vw;
}
.SemifullWidthRow {
  left: 50%;
  width: calc(100vw - 10px);
  position: relative;
  margin-left: -50vw;
}
@media (min-width: 768px) {
  .SemifullWidthRow {
    left: 50%;
    width: calc(80vw - 10px);
    position: relative;
    margin-left: -40vw;
  }
}
#bannerContainerHomePageTop {
  display: none;
}
@media only screen and (min-width: 790px) {
  #bannerContainerHomePageTop {
    display: block !important;
  }
}
#bannerContainerHomePageTopsmall {
  padding-bottom: 20px !important;
}
@media only screen and (min-width: 790px) {
  #bannerContainerHomePageTopsmall {
    display: none;
  }
}
#circle1HomePage {
  top: 20px;
  z-index: -1;
  position: absolute;
  max-width: 200px;
  margin-left: -100px;
}
#circle2HomePage {
  top: 1px;
  left: 100px;
  z-index: -1;
  position: absolute;
  max-width: 200px;
}
.nameOfTheCountriesInTheHomePage {
  font-size: 12px;
}
#aboutUsInHomePage:hover {
  color: #12b7eb !important;
  text-decoration: none;
}
.flags {
  width: 35px;
  opacity: 0.6;
}
.flag {
  border: 1px solid white;
  padding-top: 9px;
  padding-left: 4px;
  border-radius: 0;
  padding-right: 4px;
  padding-bottom: 2px;
}
.selectedFlag .flags {
  opacity: 1 !important;
}
.differentFontForand {
  font-family: Arial, Helvetica, sans-serif !important;
}
.paddingBottomForTitles {
  padding-bottom: 0.5rem !important;
}
#cboxHeading {
  display: none !important;
}
.paddingTopForTitles {
  padding-top: 2rem !important;
}
.paddingBottomForTitles2 {
  padding-bottom: 0.1rem !important;
}
.paddingTopForTitles2 {
  padding-top: 0.8rem !important;
}
.redTextColor {
  color: #ca1818;
}
.noDecorationLink {
  color: unset;
  text-decoration: none;
}
.noDecorationLink:hover {
  color: unset !important;
  text-decoration: none !important;
}
input:focus,
button:focus {
  outline: 1px solid black !important;
  border-radius: 0 !important;
}
.rda_border_black {
  width: 0;
  border: 0;
  height: 15px;
  margin: 0 6px;
  border-left: 1px solid black;
  vertical-align: middle;
}
.redSentenceOnHover:hover {
  color: red !important;
}
.shadowImage {
  box-shadow: 8px 8px 9px -9px #000;
}
.blueTypeOne {
  color: #2692d4;
}
.standardButton {
  color: #767676;
  border: 1px solid grey;
  background: none;
  border-radius: 0 !important;
}
.standardButton:hover {
  color: #12b7eb !important;
  background: rgb(241, 241, 241);
}
.standardButton:hover.red_hover {
  color: red !important;
}
.onHoverBlue:hover {
  color: #12b7eb !important;
}
.firstTitleOfThePages {
  font-size: 2.5rem !important;
}
.ThreeImagesSentencesInsightPage {
  font-size: 0.9rem;
}
#circle4livingInsightPage {
  top: -30px;
  left: -80px;
  width: 200px;
  z-index: -1;
  position: absolute;
}
#circle5livingInsightPage {
  top: -10px;
  left: -80px;
  width: 200px;
  z-index: -2;
  position: absolute;
  max-width: 80%;
}
@media only screen and (max-width: 2092px) {
  #headerImageLivingInsightPage {
    background-image: url(../images/explorer/banner.jpg);
  }
}
@media only screen and (min-width: 2093px) {
  #headerImageLivingInsightPage {
    background-image: url(../images/explorer/banner-wide.jpg);
  }
}
@media only screen and (max-width: 600px) {
  .bigHeaderFontSizeOnMobile {
    font-size: 2.2rem !important;
  }
}
.hoverBiggerBall {
  transition: transform 0.25s ease;
}
.hoverBiggerBall:hover {
  cursor: pointer;
  transform: scale(1.2);
  transition: transform 0.25s ease;
}
header.masthead {
  position: relative;
  padding-top: 10rem;
  padding-bottom: calc(10rem - 70px);
  /*@media (min-width: 372px) {
         .rda_home_banner_wrap {
             .rda_home_masthead_subheading{
                 font-size: 1.4rem;
             }
         }
     }*/
}
header.masthead h1 {
  font-size: 2.25rem;
}
header.masthead .geomarketing_intelligence_img,
header.masthead .geomarketing_intelligence_text {
  margin-bottom: 2rem;
}
header.masthead .home_banner_item_img {
  padding-top: 5px;
}
header.masthead #banner2_promo_wrap {
  position: relative;
}
header.masthead #banner2_promo_wrap #banner2_promo_img {
  position: absolute;
  left: 22.5%;
  width: 66%;
  top: -16px;
}
header.masthead .geomarketing_intelligence_text {
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.9rem;
}
header.masthead .geomarketing_intelligence_text a,
header.masthead .geomarketing_intelligence_text a:hover {
  color: #000000;
  text-decoration: none;
}
header.masthead .home_banner_item {
  text-align: left;
  padding: 15px 20px 25px 20px;
}
header.masthead .home_banner_item .home_title {
  display: block;
  font-weight: 400;
  /*font-size: 0.9rem;*/
  text-transform: uppercase;
  color: black;
  text-shadow: 0 0 black;
}
header.masthead .home_banner_item a,
header.masthead .home_banner_item a:hover {
  color: #000000;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
}
header.masthead .home_banner_item .home_banner_txt {
  padding-right: 0rem;
  font-size: 0.95rem;
  color: rgb(100, 99, 99) !important;
}
header.masthead .home_banner_item:hover {
  background-color: #eaeaea;
}
header.masthead .home_banner_item:hover .home_title {
  color: #12b7eb;
}
header.masthead #bannerTxt2 {
  margin-bottom: 25px;
}
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading {
  font-size: 5.6vw;
  text-align: center;
  font-weight: 300;
  line-height: 1rem;
  margin-left: 0;
  margin-top: -20px;
}
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt_high {
  color: #cb1c20;
  font-size: 103%;
}
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt_high a,
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt_high a:hover {
  color: #cb1c20;
}
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt_medium {
  color: #222;
}
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt_low {
  color: #999;
}
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt_low a,
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt_low a:hover,
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt_low a:active {
  color: #999;
}
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt1,
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt2 {
  letter-spacing: 0px;
}
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading li,
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading li > p {
  line-height: 1.1em;
  margin: 0;
}
header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading img.marker {
  margin: 10px auto;
  display: block;
}
header.masthead .rda_home_banner_wrap .rda_home_banner_txt {
  margin-top: 0.5rem;
}
header.masthead .rda_home_banner_wrap .rda_home_banner_txt li {
  display: inline-block;
  border-right: 2px solid #777;
  line-height: 1.1rem;
}
header.masthead .rda_home_banner_wrap .rda_home_banner_txt li a {
  color: #999999;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 400;
  padding: 0 10px 0 5px;
}
header.masthead .rda_home_banner_wrap .rda_home_banner_txt li a:hover {
  text-decoration: none;
  color: #cb1c20;
}
header.masthead .rda_home_banner_wrap .rda_home_banner_txt li:last-child {
  border-right: 0;
}
header.masthead .rda_home_banner_wrap .rda_home_banner_txt li:last-child a {
  padding-right: 0;
}
@media (min-width: 576px) {
  header.masthead .home_banner_item .home_title {
    font-size: 1.2rem;
  }
  header.masthead #bannerTxt2 {
    margin-bottom: 50px;
  }
  header.masthead .rda_home_banner_wrap {
    position: relative;
  }
  header.masthead .rda_home_banner_wrap .rda_home_banner_txt {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  header.masthead .rda_home_banner_wrap .rda_home_banner_txt li {
    display: inline-block;
    border-right-width: 3px;
    line-height: 1.25rem;
  }
  header.masthead .rda_home_banner_wrap .rda_home_banner_txt li a {
    font-size: 1.6rem;
    padding: 0 15px 0 10px;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading {
    margin-top: -30px;
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading {
    font-size: 2.6rem;
  }
  header.masthead .rda_home_banner_wrap .rda_home_banner_txt li {
    border-right-width: 3px;
  }
  header.masthead .rda_home_banner_wrap .rda_home_banner_txt li a {
    font-size: 2.2rem;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading {
    margin-top: -40px;
  }
  header.masthead .home_banner_item .home_title {
    font-size: 1.3rem;
  }
  header.masthead #banner2_promo_wrap #banner2_promo_img {
    top: -24px;
  }
}
@media (min-width: 992px) {
  header.masthead {
    height: 88vh;
    min-height: 57rem;
    padding-top: 70px;
    padding-bottom: 0;
    /*.home_banner_item {
              .home_title {
                  min-height: 60px;
              }
          }*/
  }
  header.masthead .geomarketing_intelligence_img,
  header.masthead .geomarketing_intelligence_text {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
  header.masthead .geomarketing_intelligence_text {
    text-align: left;
    margin-bottom: 6rem;
  }
  header.masthead .geomarketing_intelligence_text img.marker {
    margin-left: 6.5rem;
  }
  header.masthead p {
    font-size: 1rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
  header.masthead .rda_home_banner_container {
    margin-left: -115px;
    padding: 0 !important;
  }
  header.masthead .home_banner_item_img {
    padding-top: 0px;
  }
  header.masthead #banner2_promo_wrap #banner2_promo_img {
    top: -13px;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading {
    font-size: 2.4rem;
    margin-left: 8.5rem;
    margin-top: -25px;
    text-align: left;
    margin-top: -30px;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading img.marker {
    position: absolute;
    right: -35px;
    bottom: 2px;
    margin: 0;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt1 {
    letter-spacing: -1px;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt2 {
    letter-spacing: -1px;
  }
  header.masthead .rda_home_banner_wrap .rda_home_banner_txt li a {
    font-size: 1.95rem;
  }
}
header.masthead .home_banner_item .home_title {
  font-size: 1.09rem;
}
@media (min-width: 1200px) {
  header.masthead .rda_home_banner_container {
    padding-right: 15px;
    padding-left: 15px;
  }
  header.masthead #banner2_promo_wrap #banner2_promo_img {
    top: -18px;
  }
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.5rem;
  }
  header.masthead .home_banner_item .home_banner_txt {
    padding-right: 0rem;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #252525 !important;
  }
  header.masthead .home_banner_item .home_title {
    min-height: 22px;
    font-size: 1.09rem;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading {
    font-size: 2.9rem;
    margin-left: 9.5rem;
    margin-top: -40px;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading img.marker {
    right: -10px;
    bottom: 10px;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt1 {
    letter-spacing: -1px;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading .txt2 {
    letter-spacing: -1px;
  }
  header.masthead .rda_home_banner_wrap .rda_home_banner_txt li a {
    font-size: 2.4rem;
  }
}
@media (min-width: 1425px) {
  header.masthead {
    min-height: 62rem;
  }
  header.masthead .home_banner_item .home_title {
    font-size: 1.9rem;
    min-height: 30px;
    margin-bottom: 5px;
  }
  header.masthead .home_banner_item .home_title:hover {
    color: #12b7eb !important;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-left: 11.5rem;
  }
  header.masthead .rda_home_banner_wrap .rda_home_masthead_subheading img.marker {
    right: -35px;
    bottom: 10px;
  }
  header.masthead .rda_home_banner_wrap .rda_home_banner_txt li a {
    font-size: 3rem;
  }
}
#rdanews_wrap {
  border-color: #000000 !important;
}
.fullwidth_bg_wrap {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fullwidth_bg_wrap.banner1_bg {
  background-image: url("/wwwroot/images/home/temp/banner4.jpg");
}
.fullwidth_bg_wrap.retail_network_planning_bg {
  background-image: url("/wwwroot/images/home/temp/retail-network-planning.jpg");
}
.fullwidth_bg_wrap.find_your_segment_bg {
  background-image: url("/wwwroot/images/home/temp/banner2.jpg");
}
.fullwidth_bg_wrap.flexible_purchase_options_bg {
  background-image: url("/wwwroot/images/explorer-old/purchase-option.jpg");
}
.fullwidth_bg_wrap.socioeconomic_status_bg {
  background-image: url("/wwwroot/images/geosmart/ses.jpg");
}
.fullwidth_bg_wrap .bg-dark {
  background-color: #000000 !important;
}
.fullwidth_bg_wrap .fullwidth_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2rem 0;
}
.fullwidth_bg_wrap .fullwidth_bg a,
.fullwidth_bg_wrap .fullwidth_bg a:hover {
  color: #fff;
  font-weight: 300;
}
.fullwidth_bg_wrap .fullwidth_bg a:hover {
  color: #ca1818;
}
.fullwidth_bg_wrap .fullwidth_bg .find_your_segment_banner_img {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .fullwidth_bg_wrap .fullwidth_bg .find_your_segment_banner_img {
    margin-top: 0;
  }
}
.fullwidth_bg_wrap .fullwidth_bg.transparent {
  color: #000000;
  background-color: transparent;
}
.halfwidth_bg-wrapper {
  position: relative;
  overflow: hidden;
}
.halfwidth_bg-wrapper .halfwidth-bg-split-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
}
.halfwidth_bg-wrapper .halfwidth-bg-split-img .img_label {
  background-color: #000;
  color: #fff;
  padding: 3px 15px;
  bottom: 0;
  position: absolute;
  left: 25%;
}
.halfwidth_bg-wrapper .halfwidth-text {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.halfwidth_bg-wrapper.bg-align-right .halfwidth-bg-split-img {
  right: 0;
}
.halfwidth_bg-wrapper.bg_fill_sea {
  background-color: #cae6fe;
}
.halfwidth_bg-wrapper.bg_fill_sea .halfwidth-text {
  background-color: rgba(202, 230, 254, 0.9);
}
.halfwidth_bg-wrapper.bg_fill_sea_gray {
  background-color: #f5f5f5;
}
.halfwidth_bg-wrapper.bg_fill_sea_gray .halfwidth-text {
  background-color: rgba(245, 245, 245, 0.9);
}
@media (min-width: 576px) {
  .halfwidth_bg-wrapper .halfwidth-text {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .halfwidth_bg-wrapper .halfwidth-bg-split-img {
    width: 50%;
  }
  .halfwidth_bg-wrapper .halfwidth-bg-split-img1 {
    width: 46%;
  }
  .halfwidth_bg-wrapper .halfwidth-text {
    margin: 0 0 0 auto;
    background-color: white;
    padding-right: 15px;
    padding-left: 4rem;
  }
  .halfwidth_bg-wrapper .halfwidth-text1 {
    background-color: white;
    padding-right: 15px;
    padding-left: 0;
    margin: 0 0 0 auto;
  }
  .halfwidth_bg-wrapper.bg-align-right .halfwidth-text {
    margin: 0 auto 0 0;
    padding-left: 15px;
    padding-right: 4rem;
  }
}
.fullwidth_geospatial {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 600px;
  position: relative;
}
.fullwidth_geospatial .geospatial_link_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
  text-align: center;
  width: 100%;
}
.fullwidth_geospatial .geospatial_link_wrap .no_style_full {
  line-height: 1rem;
  text-align: center;
}
.fullwidth_geospatial .geospatial_link_wrap .no_style_full li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #fff;
}
.fullwidth_geospatial .geospatial_link_wrap .no_style_full li:last-child {
  border-right: 0;
}
@media (min-width: 576px) {
  .fullwidth_geospatial {
    height: 950px;
  }
}
@media (min-width: 768px) {
  .fullwidth_geospatial {
    height: 1050px;
  }
}
@media (min-width: 992px) {
  .fullwidth_geospatial {
    height: 950px;
  }
}
@media (min-width: 1200px) {
  .fullwidth_geospatial {
    height: 1050px;
    background-position: center bottom;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .fullwidth_geospatial {
    height: 100vh;
    background-position: center bottom;
  }
}
@media (min-width: 1200px) {
  .fullwidth_geospatial .geospatial_link_wrap {
    bottom: 40px;
    right: 20%;
    width: auto;
  }
  .fullwidth_geospatial .geospatial_link_wrap .no_style_full {
    text-align: left;
  }
  .fullwidth_geospatial .geospatial_link_wrap .no_style_full li {
    display: block;
    padding: 0;
    border-right: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .fullwidth_geospatial .geospatial_link_wrap {
    bottom: 430px;
    right: 9%;
  }
}
/*post*/
.post_item .post_excerpt {
  background-color: transparent;
  border: 1px solid transparent;
}
.post_item .post-thumbnail {
  text-align: center;
  padding: 0px;
}
.post_item .entry-header {
  margin: 6px;
}
.post_item .entry-header .entry-title {
  margin: 0px 0 5px;
  font-size: 1rem;
  font-weight: 600;
}
.post_item .entry-header .entry-title a,
.post_item .entry-header .entry-title a:hover,
.post_item .entry-header .entry-title a:focus {
  color: #333;
  text-decoration: none;
}
.post_item .entry-summary p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.post_item:hover .edit-link {
  display: block;
}
.post_item .edit-link {
  xmargin-left: 10px;
  display: none;
  position: absolute;
  right: 10px;
  background: #eee;
  padding: 2px 10px;
}
.post_item .edit-link a.post-edit-link {
  color: #222222;
  font-size: 14px;
}
.post_item .edit-link a.post-edit-link:hover, .post_item .edit-link a.post-edit-link:focus {
  color: #222222;
  text-decoration: underline;
}
.post_item .entry-meta {
  font-size: 13px;
  margin-top: -7px;
}
.post_item .entry-meta .entry-date {
  font-size: 0.9em;
}
.post_item .entry-meta .cat-links {
  font-weight: 400;
}
.post_item .link-more {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.post_item .link-more a.more-link {
  color: #212529;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
.post_item .link-more a.more-link:hover {
  color: #fff;
}
.post_item .link-more a.more-link:focus {
  color: #fff;
}
.post_item .link-more .more-link {
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  padding: 10px 20px;
  border: 1px solid #717171;
  border-radius: 2px;
  position: relative;
  box-shadow: none;
  z-index: 0;
}
.post_item .link-more .more-link:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.post_item .link-more .more-link:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #717171;
  z-index: -2;
}
.post_item .link-more .more-link:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.post_item .link-more .more-link:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
@media (min-width: 992px) {
  .post_item .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*for graph*/
.graph_items .graph_item {
  position: absolute;
}
.graph_items .graph_item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.graph_items .graph_item:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.graph_geosmart .graph_items .graph_item:hover img {
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.graph_items .graph_item:hover {
  z-index: 100 !important;
}
/*for explorer*/
.graph_explorer {
  position: relative;
  width: 890px;
  height: 606px;
  margin-left: -15px;
}
.graph_explorer_bg {
  position: absolute;
  top: 0;
  left: 0;
}
/*for geosmart*/
.graph_geosmart {
  position: relative;
  width: 940px;
  height: 575px;
  margin: 0 auto;
}
.graph_geosmart_bg {
  position: absolute;
  top: 0;
  left: 0;
}
/*///scale orginal image by 54% i.e 53.91% automatically.*/
.graph_item.item_a img,
.graph_item.item_b img,
.graph_item.item_c img,
.graph_item.item_d img,
.graph_item.item_e img,
.graph_item.item_f img,
.graph_item.item_g img,
.graph_item.item_h img,
.graph_item.item_i img,
.graph_item.item_j img,
.graph_item.item_k1 img,
.graph_item.item_k2 img {
  width: 50%;
}
.graph_geosmart .graph_items .graph_item.item_a {
  top: 7px;
  left: 898px;
  text-align: right;
}
.graph_geosmart .graph_items .graph_item.item_b {
  top: 7px;
  left: 106px;
}
.graph_geosmart .graph_items .graph_item.item_c {
  top: 113px;
  left: 898px;
  text-align: right;
}
.graph_geosmart .graph_items .graph_item.item_d {
  top: 113px;
  left: 571px;
}
.graph_geosmart .graph_items .graph_item.item_e {
  top: 116px;
  left: 106px;
}
.graph_geosmart .graph_items .graph_item.item_f {
  top: 227px;
  left: 912px;
  text-align: right;
}
.graph_geosmart .graph_items .graph_item.item_g {
  top: 222px;
  left: 575px;
}
.graph_geosmart .graph_items .graph_item.item_h {
  top: 227px;
  left: 105px;
}
.graph_geosmart .graph_items .graph_item.item_i {
  top: 318px;
  left: 920px;
  text-align: right;
}
.graph_geosmart .graph_items .graph_item.item_j {
  top: 317px;
  left: 106px;
}
.graph_geosmart .graph_items .graph_item.item_k1 {
  top: 404px;
  left: 106px;
}
.graph_geosmart .graph_items .graph_item.item_k2 {
  top: 404px;
  left: 906px;
  text-align: right;
}
/* .graph_geosmart .graph_items .graph_item.item_l1{
	top: 395px;
    left: 138px;
}
.graph_geosmart .graph_items .graph_item.item_l2{
	top: 395px;
    left: 916px;
} */
.graph_geosmart .graph_items .graph_item.item_1 {
  top: 22px;
  left: 808px;
}
.graph_geosmart .graph_items .graph_item.item_2 {
  top: 57px;
  left: 480px;
}
.graph_geosmart .graph_items .graph_item.item_3 {
  top: 70px;
  left: 214px;
}
.graph_geosmart .graph_items .graph_item.item_4 {
  top: 76px;
  left: 595px;
}
.graph_geosmart .graph_items .graph_item.item_5 {
  top: 79px;
  left: 764px;
}
.graph_geosmart .graph_items .graph_item.item_6 {
  top: 97px;
  left: 837px;
}
.graph_geosmart .graph_items .graph_item.item_7 {
  top: 98px;
  left: 238px;
}
.graph_geosmart .graph_items .graph_item.item_8 {
  top: 128px;
  left: 791px;
  z-index: 2;
}
.graph_geosmart .graph_items .graph_item.item_9 {
  top: 148px;
  left: 859px;
}
.graph_geosmart .graph_items .graph_item.item_10 {
  top: 136px;
  left: 424px;
  z-index: 1;
}
.graph_geosmart .graph_items .graph_item.item_11 {
  top: 157px;
  left: 131px;
}
.graph_geosmart .graph_items .graph_item.item_12 {
  top: 169px;
  left: 690px;
  z-index: 3;
}
.graph_geosmart .graph_items .graph_item.item_13 {
  top: 182px;
  left: 655px;
  z-index: 4;
}
.graph_geosmart .graph_items .graph_item.item_14 {
  top: 181px;
  left: 856px;
  z-index: 1;
}
.graph_geosmart .graph_items .graph_item.item_15 {
  top: 180px;
  left: 673px;
  z-index: 2;
}
.graph_geosmart .graph_items .graph_item.item_16 {
  top: 178px;
  left: 651px;
  z-index: 1;
}
.graph_geosmart .graph_items .graph_item.item_17 {
  top: 193px;
  left: 343px;
}
.graph_geosmart .graph_items .graph_item.item_18 {
  top: 210px;
  left: 241px;
}
.graph_geosmart .graph_items .graph_item.item_19 {
  top: 223px;
  left: 716px;
}
.graph_geosmart .graph_items .graph_item.item_20 {
  top: 217px;
  left: 842px;
}
.graph_geosmart .graph_items .graph_item.item_21 {
  top: 232px;
  left: 654px;
  z-index: 3;
}
.graph_geosmart .graph_items .graph_item.item_22 {
  top: 244px;
  left: 565px;
}
.graph_geosmart .graph_items .graph_item.item_23 {
  top: 242px;
  left: 679px;
  z-index: 2;
}
.graph_geosmart .graph_items .graph_item.item_24 {
  top: 244px;
  left: 465px;
}
.graph_geosmart .graph_items .graph_item.item_25 {
  top: 266px;
  left: 189px;
  z-index: 2;
}
.graph_geosmart .graph_items .graph_item.item_26 {
  top: 272px;
  left: 642px;
}
.graph_geosmart .graph_items .graph_item.item_27 {
  top: 271px;
  left: 864px;
}
.graph_geosmart .graph_items .graph_item.item_28 {
  top: 274px;
  left: 394px;
  z-index: 3;
}
.graph_geosmart .graph_items .graph_item.item_29 {
  top: 264px;
  left: 446px;
  z-index: 1;
}
.graph_geosmart .graph_items .graph_item.item_30 {
  top: 278px;
  left: 815px;
  z-index: 2;
}
.graph_geosmart .graph_items .graph_item.item_31 {
  top: 276px;
  left: 574px;
  z-index: 1;
}
.graph_geosmart .graph_items .graph_item.item_32 {
  top: 269px;
  left: 778px;
}
.graph_geosmart .graph_items .graph_item.item_33 {
  top: 277px;
  left: 755px;
  z-index: 3;
}
.graph_geosmart .graph_items .graph_item.item_34 {
  top: 273px;
  left: 682px;
}
.graph_geosmart .graph_items .graph_item.item_35 {
  top: 299px;
  left: 478px;
  z-index: 2;
}
.graph_geosmart .graph_items .graph_item.item_36 {
  top: 294px;
  left: 622px;
}
.graph_geosmart .graph_items .graph_item.item_37 {
  top: 314px;
  left: 677px;
  z-index: 1;
}
.graph_geosmart .graph_items .graph_item.item_38 {
  top: 336px;
  left: 468px;
  z-index: 3;
}
.graph_geosmart .graph_items .graph_item.item_39 {
  top: 320px;
  left: 538px;
}
.graph_geosmart .graph_items .graph_item.item_40 {
  top: 329px;
  left: 671px;
}
.graph_geosmart .graph_items .graph_item.item_41 {
  top: 331px;
  left: 290px;
  z-index: 2;
}
.graph_geosmart .graph_items .graph_item.item_42 {
  top: 352px;
  left: 606px;
  z-index: 2;
}
.graph_geosmart .graph_items .graph_item.item_43 {
  top: 366px;
  left: 669px;
  z-index: 2;
}
.graph_geosmart .graph_items .graph_item.item_44 {
  top: 341px;
  left: 614px;
  z-index: 1;
}
.graph_geosmart .graph_items .graph_item.item_45 {
  top: 358px;
  left: 658px;
  z-index: 3;
}
.graph_geosmart .graph_items .graph_item.item_46 {
  top: 360px;
  left: 736px;
}
.graph_geosmart .graph_items .graph_item.item_47 {
  top: 391px;
  left: 211px;
  z-index: 2;
}
.graph_geosmart .graph_items .graph_item.item_48 {
  top: 374px;
  left: 498px;
}
.graph_geosmart .graph_items .graph_item.item_49 {
  top: 398px;
  left: 652px;
  z-index: 1;
}
.graph_geosmart .graph_items .graph_item.item_50 {
  top: 392px;
  left: 516px;
}
.graph_geosmart .graph_items .graph_item.item_51 {
  top: 395px;
  left: 607px;
  z-index: 2;
}
.graph_geosmart .graph_items .graph_item.item_52 {
  top: 408px;
  left: 363px;
  z-index: 1;
}
.graph_geosmart .graph_items .graph_item.item_53 {
  top: 417px;
  left: 474px;
}
.graph_geosmart .graph_items .graph_item.item_54 {
  top: 459px;
  left: 593px;
}
.graph_geosmart .graph_items .graph_item.item_55 {
  top: 467px;
  left: 475px;
}
.graph_geosmart .graph_items .graph_item.item_56 {
  top: 431px;
  left: 729px;
}
.graph_geosmart .graph_items .graph_item.item_57 {
  top: 465px;
  left: 651px;
}
.graph_geosmart .graph_items .graph_item.item_58 {
  top: 397px;
  left: 685px;
  z-index: 3;
}