/*
	Theme Name: mindcaps Base Theme
	Theme URI: http://mindcaps.com
	Description: mindcaps Base Theme
	Version: 1
	Author: André Seifert
	Author URI: http://mindcaps.com

*/
@import url("css/base.css");
@import url("css/MyFontsWebfontsKit.css");
.demi {
  font-family: ITCAvantGardeW04-Demi;
}
.text {
  color: #828181;
  font-family: AvantGardeGothicITCW02Bk;
}
/* Sizes & Margins */
/* Break Points */
/* Example Usage */
@media (max-width: 1199px) {
  /* Do Stuff */
}
@media (max-width: 991px) {
  /* Do Stuff */
}
@media (max-width: 767px) {
  /* Do Stuff */
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-12,
  .col-11 {
    width: 100%;
  }
}
body {
  color: #828181;
  font-family: AvantGardeGothicITCW02Bk;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden;
  background: #F0F0F0;
}
@media (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
  body,
  html {
    position: relative;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
}
select,
option,
input {
  font-family: inherit;
}
.transition-02 {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.transition-06 {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.image-transition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: ITCAvantGardeW04-Demi;
  color: #121212;
  line-height: 1.3em;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  color: inherit;
}
h1,
.h1 {
  font-size: 60px;
  line-height: 1.3em;
  font-family: ITCAvantGardeW04-Demi;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 1.3em;
  }
}
h2,
.h2 {
  font-size: 35px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}
h3,
.h3 {
  font-size: 25px;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
strong,
.strong {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
p,
.p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.75em;
  font-family: AvantGardeGothicITCW02Bk;
  color: #828181;
}
ul {
  font-size: 16px;
  line-height: 1.75em;
  font-family: AvantGardeGothicITCW02Bk;
  color: #828181;
}
a.btn,
.btn {
  display: inline-block;
  padding: 15px 20px;
}
/* Form */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  float: left;
  border: none;
  border-bottom: 1px solid #828181;
  background: inherit;
  padding: 8px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin-top: 10px;
  line-height: 1.63;
  font-family: inherit;
  letter-spacing: normal;
}
input:focus,
textarea:focus {
  border-color: #e64225;
}
input[type="submit"],
button {
  font-family: ITCAvantGardeW04-Demi;
  font-size: 16px;
  line-height: 1.63;
  color: #e64225;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  padding-right: 50px;
  background: none;
  border: none;
  float: right;
  margin-right: -30px;
}
input[type="submit"]::after,
button::after {
  content: '';
  float: right;
  background-image: url('img/wedata-right-orange.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="submit"]:hover::after,
button:hover::after {
  right: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
select::-ms-expand {
  display: none;
}
select {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #828181;
}
.select-wrapper {
  width: 100%;
  float: left;
  max-width: 100%;
  position: relative;
}
.select-wrapper:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: '';
  background-image: url('img/dropdown.svg');
  width: 30px;
  height: 10px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
a.btn {
  font-family: ITCAvantGardeW04-Demi;
  display: block;
  background: #e64225;
  padding: 22px 30px;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
}
a.btn::after {
  content: '';
  float: right;
  background-image: url('img/wedata-right-white.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a.btn:hover {
  color: #fff;
}
a.btn:hover::after {
  right: 5px;
}
input,
select {
  -webkit-appearance: none;
  border-radius: 0;
}
/* Table */
table {
  width: 100%;
  border-collapse: collapse;
}
tr:nth-of-type(even) {
  background: #eee;
}
td:nth-of-type(1),
th:nth-of-type(1) {
  border-left: none;
}
td:last-child,
th:last-child {
  border-right: none;
}
td,
th {
  height: auto;
  border: 1px solid #ccc;
  text-align: left;
  padding: 15px;
}
tr {
  height: auto;
}
th,
thead td {
  font-weight: bold;
  border-top: none;
}
a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: inherit;
}
/* Offset */
.offset-2 {
  margin-left: 16.6666666%;
}
/* Transitions */
.transition-02 {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.transition-06 {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* Start Elements */
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .wrapper {
    width: 95%;
  }
}
/* Parallax Effect */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.w100 {
  width: 100%;
  float: left;
}
#centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Start Theme */
#header {
  width: 100%;
  float: left;
  position: fixed;
  z-index: 100;
  padding: 38px 0;
  border-bottom: 2px solid #828181;
  background: #121212;
  top: 0;
}
@media (max-width: 767px) {
  #header {
    padding: 20px 0;
  }
}
#header .logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  height: auto;
  left: 5%;
}
#header .menu-mobile {
  display: none;
  margin-right: 2.5%;
  position: relative;
  z-index: 100;
  min-width: 30px;
  min-height: 30px;
}
#header .menu-mobile img,
#header .menu-mobile svg {
  width: 30px;
  height: auto;
}
#header .menu-mobile .close {
  display: none;
}
@media (max-width: 767px) {
  #header .menu-mobile {
    display: block;
    float: right;
    display: inline-block;
  }
  #header .menu-mobile .open {
    display: block;
  }
}
#header .menu-mobile.active .open {
  display: none;
}
#header .menu-mobile.active .close {
  display: block;
}
#header .menu-mobile.active .close svg {
  width: 20px;
}
#header .menu-mobile.active .close svg g g {
  fill: #fff;
}
#header .nav {
  float: right;
}
@media (max-width: 767px) {
}
#header .nav ul {
  list-style: none;
}
#header .nav ul li {
  float: left;
  min-height: 16px;
  font-size: 14px;
}
#header .nav ul li a {
  color: #f7f7f7;
  text-decoration: none;
  margin-left: 30px;
  letter-spacing: 1.83px;
  line-height: 1em;
  font-weight: 300;
}
#header .nav ul li a:hover {
  color: #e64225;
}
#header .nav ul li.login {
  display: none;
  margin-right: 20px;
}
#header .nav ul li.login a {
  padding: 22px 30px 22px 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
#header .nav ul li.login a::after {
  content: '';
  background-image: url('img/login.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 22px;
  width: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header .nav ul li.login a:hover {
  color: #e64225;
}
#header .nav ul li.login a:hover::after {
  background-image: url('img/login-red.svg');
}
#header .nav ul li.open-form {
  position: relative;
  width: 320px;
  margin-left: 10px;
}
#header .nav ul li.open-form a {
  font-family: ITCAvantGardeW04-Demi;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  background: #e64225;
  padding: 22px 30px;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0;
  left: 0;
  margin-left: 0;
}
#header .nav ul li.open-form a::after {
  content: '';
  float: right;
  background-image: url('img/wedata-right-white.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header .nav ul li.open-form a:hover {
  color: #fff;
}
#header .nav ul li.open-form a:hover::after {
  right: 5px;
}
#header .nav ul li:last-child {
  margin-left: 46px;
}
@media (max-width: 767px) {
  #header .nav ul li:last-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #header .nav {
    position: fixed;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    z-index: 995;
    -webkit-transition: right 0.6s;
    -moz-transition: right 0.6s;
    -o-transition: right 0.6s;
    transition: right 0.6s;
    background: #000;
  }
  #header .nav ul {
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hide;
  }
  #header .nav ul li {
    width: 100%;
    margin: 0!important;
  }
  #header .nav ul li a {
    display: block;
    padding: 20px 0;
  }
  #header .nav ul li.login a,
  #header .nav ul li.open-form a {
    top: auto;
    transform: none;
  }
  #header .nav ul li.login a::after {
    right: 22px;
  }
  #header .nav ul li.open-form {
    width: 100%;
  }
}
.open-form.open-form {
  position: relative;
  width: 320px;
  margin-left: 10px;
}
.open-form.open-form a {
  font-family: ITCAvantGardeW04-Demi;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  background: #e64225;
  padding: 22px 30px;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0;
  left: 0;
  margin-left: 0;
}
.open-form.open-form a::after {
  content: '';
  float: right;
  background-image: url('img/wedata-right-white.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.open-form.open-form a:hover {
  color: #fff;
}
.open-form.open-form a:hover::after {
  right: 5px;
}
.bg,
.bg-header {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
  z-index: 990;
}
.project-planner {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 95%;
  max-width: 620px;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
  right: 0;
  background: #f7f7f7;
  position: fixed;
  display: block;
  height: auto;
  max-height: 90%;
  overflow-y: scroll;
  overflow-x: auto;
  margin-top: -3000px;
}
.project-planner br {
  display: none;
}
.project-planner .form-content,
.project-planner .form-group {
  width: 100%;
  float: left;
}
.project-planner .form-content.select,
.project-planner .form-group.select {
  width: 100%;
  padding: 0 15px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .project-planner .form-content.select,
  .project-planner .form-group.select {
    width: 100%;
    margin-top: 25px;
  }
}
.project-planner .form-content.hidden,
.project-planner .form-group.hidden {
  display: none;
}
.project-planner .form-content p {
  margin-top: 15px;
}
.project-planner .scroll {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.project-planner input {
  margin-top: 10px;
}
.project-planner .form-group {
  margin-top: 40px;
}
.project-planner .form-group.hidden {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .project-planner .form-group.hidden {
    margin-top: 10px;
  }
}
.project-planner span.required,
.project-planner span.wpcf7-not-valid-tip {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}
.project-planner a.js-close-form {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 15px 20px;
  background: #000;
}
.project-planner a.js-close-form svg g g {
  fill: #fff;
}
.project-planner a.js-close-form:hover {
  background: #e64225;
}
.project-planner .form-group {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.project-planner h3 {
  font-family: ITCAvantGardeW04-Demi;
  color: #121212;
  font-weight: normal;
}
.project-planner h4 {
  font-family: ITCAvantGardeW04-Demi;
  font-weight: normal;
  font-size: 18px;
  color: #121212;
}
.project-planner p {
  font-size: 16px;
  margin: 0;
}
.project-planner a {
  text-decoration: underline;
}
.project-planner a:hover {
  color: #e64225;
}
.project-planner input,
.project-planner select {
  color: #6f6f6f;
}
#stage,
.clients-row {
  height: 100vh;
  position: relative;
  width: 100%;
  float: left;
  background: #121212;
}
#stage.page,
.clients-row.page {
  height: 60vh;
}
@media (max-width: 767px) {
  #stage,
  .clients-row {
    height: auto;
    width: 100%;
    float: left;
  }
  #stage.page,
  .clients-row.page {
    height: auto;
  }
}
#stage .content,
.clients-row .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  left: 5%;
  width: 50%;
  max-width: 700px;
  z-index: 10;
}
#stage .content p,
.clients-row .content p {
  font-size: 22px;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  #stage .content p,
  .clients-row .content p {
    color: #fff;
    font-size: 18px;
  }
}
#stage .content .h1,
.clients-row .content .h1,
#stage .content h1,
.clients-row .content h1,
#stage .content h2,
.clients-row .content h2,
#stage .content h3,
.clients-row .content h3,
#stage .content h4,
.clients-row .content h4 {
  color: #fff;
}
@media (max-width: 767px) {
  #stage .content,
  .clients-row .content {
    width: 100%;
    float: left;
    transform: none;
    top: auto;
    left: auto;
    position: relative;
    margin-top: 150px;
    padding: 0 2.5%;
    padding-bottom: 30px;
  }
}
#stage .keyvisual,
.clients-row .keyvisual {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#stage .keyvisual svg,
.clients-row .keyvisual svg {
width: 180%;
height: auto;
float: right;
margin-top: -40%;
}
@media (max-width: 767px) {
  #stage .keyvisual svg,
  .clients-row .keyvisual svg {
    position: absolute;
    bottom: 0;
    width: 200%;
    left: -80%;
  }
}
@media (max-width: 767px) {
  #stage .keyvisual,
  .clients-row .keyvisual {
    width: 100%;
    height: auto;
    float: left;
    height: 300px;
  }
}
#stage .down,
.clients-row .down {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
}
#stage .down svg,
.clients-row .down svg {
  width: 40px;
  height: auto;
}
.clients-row {
  float: left;
  width: 100%;
  height: 60vh;
}
.clients-row .image {
  width: 50%;
  height: 100%;
  float: right;
  overflow: hidden;
}
.clients-row .image img {
  width: 100%;
  float: left;
}
.clients-row .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  left: 5%;
  width: 50%;
  max-width: 700px;
  z-index: 10;
}
.clients-row .content p {
  font-size: 22px;
  line-height: 1.6em;
  color: #fff;
}
@media (max-width: 767px) {
  .clients-row .content p {
    color: #fff;
    font-size: 18px;
  }
}
.clients-row .content .h1,
.clients-row .content h1,
.clients-row .content h2,
.clients-row .content h3,
.clients-row .content h4 {
  color: #fff;
}
@media (max-width: 767px) {
  .clients-row .content {
    width: 100%;
    float: left;
    transform: none;
    top: auto;
    left: auto;
    position: relative;
    margin-top: 150px;
    padding: 0 2.5%;
    padding-bottom: 30px;
  }
}
/*
@keyframes dash {
 
     15% {opacity: 0} 
      35% {opacity: 1}
      65% {opacity: 1} 
      85% {opacity: 0}
 
}
path {
	animation: dash 5s linear;
}*/
.btn-light,
a.btn-light,
button.btn-light {
  font-family: ITCAvantGardeW04-Demi;
  font-size: 16px;
  line-height: 1.63;
  color: #e64225;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  padding-right: 50px;
}
.btn-light::after,
a.btn-light::after,
button.btn-light::after {
  content: '';
  float: right;
  background-image: url('img/wedata-right-orange.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-light:hover::after,
a.btn-light:hover::after,
button.btn-light:hover::after {
  right: 0;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #398f14;
  background: #398f14;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.7px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  background: #f7e700;
  color: #000;
}
.content-row {
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .content-row {
    padding: 60px 0;
  }
}
.content-row.services-listing {
  background: #fff;
  padding-top: 0;
}
.content-row.services-listing .row {
  margin: 0 -50px;
}
.content-row.services-listing .col-6 {
  margin-top: 80px;
  padding: 0 50px;
}
.content-row.services-listing svg,
.content-row.services-listing img {
  display: inline-block;
  float: none;
  height: 100px;
}
.content-row.services-listing h2 {
  margin-top: 20px;
}
.content-row.services-listing a {
  font-family: ITCAvantGardeW04-Demi;
  font-size: 16px;
  line-height: 1.63;
  color: #e64225;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  padding-right: 50px;
}
.content-row.services-listing a::after {
  content: '';
  float: right;
  background-image: url('img/wedata-right-orange.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.content-row.services-listing a:hover::after {
  right: 0;
}
.content-row.download {
  background: #2C2C2C;
}
.content-row.download.black {
  background: #222427;
}
.content-row.download.white {
  background: #fff;
}
.content-row.download.grey {
  background: #F0F0F0;
}
.content-row.download .content {
  width: 100%;
  float: left;
  background: #f0f0f0;
}
.content-row.download .image {
  width: 33.333333%;
  height: 100%;
  position: absolute;
  background: #fff;
}
.content-row.download .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70%;
}
.content-row.download .text {
  padding-left: 40%;
  padding-right: 50px;
  width: 100%;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-row.download .text p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .content-row.download .image {
    position: relative;
    width: 100%;
    float: left;
    height: 100px;
  }
  .content-row.download .text {
    padding: 30px;
  }
}
.content-row.clients {
  background: #121212;
}
.content-row.clients .row {
  margin: 0 -50px;
}
@media (max-width: 767px) {
  .content-row.clients .row {
    margin: 0;
  }
}
.content-row.clients .col-3 {
  padding: 70px 50px;
}
@media (max-width: 767px) {
  .content-row.clients .col-3 {
    padding: 25px;
    width: 50%;
  }
}
.content-row.clients .col-3 img,
.content-row.clients .col-3 svg {
  width: 100%;
}
.content-row.two-column-cta {
  background: #e4e4e4;
}
.content-row.two-column-cta.black {
  background: #222427;
}
.content-row.two-column-cta.white {
  background: #fff;
}
.content-row.two-column-cta.grey {
  background: #e4e4e4;
}
.content-row.two-column-cta .content {
  background: #fff;
  padding: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .content-row.two-column-cta .content {
    padding-bottom: 60px;
  }
}
.content-row.two-column-cta a {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #121212;
  font-family: ITCAvantGardeW04-Demi;
  padding-right: 60px;
  font-weight: 500;
}
.content-row.two-column-cta a::after {
  content: '';
  float: right;
  background-image: url('img/wedata-right-white.svg');
  background-size: auto 16px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: -10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #121212;
}
.content-row.two-column-cta a:hover {
  color: #e64225;
  cursor: pointer;
}
.content-row.two-column-cta a:hover::after {
  background-color: #e64225;
}
.content-row.two-column-cta a:hover p {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .content-row.two-column-cta {
    padding-top: 30px;
  }
  .content-row.two-column-cta .col-6 {
    margin-top: 30px;
  }
}
.content-row.services {
  background: #F0F0F0;
}
.content-row.services .inline-col {
  width: 50%;
  padding: 0px 15px;
  margin-bottom: 30px;
  flex-basis: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .content-row.services .inline-col {
    width: 100%;
    flex-basis: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.content-row.services .inline-col svg {
  display: inline-block;
  float: none;
  height: 100px;
}
.content-row.services .inline-col p {
  font-size: 14px;
  line-height: 1.6em;
}
.content-row.services .inline-col a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 20px;
  position: relative;
  background: #fff;
}
.content-row.services .inline-col a::after {
  content: '';
  float: right;
  background-image: url('img/wedata-right-white.svg');
  background-size: auto 16px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #121212;
}
@media (max-width: 767px) {
  .content-row.services .inline-col a {
    padding: 35px 35px;
  }
}
.content-row.services .inline-col a:hover::after {
  background-color: #e64225;
}
.content-row.services .inline-col a:hover p {
  text-decoration: underline;
}
.content-row.services .inline-col img {
  max-width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.content-row.services .inline-col p,
.content-row.services .inline-col h1,
.content-row.services .inline-col h3,
.content-row.services .inline-col h4 {
  text-align: left;
}
.content-row.services .inline-col h4 {
  margin-top: 10px;
}
.content-row.services .inline-col p {
  margin-top: 10px;
}
.content-row.services .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .content-row.services .content {
    padding: 0 15px;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-bottom: 20px;
  }
}
.content-row.image-and-text,
.content-row.image-and-text-large {
  background: #fff;
  padding: 160px 0;
}
@media (max-width: 767px) {
  .content-row.image-and-text,
  .content-row.image-and-text-large {
    padding: 60px 0;
  }
}
.content-row.image-and-text .item-bg,
.content-row.image-and-text-large .item-bg {
  width: 33.333333%;
  position: absolute;
  bottom: -66.66666667%;
  right: -12.666666%;
}
.content-row.image-and-text .image,
.content-row.image-and-text-large .image {
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-row.image-and-text .image img,
.content-row.image-and-text-large .image img,
.content-row.image-and-text .image svg,
.content-row.image-and-text-large .image svg {
  width: 60%;
  margin-left: 20%;
}
@media (max-width: 767px) {
  .content-row.image-and-text .image,
  .content-row.image-and-text-large .image {
    position: relative;
    top: auto;
    transform: none;
    margin-bottom: 25px;
  }
}
.content-row.image-and-text-large {
  padding: 0;
  margin: 80px 0;
}
.content-row.image-and-text-large.white {
  background: #fff;
}
.content-row.image-and-text-large.grey {
  background: #F0F0F0;
}
.content-row.image-and-text-large.no-margin {
  margin: 0;
}
.content-row.image-and-text-large.top-margin {
  margin: 80px 0 0;
}
.content-row.image-and-text-large.bottom-margin {
  margin: 0 0 80px 0;
}
.content-row.image-and-text-large .image {
  transform: none;
  position: relative;
  top: auto;
  padding: 0;
  right: 0;
  float: right;
}
.content-row.image-and-text-large .image img,
.content-row.image-and-text-large .image svg {
  width: 100%;
  margin-left: 0;
}
.content-row.image-and-text-large .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(1200px / 2 - 15px);
  left: calc((100% - 1200px) / 2);
}
@media (max-width: 767px) {
  .content-row.image-and-text-large .content {
    position: static;
    top: auto;
    transform: none;
    width: 100%;
    padding: 15px;
    float: left;
    padding-bottom: 60px;
  }
}
.content-row.image-and-text-large.floatright .image {
  right: 0;
  float: right;
}
.content-row.image-and-text-large.floatleft .image {
  right: auto;
  left: 0;
  float: left;
}
.content-row.image-and-text-large.floatleft .content {
  left: auto;
  right: calc((100% - 1200px) / 2);
}
.content-row.image-and-text-large ul {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.content-row.image-and-text-large ul li {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
}
.content-row.image-and-text-large ul li.default:before,
.content-row.image-and-text-large ul li.check:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background: url('img/check.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
}
.content-row.image-and-text-large ul li.check:before {
  background-image: url('img/wedata-right-orange.svg');
}
.content-row.image-and-text-large.black {
  background: #222427;
  color: #fff;
}
.content-row.image-and-text-large.black p,
.content-row.image-and-text-large.black ul,
.content-row.image-and-text-large.black h1,
.content-row.image-and-text-large.black h2,
.content-row.image-and-text-large.black h3,
.content-row.image-and-text-large.black h4,
.content-row.image-and-text-large.black h5,
.content-row.image-and-text-large.black h6,
.content-row.image-and-text-large.black li {
  color: #fff;
}
.content-row .flex {
  display: flex;
  flex-wrap: wrap;
}
.content-row.faqs,
.content-row.faqs-listing {
  background: #f7f7f7;
  text-align: center;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .content-row.faqs,
  .content-row.faqs-listing {
    padding-bottom: 40px;
  }
}
.content-row.faqs .offset-1,
.content-row.faqs-listing .offset-1 {
  margin-left: 8.33333333%;
}
.content-row.faqs h2,
.content-row.faqs-listing h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .content-row.faqs h2,
  .content-row.faqs-listing h2 {
    margin-bottom: 25px;
  }
}
.content-row.faqs ul,
.content-row.faqs-listing ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 0 -15px;
  list-style: none;
}
.content-row.faqs ul li,
.content-row.faqs-listing ul li {
  width: 50%;
  float: left;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .content-row.faqs ul li,
  .content-row.faqs-listing ul li {
    width: 100%;
  }
}
.content-row.faqs ul li a,
.content-row.faqs-listing ul li a {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.75em;
  font-family: AvantGardeGothicITCW02Bk;
  color: #828181;
  margin-top: 0;
  display: block;
  padding: 20px 50px 20px 0;
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
}
.content-row.faqs ul li a::after,
.content-row.faqs-listing ul li a::after {
  content: '';
  float: right;
  background-image: url('img/wedata-right-orange.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.content-row.faqs ul li a:hover,
.content-row.faqs-listing ul li a:hover {
  text-decoration: underline;
}
.content-row.faqs ul li a:hover::after,
.content-row.faqs-listing ul li a:hover::after {
  right: 0;
}
.content-row.faqs-listing {
  padding: 0;
  text-align: left;
  background: inherit;
}
.content-row.faqs-listing h2 {
  margin-bottom: 25px;
}
.content-row.faqs-listing ul li {
  width: 100%;
  padding: 0;
}
.content-row.call-to-action {
  background: #2C2C2C;
  color: #fff;
  text-align: center;
  margin-top: 80px;
}
.content-row.call-to-action.black {
  background: #222427;
}
.content-row.call-to-action.white {
  background: #fff;
}
.content-row.call-to-action.grey {
  background: #F0F0F0;
}
@media (max-width: 767px) {
  .content-row.call-to-action {
    margin-top: 60px;
  }
}
.content-row.call-to-action .col-8 {
  margin-left: 16.66666667%;
}
@media (max-width: 767px) {
  .content-row.call-to-action .col-8 {
    margin-left: 0;
  }
}
.content-row.call-to-action h1,
.content-row.call-to-action h2,
.content-row.call-to-action h3 {
  color: #828181;
  font-family: AvantGardeGothicITCW02Bk;
  color: #fff;
}
.content-row.call-to-action h1 br,
.content-row.call-to-action h2 br,
.content-row.call-to-action h3 br {
  display: none;
}
.content-row.call-to-action p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
}
.content-row.call-to-action a.small {
  color: #e64225;
}
.content-row.call-to-action a.small:hover {
  text-decoration: underline;
}
.content-row.call-to-action a.btn {
  position: relative;
  width: 320px;
  display: inline-block;
  float: none;
  clear: both;
  margin: 20px 0;
}
.content-row.normal-page .inline-content {
  width: 100%;
  float: left;
  padding: 50px 100px;
  background: #fff;
}
@media (max-width: 767px) {
  .content-row.normal-page .inline-content {
    padding: 50px 30px;
  }
}
.content-row.normal-page .header p {
  font-size: 22px;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .content-row.normal-page .header p {
    font-size: 16px;
  }
}
.content-row.normal-page .header img,
.content-row.normal-page .header svg {
  width: 80%;
}
.content-row.normal-page .header h1 {
  font-family: ITCAvantGardeW04-Demi;
  color: #121212;
  line-height: 1.3em;
  font-size: 35px;
}
.content-row.normal-page .header h1 a {
  color: inherit;
}
.content-row.normal-page .header h1 a:hover {
  color: inherit;
}
@media (max-width: 767px) {
  .content-row.normal-page .header h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .content-row.normal-page .header svg,
  .content-row.normal-page .header img {
    width: 33.33333%;
    margin-left: 33.33333333%;
    margin-bottom: 25px;
  }
}
.content-row.normal-page .main {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .content-row.normal-page .main {
    margin-top: 40px;
  }
}
.content-row.normal-page .benefits {
  width: 100%;
  float: left;
  margin-top: 80px;
  background: #f7f7f7;
  padding: 50px;
}
@media (max-width: 767px) {
  .content-row.normal-page .benefits {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .content-row.normal-page .benefits {
    margin-top: 40px;
  }
}
.content-row.normal-page .benefits h3 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.content-row.normal-page .benefits ul {
  width: 100%;
  float: left;
  column-count: 2;
  column-gap: 15px;
}
@media (max-width: 767px) {
  .content-row.normal-page .benefits ul {
    column-count: 1;
    column-gap: 0;
  }
}
.content-row.normal-page .benefits ul li {
  margin: 0 0 20px;
  display: inline-block;
  line-height: 1.6em;
  padding-left: 40px;
  position: relative;
}
.content-row.normal-page .benefits ul li p {
  margin: 0;
}
.content-row.normal-page .benefits ul li::after {
  content: '';
  background-image: url('img/wedata-right-orange.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.content-row.normal-page .benefits strong {
  color: #121212;
  font-weight: 700;
}
.content-row.usps {
  background: #fff;
}
.content-row.usps .col-10 {
  margin-left: 8.33333333%;
}
.content-row.usps .col-10 h2 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content-row.usps .col-10 h2 {
    margin-bottom: 0;
  }
}
.content-row.usps .col-10 .col-6,
.content-row.usps .col-10 .col-4 {
  margin: 60px 0px 0px 0;
}
.content-row.usps .col-10 .col-6 svg,
.content-row.usps .col-10 .col-4 svg,
.content-row.usps .col-10 .col-6 img,
.content-row.usps .col-10 .col-4 img {
  margin-bottom: 20px;
  max-width: 16.66667%;
  max-width: 33.3333333%;
}
.content-row.usps .col-10 .col-6 p,
.content-row.usps .col-10 .col-4 p {
  margin-top: 10px;
  max-width: 320px;
}
.content-row.pricing strong {
  font-weight: 600;
}
.content-row.pricing .content {
  width: 100%;
  float: left;
  background: #fff;
}
.content-row.pricing .headings p {
  margin-top: 15px;
}
.content-row.pricing .header,
.content-row.pricing .description,
.content-row.pricing .listing,
.content-row.pricing .price,
.content-row.pricing .call-to-action {
  width: 100%;
  float: left;
  padding: 0 20px;
}
.content-row.pricing .col-3 {
  margin-top: 45px;
}
@media (max-width: 1360px) {
  .content-row.pricing .col-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .content-row.pricing .col-3 {
    margin-top: 20px;
    width: 100%;
  }
}
.content-row.pricing .header {
  background: #121212;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-row.pricing .description {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 180px;
}
@media (max-width: 767px) {
  .content-row.pricing .description {
    height: auto;
    min-height: 0;
  }
}
.content-row.pricing .description p,
.content-row.pricing .description strong {
  font-size: 14px;
}
.content-row.pricing .description p {
  margin: 0;
}
.content-row.pricing .description strong {
  color: #000;
  font-size: 12px;
}
.content-row.pricing .listing .separator {
  width: 100%;
  float: left;
  height: 1px;
  background: #979797;
  margin: 0px 0 20px;
}
.content-row.pricing .listing strong {
  color: #000;
  font-size: 12px;
  width: 100%;
  float: left;
}
.content-row.pricing .listing ul {
  min-height: 350px;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .content-row.pricing .listing ul {
    min-height: 0;
  }
}
.content-row.pricing .listing ul p {
  font-size: 14px;
  margin: 0;
}
.content-row.pricing .listing ul strong {
  width: auto;
  font-size: inherit;
  float: none;
}
.content-row.pricing .listing ul li {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
}
.content-row.pricing .listing ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background: url('img/check.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
}
.content-row.pricing .listing ul li.special strong {
  color: #e64225;
}
.content-row.pricing .listing ul li.special:before {
  content: '';
  left: 0;
  margin-left: -16px;
  top: -5px;
  background: url('img/consulting.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-row.pricing .price {
  padding-left: 50px;
  padding-bottom: 20px;
}
.content-row.pricing .price span {
  font-size: 25px;
  color: #000;
  display: inline-block;
  margin-right: 10px;
}
.content-row.pricing .price small {
  font-size: 14px;
}
.content-row.pricing .call-to-action {
  padding-right: 0;
  padding-bottom: 20px;
}
.content-row.pricing .call-to-action a.btn {
  position: relative;
}
.content-row.pricing .call-to-action a.btn::after {
  content: '';
  float: right;
  background-image: url('img/wedata-right-white.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.content-row.pricing .call-to-action a.btn:hover {
  color: #fff;
}
.content-row.pricing .call-to-action a.btn:hover::after {
  right: 5px;
}
.content-row.pricing .smalls {
  margin-top: 35px;
}
.content-row.pricing .smalls p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #828181;
  margin: 0 0 15px;
}
main {
  width: 100%;
  float: left;
  background: #F0F0F0;
}
main.page,
main.default-page {
  margin-top: 100px;
}
@media (max-width: 767px) {
  main.page,
  main.default-page {
    margin-top: 74px;
  }
}
main.default-page {
  margin-bottom: 80px;
}
main.default-page #breadcrumbs {
  margin-bottom: 80px;
}
.contact {
  margin-top: 60px;
  margin-bottom: 80px;
  background: url('img/paragraph.svg') calc(100% + 100px) 0px no-repeat;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .contact {
    background: none;
  }
}
.contact aside strong {
  font-family: ITCAvantGardeW04-Demi;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000000;
}
.contact aside p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #6f6f6f;
  margin-top: 0;
  margin-bottom: 20px;
}
.contact aside {
  margin-top: 25px;
}
aside a:hover {
  color: #e64225;
}
article h1 {
  font-family: ITCAvantGardeW04-Demi;
  color: #121212;
  line-height: 1.3em;
  font-size: 25px;
}
article h1 a {
  color: inherit;
}
article h1 a:hover {
  color: inherit;
}
@media (max-width: 767px) {
  article h1 {
    font-size: 20px;
  }
}
#footer {
  background: #121212;
  padding: 80px 0 80px;
  width: 100%;
  float: left;
  position: relative;
}
#footer .logo {
  padding-bottom: 30px;
  border-bottom: 2px solid #828181;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #footer .logo {
    margin-bottom: 0;
  }
}
#footer .logo svg {
  width: 100px;
}
@media (max-width: 767px) {
  #footer ul {
    margin-top: 40px;
  }
}
#footer ul li {
  margin-top: 10px;
}
#footer ul li a {
  color: #fff;
}
#footer ul li:first-child {
  font-size: 18px;
  font-family: ITCAvantGardeW04-Demi;
  color: #fff;
}
#footer ul li a {
  font-size: 14px;
  line-height: 1.64em;
  color: #828181;
}
#footer ul li a:hover {
  color: #e64225;
}
#footer .v-hide {
  visibility: hidden;
}
@media (max-width: 767px) {
  #footer .v-hide {
    display: none;
  }
}
#footer a.btn {
  position: absolute;
  right: 0;
  bottom: 30px;
  font-family: ITCAvantGardeW04-Demi;
  width: 320px;
  background: #e64225;
  padding: 22px 30px;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
}
@media (max-width: 767px) {
  #footer a.btn {
    position: relative;
    width: calc(100% - 30px);
    float: left;
    bottom: auto;
    margin: 30px 13px 0;
  }
}
#footer a.btn::after {
  content: '';
  float: right;
  background-image: url('img/wedata-right-white.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#footer a.btn:hover {
  color: #fff;
}
#footer a.btn:hover::after {
  right: 5px;
}
#breadcrumbs {
  width: 100%;
  float: left;
  padding: 15px 0;
}
#breadcrumbs span {
  font-size: 10px;
  width: auto;
  display: inline-block;
}
#breadcrumbs span:first-child {
  margin-left: -7px;
}
#breadcrumbs span a {
  font-size: 10px;
  margin-right: 7px;
  margin-left: 7px;
}
#breadcrumbs span.breadcrumb_last {
  margin-left: 7px;
  color: #e64225;
}
#breadcrumbs a.back {
  float: left;
  font-weight: 400;
  margin: 20px 0 0 15px;
  color: #000;
  font-family: ITCAvantGardeW04-Demi;
  position: relative;
  padding-left: 20px;
}
#breadcrumbs a.back:before {
  content: '';
  left: 0;
  top: 0;
  background: url('img/wedata-left.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background-size: auto 100%;
}
#breadcrumbs a.back:hover {
  text-decoration: underline;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin-top: 20px;
  width: 100%;
  float: left;
}
.entry ul {
  list-style: circle;
  margin-top: 20px;
  padding-left: 20px;
  width: 100%;
  float: left;
}
.entry ul li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.entry p {
  width: 100%;
  float: left;
}
.entry strong {
  color: #121212;
}
.entry .spacer {
  width: 100%;
  clear: both;
  height: 80px;
}
.entry .download {
  color: #e64225;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 50px;
  float: right;
}
.entry .download::after {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  width: 30px;
  background-image: url('img/download.svg');
  background-repeat: no-repeat;
}
.entry .download:hover {
  text-decoration: underline;
}
.sidebar .side-element {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sidebar .side-element {
    margin-bottom: 40px;
  }
}
.sidebar .menu ul li,
.sidebar .downloads ul li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.sidebar .menu ul li.active a,
.sidebar .downloads ul li.active a {
  font-weight: 700;
  color: #121212;
}
.sidebar .menu ul li:hover,
.sidebar .downloads ul li:hover {
  color: #121212;
}
.sidebar .downloads ul li {
  padding: 10px 0;
  margin: 0;
}
.sidebar .downloads ul li a {
  padding-left: 30px;
  position: relative;
  font-weight: 700;
  color: #e64225;
}
.sidebar .downloads ul li a::after {
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  height: 20px;
  width: 30px;
  background-image: url('img/download.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.sidebar .downloads ul li a:hover {
  text-decoration: underline;
}
.sidebar .call-to-action {
  padding-right: 30px;
  text-align: left;
}
.sidebar .call-to-action h3 {
  margin-bottom: 10px;
}
.sidebar .call-to-action a.btn {
  /*width: calc( (100vw - @wrapper * 0.666666) / 2);
			position: absolute;
			left: calc( (100vw - @wrapper * 0.666666) / 4 * -1);*/
  width: 100%;
  position: relative;
  text-align: left;
}
.accordion h6 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}
.accordion {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}
.accordion .panel {
  width: 100%;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  line-height: 28px;
  box-sizing: border-box;
  transition: 0.5s;
}
.accordion label {
  cursor: pointer;
  background: inherit;
  display: block;
  padding: 15px 0;
  width: 100%;
  color: inherit;
  font-weight: 400;
  box-sizing: border-box;
  z-index: 100;
  font-family: ITCAvantGardeW04-Demi;
  color: #121212;
  line-height: 1.3em;
  font-size: 25px;
  border-top: 1px solid #ccc;
}
.accordion label a {
  color: inherit;
}
.accordion label a:hover {
  color: inherit;
}
@media (max-width: 767px) {
  .accordion label {
    font-size: 20px;
  }
}
.accordion input {
  display: none;
}
.accordion input:checked + label:before {
  transition: 0.5s;
}
.accordion input:checked ~ .panel {
  height: auto;
  color: inherit;
  padding-bottom: 40px;
  font-size: 16px;
  transition: 0.5s;
}
.accordion label:after {
  content: "";
  width: 30px;
  height: 30px;
  color: #e64225;
  float: right;
  font-size: 1.6em;
  background-image: url('img/plus.svg');
  background-repeat: no-repeat;
  margin-top: 8px;
}
.accordion input:checked + label:after {
  content: " ";
  color: #e64225;
  float: right;
  font-size: 1.6em;
  background-image: url('img/minus.svg');
}
.content-page-listing {
  background: #fff;
  color: #000;
  width: 100%;
  float: left;
  padding: 50px;
}
.content-page-listing strong,
.content-page-listing b {
  font-weight: 600;
}
@media (max-width: 767px) {
  .content-page-listing {
    padding: 30px;
  }
}
.content-page-listing ul {
  list-style: square;
  padding-left: 20px;
  margin-top: 20px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.content-page-listing ul ul {
  margin: 0;
}
.content-page-listing a {
  border-bottom: 1px solid #e64225;
}
.content-page-listing a:hover {
  color: #121212;
}
.content-page-listing h1 a,
.content-page-listing h2 a,
.content-page-listing h3 a,
.content-page-listing h4 a,
.content-page-listing h5 a,
.content-page-listing h6 a {
  border: none;
}
