/* ==========================================================================
   Typography
   ========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, input, select, textarea {
  color: #141b4d;
  font-size: 100%;
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.t--white, .svg--white {
  color: #fff !important;
  fill: #fff;
}

.t--dark-slate-blue, .svg--dark-slate-blue {
  color: #141b4d;
  fill: #141b4d;
}

.t--dark-slate-blue:hover, .svg--dark-slate-blue:hover {
  color: #141b4d;
}

.t--aqua-blue, .svg--aqua-blue {
  color: #00b5e2;
  fill: #00b5e2;
}

.t--brownish-grey, .svg--brownish-grey {
  color: #6b6b6b;
  fill: #6b6b6b;
}

.t--grey, .svg--grey {
  color: #ccc;
  fill: #ccc;
}

.b--dark-slate-blue {
  background: #141b4d;
}

.b--dark-slate-blue a.t--aqua-blue:hover {
  color: #fff;
  fill: #fff;
}

.b--silver {
  background: #e5e6e7;
}

.b--aqua-blue {
  background: #00b5e2;
}

.uppercase {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  color: #141b4d;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin: 3rem 0 3rem 0;
  line-height: 1.2;
}

h1 {
  font-size: 2.375rem;
}

h2, .h2 {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -0.7px;
}

h3, .h3 {
  font-size: 2.312rem;
  font-weight: 800;
  letter-spacing: -0.6px;
}

h4, .h4 {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.9px;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

h4.light, .h4.light {
  font-weight: 600;
}

.article-content-text h4,
.article-sidebar h4, .article-content-text .h4,
.article-sidebar .h4 {
  margin-bottom: 0.938rem;
}

h5, .h5 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

h5 .svg-icon, .h5 .svg-icon {
  width: 2.125rem;
  height: 2.125rem;
  margin-right: 10px;
  vertical-align: middle;
}

h6, .h6 {
  font-size: 1.312rem;
  font-weight: 800;
  letter-spacing: -0.3px;
}

ul li {
  margin: 20px 5px 20px 10px;
  padding-left: 10px;
}

a {
  color: #00b5e2;
  transition: all .2s ease-in-out;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

a:hover, a:focus {
  color: #141b4d;
  text-decoration: none;
}

a.a-underline {
  white-space: nowrap;
}

a.a-underline:after, a.a-underline.active:after {
  content: '';
  position: absolute;
  width: 0;
  border-bottom: 1px solid;
  bottom: 0;
  left: 0;
  transition: all .2s ease-in-out;
}

a.a-underline:hover:after, a.a-underline.active:after {
  content: '';
  width: 100%;
}

/* ==========================================================================
   Shared Styles
   ========================================================================== */
.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.grid-padding-x > .cell {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.grid-padding-x .grid-padding-x {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.show-small {
  display: none;
}

.hidden-small {
  display: block;
}

.hidden-medium {
  display: block;
}

.hidden-large {
  display: block;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.button {
  color: #fff;
  border-color: #00b5e2 !important;
}

.button:hover {
  color: #fff;
  border-color: #141b4d !important;
  background-color: #141b4d !important;
  outline: 0;
}

/* ==========================================================================
   Header menu
   ========================================================================== */
.header-main {
  /*padding: 25px 0 13px 0;*/
  /*margin-bottom: 1rem;*/
}
.header-main > div {
  padding: 15px 15px;
}
.header-main > div.mobile-menu {
  padding: 0;
}
.header-main--dropdown-menu {
  position: relative;
  list-style: none;
  margin: 0;
}
.header-main--dropdown-menu .menu--parent {
  position: relative;
  text-align: left;
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 14px;
  /*padding-bottom: 12px;*/
}
.header-main--dropdown-menu .menu--parent ul.parent--child-dropdown {
  z-index: 9999;
}
.header-main--dropdown-menu .menu--parent .active {
  background: #eee;
}
.header-main--dropdown-menu .menu--parent.res a {
  color: #0072ce;
}
.header-main--dropdown-menu .menu--parent.res ul {
  border-bottom: solid 2px #0072ce;
}
.header-main--dropdown-menu .menu--parent.com a {
  color: #da281c;
}
.header-main--dropdown-menu .menu--parent.com ul {
  border-bottom: solid 2px #da281c;
}
.header-main--dropdown-menu .menu--parent.rur a {
  color: #009f4d;
}
.header-main--dropdown-menu .menu--parent.rur ul {
  border-bottom: solid 2px #009f4d;
}
.header-main--dropdown-menu .menu--parent.bus a {
  color: #5f259f;
}
.header-main--dropdown-menu .menu--parent.bus ul {
  border-bottom: solid 2px #5f259f;
}
.header-main--dropdown-menu .menu--parent .category {
  font-weight: bold;
}
.header-main--dropdown-menu .menu--parent .parent--child-dropdown {
  border-radius: 3px;
  text-align: left;
  list-style: none;
  position: absolute;
  margin: 0;
  display: none;
  background: #ffffff;
  padding: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-width: 150px;
  left: -0.5rem;
  /*top: 46px;*/
  z-index: 1;
}
.header-main--dropdown-menu .menu--parent .parent--child-dropdown li {
  white-space: nowrap;
  line-height: 1.8rem;
  margin: 0;
}
.header-main--dropdown-menu .menu--parent .parent--child-dropdown li a {
  display: block;
  padding: 0.5rem 1rem;
}
.header-main--dropdown-menu .menu--parent .parent--child-dropdown li a:hover {
  color: #4a4a4a;
}
.header-main--dropdown-menu .menu--parent .parent--child-dropdown li:hover {
  background: #d8d8d8;
  transition: all 0.25s ease;
}
.header-main--dropdown-menu .menu--parent:hover .icon {
  transform: rotate(180deg);
  transition: all 0.25s ease;
}
.header-main--dropdown-menu .menu--parent:hover .parent--child-dropdown {
  display: block;
}
.header-main--dropdown-menu .desktop-search-icon {
  display: inline-block;
  background: #d8d8d8;
  padding: 6px;
  border-radius: 100px;
  top: 12px;
  position: relative;
}
.header-main--dropdown-menu .desktop-search-icon.active {
  background: #00b5e2;
}
.header-main .header-mobile .header-mobile-list {
  margin: 0;
  list-style: none;
  display: flex;
}
.header-main .header-mobile .header-mobile-list .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.header-main .header-mobile .header-mobile-list .mobile-list {
  width: 100%;
}
.header-main .header-mobile .mobile-search-icon {
  display: inline-block;
  background: #d8d8d8;
  padding: 6px 10px;
  border-radius: 100px;
  top: -14px;
  position: relative;
}
.header-main .header-mobile .mobile-search-icon.active {
  background: #00b5e2;
}
.header-main .header-mobile .icon-user {
  margin-left: 1rem;
}
.header-main .header-mobile .icon-user.true {
  opacity: 0.5;
}
.header-main .header-mobile .user-dropdown {
  position: absolute;
  right: 1rem;
  background: #ffffff;
  padding: 0 1rem 1rem 1rem;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-width: 150px;
}
.header-main .header-mobile .user-dropdown a {
  display: block;
  color: #141b4d;
  padding: 1rem 0 0 0;
}

@media screen and (max-width: 1024px) {
  .header-main > div {
    padding: 0;
  }
}
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.mobile-menu--list {
  width: 80%;
  min-height: 100%;
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 2rem;
}
.mobile-menu--list li {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 1rem;
}
.mobile-menu--list li .top-link {
  background: #00b5e2;
}
.mobile-menu--list li strong,
.mobile-menu--list li a {
  display: block;
  padding: 0.5rem 0 0 1rem;
}
.mobile-menu--list li a {
  color: #141b4d;
  padding-left: 2.5rem;
}
.mobile-menu--list li.no-padding a {
  padding-left: 0;
}
.mobile-menu--list li.back-button {
  background: #00b5e2;
  padding-top: 1rem;
}
.mobile-menu--list li.back-button a {
  padding: 0;
}

.txt-white{color: #fff;};
.txt-residential{color: $residential};
.txt-commercial{color: $commercial};
.txt-rural{color: $rural};
.txt-business{color: $business}
.margin-horizontal-center {
    margin-left: auto;
    margin-right: auto;
}
/* ==========================================================================
   Header icons
   ========================================================================== */
.icon, .icon svg{ width: 32px; height: 22px; background-size: contain; background-position: center;}
.icon-link .icon, .icon-link .icon svg{ width: 22px;}
.icon.icon-xxs, .icon.icon-xxs svg{ width: 10px;}
.icon.icon-xs, .icon.icon-xs svg{ width: 12px;}
.icon.icon-md, .icon.icon-md svg{ width: 20px;}
.icon-spacing{ margin-left: .5rem;}
.icon svg path{ fill: currentColor; }
.nav-img{
  width: 250px;
  height: 40px;
}

.nav-icon{
  width: .5rem;
  height: .25rem;
}

.re-logo-large{
  margin-top: 15px;
}

.nav-icon--bottom{margin-top: .5rem};
.nav-icon--right{margin-left: .5rem};

.nav-circle{
  width: 2rem;
  height: 2rem;
  padding: .5rem;
}
.nav-circle__icon{width: auto; height: 1rem}
/* ==========================================================================
   Header
   ========================================================================== */
.header-filters {
  background: #e5e6e7;
  margin: 0;
  position: relative;
  padding: 16px 10px;
}

.header-filters.make-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-filters .filters-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-filters .filters-wrap .header-filters-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}

.header-filters .filters-wrap li {
  display: inline-block;
}

.header-filters .filters-wrap li:not(:last-child) {
  margin-right: 15px;
}

.header-filters a {
  color: #141b4d;
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
}

.header-filters a:hover, .header-filters a:focus {
  background: #aaa;
  color: #fff;
}

.header-filters a.active {
  background: #00b5e2;
  color: #fff;
}

.header-filters .saved-articles {
  white-space: nowrap;
  font-size: 0.875rem;
  margin-left: auto;
}

.header-filters .saved-articles .svg-icon {
  display: inline-block;
  margin-right: 10px;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  top: 4px;
}

.header-filters .filter-toggle-button {
  display: none;
  font-size: 0.875rem;
  font-weight: 600;
}

.header-filters .filter-toggle-button .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  top: 2px;
}

.header-socialmedia {
  background: #00b5e2;
  color: #fff;
  margin-bottom: 14px;
  padding: 8px 20px;
  font-size: 1rem;
  text-align: right;
}

.header-socialmedia .header-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.header-socialmedia li {
  display: inline-block;
  vertical-align: middle;
}

.header-socialmedia li:not(:last-child) {
  margin-right: 25px;
}

.header-socialmedia a {
  display: inline-block;
  color: #fff;
}

.header-socialmedia a:hover, .header-socialmedia a:focus {
  color: rgba(255, 255, 255, 0.6);
}

.header-socialmedia .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}

.advertise-with-us.make-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.advertise-with-us.make-sticky:before, .advertise-with-us.make-sticky:after {
  content: '';
  display: table;
}

.advertise-with-us .advertise-with-us-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px 15px;
}

.advertise-with-us .advertise-with-us-header h3 {
  margin: 0 15px 0 0;
  white-space: nowrap;
  font-size: 37px;
}

.advertise-with-us .advertise-with-us-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.advertise-with-us .advertise-with-us-menu .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}

.advertise-with-us .advertise-with-us-menu h3 {
  margin: 0 15px 0 0;
}

.advertise-with-us .advertise-with-us-menu a {
  white-space: nowrap;
  padding: 5px 9px;
  color: #141b4d;
}

.advertise-with-us .advertise-with-us-menu a:hover {
  color: #fff;
  background-color: #aaa;
  border-radius: 3px;
}

.advertise-with-us .advertise-with-us-menu a.active {
  border-bottom: #141b4d solid 2px;
  margin: 5px 9px;
  padding: 0;
  font-weight: bold;
  border-radius: 0;
}

.advertise-with-us .advertise-with-us-menu a.active:hover {
  color: #141b4d;
  background-color: transparent;
  border-radius: 0;
}

/* ==========================================================================
   Article Listings
   ========================================================================== */
.article-group > div {
  margin-top: 15px;
}

.article-item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 230px 20px 20px 20px;
  display: -ms-flexbox;
  display: flex;
}

.article-item:before {
  content: "";
  display: block;
  background: linear-gradient(transparent, #333333);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 20%;
}

.article-item.article-latest {
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px 50px 30px 50px;
  min-height: 440px;
}

.article-item.article-latest .article-title {
  max-width: 650px;
}

.article-item.article-sponsored {
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px 50px 30px 50px;
  min-height: 440px;
  border: 15px solid #141b4d;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.article-item.article-sponsored .article-title {
  max-width: 650px;
}

.article-item.article-campagin {
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px 50px 30px 50px;
  min-height: 400px;
}

.article-item.article-campagin .article-title {
  max-width: 100%;
}

.article-item.article-campagin h2 {
  margin: 0;
}

.article-item .article-title {
  width: 100%;
  position: relative;
  color: #ffffff;
}

.article-item .article-title h1, .article-item .article-title h2, .article-item .article-title h3, .article-item .article-title h4, .article-item .article-title h5, .article-item .article-title h6 {
  margin: 0;
  color: #ffffff;
}

.article-item .article-title h1 a, .article-item .article-title h2 a, .article-item .article-title h3 a, .article-item .article-title h4 a, .article-item .article-title h5 a, .article-item .article-title h6 a {
  color: #ffffff;
}

.article-item .article-title h1 a:hover, .article-item .article-title h1 a:focus, .article-item .article-title h2 a:hover, .article-item .article-title h2 a:focus, .article-item .article-title h3 a:hover, .article-item .article-title h3 a:focus, .article-item .article-title h4 a:hover, .article-item .article-title h4 a:focus, .article-item .article-title h5 a:hover, .article-item .article-title h5 a:focus, .article-item .article-title h6 a:hover, .article-item .article-title h6 a:focus {
  color: #cccccc;
}

.article-item .category {
  border-bottom: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
  position: relative;
}

.article-item .category a {
  color: #ffffff;
}

.article-item .category a:hover, .article-item .category a:focus {
  color: #00b5e2;
}

.article-item .category .category-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
  width: 1.5rem;
  height: 1.5rem;
}

.article-item .category .saved-link {
  position: absolute;
  right: 0;
  top: 2px;
  color: #ffffff;
}

.article-item .category .saved-link.article-is-saved {
  color: #00b5e2;
}

.article-item .category .saved-link .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.see-more-link {
  text-align: right;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.see-more-link.sponsored-link {
  background: #141b4d;
  padding: 0 15px 15px 15px;
  margin-top: 0;
}

.see-more-link.sponsored-link .link {
  color: #ffffff;
  margin: 0;
}

.see-more-link.sponsored-link .link:hover, .see-more-link.sponsored-link .link:focus {
  color: #00b5e2;
}

.see-more-link .link {
  color: #141b4d;
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  position: relative;
}

.see-more-link .link:hover, .see-more-link .link:focus {
  color: #00b5e2;
}

.see-more-link h6 {
  margin: 0;
}

.property-market-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e6e7;
  border-bottom: 1px solid #e5e6e7;
  margin-bottom: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.property-market-list li {
  display: block;
}

.property-market-list li:not(:last-child) {
  margin-bottom: 25px;
}

.property-market-list .date {
  font-size: 14px;
  margin: 0;
}

.property-market-list h6 {
  font-weight: bold;
  margin: 0;
}

.guide {
  margin: 0 0 45px 0;
  padding: 35px 10px;
}

.guide h4 {
  margin: 0 0 20px 0;
}

.loader {
  margin: 50px 0 30px 0;
}

.loader p {
  color: #00b5e2;
  font-size: 12px;
  font-weight: bold;
}

.loader p span {
  background: url("../images/loader.svg") no-repeat;
  cursor: pointer;
  display: block;
  height: 60px;
  margin: 10px auto;
  transition: transform .8s ease-in-out;
  width: 60px;
}

.loader p span:hover {
  transform: rotate(360deg);
}

.loader-next p span {
  background: url("../images/icon-news.svg") no-repeat;
  background-color: #00b5e2;
  background-position: center;
  background-size: 50%;
  border-radius: 100%;
}

/* ==========================================================================
   Banners
   ========================================================================== */
.banner {
  text-align: center;
  padding: 20px 0;
}

.banner * {
  margin: auto;
}

.article-sidebar .banner {
  background: #e5e6e7;
  padding: 40px 0;
}

/* ==========================================================================
   Article Page
   ========================================================================== */
.article-content-text {
  color: #6b6b6b;
  padding: 30px 0 0 0;
}

.article-tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0 15px 0;
  font-size: 0.938rem;
}

.article-tag-list li {
  display: inline-block;
  margin: 0 15px 15px 0;
}

.article-tag-list a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 20px;
  color: #6b6b6b;
  padding: 4px 20px;
}

.article-tag-list a:hover, .article-tag-list a:focus {
  color: #fff;
  background: #00b5e2;
}

.article-author {
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 40px;
}

.article-author .author-avatar {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  background: #141b4d;
  color: #00b5e2;
}

.article-author .author-avatar .author-initials {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}

.article-author .author-avatar img {
  position: relative;
  display: block;
  width: 80px;
}

.article-author .author-info {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.article-author .author-info .author-name {
  margin-bottom: 0;
  font-weight: 600;
}

.article-author .author-info .author-linkedin {
  color: #006087;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article-author .author-info .author-linkedin .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.article-author .author-info .article-date {
  margin-bottom: 0;
  color: #9b9b9b;
  display: block;
  font-size: 0.875rem;
}

.article-author .avatar {
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: #141b4d;
  border-radius: 100%;
  color: #00b5e2;
  font-size: 28px;
  font-weight: bold;
  height: 80px;
  -ms-flex-pack: center;
      justify-content: center;
  width: 80px;
}

.article-share-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 30px;
  color: #9b9b9b;
  line-height: 1;
}

.article-share-list li {
  display: inline-block;
  vertical-align: middle;
}

.article-share-list li:not(:last-child) {
  margin-right: 20px;
}

.article-share-list a {
  color: #9b9b9b;
  display: inline-block;
}

.article-share-list a:focus, .article-share-list a:hover {
  color: #00b5e2;
}

.article-share-list .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.campagin-share-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
  color: #0073CE;
  line-height: 1;
}

.campagin-share-list li {
  display: inline-block;
  vertical-align: middle;
}

.campagin-share-list a {
  color: #0073CE;
  display: inline-block;
  padding: 4px 7px;
}

.campagin-share-list a svg {
  color: #0073CE;
  fill: #0073CE;
}

.campagin-share-list a:focus, .campagin-share-list a:hover {
  color: #9b9b9b;
}

.campagin-share-list a:focus svg, .campagin-share-list a:hover svg {
  color: #9b9b9b;
  fill: #9b9b9b;
}

.campagin-share-list .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
}

blockquote {
  border: none;
  color: #00b5e2;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin: 50px 0;
  padding: 0;
}

blockquote:before {
  content: "\201c";
  display: block;
  font-size: 110px;
  font-weight: bold;
  line-height: .4;
  text-align: center;
}

figure {
  display: block;
  margin-bottom: 1.5rem;
}

figure img {
  display: block;
}

figure figcaption {
  font-weight: 600;
  margin-top: 15px;
}

.fb_iframe_widget span {
  height: 80px !important;
  width: 190px !important;
}

.fb_iframe_widget iframe {
  height: initial !important;
  width: initial !important;
}

/* ==========================================================================
   Article Sidebar
   ========================================================================== */
.article-sidebar {
  margin-top: 10px;
}

.article-sidebar .sidebar-group {
  margin-bottom: 40px;
}

.article-sidebar .make-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 99;
}

/**
 * Include files from Media Pages Project
 */
.four-col-info {
  border-top: 1px solid #e5e6e7;
  border-left: 1px solid #e5e6e7;
}

.four-col-info .four-col-info-padding {
  padding: 35px 30px 40px 30px !important;
  border-right: 1px solid #e5e6e7;
  border-bottom: 1px solid #e5e6e7;
}

.four-col-info .four-col-info-padding:first-child {
  padding: 35px 30px !important;
}

.four-col-info .four-col-info-padding:first-child h6 {
  font-size: 1.5rem;
  line-height: normal;
}

.four-col-info h2 {
  font-size: 3.375rem;
  line-height: normal;
  margin: 10px 0;
}

.four-col-info h2.notop {
  margin-top: 0;
  line-height: 3.2rem;
}

.four-col-info h2 sup {
  top: -15px;
  font-size: 2.375rem;
}

.four-col-info h2 sub {
  bottom: 0;
  font-size: 2.375rem;
}

.four-col-info h5 {
  line-height: 1.05;
  letter-spacing: -0.3px;
}

.title-text-bg {
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 690px;
  padding: 0 22.5px;
}

.title-text-bg h2 {
  font-size: 3.375rem;
  line-height: 61px;
  letter-spacing: -0.6px;
  margin: 0 0 25px 0;
  text-align: center;
}

.title-text-bg h4 {
  font-size: 2rem;
  line-height: 47px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.four-col-icon-title {
  border-top: 1px solid #e5e6e7;
  border-left: 1px solid #e5e6e7;
}

.four-col-icon-title .four-col-icon-title-padding {
  padding: 30px !important;
  border-right: 1px solid #e5e6e7;
  border-bottom: 1px solid #e5e6e7;
}

.four-col-icon-title h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -0.5px;
  margin: 35px 0 0 0;
}

.small-headline {
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  padding: 30px 15px;
}

.small-headline.text-uppercase {
  font-size: 18px;
}

.boxed-title-text-bg {
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  padding-left: 18px;
  padding-right: 18px;
}

.boxed-title-text-bg.nomargin {
  margin: -10px auto !important;
}

.boxed-title-text-bg.notop {
  margin-top: -10px !important;
}

.boxed-title-text-bg.nobottom {
  margin-bottom: -10px !important;
}

.boxed-title-text-bg h2 {
  font-size: 3rem;
  line-height: 1.27;
  letter-spacing: -0.6px;
  font-weight: 500;
  margin: 0 0 25px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.boxed-title-text-bg p {
  color: #6b6b6b;
}

.boxed-title-text-bg p:last-child {
  margin-bottom: 0;
}

.boxed-title-text-bg a {
  color: #00b5e2;
}

.boxed-title-text-bg a:hover {
  color: #141b4d;
}

.three-col-icon-text {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.three-col-icon-text .three-col-icon-text-padding {
  padding: 35px !important;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  transition: all .25s ease;
}

.three-col-icon-text a:hover .three-col-icon-text-padding {
  background-color: #00b5e2 !important;
  color: #fff !important;
  fill: #fff !important;
}

.three-col-icon-text a:hover .three-col-icon-text-padding h4, .three-col-icon-text a:hover .three-col-icon-text-padding svg {
  color: #fff !important;
  fill: #fff !important;
}

.three-col-icon-text a:hover .three-col-icon-text-padding h4 span, .three-col-icon-text a:hover .three-col-icon-text-padding svg span {
  color: #141b4d !important;
  fill: #141b4d !important;
}

.three-col-icon-text h2 {
  font-size: 3.625rem;
  line-height: normal;
  margin: 25px 0;
}

.three-col-icon-text h4 {
  letter-spacing: -0.4px;
  margin: 0 0 0 25px;
  max-width: 240px;
}

.newsletter-sign-up > .cell {
  padding: 35px;
}

.newsletter-sign-up > .cell:nth-child(1) {
  background-color: #00b5e2;
}

.newsletter-sign-up > .cell:nth-child(2) {
  background-color: #00b5e2;
  padding-right: 70px;
  padding-top: 100px;
}

.newsletter-sign-up .newsletter-sign-up-form * {
  transition: all .25s ease;
}

.newsletter-sign-up .newsletter-sign-up-form input[type="text"],
.newsletter-sign-up .newsletter-sign-up-form input[type="email"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e5e6e7;
  color: #fff;
  box-shadow: none;
  padding: 0;
  font-size: 14px;
}

.newsletter-sign-up .newsletter-sign-up-form :-ms-input-placeholder {
  color: #fff;
}

.newsletter-sign-up .newsletter-sign-up-form ::placeholder {
  color: #fff;
}

.newsletter-sign-up .newsletter-sign-up-form button[type="submit"] {
  font-size: 18px;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
  margin: 0;
  outline: none;
  border: 0;
}

.newsletter-sign-up .newsletter-sign-up-form button[type="submit"]:hover, .newsletter-sign-up .newsletter-sign-up-form button[type="submit"]:active, .newsletter-sign-up .newsletter-sign-up-form button[type="submit"]:focus {
  background-color: transparent !important;
  border: 0;
}

.newsletter-sign-up .newsletter-sign-up-form button[type="submit"]:hover > div, .newsletter-sign-up .newsletter-sign-up-form button[type="submit"]:active > div, .newsletter-sign-up .newsletter-sign-up-form button[type="submit"]:focus > div {
  color: #141b4d;
}

.newsletter-sign-up .newsletter-sign-up-form #error-msgs {
  font-size: 12px;
  border-radius: 3px;
  padding: 5px 10px;
  color: #ffffff;
}

.newsletter-sign-up .newsletter-sign-up-form #error-msgs.error {
  background-color: #da291c;
}

.newsletter-sign-up .newsletter-sign-up-form #error-msgs.valid {
  font-size: initial;
  color: #fff;
  background-color: #009f4d;
}

.newsletter-sign-up h4 {
  margin: 0 0 25px 0;
}

.full-width-case-study img {
  transition: all .25s ease;
}

.full-width-case-study a {
  display: inline-block;
}

.full-width-case-study a:hover img {
  filter: brightness(75%);
}

.full-width-case-study .full-width-case-study-copy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  padding: 35px;
}

.full-width-case-study .full-width-case-study-copy h3 {
  margin: 0 25px 0 0;
}

.full-width-case-study .full-width-case-study-copy h5 {
  font-size: 28px;
  margin: 0;
  color: #00b5e2;
}

.title-image {
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 22.5px;
}

.title-image h2 {
  font-size: 3.375rem;
  line-height: 61px;
  letter-spacing: -0.6px;
  margin: 0 0 30px 0;
  text-align: center;
}

.text-cta {
  padding: 45px;
}

.text-cta h5 {
  font-size: 21px;
}

.download-cta {
  padding: 35px;
  background-color: #f2f3f3;
  text-align: center;
}

.download-cta .cta {
  display: inline-block;
  padding: 15px 45px;
}

.download-cta .cta .news-icon {
  margin: 0 auto 10px;
}

.download-cta a {
  border: 1px solid #141b4d;
  display: inline-block;
  margin: 0 auto;
  min-width: 323px;
  color: #141b4d;
}

.download-cta a:hover {
  background-color: #141b4d;
  color: #fff;
}

.download-cta a:hover .news-icon {
  fill: #fff;
}

.read-cta {
  padding: 35px;
  background-color: #f2f3f3;
  text-align: center;
}

.read-cta .cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 55px 45px 15px 45px;
}

.read-cta .cta a {
  display: inline-block;
  margin: 0 auto;
  min-width: 323px;
}

.read-cta .cta a:hover {
  background-color: #141b4d;
  color: #fff;
}

.read-cta .cta a:hover .news-icon {
  fill: #fff;
}

.two-column-text-left-image-right {
  color: #6b6b6b;
  padding: 50px 0 15px 0;
}

.two-column-text-left-image-right.nomargin {
  padding: 0 !important;
}

.two-column-text-left-image-right.notop {
  padding-top: 0 !important;
}

.two-column-text-left-image-right.nobottom {
  padding-bottom: 0 !important;
}

.two-column-text-left-image-right > .cell {
  padding: 0 35px;
}

.two-column-text-left-image-right > .cell:nth-child(2) {
  min-height: 450px;
}

.two-column-text-left-image-right h3 {
  font-size: 36px;
  margin: 30px 0 25px 0;
}

.two-column-text-left-image-right h3.nomargin {
  margin: 0;
}

.two-column-text-left-image-right h3.notop {
  margin-top: 0;
}

.two-column-text-left-image-right h3.nobottom {
  margin-bottom: 0;
}

.boxed-small-title-text-bg {
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  padding-left: 18px;
  padding-right: 18px;
}

.boxed-small-title-text-bg.nomargin {
  margin: -10px auto !important;
}

.boxed-small-title-text-bg.notop {
  margin-top: -10px !important;
}

.boxed-small-title-text-bg.nobottom {
  margin-bottom: -10px !important;
}

.boxed-small-title-text-bg h4 {
  margin: 0 0 25px 0;
}

.boxed-small-title-text-bg p {
  color: #6b6b6b;
}

.boxed-small-title-text-bg p:last-child {
  margin-bottom: 0;
}

.boxed-small-title-text-bg a {
  color: #00b5e2;
}

.boxed-small-title-text-bg a:hover {
  color: #141b4d;
}

.two-column-link-list {
  padding: 45px 0;
}

.two-column-link-list > .cell {
  padding: 0 35px;
}

.two-column-link-list .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 20px 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #141b4d;
}

.two-column-link-list .link:hover, .two-column-link-list .link.active {
  border-bottom: 1px solid #00b5e2;
  padding: 10px 5px 10px 10px;
}

.two-column-link-list .link:hover h6, .two-column-link-list .link.active h6 {
  color: #141b4d;
}

.two-column-link-list h6 {
  font-size: 21px;
  font-weight: 700;
  padding-right: 15px;
}

.two-column-title-text {
  padding: 60px 24.5px;
}

.two-column-title-text.nomargin {
  padding: 0;
}

.two-column-title-text.notop {
  padding-top: 0;
}

.two-column-title-text.nobottom {
  padding-bottom: 0;
}

.two-column-title-text > .cell:first-child {
  padding-right: 30px;
}

.two-column-title-text > .cell:last-child {
  padding-left: 30px;
}

.two-column-title-text p {
  color: #6b6b6b;
}

.two-column-title-text a {
  color: #00b5e2;
}

.two-column-title-text a:hover {
  color: #141b4d;
}

.three-col-image-title {
  border-top: 1px solid #f2f3f3;
  border-left: 1px solid #f2f3f3;
}

.three-col-image-title .three-col-image-title-padding {
  padding: 0 !important;
  border-right: 1px solid #f2f3f3;
  border-bottom: 1px solid #f2f3f3;
}

.three-col-image-title h2 {
  font-size: 3.625rem;
  line-height: normal;
  margin: 25px 0;
}

.three-col-image-title h4 {
  font-size: 2.25rem;
  letter-spacing: -0.4px;
  margin: 30px 20px;
  transition: all .25s ease;
}

.three-col-image-title h4 a {
  color: #00b5e2;
}

.three-col-image-title h4 a:hover, .three-col-image-title h4 a.active {
  color: #141b4d;
}

.three-col-image-title a {
  color: #00b5e2;
  display: inline-block;
}

.three-col-image-title a:hover,
.three-col-image-title a:hover h4,
.three-col-image-title a.active h4 {
  color: #141b4d;
}

.three-columns-title-text {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 18px;
  padding-right: 18px;
}

.three-columns-title-text.nomargin {
  padding: 0 !important;
}

.three-columns-title-text.notop {
  padding-top: 0 !important;
}

.three-columns-title-text.nobottom {
  padding-bottom: 0 !important;
}

.three-columns-title-text > .cell {
  padding: 0 45px;
}

.three-columns-title-text h2 {
  font-size: 2.125rem;
  line-height: 47px;
  letter-spacing: -0.5px;
  font-weight: 500;
  padding: 0 0 10px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #141b4d;
}

.three-columns-title-text p {
  color: #6b6b6b;
}

.three-columns-title-text a {
  color: #00b5e2;
}

.three-columns-title-text a:hover {
  color: #141b4d;
}

.three-columns-icon-title-text-audiences {
  margin-bottom: 45px;
  padding-left: 40px;
  padding-right: 40px;
}

.three-columns-icon-title-text-audiences.nomargin {
  margin: -10px auto !important;
}

.three-columns-icon-title-text-audiences.notop {
  margin-top: -10px !important;
}

.three-columns-icon-title-text-audiences.nobottom {
  margin-bottom: -10px !important;
}

.three-columns-icon-title-text-audiences > .cell {
  padding: 0 0 15px;
}

.three-columns-icon-title-text-audiences .tcitt-padding {
  width: 80%;
  margin: 0 auto;
}

.three-columns-icon-title-text-audiences .tcitt-disabled {
  opacity: 0.3;
}

.three-columns-icon-title-text-audiences .tcitt-icon-underline {
  border-top: 3px solid #00b5e2;
  position: relative;
  margin-top: 35px;
  padding-top: 10px;
}

.three-columns-icon-title-text-audiences .tcitt-icon-underline:after {
  content: '|';
  position: absolute;
  top: -30px;
  left: 48%;
  font-size: 35px;
  font-weight: bold;
  color: #00b5e2;
}

.three-columns-icon-title-text-audiences h6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.125rem;
  line-height: 39px;
  letter-spacing: 0;
  font-weight: 700;
  margin: 15px 0;
}

.three-columns-icon-title-text-audiences p {
  color: #6b6b6b;
}

.three-columns-icon-title-text-audiences a {
  color: #00b5e2;
}

.three-columns-icon-title-text-audiences a:hover {
  color: #141b4d;
}

.three-columns-icon-title-text-audiences a:hover h6, .three-columns-icon-title-text-audiences a:hover p {
  color: #141b4d;
}

.two-column-case-study.cell {
  padding: 0 22px 35px;
}

.two-column-case-study img {
  transition: all .25s ease;
}

.two-column-case-study a {
  display: inline-block;
}

.two-column-case-study a:hover img {
  filter: brightness(75%);
}

.two-column-case-study h3 {
  margin: 0 25px 0 0;
}

.two-column-case-study h5 {
  font-size: 28px;
  margin: 0;
  color: #00b5e2;
}

.four-col-timeline-title-text .four-col-timeline-text-padding {
  border-top: 3px solid #00b5e2;
  position: relative;
}

.four-col-timeline-title-text .four-col-timeline-text-padding:after {
  content: '|';
  position: absolute;
  top: -30px;
  left: 35%;
  font-size: 35px;
  font-weight: bold;
  color: #00b5e2;
}

.four-col-timeline-title-text .four-col-timeline-text-padding span {
  display: block;
  max-width: 210px;
  margin: 0 auto;
}

.four-col-timeline-title-text h4 {
  font-size: 2rem;
  line-height: normal;
  margin: 25px 0;
}

.four-col-timeline-title-text h5 {
  letter-spacing: -0.4px;
  margin: 10px 0;
}

.center-column-title-text {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 18px;
  padding-right: 18px;
}

.center-column-title-text.nomargin {
  padding: 0 !important;
}

.center-column-title-text.notop {
  padding-top: 0 !important;
}

.center-column-title-text.nobottom {
  padding-bottom: 0 !important;
}

.center-column-title-text > .cell {
  padding: 0 45px;
}

.center-column-title-text h2 {
  font-size: 2.125rem;
  line-height: 47px;
  letter-spacing: -0.5px;
  font-weight: 500;
  padding: 0 0 10px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #141b4d;
}

.center-column-title-text p {
  color: #6b6b6b;
}

.center-column-title-text a {
  color: #00b5e2;
}

.center-column-title-text a:hover {
  color: #141b4d;
}

.faq-accordion-list .accordion-item {
  margin: 0;
  padding: 0;
}

.faq-accordion-list .accordion-content {
  border: none;
  padding: 1rem 0 2rem 0;
  color: #6b6b6b;
}

.faq-accordion-list .accordion-content:last-child {
  border: none;
}

.faq-accordion-list .accordion-content a {
  color: #00b5e2;
}

.faq-accordion-list .accordion-content a:hover {
  color: #141b4d;
}

.faq-accordion-list .circle-chevron-right-icon {
  transition: all .25s ease-in-out;
}

.faq-accordion-list .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 20px 10px 0;
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #141b4d !important;
}

.faq-accordion-list .item:focus {
  background-color: transparent;
}

.faq-accordion-list .item:hover {
  border-bottom: 1px solid #00b5e2;
  background-color: transparent;
}

.faq-accordion-list .item:hover h6 {
  color: #141b4d;
}

.faq-accordion-list .item:hover .circle-chevron-right-icon {
  transform: rotate(90deg);
}

.faq-accordion-list .item:before {
  content: '' !important;
}

.faq-accordion-list .is-active .item .circle-chevron-right-icon {
  transform: rotate(-90deg);
}

.faq-accordion-list h6 {
  font-size: 21px;
  font-weight: 700;
  padding-right: 15px;
}

.specs-table {
  padding: 15px;
}

.specs-table table thead tr th {
  font-size: 12px;
  vertical-align: top;
  color: #141b4d;
}

.specs-table table thead tr th:nth-child(n+5) {
  text-align: center;
}

.specs-table table tr {
  font-size: 12px;
}

.specs-table table tr td:nth-child(n+5) {
  text-align: center;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes slideInRight {
  from {
    transform: translate3d(10%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@media only screen and (max-width: 39.938em) {
  h1 {
    font-size: 2em;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  .show-small {
    display: block;
  }
  .hidden-small {
    display: none;
  }
  .advertise-with-us .advertise-with-us-header {
    padding: 10px 15px 0 15px;
  }
  .advertise-with-us .advertise-with-us-header h3 {
    margin: 0;
    font-size: 30px;
  }
  .property-market-list {
    margin-bottom: 0;
  }
  .four-col-info .four-col-info-padding {
    padding: 20px 30px 20px 30px !important;
  }
  .four-col-info .four-col-info-padding svg {
    width: 40px;
    height: 40px;
  }
  .four-col-info .four-col-info-padding:first-child h6 {
    font-size: 1.25rem;
  }
  .four-col-info h2 {
    font-size: 3rem;
    margin: 0;
  }
  .four-col-info h2 sup {
    font-size: 1.75rem;
  }
  .four-col-info h2 sub {
    font-size: 1.75rem;
  }
  .title-text-bg h2 {
    font-size: 2.5rem;
    line-height: 44px;
  }
  .title-text-bg h4 {
    font-size: 1.5rem;
    line-height: 32px;
  }
  .four-col-icon-title .four-col-icon-title-padding {
    padding: 20px 30px 20px 30px !important;
  }
  .four-col-icon-title .four-col-icon-title-padding svg {
    width: 40px;
    height: 40px;
  }
  .four-col-icon-title h4 {
    margin: 0;
  }
  .boxed-title-text-bg h2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.75rem;
  }
  .three-col-icon-text .three-col-icon-text-padding {
    padding: 25px !important;
  }
  .full-width-case-study .full-width-case-study-copy {
    padding: 25px 22px 35px;
  }
  .full-width-case-study .full-width-case-study-copy h5 {
    font-size: 1.25rem;
  }
  .title-image h2 {
    font-size: 2.3rem;
    line-height: 44px;
  }
  .read-cta {
    padding-top: 0;
  }
  .two-column-text-left-image-right > .cell:nth-child(2) {
    margin-top: 20px;
    min-height: initial;
    padding-bottom: 75%;
  }
  .two-column-text-left-image-right svg {
    width: 30px;
    height: 30px;
  }
  .two-column-text-left-image-right h3 {
    font-size: 1.75rem;
    margin: 7px 0 12px 0;
  }
  .two-column-title-text {
    padding: 50px 24.5px;
  }
  .two-column-title-text > .cell:first-child {
    padding-right: 7.5px;
    padding-bottom: 25px;
  }
  .two-column-title-text > .cell:last-child {
    padding-left: 7.5px;
  }
  .three-col-image-title h4 {
    font-size: 1.5rem;
  }
  .three-columns-title-text h2 {
    font-size: 1.75rem;
    padding: 0 0 4px 0;
  }
  .three-columns-icon-title-text-audiences a > svg {
    width: 50px;
    height: 55px;
  }
  .three-columns-icon-title-text-audiences .tcitt-icon-underline {
    border-top: unset;
    margin-top: 0;
  }
  .three-columns-icon-title-text-audiences .tcitt-icon-underline:after {
    content: '';
  }
  .two-column-case-study h3 {
    padding: 25px 0 0 0;
  }
  .two-column-case-study h5 {
    font-size: 1.25rem;
  }
  .four-col-timeline-title-text .four-col-timeline-text-padding {
    border-top: none;
  }
  .four-col-timeline-title-text .four-col-timeline-text-padding:after {
    content: '';
  }
  .four-col-timeline-title-text .four-col-timeline-text-padding span {
    max-width: 80%;
  }
  .three-column-meet-the-team h5 small {
    font-size: 17px;
  }
  .center-column-title-text h2 {
    font-size: 1.75rem;
    line-height: 34px;
  }
  .faq-accordion-list {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 63.938em) {
  h2, .h2 {
    font-size: 3rem;
  }
  .hidden-medium-down {
    display: none;
  }
  .header-filters {
    padding: 10px 0;
  }
  .header-filters .filters-wrap .header-filters-list {
    display: none;/* toggle with js */
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    padding-top: 20px;
  }
  .header-filters .filters-wrap li {
    display: block;
  }
  .header-filters .filters-wrap li:not(:last-child) {
    margin-right: 0;
  }
  .header-filters .filter-toggle-button {
    display: block;
  }
  .header-socialmedia {
    padding: 15px 10px;
  }
  .header-socialmedia .header-social-list {
    font-size: 0.875rem;
  }
  .article-item.article-latest {
    padding: 20px;
    min-height: 360px;
  }
  .article-item.article-sponsored {
    padding: 20px;
    min-height: 360px;
  }
  .article-item.article-campagin {
    padding: 20px;
    min-height: 360px;
  }
  .guide {
    padding: 35px 0;
  }
  .article-content-text {
    padding-right: 0;
  }
  .newsletter-sign-up > .cell:nth-child(2) {
    margin-top: 0;
    padding-right: 35px;
    padding-top: 0;
  }
  .full-width-case-study .full-width-case-study-copy {
    display: block;
  }
  .download-cta a {
    min-width: 80%;
  }
  .read-cta .cta a {
    min-width: 80%;
  }
  .two-column-case-study {
    display: block;
  }
  .four-col-timeline-title-text h5 {
    font-size: 1.25rem;
  }
  .specs-table {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    padding: 0;
  }
  .specs-table .right-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    background-image: url("../../assets/images/right-gradient.png");
    background-repeat: repeat-y;
    background-size: contain;
  }
  .slideInRight-mobile {
    animation-name: slideInRight;
  }
}

@media screen and (min-width: 40em) {
  h3, .h3 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 30em) {
  h3, .h3 {
    font-size: 1.562rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 74.938em) {
  h4, .h4 {
    font-size: 1.5rem;
  }
  .hidden-large-down {
    display: none;
  }
}

@media only screen and (min-width: 40.938em) and (max-width: 63.938em) {
  .hidden-medium {
    display: none;
  }
}

@media only screen and (min-width: 40.938em) {
  .hidden-medium-up {
    display: none;
  }
  .article-item.article-sponsored h2 {
    font-size: 2.625rem;
  }
}

@media only screen and (min-width: 64.938em) and (max-width: 74.938em) {
  .hidden-large {
    display: none;
  }
}

@media only screen and (min-width: 64.938em) {
  .hidden-large-up {
    display: none;
  }
}

@media screen, print {
  footer {
    background-color: #ededed;
    font-size: .75rem;
    color: #000;
    padding: 1rem;
    width: 100%;
    display: table;
  }
  footer ul li {
    margin: 5px;
    padding-left: 10px;
  }
  footer a {
    color: #000;
  }
  footer a:hover {
    opacity: .8;
  }
  footer div.footer-container {
    display: table-cell;
    vertical-align: middle;
  }
  footer div.footer-container a {
    text-decoration: none;
    font-size: .6875rem;
    color: #000;
  }
}

@media screen and (max-width: 40em) {
  footer .footer-inner > * {
    margin-bottom: .3125rem;
  }
  footer .footer-inner > * > strong {
    font-size: 1rem;
    display: block;
    padding: .3125rem .9375rem;
    margin: 0 -.9375rem;
    background: #ccc;
  }
  footer .footer-inner > * > strong.open {
    color: #0072ce;
  }
  footer .footer-inner > * ul {
    margin-bottom: .3125rem;
  }
}

@media only screen and (max-width: 768px) {
  .advertise-with-us .advertise-with-us-menu {
    -ms-flex-pack: initial;
    justify-content: initial;
    padding: 10px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
    z-index: 1;
  }
  .advertise-with-us .advertise-with-us-menu .wrapper {
    width: initial;
    padding: 0;
  }
  .advertise-with-us .advertise-with-us-menu a {
    margin: 0 7.5px;
  }
  .advertise-with-us .advertise-with-us-menu a:first-child {
    margin-left: 15px;
  }
  .advertise-with-us .advertise-with-us-menu a:last-child {
    margin-right: 15px;
  }
  .advertise-with-us .advertise-with-us-menu.collapse {
    height: 0;
    padding: 0;
  }
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}

.three-col-title-text-padding.padding-top {
  padding-top: 45px;
 }