.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
section.banner.framework {
  z-index: 100;
  position: relative;
  min-height: 800px;
  background: transparent url(../img/approach-banner.jpg) no-repeat 50% 0%;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 50% 100%, 0 calc(100% - 200px), 0 0);
}
@media (max-width: 750px) {
  section.banner.framework {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px / 2), 50% 100%, 0 calc(100% - 200px / 2), 0 0);
  }
}
@media (max-width: 500px) {
  section.banner.framework {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px / 3), 50% 100%, 0 calc(100% - 200px / 3), 0 0);
  }
}
section.banner.framework .wrapper {
  padding-top: calc(100px + 5%);
  text-align: center;
  max-width: 800px;
  width: 90%;
  min-width: 320px;
  margin: 0 auto;
  transition: all 500ms ease-in-out;
}
section.banner.framework .wrapper h1 {
  font-size: 56px;
}
section.banner.framework .wrapper h2 {
  font-size: 40px;
}
@media (max-width: 1000px) {
  section.banner.framework {
    min-height: 600px;
  }
  section.banner.framework .wrapper {
    max-width: 700px;
  }
  section.banner.framework .wrapper h1 {
    font-size: 46px;
  }
  section.banner.framework .wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  section.banner.framework {
    min-height: 450px;
  }
  section.banner.framework .wrapper {
    max-width: 500px;
  }
  section.banner.framework .wrapper h1 {
    font-size: 36px;
  }
  section.banner.framework .wrapper h2 {
    font-size: 20px;
  }
}
section.content .wrapper {
  padding: 0 !important;
}
.sections {
  z-index: 99;
  margin-top: -400px;
}
.sections section.content {
  background-color: #fff;
  margin-bottom: 200px;
}
.sections section.content.confusing {
  z-index: 11;
}
.sections section.content.outline {
  z-index: 10;
}
.sections section.content.pillars {
  z-index: 9;
}
.sections section.content.details {
  z-index: 8;
}
.sections section.content.elements {
  z-index: 7;
}
.sections section.content.slogan {
  z-index: 6;
}
.sections section.content.footer {
  z-index: 5;
}
.sections section.content h2 {
  color: #0078B4;
}
.sections section.content img.arrow-down {
  max-width: 60px;
  margin: 0 auto;
  display: block;
}
.sections section.content.blue,
.sections section.content.green,
.sections section.content.white,
.sections section.content.photo {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 50% 100%, 0 calc(100% - 200px), 0 0);
  padding: calc(200px + 100px) 0 200px 0;
  margin: calc(calc(200px + 100px) * -1) 0 0 0;
}
@media (max-width: 750px) {
  .sections section.content.blue,
  .sections section.content.green,
  .sections section.content.white,
  .sections section.content.photo {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px / 2), 50% 100%, 0 calc(100% - 200px / 2), 0 0);
  }
}
@media (max-width: 500px) {
  .sections section.content.blue,
  .sections section.content.green,
  .sections section.content.white,
  .sections section.content.photo {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px / 3), 50% 100%, 0 calc(100% - 200px / 3), 0 0);
  }
}
.sections section.content.blue:first-child,
.sections section.content.green:first-child,
.sections section.content.white:first-child,
.sections section.content.photo:first-child {
  margin: 0;
  padding: calc(200px * 2) 0 200px 0;
}
.sections section.content.blue.flat,
.sections section.content.green.flat,
.sections section.content.white.flat,
.sections section.content.photo.flat {
  clip-path: none;
  padding: calc(200px + 100px) 0 100px 0;
}
.sections section.content.blue.flat .wrapper,
.sections section.content.green.flat .wrapper,
.sections section.content.white.flat .wrapper,
.sections section.content.photo.flat .wrapper {
  margin: 200px auto 0 auto;
}
.sections section.content.photo {
  background-color: transparent;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/approach-footer.jpg);
  background-size: cover;
}
.sections section.content.photo.slogan.marketing {
  background-image: url(../img/marketing-redefined.jpg);
  background-size: cover;
}
.sections section.content.photo.slogan.contactinfo {
  background-image: url(../img/contactinfo-redefined.jpg);
  background-size: cover;
}
@media only screen and (max-device-width: 1366px) {
  .sections section.content.photo {
    background-attachment: scroll;
  }
}
.sections section.content.blue {
  background: #103656;
  background: linear-gradient(180deg, #103656 0%, #026ca6 calc(100% - 200px));
}
.sections section.content.blue p {
  color: white;
}
.sections section.content.green {
  background: #3fb463;
  background: linear-gradient(180deg, #3fb463 0%, #71be5a calc(100% - 200px));
}
.sections section.content.white {
  background-color: white;
}
.sections section.content .wrapper {
  margin: 200px auto;
}
.sections section.content.confusing .wrapper {
  width: 60%;
}
.sections section.content div.framework-description {
  margin-top: 100px;
  background: transparent url(../img/icons/quote-left.svg) no-repeat 0 0;
  background-size: 125px 125px;
}
.sections section.content div.framework-description h2 {
  text-align: center;
}
.sections section.content div.framework-description p {
  margin: 30px auto 0 auto;
  font-style: italic;
  width: 100%;
  padding: 0 20%;
  min-height: 120px;
  background: transparent url(../img/icons/quote-right.svg) no-repeat 100% 100%;
  background-size: 125px 125px;
}
@media (max-width: 1200px) {
  .sections section.content div.framework-description {
    background: transparent url(../img/icons/quote-left.svg) no-repeat 0 50px;
    background-size: 60px 60px;
  }
  .sections section.content div.framework-description p {
    background: transparent url(../img/icons/quote-right.svg) no-repeat 100% 100%;
    background-size: 60px 60px;
    padding: 0 10%;
  }
}
@media (max-width: 600px) {
  .sections section.content div.framework-description {
    background: transparent url(../img/icons/quote-left.svg) no-repeat 0 50px;
    background-size: 45px 45px;
  }
  .sections section.content div.framework-description p {
    background: transparent url(../img/icons/quote-right.svg) no-repeat 100% 100%;
    background-size: 45px 45px;
    padding: 0 5%;
  }
}
.sections section.content div.framework-outline {
  border: 1px solid #e7e7e7;
  padding: 50px;
  margin: 0 auto;
  width: 80%;
  max-width: 1080px;
}
.sections section.content div.framework-outline p {
  text-align: center;
  margin: 50px 0;
}
.sections section.content div.framework-outline div.sustainability-framework {
  background: #31c961 url(../img/icons/framework.svg) no-repeat 50% 16px;
  background-size: 40px 40px;
  color: #fff;
  padding: 60px 0 20px 0;
  text-align: center;
  margin: 0;
  transition: all 500ms ease-in-out;
  z-index: 20;
  position: relative;
}
.sections section.content div.framework-outline div.sustainability-framework:hover {
  transform: scale(1.1);
}
.sections section.content div.framework-outline div.frameworks {
  *zoom: 1;
  color: #fff;
}
.sections section.content div.framework-outline div.frameworks:before,
.sections section.content div.framework-outline div.frameworks:after {
  content: " ";
  display: table;
}
.sections section.content div.framework-outline div.frameworks:after {
  clear: both;
}
.sections section.content div.framework-outline div.frameworks div {
  width: calc(50% - 10px);
}
.sections section.content div.framework-outline div.frameworks div a:link,
.sections section.content div.framework-outline div.frameworks div a:visited {
  text-align: center;
  background: transparent url(../img/arrow-down-stick-grey.png) no-repeat 50% -27px;
  background-size: 19px 55px;
  padding-top: 30px;
  display: block;
  transition: all 500ms ease-in-out;
  color: #fff !important;
  text-decoration: none;
}
.sections section.content div.framework-outline div.frameworks div a:link span,
.sections section.content div.framework-outline div.frameworks div a:visited span {
  padding: 60px 0 20px 0;
  display: block;
  width: 100%;
}
.sections section.content div.framework-outline div.frameworks div a:hover,
.sections section.content div.framework-outline div.frameworks div a:active {
  transform: scale(1.1);
  color: #fff !important;
}
.sections section.content div.framework-outline div.frameworks div.search-framework {
  z-index: 5;
  float: left;
  margin: 0 10px 0 0;
}
.sections section.content div.framework-outline div.frameworks div.search-framework span {
  background: #174f73 url(../img/icons/search-white.svg) no-repeat 50% 16px;
  background-size: 40px 40px;
}
.sections section.content div.framework-outline div.frameworks div.marketing-framework {
  z-index: 5;
  float: right;
  margin: 0 0 0 10px;
}
.sections section.content div.framework-outline div.frameworks div.marketing-framework span {
  background: #0078B4 url(../img/megaphone.png) no-repeat 50% 16px;
  background-size: 65px 40px;
}
@media (max-width: 650px) {
  .sections section.content div.framework-outline div.frameworks div {
    float: none;
    width: 100%;
    margin: 5px 0;
    clear: both;
  }
  .sections section.content div.framework-outline div.frameworks div a:link,
  .sections section.content div.framework-outline div.frameworks div a:visited {
    background: none;
  }
}
.sections section.content div.are-you-a {
  width: 80%;
  max-width: 1080px;
  margin: 80px auto 0 auto;
}
.sections section.content div.are-you-a h2 {
  color: #174f73;
  padding: 0 0 0 100px;
}
.sections section.content div.are-you-a ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sections section.content div.are-you-a ul li {
  margin: 0 0 30px 10%;
  padding: 0 0 50px 100px;
  float: left;
  width: 40%;
}
.sections section.content div.are-you-a ul li.business-owner {
  background: transparent url(../img/icons/house.svg) no-repeat 0 0;
  background-size: 80px 80px;
}
.sections section.content div.are-you-a ul li.conscious-consumer {
  background: transparent url(../img/icons/conscious-consumer.svg) no-repeat 0 0;
  background-size: 80px 80px;
}
.sections section.content div.are-you-a ul li.procurement-purchasing {
  background: transparent url(../img/icons/purchasing-procurement.svg) no-repeat 0 0;
  background-size: 80px 80px;
}
.sections section.content div.are-you-a ul li.sustainability-manager {
  background: transparent url(../img/icons/sustainability-manager.svg) no-repeat 0 0;
  background-size: 80px 80px;
}
.sections section.content div.are-you-a ul li:nth-child(2n+1) {
  clear: both;
  margin: 0 10% 30px 0;
}
.sections section.content div.are-you-a ul li h3 {
  font-weight: 900;
  text-transform: uppercase;
  color: #174f73;
  margin: 0;
  padding: 0;
}
.sections section.content div.are-you-a ul li p {
  margin: 0;
  padding: 0;
}
@media (max-width: 800px) {
  .sections section.content div.are-you-a h2 {
    padding: 0 0 0 50px;
  }
  .sections section.content div.are-you-a ul li {
    margin: 0 0 15px 5%;
    padding: 0 0 25px 50px;
  }
  .sections section.content div.are-you-a ul li.business-owner {
    background: transparent url(../img/icons/house.svg) no-repeat 0 0;
    background-size: 40px 40px;
  }
  .sections section.content div.are-you-a ul li.conscious-consumer {
    background: transparent url(../img/icons/conscious-consumer.svg) no-repeat 0 0;
    background-size: 40px 40px;
  }
  .sections section.content div.are-you-a ul li.procurement-purchasing {
    background: transparent url(../img/icons/purchasing-procurement.svg) no-repeat 0 0;
    background-size: 40px 40px;
  }
  .sections section.content div.are-you-a ul li.sustainability-manager {
    background: transparent url(../img/icons/sustainability-manager.svg) no-repeat 0 0;
    background-size: 40px 40px;
  }
}
@media (max-width: 600px) {
  .sections section.content div.are-you-a ul li:nth-child(2n+1),
  .sections section.content div.are-you-a ul li {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.sections section.content.pillars h2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
}
.sections section.content.pillars h2 strong {
  color: #31c961;
  text-transform: uppercase;
}
.sections section.content.pillars ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: calc(350px * 3);
}
.sections section.content.pillars ul li {
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 1000ms ease-in-out;
  width: 250px;
  position: absolute;
}
.sections section.content.pillars ul li.visible {
  opacity: 1;
}
.sections section.content.pillars ul li h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
.sections section.content.pillars ul li h3,
.sections section.content.pillars ul li p {
  text-align: center;
}
.sections section.content.pillars ul li img {
  max-width: 100px;
  display: block;
  margin: 7px auto;
}
.sections section.content.pillars ul li.logo {
  top: calc(calc(calc(350px * 3) / 2) - 80px);
  left: calc(50% - calc(400px / 2));
}
.sections section.content.pillars ul li.logo img {
  width: 400px;
  max-width: 400px;
}
.sections section.content.pillars ul li.accredited {
  top: 0;
  left: calc(50% - calc(250px / 2));
}
.sections section.content.pillars ul li.trusted {
  top: calc(1 * calc(350px - 175px));
  right: 0;
}
.sections section.content.pillars ul li.targeted {
  top: calc(1 * calc(350px - 175px));
  left: 0;
}
.sections section.content.pillars ul li.local {
  top: calc(calc(2 * 350px) - 150px);
  left: 0;
}
.sections section.content.pillars ul li.aligned {
  top: calc(calc(2 * 350px) - 150px);
  right: 0;
}
.sections section.content.pillars ul li.committed {
  top: calc(calc(3 * 350px) - 300px);
  left: calc(50% - calc(250px / 2));
}
@media (max-width: 1100px) {
  .sections section.content.pillars h2 {
    font-size: 24px;
  }
  .sections section.content.pillars ul {
    height: calc(250px * 3);
  }
  .sections section.content.pillars ul li {
    width: 200px;
  }
  .sections section.content.pillars ul li h3 {
    font-size: 20px;
  }
  .sections section.content.pillars ul li p {
    font-size: 16px;
  }
  .sections section.content.pillars ul li img {
    max-width: 80px;
  }
  .sections section.content.pillars ul li.logo {
    top: calc(calc(250px * 3) / 1.6);
    left: calc(50% - calc(300px / 2));
  }
  .sections section.content.pillars ul li.logo img {
    width: 280px;
    max-width: 280px;
  }
  .sections section.content.pillars ul li.accredited {
    top: 0;
    left: calc(50% - calc(200px / 2));
  }
  .sections section.content.pillars ul li.trusted {
    top: calc(1 * calc(250px - 75px));
    right: 0;
  }
  .sections section.content.pillars ul li.targeted {
    top: calc(1 * calc(250px - 75px));
    left: 0;
  }
  .sections section.content.pillars ul li.local {
    top: calc(calc(2 * 250px) + 80px);
    left: 0;
  }
  .sections section.content.pillars ul li.aligned {
    top: calc(calc(2 * 250px) + 80px);
    right: 0;
  }
  .sections section.content.pillars ul li.committed {
    top: calc(calc(3 * 250px) - 100px);
    left: calc(50% - calc(200px / 2));
  }
}
@media (max-width: 760px) {
  .sections section.content.pillars ul {
    height: auto;
  }
  .sections section.content.pillars ul li {
    position: relative;
    width: 400px;
    max-width: 80%;
    margin: 80px auto;
  }
  .sections section.content.pillars ul li.accredited {
    top: auto;
    left: auto;
    right: auto;
  }
  .sections section.content.pillars ul li.trusted {
    top: auto;
    left: auto;
    right: auto;
  }
  .sections section.content.pillars ul li.targeted {
    top: auto;
    left: auto;
    right: auto;
  }
  .sections section.content.pillars ul li.local {
    top: auto;
    left: auto;
    right: auto;
  }
  .sections section.content.pillars ul li.aligned {
    top: auto;
    left: auto;
    right: auto;
  }
  .sections section.content.pillars ul li.committed {
    top: auto;
    left: auto;
    right: auto;
  }
  .sections section.content.pillars ul li.logo {
    top: auto;
    left: auto;
    right: auto;
  }
  .sections section.content.pillars ul li.logo img {
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  .sections section.content.pillars ul li {
    margin: 60px auto;
  }
}
.sections section.content.details {
  padding-bottom: 200px;
}
.sections section.content.details .wrapper {
  max-width: 100%;
  overflow: scroll;
}
.sections section.content.details table {
  border: none;
  background-color: #fff;
  padding: 0;
  border-collapse: collapse;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 1080px;
  box-shadow: 4px 4px 10px #5c5c5c;
}
.sections section.content.details table thead tr th {
  padding: 50px 80px;
  vertical-align: top;
  margin: 0;
  color: #fff;
  font-weight: 700;
  width: calc(100% / 3);
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), 50% 100%, 0 calc(100% - 25px), 0 0);
}
.sections section.content.details table thead tr th img {
  display: block;
  margin: 0 auto;
}
.sections section.content.details table thead tr th:nth-child(1) {
  background-color: #0078B4;
}
.sections section.content.details table thead tr th:nth-child(1) img {
  width: 50px;
}
.sections section.content.details table thead tr th:nth-child(2) {
  background-color: #174f73;
  border-left: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
}
.sections section.content.details table thead tr th:nth-child(3) {
  background-color: #31c961;
}
.sections section.content.details table thead tr th:nth-child(3) img {
  width: 80px;
}
.sections section.content.details table tbody tr {
  opacity: 0;
  transition: all 1000ms ease-in-out;
}
.sections section.content.details table tbody tr.visible {
  opacity: 1;
}
.sections section.content.details table tbody tr:first-child td {
  padding: 20px 40px 40px 40px;
}
.sections section.content.details table tbody tr:nth-child(odd) td {
  background-color: #fff;
}
.sections section.content.details table tbody tr:nth-child(even) td {
  background-color: #fafafa;
}
.sections section.content.details table tbody tr:nth-child(even) td:nth-child(1) {
  background-color: #d4effe;
}
.sections section.content.details table tbody tr:nth-child(even) td:nth-child(3) {
  background-color: #e0fbe9;
}
.sections section.content.details table tbody tr td {
  padding: 40px;
  margin: 0;
  border-bottom: 1px solid #aeaeae;
  font-size: 15px;
}
.sections section.content.details table tbody tr td h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #174f73;
  font-size: 20px;
  text-align: center;
}
.sections section.content.details table tbody tr td:nth-child(2) {
  border-left: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
}
@media (max-width: 850px) {
  .sections section.content.details table thead tr th {
    padding: 15px 30px;
  }
  .sections section.content.details table thead tr th:nth-child(1) img,
  .sections section.content.details table thead tr th:nth-child(2) img,
  .sections section.content.details table thead tr th:nth-child(3) img {
    width: 30px;
    margin-bottom: 20px;
  }
  .sections section.content.details table tbody tr td,
  .sections section.content.details table tbody tr:first-child td {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .sections section.content.details table thead tr th {
    clip-path: none;
    padding: 10px;
    font-size: 15px;
  }
  .sections section.content.details table tbody tr td,
  .sections section.content.details table tbody tr:first-child td {
    padding: 10px;
    font-size: 15px;
  }
  .sections section.content.details table tbody tr td h2 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .sections section.content.details .table-wrapper table thead tr th {
    font-size: 14px;
    padding: 5px;
  }
  .sections section.content.details .table-wrapper table tbody tr td,
  .sections section.content.details .table-wrapper table tbody tr:first-child td {
    font-size: 14px;
    padding: 5px;
  }
  .sections section.content.details .table-wrapper table tbody tr td h2 {
    font-size: 16px;
  }
}
.sections section.content.elements h2 {
  text-align: center;
}
.sections section.content.elements p {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.sections section.content.elements ul {
  margin: 100px 0 0 0;
  padding: 0;
}
.sections section.content.elements ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #aeaeae;
  *zoom: 1;
}
.sections section.content.elements ul li:before,
.sections section.content.elements ul li:after {
  content: " ";
  display: table;
}
.sections section.content.elements ul li:after {
  clear: both;
}
.sections section.content.elements ul li h3 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
.sections section.content.elements ul li p {
  padding: 10px 0;
}
.sections section.content.elements ul li div {
  width: 50%;
  float: left;
  padding: 40px;
  min-height: 250px;
  *zoom: 1;
}
.sections section.content.elements ul li div:before,
.sections section.content.elements ul li div:after {
  content: " ";
  display: table;
}
.sections section.content.elements ul li div:after {
  clear: both;
}
.sections section.content.elements ul li div:nth-child(2) {
  border-left: 1px solid #aeaeae;
}
.sections section.content.elements ul li div img {
  width: 100px;
  float: left;
  padding: 30px 10px 0 0;
}
.sections section.content.elements ul li div div.description {
  float: left;
  padding: 20px 0 0 30px;
  width: calc(100% - 150px);
}
.sections section.content.elements ul li:last-child {
  border-bottom: none;
}
@media (max-width: 950px) {
  .sections section.content.elements .wrapper ul li {
    text-align: center;
  }
  .sections section.content.elements .wrapper ul li img {
    float: none;
    clear: both;
    margin: 0 auto;
    display: block;
  }
  .sections section.content.elements .wrapper ul li h3 {
    text-align: center;
  }
  .sections section.content.elements .wrapper ul li div.description {
    float: none;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .sections section.content.elements .wrapper ul li {
    border-bottom: none !important;
  }
  .sections section.content.elements .wrapper ul li div,
  .sections section.content.elements .wrapper ul li div:last-child {
    float: none;
    width: 100%;
    min-height: auto;
    border-bottom: 1px solid #aeaeae !important;
  }
  .sections section.content.elements .wrapper ul li div.description {
    border-bottom: none!important;
  }
  .sections section.content.elements .wrapper ul li div:nth-child(2) {
    border-left: none!important;
  }
}
.sections section.content.slogan .wrapper {
  width: 60%;
}
.sections section.content.slogan .wrapper p {
  text-align: center;
}
.sections section.content.slogan .wrapper h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
}
.sections section.content.slogan .wrapper h2 strong {
  text-transform: uppercase;
  color: #31c961;
}
@media (max-width: 500px) {
  .sections section.content.slogan .wrapper h2 {
    font-size: 28px;
  }
}
.sections section.content.footer .wrapper {
  width: 70%;
}
.sections section.content.footer .wrapper h2 {
  text-align: center;
  color: #174f73;
  font-size: 28px;
}
@media (max-width: 750px) {
  .sections section.content.footer .wrapper h2 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .sections section.content.footer .wrapper h2 {
    font-size: 20px;
  }
}
.sections section.content.footer .wrapper h2 span {
  display: block;
  color: #31c961;
}
.sections section.content.footer .wrapper p {
  font-size: 16px;
  text-align: center;
}
.sections section.content.footer .wrapper .buttons {
  *zoom: 1;
  max-width: 800px;
  margin: 0 auto;
}
.sections section.content.footer .wrapper .buttons:before,
.sections section.content.footer .wrapper .buttons:after {
  content: " ";
  display: table;
}
.sections section.content.footer .wrapper .buttons:after {
  clear: both;
}
.sections section.content.footer .wrapper .buttons div.button {
  width: 48%;
  text-align: center;
  *zoom: 1;
}
.sections section.content.footer .wrapper .buttons div.button:before,
.sections section.content.footer .wrapper .buttons div.button:after {
  content: " ";
  display: table;
}
.sections section.content.footer .wrapper .buttons div.button:after {
  clear: both;
}
.sections section.content.footer .wrapper .buttons div.button strong {
  display: block;
}
.sections section.content.footer .wrapper .buttons div.button a:link,
.sections section.content.footer .wrapper .buttons div.button a:visited {
  font-size: 16px;
}
.sections section.content.footer .wrapper .buttons div.button:nth-child(odd) {
  float: left;
}
.sections section.content.footer .wrapper .buttons div.button:nth-child(odd) a:link strong,
.sections section.content.footer .wrapper .buttons div.button:nth-child(odd) a:visited strong {
  color: #0078B4;
}
.sections section.content.footer .wrapper .buttons div.button:nth-child(odd) a:hover strong,
.sections section.content.footer .wrapper .buttons div.button:nth-child(odd) a:active strong {
  color: #174f73;
}
.sections section.content.footer .wrapper .buttons div.button:nth-child(even) {
  float: right;
}
.sections section.content.footer .wrapper .buttons div.button:nth-child(even) a:link strong,
.sections section.content.footer .wrapper .buttons div.button:nth-child(even) a:visited strong {
  color: #31c961;
}
.sections section.content.footer .wrapper .buttons div.button:nth-child(even) a:hover strong,
.sections section.content.footer .wrapper .buttons div.button:nth-child(even) a:active strong {
  color: #167E00;
}
@media (max-width: 600px) {
  .sections section.content.footer .wrapper .buttons div.button {
    width: 100%;
    clear: both;
    float: none;
    margin: 20px 0;
  }
}
section.banner.framework.marketing {
  clip-path: none;
  background: transparent url(../img/approach-banner.jpg) no-repeat 50% 0%;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 19;
}
section.banner.framework.marketing .wrapper {
  margin: 0 auto 0 auto;
  padding: 0;
}
.sections.search section.content.logo-icon,
.sections.marketing section.content.logo-icon {
  z-index: 21;
}
.sections.search section.content.gotomarket,
.sections.marketing section.content.gotomarket {
  z-index: 22;
}
.sections.search section.content.features,
.sections.marketing section.content.features {
  z-index: 23;
}
.sections.search section.content.photo.slogan,
.sections.marketing section.content.photo.slogan {
  z-index: 24;
}
.sections.search section.content.pillars,
.sections.marketing section.content.pillars {
  z-index: 25;
}
.sections.search section.content.photo.contactinfo,
.sections.marketing section.content.photo.contactinfo {
  z-index: 26;
}
.sections.search section.content.standardfeatures,
.sections.marketing section.content.standardfeatures {
  z-index: 27;
}
.sections.search section.content.marketing-features,
.sections.marketing section.content.marketing-features {
  z-index: 28;
}
.sections.search section.content.white.footer,
.sections.marketing section.content.white.footer {
  z-index: 49;
}
.sections.search section.content.beyond-traditional-searches,
.sections.marketing section.content.beyond-traditional-searches {
  z-index: 21;
}
.sections.search section.content.browse-filter-connect,
.sections.marketing section.content.browse-filter-connect {
  z-index: 22;
}
.sections.search section.content.search-features,
.sections.marketing section.content.search-features {
  z-index: 25;
}
.sections.search section.content.navigator-plans,
.sections.marketing section.content.navigator-plans {
  z-index: 26;
}
.sections.search section.content.plans,
.sections.marketing section.content.plans {
  z-index: 29;
}
.sections.search section.content img.icon,
.sections.marketing section.content img.icon {
  max-width: 200px;
  display: block;
  margin: 50px auto;
}
.sections.search section.content.logo-icon,
.sections.marketing section.content.logo-icon {
  margin-top: 500px;
  padding: calc(200px / 2) 0 !important;
}
.sections.search section.content.green,
.sections.marketing section.content.green {
  padding: 200px 0 200px 0;
  clip-path: polygon(0 0, 50% 200px, 100% 0, 100% 100%, 0 100%, 0 0);
  position: relative;
}
@media (max-width: 750px) {
  .sections.search section.content.green,
  .sections.marketing section.content.green {
    clip-path: polygon(0 0, 50% calc(200px / 2), 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 500px) {
  .sections.search section.content.green,
  .sections.marketing section.content.green {
    clip-path: polygon(0 0, 50% calc(200px / 3), 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.sections.search section.content.blue,
.sections.marketing section.content.blue {
  padding: 200px 0 200px 0;
  clip-path: polygon(0 0, 50% 200px, 100% 0, 100% 100%, 0 100%, 0 0);
  position: relative;
}
@media (max-width: 750px) {
  .sections.search section.content.blue,
  .sections.marketing section.content.blue {
    clip-path: polygon(0 0, 50% calc(200px / 2), 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 500px) {
  .sections.search section.content.blue,
  .sections.marketing section.content.blue {
    clip-path: polygon(0 0, 50% calc(200px / 3), 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.sections.search section.content.white,
.sections.marketing section.content.white,
.sections.search section.content.white.footer,
.sections.marketing section.content.white.footer {
  margin: calc(calc(200px * 2) * -1) 0 0 0;
  padding: 200px 0 200px 0;
  clip-path: polygon(0 0, 50% 200px, 100% 0, 100% 100%, 0 100%, 0 0);
  position: relative;
}
@media (max-width: 750px) {
  .sections.search section.content.white,
  .sections.marketing section.content.white,
  .sections.search section.content.white.footer,
  .sections.marketing section.content.white.footer {
    clip-path: polygon(0 0, 50% calc(200px / 2), 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 500px) {
  .sections.search section.content.white,
  .sections.marketing section.content.white,
  .sections.search section.content.white.footer,
  .sections.marketing section.content.white.footer {
    clip-path: polygon(0 0, 50% calc(200px / 3), 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.sections.search section.content.photo,
.sections.marketing section.content.photo {
  margin: calc(calc(200px * 2) * -1) 0 0 0;
  padding: 200px 0 200px 0;
  clip-path: polygon(0 0, 50% 200px, 100% 0, 100% 100%, 0 100%, 0 0);
  position: relative;
}
@media (max-width: 750px) {
  .sections.search section.content.photo,
  .sections.marketing section.content.photo {
    clip-path: polygon(0 0, 50% calc(200px / 2), 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 500px) {
  .sections.search section.content.photo,
  .sections.marketing section.content.photo {
    clip-path: polygon(0 0, 50% calc(200px / 3), 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.sections.search section.content.gotomarket,
.sections.marketing section.content.gotomarket {
  margin-top: 500px;
  padding: calc(200px / 2) 0 !important;
}
.sections.search section.content.gotomarket,
.sections.marketing section.content.gotomarket,
.sections.search section.content.gotomarket img,
.sections.marketing section.content.gotomarket img {
  transition: all 500ms ease-in-out;
}
.sections.search section.content.gotomarket img:hover,
.sections.marketing section.content.gotomarket img:hover {
  transform: scale(1.1);
}
.sections.search section.content.gotomarket.blue h2,
.sections.marketing section.content.gotomarket.blue h2,
.sections.search section.content.gotomarket.blue h3,
.sections.marketing section.content.gotomarket.blue h3,
.sections.search section.content.gotomarket.blue p,
.sections.marketing section.content.gotomarket.blue p {
  color: #fff !important;
}
.sections.search section.content.gotomarket.blue h2 strong,
.sections.marketing section.content.gotomarket.blue h2 strong {
  color: #31c961;
}
.sections.search section.content.gotomarket.green h2,
.sections.marketing section.content.gotomarket.green h2,
.sections.search section.content.gotomarket.green h3,
.sections.marketing section.content.gotomarket.green h3,
.sections.search section.content.gotomarket.green p,
.sections.marketing section.content.gotomarket.green p {
  color: #fff !important;
}
.sections.search section.content.gotomarket.green h2 strong,
.sections.marketing section.content.gotomarket.green h2 strong {
  color: #174f73;
}
.sections.search section.content.gotomarket.white h2 strong,
.sections.marketing section.content.gotomarket.white h2 strong {
  color: #31c961;
}
.sections.search section.content.gotomarket .wrapper h2,
.sections.marketing section.content.gotomarket .wrapper h2,
.sections.search section.content.gotomarket .wrapper h3,
.sections.marketing section.content.gotomarket .wrapper h3,
.sections.search section.content.gotomarket .wrapper p,
.sections.marketing section.content.gotomarket .wrapper p {
  text-align: center;
}
.sections.search section.content.gotomarket .wrapper h2,
.sections.marketing section.content.gotomarket .wrapper h2 {
  font-size: 28px;
  font-weight: 900;
  color: #174f73;
}
.sections.search section.content.gotomarket .wrapper h3,
.sections.marketing section.content.gotomarket .wrapper h3 {
  font-size: 24px;
  font-weight: 400;
}
.sections.search section.content.features,
.sections.marketing section.content.features {
  position: relative;
  min-height: 1800px;
}
.sections.search section.content.features.fixed,
.sections.marketing section.content.features.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
}
.sections.search section.content.features div.phone,
.sections.marketing section.content.features div.phone {
  position: absolute;
  width: 700px;
  margin: 0 auto;
  left: calc(50% - 350px);
}
.sections.search section.content.features div.phone img.device,
.sections.marketing section.content.features div.phone img.device,
.sections.search section.content.features div.phone img.screenshot,
.sections.marketing section.content.features div.phone img.screenshot {
  width: 700px;
  position: absolute;
  top: 0;
  left: 0;
}
.sections.search section.content.features div.phone img.device,
.sections.marketing section.content.features div.phone img.device,
.sections.search section.content.features div.phone img.screenshot,
.sections.marketing section.content.features div.phone img.screenshot {
  z-index: 10;
  transition: all 500ms ease-in-out;
}
.sections.search section.content.features div.phone img.screenshot,
.sections.marketing section.content.features div.phone img.screenshot {
  z-index: 20;
}
.sections.search section.content.features ul.features,
.sections.marketing section.content.features ul.features {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.sections.search section.content.features ul.features li,
.sections.marketing section.content.features ul.features li {
  margin: 0;
  padding: 0;
  transition: all 500ms ease-in-out;
  opacity: 0;
  width: 300px;
  position: absolute;
}
.sections.search section.content.features ul.features li:hover,
.sections.marketing section.content.features ul.features li:hover {
  transform: scale(1.1);
}
.sections.search section.content.features ul.features li.visible,
.sections.marketing section.content.features ul.features li.visible {
  opacity: 1;
}
.sections.search section.content.features ul.features li:nth-child(1),
.sections.marketing section.content.features ul.features li:nth-child(1) {
  top: 0;
  left: 0;
}
.sections.search section.content.features ul.features li:nth-child(2),
.sections.marketing section.content.features ul.features li:nth-child(2) {
  top: 250px;
  right: 0;
}
.sections.search section.content.features ul.features li:nth-child(3),
.sections.marketing section.content.features ul.features li:nth-child(3) {
  top: 500px;
  left: 0;
}
.sections.search section.content.features ul.features li h2,
.sections.marketing section.content.features ul.features li h2,
.sections.search section.content.features ul.features li p,
.sections.marketing section.content.features ul.features li p {
  color: #fff;
}
.sections.search section.content.features ul.features li img,
.sections.marketing section.content.features ul.features li img {
  max-width: 150px;
}
.sections.search section.content.features ul.features li:nth-child(2) h2,
.sections.marketing section.content.features ul.features li:nth-child(2) h2,
.sections.search section.content.features ul.features li:nth-child(2) p,
.sections.marketing section.content.features ul.features li:nth-child(2) p {
  text-align: right;
  clear: both;
}
.sections.search section.content.features ul.features li:nth-child(2) img,
.sections.marketing section.content.features ul.features li:nth-child(2) img {
  float: right;
}
.sections.search section.content.marketing-features h2,
.sections.marketing section.content.marketing-features h2 {
  color: #fff;
  text-align: center;
}
.sections.search section.content.marketing-features .marketing-features,
.sections.marketing section.content.marketing-features .marketing-features {
  margin-top: 100px;
}
.sections.search section.content.marketing-features .marketing-features .marketing-feature,
.sections.marketing section.content.marketing-features .marketing-features .marketing-feature {
  *zoom: 1;
  opacity: 0;
  transform: all 1000ms ease-in-out;
  margin: 0 0 100px 0;
}
.sections.search section.content.marketing-features .marketing-features .marketing-feature:before,
.sections.marketing section.content.marketing-features .marketing-features .marketing-feature:before,
.sections.search section.content.marketing-features .marketing-features .marketing-feature:after,
.sections.marketing section.content.marketing-features .marketing-features .marketing-feature:after {
  content: " ";
  display: table;
}
.sections.search section.content.marketing-features .marketing-features .marketing-feature:after,
.sections.marketing section.content.marketing-features .marketing-features .marketing-feature:after {
  clear: both;
}
.sections.search section.content.marketing-features .marketing-features .marketing-feature.visible,
.sections.marketing section.content.marketing-features .marketing-features .marketing-feature.visible {
  opacity: 1;
}
.sections.search section.content.marketing-features .marketing-features .marketing-feature .description,
.sections.marketing section.content.marketing-features .marketing-features .marketing-feature .description {
  float: left;
  width: 35%;
}
.sections.search section.content.marketing-features .marketing-features .marketing-feature h3,
.sections.marketing section.content.marketing-features .marketing-features .marketing-feature h3 {
  color: #174f73;
  font-size: 48px;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
.sections.search section.content.marketing-features .marketing-features .marketing-feature p,
.sections.marketing section.content.marketing-features .marketing-features .marketing-feature p {
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.sections.search section.content.marketing-features .marketing-features .marketing-feature img,
.sections.marketing section.content.marketing-features .marketing-features .marketing-feature img {
  width: 50%;
  float: right;
  border-radius: 10px;
  box-shadow: 4px 4px 20px #5c5c5c;
}
.sections.search section.content.marketing-features .choose-plan,
.sections.marketing section.content.marketing-features .choose-plan {
  margin-top: 60px;
}
.sections.search section.content.marketing-features .choose-plan h3,
.sections.marketing section.content.marketing-features .choose-plan h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}
.sections.search section.content.beyond-traditional-searches h2,
.sections.marketing section.content.beyond-traditional-searches h2 {
  color: #fff;
  text-align: center;
}
.sections.search section.content.beyond-traditional-searches h2 strong,
.sections.marketing section.content.beyond-traditional-searches h2 strong {
  color: #31c961;
  display: block;
  text-transform: uppercase;
}
.sections.search section.content.beyond-traditional-searches ul,
.sections.marketing section.content.beyond-traditional-searches ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.sections.search section.content.beyond-traditional-searches ul:before,
.sections.marketing section.content.beyond-traditional-searches ul:before,
.sections.search section.content.beyond-traditional-searches ul:after,
.sections.marketing section.content.beyond-traditional-searches ul:after {
  content: " ";
  display: table;
}
.sections.search section.content.beyond-traditional-searches ul:after,
.sections.marketing section.content.beyond-traditional-searches ul:after {
  clear: both;
}
.sections.search section.content.beyond-traditional-searches ul li,
.sections.marketing section.content.beyond-traditional-searches ul li {
  transition-property: all;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  transition-duration: 600ms;
  opacity: 0;
  padding: 50px 0 0 0;
  float: left;
}
.sections.search section.content.beyond-traditional-searches ul li.visible,
.sections.marketing section.content.beyond-traditional-searches ul li.visible {
  opacity: 1;
  padding: 0;
}
.sections.search section.content.beyond-traditional-searches ul li:hover,
.sections.marketing section.content.beyond-traditional-searches ul li:hover {
  transform: scale(1.1);
}
.sections.search section.content.beyond-traditional-searches ul li img,
.sections.marketing section.content.beyond-traditional-searches ul li img {
  max-width: 150px;
  margin: 0 auto 40px auto;
  display: block;
}
.sections.search section.content.beyond-traditional-searches ul li h3,
.sections.marketing section.content.beyond-traditional-searches ul li h3 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}
.sections.search section.content.beyond-traditional-searches ul li p,
.sections.marketing section.content.beyond-traditional-searches ul li p {
  text-align: center;
}
.sections.search section.content.beyond-traditional-searches ul li:nth-child(1),
.sections.marketing section.content.beyond-traditional-searches ul li:nth-child(1) {
  width: 28%;
  margin: 90px 4% 0 0;
}
.sections.search section.content.beyond-traditional-searches ul li:nth-child(2),
.sections.marketing section.content.beyond-traditional-searches ul li:nth-child(2) {
  width: 28%;
  margin: 90px 4% 0 4%;
}
.sections.search section.content.beyond-traditional-searches ul li:nth-child(3),
.sections.marketing section.content.beyond-traditional-searches ul li:nth-child(3) {
  width: 28%;
  margin: 90px 0 0 4%;
}
.sections.search section.content.beyond-traditional-searches ul li:nth-child(4),
.sections.marketing section.content.beyond-traditional-searches ul li:nth-child(4) {
  width: 28%;
  margin: 90px 4% 0 18%;
}
.sections.search section.content.beyond-traditional-searches ul li:nth-child(5),
.sections.marketing section.content.beyond-traditional-searches ul li:nth-child(5) {
  width: 28%;
  margin: 90px 18% 0 4%;
}
.sections.search section.content.beyond-traditional-searches p,
.sections.marketing section.content.beyond-traditional-searches p {
  text-align: center;
}
@media (max-width: 800px) {
  .sections.search section.content.beyond-traditional-searches ul li h3,
  .sections.marketing section.content.beyond-traditional-searches ul li h3 {
    font-size: 16px;
  }
  .sections.search section.content.beyond-traditional-searches ul li p,
  .sections.marketing section.content.beyond-traditional-searches ul li p {
    font-size: 15px;
  }
  .sections.search section.content.beyond-traditional-searches ul li img,
  .sections.marketing section.content.beyond-traditional-searches ul li img {
    max-width: 100px;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 750px) {
  .sections.search section.content.beyond-traditional-searches ul li,
  .sections.marketing section.content.beyond-traditional-searches ul li {
    float: none;
  }
  .sections.search section.content.beyond-traditional-searches ul li:nth-child(1),
  .sections.marketing section.content.beyond-traditional-searches ul li:nth-child(1),
  .sections.search section.content.beyond-traditional-searches ul li:nth-child(2),
  .sections.marketing section.content.beyond-traditional-searches ul li:nth-child(2),
  .sections.search section.content.beyond-traditional-searches ul li:nth-child(3),
  .sections.marketing section.content.beyond-traditional-searches ul li:nth-child(3),
  .sections.search section.content.beyond-traditional-searches ul li:nth-child(4),
  .sections.marketing section.content.beyond-traditional-searches ul li:nth-child(4),
  .sections.search section.content.beyond-traditional-searches ul li:nth-child(5),
  .sections.marketing section.content.beyond-traditional-searches ul li:nth-child(5) {
    width: 100%;
    margin: 50px 0 0 0;
  }
}
.sections.search section.content.browse-filter-connect .wrapper,
.sections.marketing section.content.browse-filter-connect .wrapper {
  *zoom: 1;
  width: 1200px;
  margin: 100px auto calc(100px * 2) auto;
}
.sections.search section.content.browse-filter-connect .wrapper:before,
.sections.marketing section.content.browse-filter-connect .wrapper:before,
.sections.search section.content.browse-filter-connect .wrapper:after,
.sections.marketing section.content.browse-filter-connect .wrapper:after {
  content: " ";
  display: table;
}
.sections.search section.content.browse-filter-connect .wrapper:after,
.sections.marketing section.content.browse-filter-connect .wrapper:after {
  clear: both;
}
.sections.search section.content.browse-filter-connect div.feature,
.sections.marketing section.content.browse-filter-connect div.feature {
  margin: 100px 0;
  width: 400px;
  float: left;
  transition-property: all;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  transition-duration: 400ms;
  opacity: 0;
  padding: 50px 60px 0 0;
}
.sections.search section.content.browse-filter-connect div.feature:nth-child(1),
.sections.marketing section.content.browse-filter-connect div.feature:nth-child(1),
.sections.search section.content.browse-filter-connect div.feature:nth-child(2),
.sections.marketing section.content.browse-filter-connect div.feature:nth-child(2) {
  background: transparent url(../img/icons/arrow-right-white.svg) no-repeat 100% 25%;
  background-size: 50px;
  padding-right: 60px;
}
.sections.search section.content.browse-filter-connect div.feature.visible,
.sections.marketing section.content.browse-filter-connect div.feature.visible {
  opacity: 1;
  padding: 0;
}
.sections.search section.content.browse-filter-connect div.feature.visible:nth-child(1),
.sections.marketing section.content.browse-filter-connect div.feature.visible:nth-child(1),
.sections.search section.content.browse-filter-connect div.feature.visible:nth-child(2),
.sections.marketing section.content.browse-filter-connect div.feature.visible:nth-child(2) {
  padding: 0 60px 0 0;
}
.sections.search section.content.browse-filter-connect div.feature:hover,
.sections.marketing section.content.browse-filter-connect div.feature:hover {
  transform: scale(1.1);
}
.sections.search section.content.browse-filter-connect div.feature span.icon,
.sections.marketing section.content.browse-filter-connect div.feature span.icon {
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.sections.search section.content.browse-filter-connect div.feature span.icon img,
.sections.marketing section.content.browse-filter-connect div.feature span.icon img {
  padding: 50px;
  background-color: #fff;
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto;
}
.sections.search section.content.browse-filter-connect div.feature h2,
.sections.marketing section.content.browse-filter-connect div.feature h2,
.sections.search section.content.browse-filter-connect div.feature p,
.sections.marketing section.content.browse-filter-connect div.feature p {
  color: #fff;
  text-align: center;
  padding: 0;
}
.sections.search section.content.browse-filter-connect div.feature h2,
.sections.marketing section.content.browse-filter-connect div.feature h2 {
  margin: 40px 0 20px;
  font-size: 28px;
  font-weight: 900;
}
.sections.search section.content.browse-filter-connect div.feature p,
.sections.marketing section.content.browse-filter-connect div.feature p {
  font-size: 20px;
  margin: 0 40px;
}
@media (max-width: 1300px) {
  .sections.search section.content.browse-filter-connect div.wrapper,
  .sections.marketing section.content.browse-filter-connect div.wrapper {
    width: 900px;
  }
  .sections.search section.content.browse-filter-connect div.feature,
  .sections.marketing section.content.browse-filter-connect div.feature {
    width: 300px;
  }
  .sections.search section.content.browse-filter-connect div.feature:nth-child(1),
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(1),
  .sections.search section.content.browse-filter-connect div.feature:nth-child(2),
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(2) {
    padding-right: 30px;
    background: transparent url(../img/icons/arrow-right-white.svg) no-repeat 100% 20%;
    background-size: 50px;
  }
  .sections.search section.content.browse-filter-connect div.feature span.icon,
  .sections.marketing section.content.browse-filter-connect div.feature span.icon {
    width: 200px;
    height: 200px;
  }
  .sections.search section.content.browse-filter-connect div.feature span.icon img,
  .sections.marketing section.content.browse-filter-connect div.feature span.icon img {
    width: 200px;
    height: 200px;
    padding: 40px;
  }
}
@media (max-width: 1000px) {
  .sections.search section.content.browse-filter-connect div.wrapper,
  .sections.marketing section.content.browse-filter-connect div.wrapper {
    width: 750px;
  }
  .sections.search section.content.browse-filter-connect div.feature,
  .sections.marketing section.content.browse-filter-connect div.feature {
    width: 250px;
  }
  .sections.search section.content.browse-filter-connect div.feature:nth-child(1),
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(1),
  .sections.search section.content.browse-filter-connect div.feature:nth-child(2),
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(2) {
    padding-right: 20px;
    background: transparent url(../img/icons/arrow-right-white.svg) no-repeat 100% 15%;
    background-size: 30px;
  }
  .sections.search section.content.browse-filter-connect div.feature span.icon,
  .sections.marketing section.content.browse-filter-connect div.feature span.icon {
    width: 175px;
    height: 175px;
  }
  .sections.search section.content.browse-filter-connect div.feature span.icon img,
  .sections.marketing section.content.browse-filter-connect div.feature span.icon img {
    width: 175px;
    height: 175px;
    padding: 30px;
  }
  .sections.search section.content.browse-filter-connect div.feature p,
  .sections.marketing section.content.browse-filter-connect div.feature p {
    margin: 0;
    font-size: 15px;
  }
}
@media (max-width: 850px) {
  .sections.search section.content.browse-filter-connect div.wrapper,
  .sections.marketing section.content.browse-filter-connect div.wrapper {
    width: 600px;
  }
  .sections.search section.content.browse-filter-connect div.feature,
  .sections.marketing section.content.browse-filter-connect div.feature {
    width: 200px;
  }
  .sections.search section.content.browse-filter-connect div.feature:nth-child(1),
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(1),
  .sections.search section.content.browse-filter-connect div.feature:nth-child(2),
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(2) {
    padding-right: 20px;
    background: transparent url(../img/icons/arrow-right-white.svg) no-repeat calc(100% - 10px) 10%;
    background-size: 30px;
  }
  .sections.search section.content.browse-filter-connect div.feature span.icon,
  .sections.marketing section.content.browse-filter-connect div.feature span.icon {
    width: 125px;
    height: 125px;
  }
  .sections.search section.content.browse-filter-connect div.feature span.icon img,
  .sections.marketing section.content.browse-filter-connect div.feature span.icon img {
    width: 125px;
    height: 125px;
    padding: 20px;
  }
}
@media (max-width: 660px) {
  .sections.search section.content.browse-filter-connect div.wrapper,
  .sections.marketing section.content.browse-filter-connect div.wrapper {
    width: 90%;
    margin: 0 auto 200px auto;
  }
  .sections.search section.content.browse-filter-connect div.feature,
  .sections.marketing section.content.browse-filter-connect div.feature,
  .sections.search section.content.browse-filter-connect div.feature:nth-child(1),
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(1),
  .sections.search section.content.browse-filter-connect div.feature:nth-child(2),
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(2) {
    padding: 0 !important;
    float: none;
    width: 100%;
    background: none;
  }
  .sections.search section.content.browse-filter-connect div.feature span.icon,
  .sections.marketing section.content.browse-filter-connect div.feature span.icon,
  .sections.search section.content.browse-filter-connect div.feature:nth-child(1) span.icon,
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(1) span.icon,
  .sections.search section.content.browse-filter-connect div.feature:nth-child(2) span.icon,
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(2) span.icon {
    width: 175px;
    height: 175px;
  }
  .sections.search section.content.browse-filter-connect div.feature span.icon img,
  .sections.marketing section.content.browse-filter-connect div.feature span.icon img,
  .sections.search section.content.browse-filter-connect div.feature:nth-child(1) span.icon img,
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(1) span.icon img,
  .sections.search section.content.browse-filter-connect div.feature:nth-child(2) span.icon img,
  .sections.marketing section.content.browse-filter-connect div.feature:nth-child(2) span.icon img {
    width: 175px;
    height: 175px;
    padding: 30px;
  }
}
.sections.search section.content.photo.slogan h2,
.sections.marketing section.content.photo.slogan h2 {
  transition-property: all;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  transition-duration: 400ms;
}
@media (max-width: 500px) {
  .sections.search section.content.photo.slogan h2,
  .sections.marketing section.content.photo.slogan h2 {
    font-size: 28px;
  }
}
.sections.search section.content.photo.slogan h2:hover,
.sections.marketing section.content.photo.slogan h2:hover {
  transform: scale(1.1);
}
.sections.search section.content.search-features,
.sections.marketing section.content.search-features {
  *zoom: 1;
}
.sections.search section.content.search-features:before,
.sections.marketing section.content.search-features:before,
.sections.search section.content.search-features:after,
.sections.marketing section.content.search-features:after {
  content: " ";
  display: table;
}
.sections.search section.content.search-features:after,
.sections.marketing section.content.search-features:after {
  clear: both;
}
.sections.search section.content.search-features .laptop-wrapper,
.sections.marketing section.content.search-features .laptop-wrapper {
  margin-top: 100px;
  padding-top: 100px;
  height: 900px;
  display: block;
  width: 60%;
  float: right;
  background: transparent url(../img/laptop.png) no-repeat 50% 0;
  background-size: 1200px;
}
.sections.search section.content.search-features .laptop-wrapper img,
.sections.marketing section.content.search-features .laptop-wrapper img {
  max-height: 500px;
  margin: 0 auto;
  display: block;
}
.sections.search section.content.search-features .feature-wrapper,
.sections.marketing section.content.search-features .feature-wrapper {
  padding-top: 100px;
  width: 20%;
  float: left;
  margin-left: 20%;
  height: 900px;
}
.sections.search section.content.search-features .feature-wrapper ul,
.sections.marketing section.content.search-features .feature-wrapper ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 90%;
  list-style-type: none;
}
.sections.search section.content.search-features .feature-wrapper ul li,
.sections.marketing section.content.search-features .feature-wrapper ul li {
  width: 100%;
  transition-property: all;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  transition-duration: 400ms;
  margin: 0;
  padding: 0;
}
.sections.search section.content.search-features .feature-wrapper ul li:hover,
.sections.marketing section.content.search-features .feature-wrapper ul li:hover {
  transform: scale(1.1);
}
.sections.search section.content.search-features .feature-wrapper ul li h2,
.sections.marketing section.content.search-features .feature-wrapper ul li h2,
.sections.search section.content.search-features .feature-wrapper ul li p,
.sections.marketing section.content.search-features .feature-wrapper ul li p {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sections.search section.content.search-features .feature-wrapper ul li a:link,
.sections.marketing section.content.search-features .feature-wrapper ul li a:link,
.sections.search section.content.search-features .feature-wrapper ul li a:visited,
.sections.marketing section.content.search-features .feature-wrapper ul li a:visited {
  border-bottom: 1px solid #174f73;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  display: block;
  text-decoration: none;
}
.sections.search section.content.search-features .feature-wrapper ul li a:hover h2,
.sections.marketing section.content.search-features .feature-wrapper ul li a:hover h2,
.sections.search section.content.search-features .feature-wrapper ul li a:active h2,
.sections.marketing section.content.search-features .feature-wrapper ul li a:active h2,
.sections.search section.content.search-features .feature-wrapper ul li a:hover p,
.sections.marketing section.content.search-features .feature-wrapper ul li a:hover p,
.sections.search section.content.search-features .feature-wrapper ul li a:active p,
.sections.marketing section.content.search-features .feature-wrapper ul li a:active p {
  color: #174f73;
}
.sections.search section.content.plans h2,
.sections.marketing section.content.plans h2,
.sections.search section.content.plans h3,
.sections.marketing section.content.plans h3 {
  color: #fff;
  text-align: center;
}
.sections.search section.content.navigator-plans h2,
.sections.marketing section.content.navigator-plans h2,
.sections.search section.content.navigator-plans h3,
.sections.marketing section.content.navigator-plans h3 {
  color: #fff;
  text-align: center;
}
.sections.search section.content.plans h1,
.sections.marketing section.content.plans h1,
.sections.search section.content.navigator-plans h1,
.sections.marketing section.content.navigator-plans h1 {
  color: #cc241D;
  font-weight: 700;
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #cc241D;
  background-color: #fff;
  width: 50%;
  margin: 0 auto;
}
section.banner.framework.search {
  clip-path: none;
  background: transparent url(../img/approach-banner.jpg) no-repeat 50% 0%;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 19;
}
section.banner.framework.search .wrapper {
  margin: 0 auto;
  padding: 0;
}
.sections.sustainability-framework section.photo.slogan h2 {
  transition-property: all;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  transition-duration: 400ms;
}
@media (max-width: 500px) {
  .sections.sustainability-framework section.photo.slogan h2 {
    font-size: 28px;
  }
}
.sections.sustainability-framework section.photo.slogan h2:hover {
  transform: scale(1.1);
}
.sections.framework {
  margin-top: 0;
}
.sections.framework #one.active .container {
  background-color: red;
}
.sections.framework #two.active .container {
  background-color: purple;
}
.sections.framework #three.active .container {
  background-color: brown;
}
.sections.framework #four.active .container {
  background-color: yellow;
}
.sections.framework #five.active .container {
  background-color: pink;
}
.sections.framework section.slide {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sections.framework section.slide h1 {
  color: #000;
}
.sections.framework section.slide.active .container {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sections.framework section.slide.active .container h1 {
  text-align: center;
  width: 100%;
  margin: 100px 0 0 0;
  padding: 0;
}
.sections.framework section.slide.blue {
  background: #103656;
  background: linear-gradient(180deg, #103656 0%, #026ca6 calc(100% - 200px));
}
.sections.framework section.slide.blue p {
  color: white;
}
.sections.framework section.slide.green {
  background: #3fb463;
  background: linear-gradient(180deg, #3fb463 0%, #71be5a calc(100% - 200px));
}
.sections.framework section.slide.white {
  background-color: white;
}
@media (max-width: 1400px) {
  section.content.subscriptions .profile-plans > .plan,
  section.content.subscriptions .evaluater-plans > .plan {
    width: calc(calc(100% / 2) - 10px);
    margin-right: 10px;
    margin-bottom: 100px !important;
  }
}
div.plans {
  *zoom: 1;
  margin: 60px auto 0 auto;
}
div.plans:before,
div.plans:after {
  content: " ";
  display: table;
}
div.plans:after {
  clear: both;
}
div.plans.profiles h3,
div.plans.evaluater h3 {
  font-weight: normal !important;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 28px;
}
div.plans .evaluater-demo-form {
  padding-top: 40px;
  clear: both;
}
div.plans .evaluater-demo-form p {
  color: #fff;
  text-align: center;
}
div.plans .standards-compliant-reports {
  max-width: 800px;
  margin: 40px auto 0 auto;
  border-radius: 20px;
}
div.plans .standards-compliant-reports:hover {
  box-shadow: 2px 2px 10px #e7e7e7;
  transform: scale(1.025);
}
div.plans .standards-compliant-reports div.top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #0078B4;
  border: 4px solid #fff;
  padding: 30px;
  *zoom: 1;
}
div.plans .standards-compliant-reports div.top:before,
div.plans .standards-compliant-reports div.top:after {
  content: " ";
  display: table;
}
div.plans .standards-compliant-reports div.top:after {
  clear: both;
}
div.plans .standards-compliant-reports div.top img.report-icon {
  float: left;
  width: 80px;
  height: 100px;
  margin: 0 30px 0 0;
}
div.plans .standards-compliant-reports div.top div.checkbox {
  float: left;
  margin: 0 auto;
  width: calc(100% - 150px);
}
div.plans .standards-compliant-reports div.top div.checkbox label {
  color: #fff;
  background-size: 36px;
  background-position: 0 50%;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 10px 40px !important;
}
div.plans .standards-compliant-reports div.top div.checkbox p {
  color: #fff;
  padding: 0;
  margin: 0;
}
div.plans .standards-compliant-reports div.standards {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  border: 4px solid #fff;
  padding: 0 10px;
}
div.plans .standards-compliant-reports div.standards ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
div.plans .standards-compliant-reports div.standards ul:before,
div.plans .standards-compliant-reports div.standards ul:after {
  content: " ";
  display: table;
}
div.plans .standards-compliant-reports div.standards ul:after {
  clear: both;
}
div.plans .standards-compliant-reports div.standards ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: calc(100% / 7);
}
div.plans .standards-compliant-reports div.standards ul li img {
  max-width: 60px;
  margin: 10px auto;
  display: block;
}
div.plans .billing-cycle {
  *zoom: 1;
  width: 226px;
  margin: 20px auto 20px auto;
}
div.plans .billing-cycle:before,
div.plans .billing-cycle:after {
  content: " ";
  display: table;
}
div.plans .billing-cycle:after {
  clear: both;
}
div.plans .billing-cycle label.monthly,
div.plans .billing-cycle label.yearly {
  width: 80px;
  float: left;
}
div.plans .billing-cycle label.monthly.active,
div.plans .billing-cycle label.yearly.active {
  font-weight: 900;
}
div.plans .billing-cycle label.monthly.active a:link,
div.plans .billing-cycle label.yearly.active a:link,
div.plans .billing-cycle label.monthly.active a:visited,
div.plans .billing-cycle label.yearly.active a:visited {
  color: #0078B4;
}
div.plans .billing-cycle label.monthly a:link,
div.plans .billing-cycle label.yearly a:link,
div.plans .billing-cycle label.monthly a:visited,
div.plans .billing-cycle label.yearly a:visited {
  color: #aeaeae;
  text-decoration: none;
}
div.plans .billing-cycle label.monthly a:hover,
div.plans .billing-cycle label.yearly a:hover,
div.plans .billing-cycle label.monthly a:active,
div.plans .billing-cycle label.yearly a:active {
  text-decoration: underline;
  color: #e7e7e7;
}
div.plans .billing-cycle label.monthly {
  text-align: right;
  margin-right: 8px;
}
div.plans .billing-cycle label.yearly {
  text-align: left;
  margin-left: 8px;
  position: relative;
}
div.plans .billing-cycle div.toggle {
  float: left;
  cursor: pointer;
  background-color: #aeaeae;
  border-radius: 20px;
  border: 1px solid #fff;
  height: 26px;
  width: 50px;
  margin: 0 auto;
}
div.plans .billing-cycle div.toggle span.slide {
  transition: all 500ms ease-in-out;
  display: block;
  margin: 2px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
}
div.plans .billing-cycle div.toggle span.slide.monthly {
  float: left;
}
div.plans .billing-cycle div.toggle span.slide.yearly {
  float: right;
}
div.plans p.respond {
  text-align: center;
  padding-top: 20px;
}
div.plans p.respond a:link,
div.plans p.respond a:visited {
  color: #fff;
  font-size: 15px;
}
div.plans p.respond a:hover,
div.plans p.respond a:active {
  color: #174f73;
  font-size: 16px;
}
div.plans .evaluater-plans > .plan,
div.plans .profile-plans > .plan {
  width: calc(calc(100% / 4) - 15px);
}
div.plans .evaluater-plans > .plan {
  width: calc(calc(100% / 4) - 15px);
}
div.plans .profile-plans,
div.plans .evaluater-plans {
  margin: 20px auto 100px auto;
  max-width: 2000px;
  width: 100%;
  border-top: 4px #fff;
  *zoom: 1;
}
div.plans .profile-plans:before,
div.plans .evaluater-plans:before,
div.plans .profile-plans:after,
div.plans .evaluater-plans:after {
  content: " ";
  display: table;
}
div.plans .profile-plans:after,
div.plans .evaluater-plans:after {
  clear: both;
}
div.plans .profile-plans > .plan,
div.plans .evaluater-plans > .plan {
  float: left;
  position: relative;
  margin-right: 20px;
  margin-top: 20px !important;
}
div.plans .profile-plans > .plan:hover,
div.plans .evaluater-plans > .plan:hover {
  transform: scale(1.05);
}
div.plans .profile-plans > .plan:last-child,
div.plans .evaluater-plans > .plan:last-child {
  margin-right: 0;
}
div.plans .profile-plans > .plan .most-popular,
div.plans .evaluater-plans > .plan .most-popular {
  background-color: #EF8568;
  border-top: 3px solid #BF5538;
  border-left: 3px solid #BF5538;
  border-right: 3px solid #BF5538;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  max-width: 300px;
  min-width: 100px;
  width: 60%;
  padding: 8px 10px 4px 10px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
div.plans .profile-plans > .plan h2,
div.plans .evaluater-plans > .plan h2 {
  margin: 0;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 1455px) {
  div.plans .profile-plans > .plan .price,
  div.plans .evaluater-plans > .plan .price {
    font-size: 50px !important;
  }
}
@media (max-width: 1200px) {
  div.plans .profile-plans > .plan,
  div.plans .evaluater-plans > .plan {
    width: calc(calc(100% / 2) - 10px);
    margin-right: 10px;
    margin-bottom: 100px !important;
  }
  div.plans .profile-plans > .plan div.description p,
  div.plans .evaluater-plans > .plan div.description p {
    font-size: 14px;
  }
  div.plans .profile-plans > .plan ul li,
  div.plans .evaluater-plans > .plan ul li {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  div.plans .profile-plans > .plan,
  div.plans .evaluater-plans > .plan {
    width: 100%;
    margin-right: 0;
    margin-bottom: 100px !important;
  }
}
div.plans .profile-plans > .plan.supplier h2,
div.plans .evaluater-plans > .plan.supplier h2,
div.plans .profile-plans > .plan.supplier-reporting h2,
div.plans .evaluater-plans > .plan.supplier-reporting h2 {
  background-color: #167E00;
}
div.plans .profile-plans > .plan.basic h2,
div.plans .evaluater-plans > .plan.basic h2,
div.plans .profile-plans > .plan.starter h2,
div.plans .evaluater-plans > .plan.starter h2,
div.plans .profile-plans > .plan.starter-reporting h2,
div.plans .evaluater-plans > .plan.starter-reporting h2 {
  background-color: #58ADDD;
}
div.plans .profile-plans > .plan.growth h2,
div.plans .evaluater-plans > .plan.growth h2,
div.plans .profile-plans > .plan.essentials h2,
div.plans .evaluater-plans > .plan.essentials h2,
div.plans .profile-plans > .plan.essentials-reporting h2,
div.plans .evaluater-plans > .plan.essentials-reporting h2 {
  background-color: #2794C4;
}
div.plans .profile-plans > .plan.leader h2,
div.plans .evaluater-plans > .plan.leader h2,
div.plans .profile-plans > .plan.premium h2,
div.plans .evaluater-plans > .plan.premium h2,
div.plans .profile-plans > .plan.premium-reporting h2,
div.plans .evaluater-plans > .plan.premium-reporting h2 {
  background-color: #174F73;
}
div.plans .profile-plans > .plan.enterprise h2,
div.plans .evaluater-plans > .plan.enterprise h2 {
  background-color: #103556;
}
div.plans .profile-plans > .plan.growth,
div.plans .evaluater-plans > .plan.growth,
div.plans .profile-plans > .plan.premium,
div.plans .evaluater-plans > .plan.premium,
div.plans .profile-plans > .plan.premium-reporting,
div.plans .evaluater-plans > .plan.premium-reporting {
  margin-top: -18px !important;
}
div.plans .profile-plans > .plan .plan-wrapper,
div.plans .evaluater-plans > .plan .plan-wrapper {
  background-color: #fff;
  padding: 20px 20px calc(60px / 1) 20px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px), 0 0);
}
@media (max-width: 650px) {
  div.plans .profile-plans > .plan .plan-wrapper,
  div.plans .evaluater-plans > .plan .plan-wrapper {
    clip-path: none;
  }
}
div.plans .profile-plans > .plan .plan-wrapper div.price,
div.plans .evaluater-plans > .plan .plan-wrapper div.price {
  text-align: center;
  color: #167E00;
  font-size: 65px;
  font-weight: 700;
}
div.plans .profile-plans > .plan .plan-wrapper div.price-subtitle span,
div.plans .evaluater-plans > .plan .plan-wrapper div.price-subtitle span {
  display: block;
  text-align: center;
  color: #aaa;
  font-style: italic;
}
div.plans .profile-plans > .plan .plan-wrapper div.price-subtitle span.yearly-discount-description,
div.plans .evaluater-plans > .plan .plan-wrapper div.price-subtitle span.yearly-discount-description {
  display: block;
  width: calc(100% - 42px);
  text-align: center;
  border-radius: 10px;
  border: 1px solid #aeaeae;
  background-color: #fafafa;
  color: #5c5c5c;
  margin: 0 20px;
  padding: 4px 0;
}
div.plans .profile-plans > .plan .plan-wrapper div.price-subtitle span.yearly-discount-description span.yearly-was,
div.plans .evaluater-plans > .plan .plan-wrapper div.price-subtitle span.yearly-discount-description span.yearly-was {
  color: #5c5c5c;
  display: inline;
  margin-right: 10px;
  text-decoration: line-through;
}
div.plans .profile-plans > .plan .plan-wrapper div.price-subtitle span.yearly-discount-description span.yearly-now,
div.plans .evaluater-plans > .plan .plan-wrapper div.price-subtitle span.yearly-discount-description span.yearly-now {
  font-weight: 700;
  color: #31c961;
  display: inline;
  margin-right: 10px;
}
div.plans .profile-plans > .plan .plan-wrapper div.price-subtitle span.yearly-discount-description span.yearly-save,
div.plans .evaluater-plans > .plan .plan-wrapper div.price-subtitle span.yearly-discount-description span.yearly-save {
  font-weight: 400;
  color: #cc241D;
  display: inline;
}
div.plans .profile-plans > .plan .plan-wrapper div.price-subtitle span.with-reporting,
div.plans .evaluater-plans > .plan .plan-wrapper div.price-subtitle span.with-reporting {
  display: none;
  color: #aeaeae;
  font-style: italic;
  font-weight: 400;
  padding: 0 0 0 0;
  clear: block;
  margin: 0 auto;
  background: transparent url(../img/icons/report-green.svg) no-repeat 0 50%;
  background-size: 20px;
}
div.plans .profile-plans > .plan .plan-wrapper div.price-subtitle span.with-reporting.active,
div.plans .evaluater-plans > .plan .plan-wrapper div.price-subtitle span.with-reporting.active {
  color: #0078B4;
}
div.plans .profile-plans > .plan .plan-wrapper span.annual-discount,
div.plans .evaluater-plans > .plan .plan-wrapper span.annual-discount {
  background-color: #EF8568;
  border-top: 2px solid #BF5538;
  border-bottom: 2px solid #BF5538;
  display: block;
  clip-path: polygon(0 0, 100% 0, 98% 50%, 100% 100%, 0 100%, 2% 50%, 0 0);
  padding: 6px 30px;
  text-align: center;
  color: #fff;
  margin: 10px 30px;
  clear: both;
}
div.plans .profile-plans > .plan .plan-wrapper div.description,
div.plans .evaluater-plans > .plan .plan-wrapper div.description {
  text-align: center;
  min-height: 70px;
}
div.plans .profile-plans > .plan .plan-wrapper p em,
div.plans .evaluater-plans > .plan .plan-wrapper p em {
  font-size: 14px;
  color: #aaa;
  margin: 5px 20px;
  text-align: center;
  display: block;
}
div.plans .profile-plans > .plan .plan-wrapper p em a:link,
div.plans .evaluater-plans > .plan .plan-wrapper p em a:link,
div.plans .profile-plans > .plan .plan-wrapper p em a:visited,
div.plans .evaluater-plans > .plan .plan-wrapper p em a:visited {
  color: #6dc03b;
}
div.plans .profile-plans > .plan .plan-wrapper p em a:hover,
div.plans .evaluater-plans > .plan .plan-wrapper p em a:hover,
div.plans .profile-plans > .plan .plan-wrapper p em a:active,
div.plans .evaluater-plans > .plan .plan-wrapper p em a:active {
  color: #0078B4;
}
div.plans .profile-plans > .plan .plan-wrapper div.reporting-checkbox,
div.plans .evaluater-plans > .plan .plan-wrapper div.reporting-checkbox {
  margin: 10px auto 0 auto;
  width: 245px;
}
div.plans .profile-plans > .plan .plan-wrapper div.reporting-checkbox label,
div.plans .evaluater-plans > .plan .plan-wrapper div.reporting-checkbox label {
  color: #5c5c5c;
  font-size: 14px;
  display: block;
  text-align: left;
  padding: 0 0 0 30px !important;
  margin: 0 0 0 0;
  background-position: 10px 50%;
}
div.plans .profile-plans > .plan .plan-wrapper div.reporting-checkbox label.active,
div.plans .evaluater-plans > .plan .plan-wrapper div.reporting-checkbox label.active {
  color: #0078B4;
}
div.plans .profile-plans > .plan .plan-wrapper p.button,
div.plans .evaluater-plans > .plan .plan-wrapper p.button {
  text-align: center;
}
div.plans .profile-plans > .plan .plan-wrapper p.button a:link,
div.plans .evaluater-plans > .plan .plan-wrapper p.button a:link,
div.plans .profile-plans > .plan .plan-wrapper p.button a:visited,
div.plans .evaluater-plans > .plan .plan-wrapper p.button a:visited {
  width: calc(100% - 40px);
  border-radius: 8px;
}
div.plans .profile-plans > .plan .plan-wrapper h3,
div.plans .evaluater-plans > .plan .plan-wrapper h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700 !important;
  text-align: left;
  color: #5c5c5c;
  background-color: transparent;
}
div.plans .profile-plans > .plan .plan-wrapper ul,
div.plans .evaluater-plans > .plan .plan-wrapper ul {
  margin: 0 0 40px 0;
  padding: 0;
}
div.plans .profile-plans > .plan .plan-wrapper ul li,
div.plans .evaluater-plans > .plan .plan-wrapper ul li {
  margin: 0;
  padding: 0 0 8px 20px;
  list-style-type: none;
  background: transparent url(../img/icons/verified-logo.svg) no-repeat 0 5px;
  background-size: 14px;
}
div.plans .profile-plans > .plan .plan-wrapper ul li strong,
div.plans .evaluater-plans > .plan .plan-wrapper ul li strong {
  color: #0078B4;
  font-style: italic;
}
div.plans .profile-plans > .plan .plan-wrapper p.per-user-fee,
div.plans .evaluater-plans > .plan .plan-wrapper p.per-user-fee {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #aaa;
}
div.plans .profile-plans > .plan .plan-wrapper p.full-features,
div.plans .evaluater-plans > .plan .plan-wrapper p.full-features {
  margin: 0;
  padding: 0;
}
div.plans .profile-plans > .plan .plan-wrapper p.full-features a:link,
div.plans .evaluater-plans > .plan .plan-wrapper p.full-features a:link,
div.plans .profile-plans > .plan .plan-wrapper p.full-features a:visited,
div.plans .evaluater-plans > .plan .plan-wrapper p.full-features a:visited {
  display: block;
  width: 100%;
  transition: all 500ms ease-in-out;
  color: #31c961;
  font-weight: 700;
  text-align: center;
  padding: 0 0 14px 0;
  background: transparent url(../img/icons/arrow-down-blue.svg) no-repeat 50% 100%;
  background-size: 14px 14px;
}
div.plans .profile-plans > .plan .plan-wrapper p.full-features a:hover,
div.plans .evaluater-plans > .plan .plan-wrapper p.full-features a:hover,
div.plans .profile-plans > .plan .plan-wrapper p.full-features a:active,
div.plans .evaluater-plans > .plan .plan-wrapper p.full-features a:active {
  background: transparent url(../img/icons/arrow-down-blue.svg) no-repeat 50% 100%;
  background-size: 20px;
  padding: 0 0 18px 0;
  color: #174f73;
}
div.plans.register .plan {
  position: relative;
  filter: drop-shadow(0 0 10px rgba(50, 50, 0, 0.5));
  display: block;
  margin: 0 10px;
  padding: 0;
  float: left;
  width: calc(calc(100% / 3) - 20px);
}
div.plans.register .plan.growth {
  margin-top: -30px;
}
div.plans.register .plan.basic > .planWrapper > .container > p,
div.plans.register .plan.starter > .planWrapper > .container > p {
  display: none;
}
div.plans.register .plan.basic > .planWrapper > .container > p.button,
div.plans.register .plan.starter > .planWrapper > .container > p.button,
div.plans.register .plan.basic > .planWrapper > .container > p.discount,
div.plans.register .plan.starter > .planWrapper > .container > p.discount {
  display: block;
}
div.plans.register .plan:first-child {
  margin: 0 10px 0 0;
}
div.plans.register .plan:last-child {
  margin: 0 0 0 10px;
}
div.plans.register .plan.evaluater-buyer,
div.plans.register .plan.evaluater-supplier {
  width: calc(100% / 3);
}
div.plans.register .plan.evaluater-buyer {
  margin: 0 calc(100% / 6) 0 0;
}
div.plans.register .plan.evaluater-supplier {
  margin: 0 0 0 calc(100% / 6);
}
@media (max-width: 900px) {
  div.plans.register .plan.evaluater-buyer,
  div.plans.register .plan.evaluater-supplier,
  div.plans.register .plan {
    width: calc(100% / 2);
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  div.plans.register .plan.evaluater-buyer,
  div.plans.register .plan.evaluater-supplier,
  div.plans.register .plan {
    width: 90%;
    float: none;
    margin: 20px auto;
  }
}
div.plans.register .plan .planWrapper {
  background-color: #fff;
  display: block;
  padding-bottom: calc(60px / 1.5);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px), 0 0);
}
@media (max-width: 650px) {
  div.plans.register .plan .planWrapper {
    clip-path: none;
  }
}
div.plans.register .plan .planWrapper span.popular {
  height: 30px;
  display: block;
  margin: 0;
  padding: 6px 10px;
  background-color: #d4effe;
  color: #167E00;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
}
div.plans.register .plan .planWrapper h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  padding: 20px 10px 30px 10px;
  margin: 0;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0);
}
div.plans.register .plan .planWrapper .container {
  padding: calc(60px / 1.5) calc(60px / 1.5) 60px calc(60px / 1.5);
}
div.plans.register .plan .planWrapper div.description {
  margin: 0;
  padding: 0;
}
div.plans.register .plan .planWrapper div.description p {
  margin: 10px auto;
  width: 80%;
  color: #5c5c5c;
}
div.plans.register .plan .planWrapper p.discount {
  background-color: #0078B4;
  clip-path: polygon(0 0, 100% 0, 98% 50%, 100% 100%, 0 100%, 2% 50%, 0 0);
  padding: 6px 30px;
  text-align: center;
  color: #fff;
  width: 90%;
  margin: 0 auto;
}
div.plans.register .plan .planWrapper div.price {
  position: relative;
  margin: 0 auto;
  font-weight: 900;
}
div.plans.register .plan .planWrapper div.price.monthly {
  width: 200px;
}
div.plans.register .plan .planWrapper div.price.yearly {
  width: 200px;
}
div.plans.register .plan .planWrapper div.price span.price {
  display: block;
}
div.plans.register .plan .planWrapper div.price span.dollar-sign,
div.plans.register .plan .planWrapper div.price span.amount,
div.plans.register .plan .planWrapper div.price span.decimal {
  color: #31c961;
}
div.plans.register .plan .planWrapper div.price span.dollar-sign.strike,
div.plans.register .plan .planWrapper div.price span.amount.strike,
div.plans.register .plan .planWrapper div.price span.decimal.strike {
  text-decoration: line-through;
}
div.plans.register .plan .planWrapper div.price span.free {
  font-size: 50px;
  color: #31c961;
  font-weight: 900;
  text-align: center;
}
div.plans.register .plan .planWrapper div.price span.dollar-sign,
div.plans.register .plan .planWrapper div.price span.decimal,
div.plans.register .plan .planWrapper div.price span.frequency,
div.plans.register .plan .planWrapper div.price span.efrequency {
  position: absolute;
}
div.plans.register .plan .planWrapper div.price span.dollar-sign {
  font-size: 26px;
  top: 12px;
}
div.plans.register .plan .planWrapper div.price span.currency {
  font-size: 10px;
}
div.plans.register .plan .planWrapper div.price span.amount {
  font-size: 56px;
  padding: 0 0 0 12px;
  margin: 0;
}
div.plans.register .plan .planWrapper div.price span.decimal {
  font-size: 22px;
  top: 16px;
}
div.plans.register .plan .planWrapper div.price span.efrequency,
div.plans.register .plan .planWrapper div.price span.frequency {
  color: #5c5c5c;
  font-size: 20px;
  margin-top: 2em;
  font-weight: 400;
}
div.plans.register .plan .planWrapper div.price.free {
  width: 100%;
  text-align: center;
}
div.plans.register .plan .planWrapper div.price.free span.amount {
  font-size: 38px;
  color: #aeaeae;
  text-align: center;
}
div.plans.register .plan .planWrapper p.button {
  text-align: center;
}
div.plans.register .plan .planWrapper p.button a.button {
  text-transform: uppercase;
}
div.plans.register .plan .planWrapper h4 {
  color: #0078B4;
  margin: 10px 0 0 0;
  padding: 0;
}
div.plans.register .plan .planWrapper ul {
  margin: 0;
  padding: 6px 0 0 0;
  list-style-type: none;
}
div.plans.register .plan .planWrapper ul li {
  font-size: 15px;
  margin: 0 0 0 8px;
  padding: 0 0 6px 24px;
  background: transparent url(../img/icons/check.svg) no-repeat 0 50%;
  background-size: 16px 16px;
}
div.plans p.free-signup {
  text-align: center;
  margin: 0 auto 10px auto;
  color: #fafafa;
  padding: 8px;
  width: 100%;
  max-width: 800px;
  font-style: italic;
}
div.plans p.free-signup a:link,
div.plans p.free-signup a:visited {
  color: #fff;
  font-weight: 700;
}
div.plans p.free-signup a:hover,
div.plans p.free-signup a:active {
  color: #d4effe;
}
div.plans table.evaluater-specs {
  max-width: 1000px;
}
div.plans table.profile-specs {
  max-width: 1200px;
}
div.plans table.evaluater-specs,
div.plans table.profile-specs {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 12px solid #fff;
  box-shadow: 0 0 20px #5c5c5c;
}
div.plans table.evaluater-specs tr.signup td a.button,
div.plans table.profile-specs tr.signup td a.button {
  margin: 0;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
}
div.plans table.evaluater-specs tr.headline:hover th,
div.plans table.profile-specs tr.headline:hover th,
div.plans table.evaluater-specs tr.headline th,
div.plans table.profile-specs tr.headline th {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #167E00;
  font-size: 15px;
  border: none;
  padding: 8px 4px;
}
div.plans table.evaluater-specs th,
div.plans table.profile-specs th {
  background-color: #e7e7e7;
  color: #5c5c5c;
  border: 1px solid #aeaeae;
  text-align: left;
  max-width: 180px;
  padding: 8px 4px;
  font-size: 14px;
  position: relative;
}
div.plans table.evaluater-specs th em,
div.plans table.profile-specs th em {
  font-style: normal;
  font-weight: 400;
}
div.plans table.evaluater-specs th img.evaluater-logo,
div.plans table.profile-specs th img.evaluater-logo {
  display: block;
  max-height: 20px;
}
div.plans table.evaluater-specs th a:link,
div.plans table.profile-specs th a:link,
div.plans table.evaluater-specs th a:visited,
div.plans table.profile-specs th a:visited {
  font-size: 14px;
}
div.plans table.evaluater-specs th span.definition,
div.plans table.profile-specs th span.definition {
  position: relative;
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  background: transparent url(../img/icons/info.svg) no-repeat 50% 50%;
  background-size: 14px;
}
div.plans table.evaluater-specs th span.definition div.tooltip,
div.plans table.profile-specs th span.definition div.tooltip {
  opacity: 0;
  display: none;
  transition: all 500ms ease-in-out;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  z-index: 100;
  position: relative;
  min-width: 200px;
  min-height: 40px;
  margin: 0;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 24px;
}
div.plans table.evaluater-specs th span.definition:hover div.tooltip,
div.plans table.profile-specs th span.definition:hover div.tooltip {
  opacity: 1;
  display: block;
}
div.plans table.evaluater-specs tr.plan-names td,
div.plans table.profile-specs tr.plan-names td,
div.plans table.evaluater-specs tr.plan-names:hover td,
div.plans table.profile-specs tr.plan-names:hover td {
  font-weight: 700;
  font-size: 14px;
  background-color: #167E00;
  color: #fff;
}
div.plans table.evaluater-specs tr.plan-names th,
div.plans table.profile-specs tr.plan-names th,
div.plans table.evaluater-specs tr.plan-names:hover th,
div.plans table.profile-specs tr.plan-names:hover th {
  width: 200px;
}
div.plans table.evaluater-specs tr.plan-names th.free,
div.plans table.profile-specs tr.plan-names th.free,
div.plans table.evaluater-specs tr.plan-names:hover th.free,
div.plans table.profile-specs tr.plan-names:hover th.free {
  background-color: #e7e7e7;
  color: #5c5c5c;
  font-weight: 700;
  text-align: center;
  border: none;
  text-transform: uppercase;
}
div.plans table.evaluater-specs tr.plan-names th.basic,
div.plans table.profile-specs tr.plan-names th.basic,
div.plans table.evaluater-specs tr.plan-names:hover th.basic,
div.plans table.profile-specs tr.plan-names:hover th.basic,
div.plans table.evaluater-specs tr.plan-names th.starter,
div.plans table.profile-specs tr.plan-names th.starter,
div.plans table.evaluater-specs tr.plan-names:hover th.starter,
div.plans table.profile-specs tr.plan-names:hover th.starter {
  background-color: #58ADDD;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: none;
  text-transform: uppercase;
}
div.plans table.evaluater-specs tr.plan-names th.growth,
div.plans table.profile-specs tr.plan-names th.growth,
div.plans table.evaluater-specs tr.plan-names:hover th.growth,
div.plans table.profile-specs tr.plan-names:hover th.growth,
div.plans table.evaluater-specs tr.plan-names th.starter-reporting,
div.plans table.profile-specs tr.plan-names th.starter-reporting,
div.plans table.evaluater-specs tr.plan-names:hover th.starter-reporting,
div.plans table.profile-specs tr.plan-names:hover th.starter-reporting,
div.plans table.evaluater-specs tr.plan-names th.essentials,
div.plans table.profile-specs tr.plan-names th.essentials,
div.plans table.evaluater-specs tr.plan-names:hover th.essentials,
div.plans table.profile-specs tr.plan-names:hover th.essentials,
div.plans table.evaluater-specs tr.plan-names th.essentials-reporting,
div.plans table.profile-specs tr.plan-names th.essentials-reporting,
div.plans table.evaluater-specs tr.plan-names:hover th.essentials-reporting,
div.plans table.profile-specs tr.plan-names:hover th.essentials-reporting {
  background-color: #2794C4;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: none;
  text-transform: uppercase;
}
div.plans table.evaluater-specs tr.plan-names th.leader,
div.plans table.profile-specs tr.plan-names th.leader,
div.plans table.evaluater-specs tr.plan-names:hover th.leader,
div.plans table.profile-specs tr.plan-names:hover th.leader,
div.plans table.evaluater-specs tr.plan-names th.premium,
div.plans table.profile-specs tr.plan-names th.premium,
div.plans table.evaluater-specs tr.plan-names:hover th.premium,
div.plans table.profile-specs tr.plan-names:hover th.premium,
div.plans table.evaluater-specs tr.plan-names th.premium-reporting,
div.plans table.profile-specs tr.plan-names th.premium-reporting,
div.plans table.evaluater-specs tr.plan-names:hover th.premium-reporting,
div.plans table.profile-specs tr.plan-names:hover th.premium-reporting {
  background-color: #174F73;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: none;
  text-transform: uppercase;
}
div.plans table.evaluater-specs tr.plan-names th.enterprise,
div.plans table.profile-specs tr.plan-names th.enterprise,
div.plans table.evaluater-specs tr.plan-names:hover th.enterprise,
div.plans table.profile-specs tr.plan-names:hover th.enterprise {
  background-color: #103556;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: none;
  text-transform: uppercase;
}
div.plans table.evaluater-specs tr.plan-names th.empty,
div.plans table.profile-specs tr.plan-names th.empty,
div.plans table.evaluater-specs tr.plan-names:hover th.empty,
div.plans table.profile-specs tr.plan-names:hover th.empty,
div.plans table.evaluater-specs tr.plan-names td.empty,
div.plans table.profile-specs tr.plan-names td.empty,
div.plans table.evaluater-specs tr.plan-names:hover td.empty,
div.plans table.profile-specs tr.plan-names:hover td.empty {
  background-color: transparent;
}
div.plans table.evaluater-specs td,
div.plans table.profile-specs td {
  text-align: center;
  background-color: #fdfdfd;
  font-size: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 8px;
  color: #aaa;
}
div.plans table.evaluater-specs td.save15,
div.plans table.profile-specs td.save15 {
  color: #EF8568;
}
div.plans table.evaluater-specs td.empty,
div.plans table.profile-specs td.empty {
  background-color: transparent;
  border: none;
}
div.plans table.evaluater-specs td a:link,
div.plans table.profile-specs td a:link,
div.plans table.evaluater-specs td a:visited,
div.plans table.profile-specs td a:visited {
  color: #0078B4;
  text-decoration: none;
  font-size: 15px;
}
div.plans table.evaluater-specs td a:hover,
div.plans table.profile-specs td a:hover,
div.plans table.evaluater-specs td a:active,
div.plans table.profile-specs td a:active {
  text-decoration: underline;
}
div.plans table.evaluater-specs td.profile-price em,
div.plans table.profile-specs td.profile-price em {
  color: #167E00;
  font-weight: 700;
  font-size: 14px;
}
div.plans table.evaluater-specs td.profile-price strong,
div.plans table.profile-specs td.profile-price strong {
  text-transform: uppercase;
  color: #0078B4;
}
div.plans table.evaluater-specs td.profile-price span.small,
div.plans table.profile-specs td.profile-price span.small {
  font-style: italic;
  font-size: 14px;
}
div.plans table.evaluater-specs td img,
div.plans table.profile-specs td img {
  max-width: 20px;
  max-height: 20px;
}
div.plans table.evaluater-specs td img.cancel,
div.plans table.profile-specs td img.cancel {
  max-width: 14px;
  max-height: 14px;
}
div.plans table.evaluater-specs td img.standard-icon,
div.plans table.profile-specs td img.standard-icon {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
}
div.plans table.evaluater-specs tr:hover th,
div.plans table.profile-specs tr:hover th {
  background-color: #d4effe;
}
div.plans table.evaluater-specs tr:hover td,
div.plans table.profile-specs tr:hover td {
  background-color: #e8f5f9;
}
div.plans .plan.leader {
  z-index: 150;
  margin-top: 0;
}
div.plans .plan.basic h3,
div.plans .plan.starter h3 {
  background-color: #aeaeae;
}
div.plans .plan.evaluater-supplier h3,
div.plans .plan.growth h3 {
  background-color: #0078B4;
}
div.plans .plan.evaluater-buyer h3,
div.plans .plan.advanced h3,
div.plans .plan.enterprise h3 {
  background-color: #31c961;
}
div.plans .plan.core h3,
div.plans .plan.leader h3 {
  background-color: #174f73;
}
p.final-cta {
  max-width: 90%;
  width: 1000px;
  padding: 10px;
  border: 12px solid #fff;
  box-shadow: 0 0 20px #5c5c5c;
  background-color: #0078B4;
  text-align: center;
  color: #fff !important;
  margin: 60px auto 0 auto;
  clear: both;
}
p.final-cta a:link,
p.final-cta a:visited {
  margin-top: 20px;
}
.add-ons {
  margin-top: 100px;
}
.add-ons div.add-on-services {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px), 0 0);
  *zoom: 1;
}
.add-ons div.add-on-services h2 {
  color: #fff;
  background-color: #174f73;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px), 0 0);
  padding: 10px 20px;
  margin: 0;
}
.add-ons div.add-on-services:before,
.add-ons div.add-on-services:after {
  content: " ";
  display: table;
}
.add-ons div.add-on-services:after {
  clear: both;
}
.add-ons div.add-on-services .wrapper {
  margin: 100px auto;
}
.add-ons div.add-on-services .wrapper ul {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 600px) {
  .add-ons div.add-on-services .wrapper ul {
    float: none;
    width: 100%;
    clear: both;
  }
}
.add-ons div.add-on-services .wrapper ul li {
  font-size: 15px;
  margin: 0 0 0 8px;
  padding: 0 0 6px 24px;
  background: transparent url(../img/icons/check.svg) no-repeat 0 50%;
  background-size: 16px 16px;
}
.add-ons div.add-on-services .wrapper p {
  padding: 30px 0 0 0 ;
  clear: both;
  margin: 0;
  color: #aeaeae;
  text-align: center;
  font-size: 15px;
}
.add-ons div.add-on-services .wrapper p.button {
  text-align: center;
}
div.radio {
  *zoom: 1;
  width: 500px;
  margin: 20px auto 50px auto;
}
div.radio:before,
div.radio:after {
  content: " ";
  display: table;
}
div.radio:after {
  clear: both;
}
div.radio div.radiobutton {
  width: 200px;
  margin: 10px auto 0 auto;
}
div.radio label,
div.radio span.toggle {
  display: block;
}
div.radio label {
  width: 40%;
  color: #fff;
  cursor: pointer;
}
div.radio label:nth-child(1) {
  float: left;
}
div.radio label:nth-child(2) {
  float: right;
  text-align: right;
}
div.radio label:hover {
  text-decoration: underline;
}
div.radio label.monthly {
  float: left;
  width: 80px;
}
div.radio label.yearly {
  float: right;
  width: 60px;
  text-align: right;
}
div.radio span.toggle {
  float: left;
  width: 60px;
}
div.radio span.toggle.monthly {
  background: transparent url(../img/icons/radio-left.svg) no-repeat 50% 50%;
  background-size: 50px 50px;
}
div.radio span.toggle.yearly {
  background: transparent url(../img/icons/radio-right.svg) no-repeat 50% 50%;
  background-size: 50px 50px;
}
.registerContainer.select-plan,
.registerContainer.select-plan .registerContent {
  background-color: transparent !important;
}
.registerContainer.select-plan h2,
.registerContainer.select-plan .registerContent h2 {
  color: #fff;
  text-align: center;
}
.registerContainer.select-plan .radio label,
.registerContainer.select-plan .registerContent .radio label {
  color: #fff;
}
.registerContainer div.radio label {
  color: #000;
}
.registerContainer div.radio span.toggle.monthly {
  background: transparent url(../img/icons/radio-left-green.svg) no-repeat 50% 50%;
  background-size: 50px 50px;
}
.registerContainer div.radio span.toggle.yearly {
  background: transparent url(../img/icons/radio-right-green.svg) no-repeat 50% 50%;
  background-size: 50px 50px;
}
body.account div.radio label {
  color: #000;
}
body.account div.radio span.toggle.monthly {
  background: transparent url(../img/icons/radio-left-green.svg) no-repeat 50% 50%;
  background-size: 50px 50px;
}
body.account div.radio span.toggle.yearly {
  background: transparent url(../img/icons/radio-right-green.svg) no-repeat 50% 50%;
  background-size: 50px 50px;
}
a.button {
  transition-property: all;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
#plans .wrapper {
  max-width: 96% !important;
}
div.product-selector {
  margin-top: 60px;
}
div.product-selector p {
  text-align: center;
  color: #fff;
}
div.product-selector ul.product-switch {
  clear: both;
  *zoom: 1;
  max-width: 500px;
  width: 90%;
  margin: 0 auto 100px auto;
  padding: 2px;
  list-style-type: none;
}
div.product-selector ul.product-switch:before,
div.product-selector ul.product-switch:after {
  content: " ";
  display: table;
}
div.product-selector ul.product-switch:after {
  clear: both;
}
div.product-selector ul.product-switch li {
  margin: 0;
  padding: 0;
  float: left;
  max-width: 250px;
  width: 48%;
  text-align: center;
}
div.product-selector ul.product-switch li a:link,
div.product-selector ul.product-switch li a:visited {
  background-color: #0078B4;
  padding: 20px 25px;
  color: #e7e7e7;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 550px) {
  div.product-selector ul.product-switch li a:link,
  div.product-selector ul.product-switch li a:visited {
    font-size: 15px;
    padding: 10px 14px;
  }
}
@media (max-width: 350px) {
  div.product-selector ul.product-switch li a:link,
  div.product-selector ul.product-switch li a:visited {
    font-size: 13px;
    padding: 5px 8px;
  }
}
div.product-selector ul.product-switch li.active a:visited,
div.product-selector ul.product-switch li.active a:link {
  font-weight: 900;
  background-color: #fff !important;
  color: #0078B4 !important;
}
div.product-selector ul.product-switch li:first-child a {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-left: 1px solid #fff;
}
div.product-selector ul.product-switch li:last-child a {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-right: 1px solid #fff;
}
section.content.subscriptions section.body div.plans .evaluater-plans,
section.content.subscriptions section.body div.plans .profile-plans {
  margin: 30px auto 0 auto;
}
section.content.subscriptions section.body div.plans .evaluater-plans div.plan .plan-wrapper,
section.content.subscriptions section.body div.plans .profile-plans div.plan .plan-wrapper {
  background-color: #f7f7f7;
}
section.content.subscriptions section.body div.plans .evaluater-plans div.plan p.full-features,
section.content.subscriptions section.body div.plans .profile-plans div.plan p.full-features {
  display: none;
}
.plans.sidebar .plan .most-popular,
.plans.sidebar .plan .yearly-discount-description,
.plans.sidebar .plan .price-subtitle,
.plans.sidebar .plan p > em,
.plans.sidebar .plan .full-features {
  display: none;
}
.plans.sidebar .plan .price {
  font-weight: 900;
}
form div.select-grid-plan {
  display: none;
}
@media (max-width: 650px) {
  form div.select-grid-plan {
    display: block;
  }
}
form div.select-grid-plan label {
  text-align: center;
  color: #fff;
}
form div.select-grid-plan label,
form div.select-grid-plan select {
  width: 90%;
  margin: 10px auto;
  display: block;
}
