/* FONTS */
@font-face {
  font-family: "Proxima Nova";
  src: url("/Frontend/Fonts/ProximaNova-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  src: url("/Frontend/Fonts/ProximaNova-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  src: url("/Frontend/Fonts/ProximaNova-RegItalic.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova Light";
  src: url("/Frontend/Fonts/ProximaNova-Light.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova Light";
  font-style: italic;
  src: url("/Frontend/Fonts/ProximaNova-LightItalic.otf") format("opentype");
}
/*- FONTS -*/
/* COLORS */
.red {
  color: #cc3433;
}
.red-resources {
  color: #cc0000;
}
.light-grey {
  color: #8d8d8d;
}
.light-grey-1 {
  color: #8f8f8f;
}
.mid-grey {
  color: #3b3b3b;
}
.dark-grey {
  color: #333333;
}
.grey-home {
  color: #e2e2e2;
}
.grey-resources {
  color: #606060;
}
.grey-success {
  color: #656565;
}
.dark-grey-resources {
  color: #353535;
}
.color-grey-partnerships {
  color: #deddde;
}
.color-tiles-home {
  color: #5e5e5e;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.orange {
  color: #f18a1c;
}
/*- COLORS -*/
/* BACKGROUNDS */
.bg-extra-light-grey {
  background-color: #f2f2f2;
}
.bg-dark-grey {
  background-color: #333333;
}
.bg-white {
  background-color: #ffffff;
}
.bg-red {
  background-color: #cc3433;
}
.bg-orange {
  background-color: #f18a1c;
}
.bg-grey-home {
  background-color: #e2e2e2;
}
.bg-grey-privacy-policy {
  background-color: #f2f2f2;
}
.bg-grey-leadership {
  background-color: #e9e8e8;
}
.bg-grey-partnerships {
  background-color: #deddde;
}
.bg-grey-header {
  background-color: #242424;
}
.bg-grey-whatwedo {
  background-color: #403d3d;
}
.bg-grey-pagenotfound {
  background-color: #f5f6f7;
}
.bg-dark-grey-home {
  background-color: #4a4a4a;
}
.bg-black {
  background-color: #000000;
}
.bg-dark-blue {
  background-color: #25507e;
}
.bg-blue-gradient {
  background: linear-gradient(to bottom right, #256290, #0798c6);
}
/*- BACKGROUNDS -*/
/* CUSTOM BOOTSTRAP COLUMNS */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*- CUSTOM BOOTSTRAP COLUMNS -*/
.pointer {
  cursor: pointer;
}
.default {
  cursor: default !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.no-text-decoration {
  text-decoration: none !important;
}
.arrow-top {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000000 transparent;
}
.arrow-bottom {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}
body {
  font-family: "Proxima Nova";
  font-size: 14px;
  color: #3b3b3b;
}
a {
  color: #00a5d4;
  text-decoration: none !important;
}
a a:link {
  color: #00a5d4;
}
a a:visited {
  color: #00a5d4;
}
a:hover,
a:active,
a:focus {
  color: #21c5f4;
}
.font-default {
  font-family: "Proxima Nova";
}
.font-light {
  font-family: "Proxima Nova Light";
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  /* Chrome all / Safari all */

  -moz-user-select: none;
  /* Firefox all */

  -ms-user-select: none;
  /* IE 10+ */

  user-select: none;
  /* Likely future */

}
.vert-align-mid {
  display: inline-block;
  vertical-align: middle;
}
.no-padding {
  padding: 0;
}
.no-last-p-margin p:last-of-type {
  margin-bottom: 0;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.page-content {
  margin: 0;
  padding-top: 55px;
  padding-bottom: 55px;
}
.page-content .page-content-inner {
  padding: 0;
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
/*- columns of same height styles -*/
/* HERO header */
.hero {
  position: relative;
  height: 120px;
  margin: 0;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.hero .hero-gradient-front {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #256290, #0798c6);
}
.hero .hero-inner {
  display: table;
  padding: 0;
}
.hero .hero-text {
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  font-family: "Proxima Nova Light";
  height: 120px;
  color: #fbfcfd;
}
.hero .hero-text .main-text {
  display: inline-block;
  font-size: 32px;
}
.hero .hero-text .sub-text {
  font-size: 23px;
  line-height: 27pt;
  margin-top: 3px;
  display: none;
}
.hero .hero-text .sub-text p {
  font-size: 23px;
}
@media (min-width: 480px) {
  .hero .hero-gradient-front {
    background: -webkit-linear-gradient(-45deg, #256290 0%, #0798c6 64.9%, transparent 65%, transparent 100%);
    background: linear-gradient(135deg, #256290 0%, #0798c6 64.9%, transparent 65%, transparent 100%);
  }
}
@media (min-width: 768px) {
  .hero {
    height: 200px;
  }
  .hero .hero-text {
    height: 200px;
  }
  .hero .hero-text .main-text {
    font-size: 36px;
  }
  .hero .hero-text .sub-text {
    display: block;
  }
}
@media (min-width: 1800px) {
  .hero .hero-gradient-front {
    background: -webkit-linear-gradient(-45deg, transparent 1%, transparent 475px, #0798c6 0px, #256290);
    background: linear-gradient(-45deg, transparent 1%, transparent 475px, #0798c6 0px, #256290);
  }
}
/*- HERO header -*/
/* CONTACT FORM */
.contact-form {
  height: 450px;
  overflow: hidden;
}
.contact-form .table-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.contact-form .table-wrapper .cell-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.contact-form .contact-form-inner {
  max-width: 425px;
  margin: 0 auto;
  padding: 40px 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
}
.contact-form .contact-form-inner h2 {
  font-family: "Proxima Nova Light";
  margin: 0 0 30px;
  font-size: 22pt;
  text-align: center;
}
.contact-form .contact-form-inner form {
  margin: 0 auto;
}
/*- CONTACT FORM -*/
/* CONTUCT US SECTION WITH BUTTON */
.contact-us-button-section .text {
  text-transform: uppercase !important;
  padding: 70px 0;
  text-align: center;
  font-size: 26pt;
  font-weight: bold;
  color: #ffffff;
}
.contact-us-button-section .button-wrapper {
  text-align: center;
}
.contact-us-button-section .button-wrapper .contuct-us-button {
  text-decoration: none !important;
  display: inline-block;
  padding: 15px 35px;
  margin-bottom: 50px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  .contact-us-button-section {
    position: relative;
    display: table;
    width: 100%;
    height: 350px;
  }
  .contact-us-button-section .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    font-size: 33pt;
  }
  .contact-us-button-section .button-wrapper {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
  }
  .contact-us-button-section .button-wrapper .contuct-us-button {
    margin-bottom: 0;
  }
}
/*- CONTUCT US SECTION WITH BUTTON -*/
@media (max-width: 479px) {
  .xxs-full-size {
    width: 100%;
  }
}
/* Hero section */
.home-hero-section {
  display: table;
  width: 100%;
  min-height: 460px;
}
.home-hero-section .home-hero-center-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.home-hero-section .home-hero-center-content .animated-text {
  margin: 0;
  padding: 70px 0 0;
  font-size: 27pt;
  font-weight: bold;
  color: #ffffff;
}
.home-hero-section .home-hero-center-content .animated-text li {
  display: none;
  list-style-type: none;
  text-shadow: 2px 1px 2px #7f6651;
}
.home-hero-section .home-hero-center-content .forrester-section {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #ffffff;
}
.home-hero-section .home-hero-center-content .forrester-section .forrester-image-logo {
  margin: 15px 0;
}
.home-hero-section .home-hero-center-content .forrester-section .forrester-text {
  text-transform: uppercase !important;
  font-size: 13pt;
}
.home-hero-section .home-hero-center-content .forrester-section .forrester-sub-text {
  text-transform: uppercase !important;
  font-size: 10pt;
  margin-bottom: 30px;
}
.home-hero-section .home-hero-center-content .forrester-section .forrester-link {
  display: inline-block;
  text-transform: uppercase !important;
  font-size: 11pt;
  font-weight: bold;
  color: #ffffff;
}
.home-hero-section .home-hero-center-content .forrester-section .forrester-link::after {
  content: '›';
  -webkit-transition: left 125ms ease-in-out;
  transition: left 125ms ease-in-out;
  position: relative;
  left: 5px;
  top: 2px;
  font-size: 23pt;
  line-height: 0;
}
.home-hero-section .home-hero-center-content .forrester-section .forrester-link:hover,
.home-hero-section .home-hero-center-content .forrester-section .forrester-link:focus {
  text-decoration: none !important;
}
.home-hero-section .home-hero-center-content .forrester-section .forrester-link:hover::after {
  left: 10px;
}
@media (min-width: 480px) {
  .home-hero-section .home-hero-center-content .animated-text {
    font-size: 40pt;
  }
}
@media (min-width: 690px) {
  .home-hero-section .home-hero-center-content .forrester-section {
    width: 570px;
    left: 50%;
    margin-left: -285px;
    bottom: 20px;
  }
}
@media (min-width: 768px) {
  .home-hero-section .home-hero-center-content .animated-text {
    font-size: 60pt;
  }
  .home-hero-section .home-hero-center-content .forrester-section {
    width: 720px;
    margin-left: -360px;
    bottom: 30px;
    text-align: left;
  }
  .home-hero-section .home-hero-center-content .forrester-section .forrester-image-logo {
    float: left;
    margin: 0;
  }
  .home-hero-section .home-hero-center-content .forrester-section .forrester-text-wrapper {
    margin-left: 150px;
  }
  .home-hero-section .home-hero-center-content .forrester-section .forrester-text-wrapper .forrester-text p,
  .home-hero-section .home-hero-center-content .forrester-section .forrester-text-wrapper .forrester-sub-text p {
    margin: 0;
  }
  .home-hero-section .home-hero-center-content .forrester-section .forrester-text-wrapper .forrester-sub-text {
    margin-bottom: 20px;
  }
}
/*- Hero section -*/
.home-intro {
  background: linear-gradient(to bottom right, #256290, #0798c6);
  position: relative;
}
.home-intro .title {
  text-transform: uppercase !important;
  color: #ffffff;
  font-size: 11pt;
  line-height: 13pt;
  font-weight: bold;
}
.home-intro .sub-title {
  font-family: "Proxima Nova Light";
  color: #ffffff;
  font-size: 20pt;
  line-height: 22pt;
  margin-top: 22px;
}
.home-intro .image {
  margin-top: 70px;
}
.home-quick-snapshot {
  background-color: #f2f2f2;
}
.home-quick-snapshot .title .header {
  text-transform: uppercase !important;
  color: #787878;
  font-size: 11pt;
  line-height: 13pt;
  font-weight: bold;
}
.home-quick-snapshot .title .sub-header {
  font-family: "Proxima Nova Light";
  color: #787878;
  font-size: 20pt;
  line-height: 22pt;
  margin-top: 22px;
}
.home-quick-snapshot .tiles {
  margin-top: 50px;
}
.home-quick-snapshot .tiles .tile-wrapper:not(:first-child) {
  margin-top: 50px;
}
.home-quick-snapshot .tiles .tile {
  background-color: #ffffff;
  height: 200px;
  padding: 60px 0;
  -webkit-box-shadow: 5px 10px 30px -5px #b6b5b5;
  -moz-box-shadow: 5px 10px 30px -5px #b6b5b5;
  box-shadow: 5px 10px 30px -5px #b6b5b5;
}
.home-quick-snapshot .tiles .tile .header {
  text-transform: uppercase !important;
  font-family: "Proxima Nova Light";
  color: #326291;
  font-size: 20pt;
  line-height: 22pt;
}
.home-quick-snapshot .tiles .tile .sub-header {
  color: #5e5e5e;
  font-size: 13pt;
  line-height: 15pt;
  padding: 0 15%;
  margin-top: 10px;
}
.circle-container .center-circle {
  text-align: center;
  margin-bottom: 50px;
}
.circle-container .center-circle .explore-title {
  margin-top: 0;
  font-size: 12pt;
  font-weight: bold;
  color: #7f7f7f;
}
.circle-container .center-circle .explore-sub-title {
  font-size: 22pt;
  line-height: 24pt;
  font-family: "Proxima Nova Light";
  color: #f18a1c;
}
.explore-section-item {
  text-align: center;
  margin-bottom: 40px;
}
.explore-section-item .explore-item-title {
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 5px;
  color: #7f7f7f;
}
.explore-section-item .explore-item-text {
  font-size: 12pt;
  margin-bottom: 10px;
}
.explore-section-item .explore-item-link {
  display: inline-block;
  text-transform: uppercase !important;
  font-size: 12pt;
  font-weight: bold;
  color: #00a5d4;
}
.explore-section-item .explore-item-link::after {
  content: '›';
  -webkit-transition: left 125ms ease-in-out;
  -moz-transition: left 125ms ease-in-out;
  -o-transition: left 125ms ease-in-out;
  transition: left 125ms ease-in-out;
  position: relative;
  left: 5px;
  top: 2px;
  font-size: 23pt;
  line-height: 0;
}
.explore-section-item .explore-item-link:visited {
  color: #21c5f4;
}
.explore-section-item .explore-item-link:hover,
.explore-section-item .explore-item-link:focus {
  color: #008eb6;
  text-decoration: none !important;
}
.explore-section-item .explore-item-link:hover::after {
  left: 10px;
}
.home-loyalty-insights {
  background: linear-gradient(to bottom right, #256290, #0798c6);
}
.home-loyalty-insights .loyalty-insights-title {
  color: #ffffff;
  font-size: 22pt;
  line-height: 24pt;
  margin-bottom: 70px;
}
.home-loyalty-insights .loyalty-insights-row {
  font-weight: bold;
  margin-top: 70px;
}
.home-loyalty-insights .loyalty-insights-row .row-title {
  text-transform: uppercase !important;
  font-family: "Proxima Nova";
  color: #ffffff;
  font-size: 12pt;
  line-height: 14pt;
  font-weight: bold;
}
.home-loyalty-insights .loyalty-insights-row .row {
  margin-top: 20px;
}
.home-loyalty-insights .loyalty-insights-row .row .column-wrapper {
  margin-top: 35px;
}
.home-loyalty-insights .loyalty-insights-row .row .column-wrapper .column-content {
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 1px 10px 0px;
  -moz-box-shadow: 0 1px 10px 0px;
  box-shadow: 0 1px 10px 0px;
}
.home-loyalty-insights .loyalty-insights-row .row .column-wrapper .column-content a {
  text-decoration: none !important;
}
.home-loyalty-insights .loyalty-insights-row .row .column-wrapper .column-content .column-image img {
  width: 100%;
}
.home-loyalty-insights .loyalty-insights-row .row .column-wrapper .column-content .column-text {
  color: #3b3b3b;
  font-size: 12pt;
  line-height: 15pt;
  padding: 20px;
  font-weight: bold;
}
.home-loyalty-insights .loyalty-insights-row .row .column-wrapper .column-content::after {
  pointer-events: none;
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.home-loyalty-insights .loyalty-insights-row .row .column-wrapper .column-content:hover::after {
  opacity: 1;
}
.home-loyalty-insights .loyalty-insights-row .row .column-wrapper .column-content:active {
  -webkit-box-shadow: 0 0.5px 12px 0.5px;
  -moz-box-shadow: 0 0.5px 12px 0.5px;
  box-shadow: 0 0.5px 12px 0.5px;
}
.home-loyalty-insights .loyalty-insights-row .row .column-wrapper .column-content:active::after {
  background: rgba(0, 0, 0, 0.12);
  opacity: 1;
}
.home-loyalty-insights .loyalty-insights-row .row .column-wrapper:first-child {
  margin-top: 0;
}
.home-loyalty-insights .loyalty-insights-row .row-link {
  text-transform: uppercase !important;
  font-family: "Proxima Nova";
  display: block;
  text-align: center;
  font-size: 9pt;
  line-height: 12pt;
  font-weight: bold;
  margin-top: 35px;
}
.home-loyalty-insights .loyalty-insights-row .row-link a {
  color: #ffffff;
  display: inline-block;
}
.home-loyalty-insights .loyalty-insights-row .row-link a::after {
  content: '›';
  -o-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  position: relative;
  left: 5px;
  top: 2px;
  font-size: 20pt;
  line-height: 0;
}
.home-loyalty-insights .loyalty-insights-row .row-link a:hover,
.home-loyalty-insights .loyalty-insights-row .row-link a:focus {
  text-decoration: none !important;
}
.home-loyalty-insights .loyalty-insights-row .row-link a:hover::after {
  left: 10px;
}
@media only screen and (min-width: 480px) {
  .home-quick-snapshot .tiles .tile {
    padding: 65px 0;
  }
  .home-quick-snapshot .tiles .tile .sub-header {
    padding: 0;
  }
}
/* iPhone 6 */
@media only screen and (min-width: 667px) {
  .home-quick-snapshot .tiles .tile-wrapper:not(:first-child) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home-client-spotlight {
    background-color: #f2f2f2;
    height: 135px;
  }
  .home-client-spotlight.page-content {
    padding: 20px 0;
  }
  .home-client-spotlight .title {
    text-transform: uppercase !important;
    color: #8d8d8d;
    font-size: 11pt;
    font-weight: bold;
  }
  .home-client-spotlight .clients {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-client-spotlight .clients .client {
    display: inline-block;
    vertical-align: middle;
    width: 16.666666666666666666666666666667%;
    margin-right: -4px;
    padding: 0 10px;
  }
  .home-quick-snapshot .tiles .tile {
    height: 150px;
    padding: 47px 0;
  }
  .home-quick-snapshot .tiles .tile .header {
    font-size: 18pt;
    line-height: 20pt;
  }
  .home-quick-snapshot .tiles .tile .sub-header {
    padding: 0;
  }
  .circle {
    border-radius: 50%;
  }
  .explore-section {
    position: relative;
    height: 550px;
    max-width: 660px;
    margin: 0 auto -35px;
  }
  .circle-container {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -165px;
  }
  .circle-container .circle-wrapper {
    display: table;
    position: relative;
    width: 200px;
    height: 200px;
    padding: 10px;
  }
  .circle-container .circle-wrapper .active-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f79023;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
  }
  .circle-container .circle-wrapper .center-circle {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #ffffff;
    z-index: 10;
  }
  .circle-container .circle-wrapper .center-circle .explore-sub-title {
    font-size: 17pt;
    line-height: 19pt;
  }
  .explore-section-item {
    position: absolute;
    margin: 0;
  }
  .explore-section-item .explore-section-item-inner {
    width: 250px;
  }
  .explore-section-item.item-0 {
    top: 0;
    left: -60px;
    text-align: left;
  }
  .explore-section-item.item-1 {
    top: 0;
    right: -60px;
    text-align: right;
  }
  .explore-section-item.item-2 {
    top: 270px;
    right: -100px;
    text-align: right;
  }
  .explore-section-item.item-3 {
    bottom: 0;
    left: 50%;
    margin-left: -140px;
  }
  .explore-section-item.item-4 {
    top: 270px;
    left: -100px;
    text-align: left;
  }
  .explore-section-item .explore-section-item-inner {
    padding-top: 5px;
    border-top: 1px solid #f79023;
  }
  .explore-section-item .explore-item-text {
    font-size: 10pt;
  }
  .explore-section-item .explore-item-link {
    opacity: 0;
    -webkit-transition: opacity 125ms ease-in-out;
    transition: opacity 125ms ease-in-out;
  }
  .explore-section-item:hover .explore-item-link {
    opacity: 1;
  }
  .home-loyalty-insights {
    background-color: #f2f2f2;
    font-family: "Proxima Nova Light";
  }
  .home-loyalty-insights .loyalty-insights-row {
    margin-top: 35px;
  }
  .home-loyalty-insights .loyalty-insights-row .row .column-wrapper {
    margin-top: 0;
  }
  .home-loyalty-insights .loyalty-insights-row .row-link {
    text-align: right;
    margin-top: 20px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .home-client-spotlight .clients {
    margin-left: -25px;
    margin-right: -25px;
  }
  .home-client-spotlight .clients .client {
    padding: 0 25px;
  }
  .home-quick-snapshot .tiles .tile {
    height: 175px;
    padding: 53px 0;
  }
  .home-quick-snapshot .tiles .tile .header {
    font-size: 20pt;
    line-height: 22pt;
  }
  .explore-section {
    height: 650px;
  }
  .circle-container {
    margin-left: -137.5px;
    margin-top: -195px;
  }
  .circle-container .circle-wrapper {
    width: 275px;
    height: 275px;
  }
  .explore-section-item .explore-section-item-inner {
    padding-top: 15px;
    width: 280px;
  }
  .explore-section-item.item-0 {
    left: -50px;
  }
  .explore-section-item.item-1 {
    right: -50px;
  }
  .explore-section-item.item-2,
  .explore-section-item.item-4 {
    top: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-client-spotlight .clients {
    margin-left: -40px;
    margin-right: -40px;
  }
  .home-client-spotlight .clients .client {
    padding: 0 40px;
  }
  .home-quick-snapshot .tiles .tile {
    height: 200px;
    padding: 65px 0;
  }
  .home-quick-snapshot .tiles .tile .sub-header {
    padding: 0 10%;
  }
  .explore-section {
    height: 620px;
    max-width: 835px;
  }
  .circle-container {
    margin-left: -175px;
    margin-top: -215px;
  }
  .circle-container .circle-wrapper {
    width: 350px;
    height: 350px;
    padding: 20px;
  }
  .explore-section-item {
    z-index: 100;
  }
  .explore-section-item.item-0,
  .explore-section-item.item-1 {
    width: 392px;
    height: 220px;
  }
  .explore-section-item.item-0 {
    left: 25px;
  }
  .explore-section-item.item-1 {
    right: 25px;
  }
  .explore-section-item.item-1 .explore-section-item-inner {
    float: right;
  }
  .explore-section-item.item-2,
  .explore-section-item.item-4 {
    width: 390px;
    top: 230px;
    padding-top: 100px;
  }
  .explore-section-item.item-2 {
    right: -75px;
  }
  .explore-section-item.item-2 .explore-section-item-inner {
    float: right;
  }
  .explore-section-item.item-4 {
    left: -75px;
  }
  .explore-section-item.item-3 {
    padding-top: 85px;
    z-index: 200;
  }
}
/* less than iPhone 6 */
@media (max-width: 666px) {
  .home-quick-snapshot .tiles .tile-wrapper {
    width: auto;
    float: none;
  }
}
