/*
 *
 * NORMALIZE
 *
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  background: #fff;
  color: #000;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 *
 * MIXINS
 *
 */
/*
 *
 * FONTS
 *
 */
@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url('../fonts/proximanova-semibold-webfont.eot');
  src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
font-family: 'Ubuntu', sans-serif;
font-family: 'Oswald', sans-serif;
*/
/*
 *
 * ELEMENTS
 *
 */
html,
body {
  font: normal 16px/22px 'Proxima Nova Regular', sans-serif;
  color: #fff;
  background: #000;
}
a {
  color: #0251c7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #116dcf;
  text-decoration: underline;
}
a.button {
  display: inline-block;
  padding: 10px 55px;
  font: 400 45px/55px 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  color: #fff;
  background: #1aab1c;
  border-bottom: 2px solid #138514;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
a.smallbutton {
  padding: 5px 15px;
  font: 400 15px/20px 'Oswald', sans-serif;
}
input.button {
  display: inline-block;
  padding: 5px 15px;
  font: 400 15px/20px 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  color: #fff;
  background: #1aab1c;
  border: 0;
  border-bottom: 2px solid #138514;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
h1 {
  margin: 0;
}
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 1em 0 0 0;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child {
  margin-top: 0;
}
ul.simple,
ol.simple,
.main ul.simple {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.inline li,
ol.inline li,
.main ul.inline li {
  display: inline-block;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin: 1em 0;
  height: 1px;
  background: url(../images/hr.png) repeat-x left top;
  border: none;
}
hr.high {
  margin: 3em 0;
}
iframe {
  max-width: 100%;
}
/*
 *
 * COMMON CLASSES
 *
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5%;
}
.clear {
  clear: both;
}
.col1-3,
.col1-2,
.col2-3 {
  float: left;
}
.col1-3:first-child,
.col1-2:first-child,
.col2-3:first-child {
  margin-left: 0 !important;
}
.col1-3 {
  width: 31%;
  margin-left: 7%;
}
.cols3 .col1-3 {
  width: 30%;
  margin-left: 5%;
}
.col1-2 {
  width: 46%;
  margin-left: 8%;
}
.col2-3 {
  width: 62%;
  margin-left: 7%;
}
.cols3 .col1-3 {
  width: 30%;
  margin-left: 5%;
}
.required {
  color: #ef3a41;
}
.pagination {
  margin-top: 2em !important;
}
.pagination__prev {
  float: left;
}
.pagination__next {
  float: right;
}
.alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
}
.aligncenter {
  display: block;
  margin: 1em auto;
}
img.attachment-full {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*
 *
 * FORMS
 *
 */
.form fieldset {
  margin: 30px 0 0 0;
  padding: 30px 15px 0 15px;
  border: none;
  border-top: 1px solid #707070;
}
.form fieldset:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.form fieldset .col1-2 {
  width: 48%;
  margin-left: 4%;
}
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form input[type=tel],
.form textarea {
  padding: 15px 2%;
  background: #e5e4e4;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.form .inputs input[type=text],
.form .inputs input[type=password],
.form .inputs input[type=email],
.form .inputs input[type=tel] {
  float: left;
  width: 25%;
  margin: 0 0 0 3%;
}
.form .inputs input[type=text]:first-child,
.form .inputs input[type=password]:first-child,
.form .inputs input[type=email]:first-child,
.form .inputs input[type=tel]:first-child {
  margin-left: 0;
}
.form .inputs .wpcf7-form-control-wrap {
  float: left;
  width: 29%;
  margin: 0 0 0 3%;
}
.form .inputs .wpcf7-form-control-wrap:first-child {
  margin-left: 0;
}
.form .inputs .wpcf7-form-control-wrap input[type=text],
.form .inputs .wpcf7-form-control-wrap input[type=password],
.form .inputs .wpcf7-form-control-wrap input[type=email],
.form .inputs .wpcf7-form-control-wrap input[type=tel] {
  float: none;
  width: 96%;
}
.form .inputs .wpcf7-not-valid {
  background-color: #faa;
}
.form .inputs .wpcf7-not-valid-tip {
  display: none;
}
.form select::-ms-expand {
  display: none;
  /* hide default arrow in IE10 */
}
.form select {
  width: 48%;
  /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
  margin: 0;
  padding: 15px 2%;
  text-indent: 0.01px;
  text-overflow: "";
  color: #707070;
  background: url('../images/dropdown2.png') no-repeat 95% 50% #e5e4e4;
  /* add your own arrow image */
  *background-image: none;
  /* turn bg image for IE7 */
  cursor: pointer;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form select option {
  background: #fff;
  /* style the dropdown bg color */
}
.form p {
  margin: 1.75em 0 0 0;
}
.form p.submit {
  text-align: right;
}
.form p.submit input[type=submit] {
  display: inline-block;
  padding: 3px 80px;
  font: 400 35px/45px 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  color: #fff;
  background: #1aab1c;
  border: 2px solid #138514;
  border-width: 0 0 2px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.form p.submit--small input[type=submit] {
  padding: 3px 30px;
  font: 400 17px/26px 'Oswald', sans-serif;
}
#exo-signup select {
  width: 100%;
}
.form--contact,
.wpcf7-form {
  width: 80%;
  margin: 1em 0 0 0;
}
.form--contact input[type=text],
.wpcf7-form input[type=text],
.form--contact input[type=password],
.wpcf7-form input[type=password],
.form--contact input[type=email],
.wpcf7-form input[type=email],
.form--contact input[type=tel],
.wpcf7-form input[type=tel],
.form--contact textarea,
.wpcf7-form textarea {
  width: 57%;
}
.form--contact textarea,
.wpcf7-form textarea {
  width: 96%;
  height: 190px;
}
.form--contact .wpcf7-validation-errors,
.wpcf7-form .wpcf7-validation-errors,
.form--contact .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-not-valid-tip {
  color: red;
}
.form--contact .wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-mail-sent-ok {
  color: green;
}
.apply-now__form .form {
  width: 100%;
}
.apply-now__form .form input[type=text],
.apply-now__form .form input[type=password],
.apply-now__form .form input[type=email],
.apply-now__form .form input[type=tel],
.apply-now__form .form textarea {
  width: 96%;
}
.apply-now__form .form p.submit {
  text-align: center;
}
.form--modal input[type=text],
.form--modal input[type=password],
.form--modal input[type=email],
.form--modal input[type=tel],
.form--modal textarea {
  width: 90%;
  padding: 15px 5%;
}
.form--modal textarea {
  width: 90%;
  height: 106px;
}
.form--modal p {
  width: 49%;
  margin: 20px auto 0 auto;
}
.form--modal p:first-child {
  margin-top: 0;
}
.form--modal p.wide {
  width: auto;
  padding: 0 15px;
}
.form--modal p.terms {
  font-size: 14px;
  line-height: 19px;
}
.form--modal fieldset p.wide {
  padding: 0;
}
.form--modal .col1-2 p {
  width: 100%;
}
/*
 *
 * HEADER
 *
 */
.page-top {
  color: #fff;
  background: #333;
}
.page-top a {
  color: #fefeff;
  text-decoration: none;
}
.page-top a:hover,
.page-top a.active {
  color: #27c329;
}
.page-top__bar {
  font: 16px/22px 'Proxima Nova Regular', sans-serif;
  padding: 6px 0;
  background: #212121;
}
.page-top__bar__links {
  float: right;
}
.page-top__bar__links li {
  margin-left: 30px;
}
.page-top__bar__links li.has-sub-menu {
  padding-right: 17px;
  background: url(../images/dropdown.png) no-repeat right center;
}
.page-top__bar__links li a.button {
  padding: 5px 15px;
  font: 400 15px/20px 'Oswald', sans-serif;
  color: #fff;
}
.page-top__main {
  position: relative;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
}
.page_top__main--fixed {
  position: fixed;
  top: 0;
  z-index: 900;
  padding: 10px 0;
}
.page-top__main__logo {
  overflow: hidden;
  float: left;
  display: block;
  width: 230px;
  height: 84px;
  text-indent: -999em;
  background: url(../images/exoclick.png) no-repeat 0 0;
}
.page_top__main--fixed .page-top__main__logo {
  height: 62px;
  background-position: 0 -100px;
}
ul.page-top__main__menu {
  display: block;
  float: right;
  margin-top: 30px;
}
ul.page-top__main__menu li {
  margin-left: 30px;
}
ul.sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 5px 0 0 0;
  white-space: nowrap;
  background: transparent url(../images/submenu.png) no-repeat center top;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  z-index: 910;
}
ul.sub-menu li {
  display: block;
  margin-left: 0;
  padding: 2px 20px;
  background: #2e901f;
}
ul.sub-menu li:first-child {
  padding-top: 12px;
}
ul.sub-menu li:last-child {
  padding-bottom: 12px;
}
ul.sub-menu li a {
  display: block;
  color: #fefeff;
}
ul.sub-menu li a:hover,
ul.sub-menu li a.active {
  color: #f0f0f2;
}
li:hover ul.sub-menu {
  display: block !important;
}
.page-top__main__menu__pull {
  display: none;
}
/*
 *
 * SLIDER
 *
 */
.slider {
  color: #fff;
  background: #2a80d7;
}
.slider__slides > li {
  padding: 0;
}
.slider__slides > li .wrap {
  position: relative;
  padding: 40px 0 70px 0;
}
.slider__slides > li .wrap--no-padding {
  padding: 0;
}
.slider__slides__title {
  font: 400 50px/55px 'Oswald', sans-serif;
  color: #000;
}
.slider__slides__title strong {
  font: 700 70px/80px 'Oswald', sans-serif;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.slider__slides__text {
  width: 70%;
  padding: 1% 2%;
  margin-top: 40px;
  font: 400 16px/22px 'Ubuntu', sans-serif;
  color: #141a23;
  background: rgba(244, 244, 246, 0.4);
}
.slider__slides__text ul {
  padding-left: 20px;
  list-style-type: disc;
}
.slider__slides__image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.slider__slides__image--2 {
  bottom: 50px;
}
.slider__slides__fullimage {
  width: 100%;
}
.slider__slides__video {
  position: relative;
  left: 20%;
  z-index: 100;
  max-width: 60%;
  margin: 0 auto;
}
.slider__slides__text--video {
  position: absolute;
  left: 0;
  top: 160px;
  z-index: 90;
}
.slider__slides__interview .wrap {
  color: #141a23;
  background: #fff;
}
.slider__slides__portrait {
  float: left;
  margin: 0 30px 0 0;
}
.slider__slides__portrait img {
  display: block;
}
.slider__slides__interview_text {
  padding: 30px;
}
@media screen and (max-width: 1078px) {
  .slider__slides__portrait {
    float: none;
    margin: 0;
  }
}
/*
 *
 * MAIN
 *
 *
 */
.main {
  padding: 45px 0 60px 0;
  color: #565252;
  background: #fff;
}
.main .wrap--breadcrumbs {
  margin-top: -45px;
  margin-bottom: 45px;
}
.main .breadcrumbs {
  display: inline-block;
  padding: 5px 18px;
  font-size: 14px;
  color: #888;
  background: rgba(192, 192, 192, 0.3);
}
.main .breadcrumbs .delimiter {
  margin: 0 5px;
}
.main .breadcrumbs a {
  color: #888;
  text-decoration: none;
}
.main .breadcrumbs a:hover {
  text-decoration: underline;
}
.main h1 {
  font: 300 40px/56px 'Ubuntu', sans-serif;
}
.main h1.icon {
  padding-left: 48px;
}
.main h1.icon__letter {
  background: url(../images/letter.png) no-repeat left center;
}
.main h2 {
  position: relative;
  top: -5px;
  margin-bottom: 5px;
  font: 400 22px/30px 'Ubuntu', sans-serif;
}
.main .col1-2 h3 {
  margin-top: 3em;
}
.main .col1-2 h3:first-child {
  margin-top: 0;
}
.main ul {
  padding-left: 20px;
}
body.home h1 {
  font: 300 30px/42px 'Ubuntu', sans-serif;
}
.col1-3 h1 {
  font: 300 30px/42px 'Ubuntu', sans-serif;
}
/*
 *
 * CTA
 *
 */
.cta {
  margin-bottom: 65px;
  text-align: center;
}
.cta h1 strong {
  padding-bottom: 3px;
  font-size: 40px;
  font-weight: 300;
  color: #1aab1c;
  /* background: url(../images/underline.png) no-repeat center bottom; */
}
.cta__links {
  position: relative;
  margin-top: 40px;
}
a.button--cta__links__button {
  padding-right: 25px;
}
a.button--cta__links__button:after {
  content: " ";
  display: inline-block;
  width: 35px;
  height: 41px;
  margin-left: 45px;
  background: #1aab1c url(../images/button.png) no-repeat left top;
}
.cta__links__help {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 190px;
  font: 400 22px/20px 'Ubuntu', sans-serif;
}
/*
 *
 * LIST OF EXCERPTS
 *
 */
.excerpts {
  margin-top: 60px;
}
.excerpts:first-child {
  margin-top: 0;
}
.excerpts h1 strong {
  font-weight: 300;
  text-transform: uppercase;
  color: #1aab1c;
}
.excerpts ul.simple > li {
  margin-top: 30px;
}
.excerpts p {
  margin-top: 0;
}
.excerpts__date {
  float: left;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background: #000;
  opacity: 0.3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.excerpts__date__month {
  display: block;
  font: 400 12px/16px 'Ubuntu', sans-serif;
  text-transform: uppercase;
}
.excerpts__date__day {
  font: 400 22px/20px 'Ubuntu', sans-serif;
}
.excerpts__article img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 370px;
  height: 115px;
}
.excerpts__article span {
  color: #aaa;
}
#events {
  background: #eee;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding: 0 18px;
  width: 41%;
}
/*
 *
 * PEREX
 *
 */
.perex {
  margin-bottom: 50px;
  text-align: center;
}
.perex p {
  width: 75%;
  margin: 1em auto 0 auto;
}
.perex img {
  margin-top: 20px;
}
.perex--left {
  text-align: left;
}
.perex--left p {
  width: 100%;
}
/*
 *
 * FEATURES
 *
 */
.features {
  margin: 40px 0 50px 0;
}
.features:last-child {
  margin-bottom: 0;
}
.features h1 {
  color: #359825;
  text-align: center;
}
.features__row .col1-2 {
  margin-top: 40px;
}
.features__row:first-child .col1-2 {
  margin-top: 0;
}
.features__row h2 {
  font: 400 30px/42px 'Oswald', sans-serif;
  text-align: center;
  color: #141a23;
}
.features__row h2.icon:before {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 20px auto;
  background: url(../images/icons.png) no-repeat;
}
.features__row h2.icon--iphone:before {
  background-position: 0 0;
}
.features__row h2.icon--clock:before {
  background-position: -32px 0;
}
.features__row h2.icon--chat:before {
  background-position: -64px 0;
}
.features__row h2.icon--tag:before {
  background-position: -96px 0;
}
.features__row h2.icon--read:before {
  background-position: -128px 0;
}
.features__row h2.icon--check:before {
  background-position: -160px 0;
}
.features__row h2.icon--arrow:before {
  background-position: -192px 0;
}
.features__row h2.icon--cogs:before {
  background-position: -224px 0;
}
.features__row h2.icon--lock:before {
  background-position: -256px 0;
}
.features__row h2.icon--lightbulb:before {
  background-position: -288px 0;
}
.features__row h2.icon--clock2:before {
  background-position: -320px 0;
}
.features__row h2.icon--bricks:before {
  background-position: -352px 0;
}
.features__row h2.icon--list:before {
  background-position: -384px 0;
}
.features__row h2.icon--bars:before {
  background-position: -416px 0;
}
.features__row h2.icon--target:before {
  background-position: -448px 0;
}
.features__row h2.icon--earth:before {
  background-position: -480px 0;
}
.features__row h2.icon--dollar:before {
  background-position: -512px 0;
}
.features__row h2.icon--spot:before {
  background-position: -544px 0;
}
.features__row h2.icon--window:before {
  background-position: -576px 0;
}
.features__row h2.icon--matrix:before {
  background-position: -608px 0;
}
.features__row h2.icon--transmitter:before {
  background-position: -640px 0;
}
.features__row h2.icon--home:before {
  background-position: -672px 0;
}
.features__row h2.icon--text:before {
  background-position: -704px 0;
}
.features__row p {
  margin-top: 0.5em;
}
/*
 *
 * TEAM
 *
 */
.team .cols3 {
  margin-top: 40px;
}
.team .col1-3 {
  text-align: center;
}
.team .col1-3 .photo img {
  display: block;
  margin: 0 auto;
}
.team .col1-3 .photo img.photo__roll {
  display: none;
}
.team .col1-3 .photo:hover img.photo__rest {
  display: none;
}
.team .col1-3 .photo:hover img.photo__roll {
  display: block;
}
/*
 *
 * FOOTER
 *
 */
.page-bottom {
  padding: 30px 0 60px 0;
  font: normal 14px/24px 'Proxima Nova Regular', sans-serif;
  color: #fff;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
}
.page-bottom h2 {
  font: normal 14px/24px 'Proxima Nova Regular', sans-serif;
  text-transform: uppercase;
}
.page-bottom h2 a {
  color: #fff;
}
.page-bottom a {
  color: #0093f8;
}
.page-bottom__menu {
  float: left;
  width: 150px;
}
.page-bottom__info {
  float: right;
  width: 355px;
  text-align: right;
}
ul.page-bottom__info__social {
  margin-top: 3px;
}
ul.page-bottom__info__social li {
  margin-left: 6px;
}
ul.page-bottom__info__social li a {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-indent: 999em;
  background: url(../images/social.png) no-repeat;
}
ul.page-bottom__info__social li a.facebook {
  background-position: 0 0;
}
ul.page-bottom__info__social li a.twitter {
  background-position: -40px 0;
}
ul.page-bottom__info__social li a.linkedin {
  background-position: -80px 0;
}
ul.page-bottom__info__awards {
  margin-top: 20px;
  text-align: center;
}
ul.page-bottom__info__awards li {
  margin-left: 8px;
}
ul.page-bottom__info__awards li a {
  display: block;
  overflow: hidden;
  width: 10px;
  height: 50px;
  white-space: nowrap;
  text-indent: 999em;
  background: url(../images/awards3.png) no-repeat;
}
ul.page-bottom__info__awards li a.truste {
  width: 105px;
  background-position: 0 0;
}
ul.page-bottom__info__awards li a.xbiz {
  width: 42px;
  background-position: -124px 0;
}
ul.page-bottom__info__awards li a.deloitte {
  width: 84px;
  background-position: -181px 0;
}
ul.page-bottom__info__awards li a.bestplacetowork {
  width: 119px;
  background-position: -280px 0;
}
ul.page-bottom__info__awards li a.paypal {
  width: 119px;
  background-position: -395px 0;
}
/*
 *
 * BXSLIDER
 *
 */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  display: block;
  max-width: 100%;
}
.bx-wrapper .bx-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: url(../images/loader.gif) no-repeat center center #2a80d7;
}
.bx-wrapper .bx-controls {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.bx-wrapper .bx-pager {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  color: #fff;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  outline: 0;
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: rgba(0, 0, 0, 0.7);
}
/*
 *
 * ReCAPTCHA iframe fix
 *
 *
 */
iframe[src="about:blank"] {
  display: none;
}
/*
 *
 * MODAL
 *
 */
#lean_overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: #000;
}
.modal {
  display: none;
  position: relative;
  width: 60%;
  max-width: 570px;
  padding: 20px 3% 30px 3%;
  color: #141A23;
  background: #fff;
}
.modal .modal__close {
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  text-indent: -999em;
  background: url(../images/close.png) no-repeat;
}
.modal h1 {
  margin-bottom: 0.5em;
  font: 300 40px/56px 'Ubuntu', sans-serif;
}
/*
 *
 * APPLY NOW
 *
 */
.apply-now {
  margin-top: 60px;
}
.apply-now__button {
  display: none;
  text-align: center;
}
.apply-now__form {
  width: 50%;
  margin: 0 auto;
  padding: 0 30px 20px 30px;
  background: #fff;
  border: 1px solid #ccc;
}
/*
 *
 * 1078px
 *
 */
@media screen and (max-width: 1078px) {
  .form .inputs input[type=text],
  .form .inputs input[type=password],
  .form .inputs input[type=email],
  .form .inputs input[type=tel] {
    float: none;
    width: 96%;
    margin: 1.75em 0 0 0;
  }
  .form .inputs input[type=text]:first-child,
  .form .inputs input[type=password]:first-child,
  .form .inputs input[type=email]:first-child,
  .form .inputs input[type=tel]:first-child {
    margin-top: 0;
  }
  .form .inputs .wpcf7-form-control-wrap {
    float: none;
    display: block;
    width: 100%;
    margin: 1.75em 0 0 0;
  }
  .form .inputs .wpcf7-form-control-wrap:first-child {
    margin-top: 0;
  }
  .form .inputs .wpcf7-form-control-wrap input {
    margin: 0;
  }
  .form--contact input[type=text],
  .wpcf7-form input[type=text],
  .form--contact input[type=password],
  .wpcf7-form input[type=password],
  .form--contact input[type=email],
  .wpcf7-form input[type=email],
  .form--contact input[type=tel] textarea,
  .wpcf7-form input[type=tel] textarea {
    width: 96%;
  }
  .slider__slides__title {
    width: 50%;
  }
  .slider__slides__text {
    width: 50%;
    padding-right: 20%;
  }
  .slider__slides__image {
    width: 50%;
  }
  .page-bottom__info {
    clear: left;
    float: left;
    margin-top: 20px;
    text-align: left;
  }
}
/*
 *
 * 768px
 *
 */
@media screen and (max-width: 768px) {
  .form fieldset .col1-2 {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .form fieldset .col1-2:first-child {
    margin-top: 0;
  }
  .form--contact,
  .wpcf7-form {
    width: 100%;
  }
  .form--modal p {
    width: 90%;
  }
  .page-top__main__logo {
    float: none;
    width: 175px;
    height: 52px;
    background-position: 0 -195px;
  }
  ul.page-top__main__menu {
    display: none;
    clear: left;
    float: none;
  }
  ul.page-top__main__menu li {
    display: block;
    margin-left: 0;
    padding: 5px 0;
    text-transform: uppercase;
  }
  ul.page-top__main__menu li a {
    color: #fff;
  }
  ul.page-top__main__menu li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  ul.page-top__main__menu li ul.sub-menu {
    display: block !important;
    position: static;
    margin: 0 !important;
    padding: 0 0 0 30px;
    background: none;
    box-shadow: none;
  }
  ul.page-top__main__menu li ul.sub-menu li {
    display: block;
    margin-left: 0;
    padding: 3px 0;
    background: none;
    text-transform: none;
  }
  ul.page-top__main__menu li ul.sub-menu li a {
    color: #0093F8;
  }
  ul.page-top__main__menu li ul.sub-menu li a:hover,
  ul.page-top__main__menu li ul.sub-menu li a.active {
    color: #0093F8;
    text-decoration: underline;
  }
  .page-top__main__menu__pull {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 25px;
    right: 10px;
    width: 38px;
    height: 42px;
    text-indent: -999em;
    background: url(../images/menu_toggle.png) no-repeat;
  }
  .slider__slides__title {
    width: 100%;
    font: 400 40px/45px 'Oswald', sans-serif;
  }
  .slider__slides__title strong {
    font: 700 50px/60px 'Oswald', sans-serif;
  }
  .slider__slides__text {
    width: 96%;
    padding-right: 2%;
  }
  .slider__slides__image {
    display: none;
  }
  .slider__slides__video {
    left: 0;
    max-width: 100%;
  }
  .slider__slides__text--video {
    position: static;
  }
  a.button {
    display: inline-block;
    padding: 5px 25px;
    font: 400 35px/55px 'Oswald', sans-serif;
  }
  a.button--cta__links__button {
    padding-right: 25px;
  }
  a.button--cta__links__button:after {
    width: 35px;
    height: 41px;
    margin-left: 25px;
    padding-top: 8px;
    vertical-align: middle;
  }
  .col1-3,
  .col1-2,
  .col2-3,
  .cols3 .col1-3 {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .cols3 .col1-3 {
    margin-top: 30px;
  }
  .cols3 .col1-3:first-child {
    margin-top: 0;
  }
  .col1-3 .excerpts:first-child {
    margin-top: 60px;
  }
  .features__row .col1-2 {
    margin-top: 40px !important;
  }
  .features__row:first-child .col1-2:first-child {
    margin-top: 0 !important;
  }
  .cta__links__help {
    display: block;
    position: static;
    margin: 30px 0 0 0;
  }
  .page-bottom__menu {
    float: none;
    width: auto;
    margin-top: 20px;
  }
  .page-bottom__menu:first-child {
    margin-top: 0;
  }
  .modal {
    width: 80%;
  }
  .apply-now__form {
    width: 90%;
    padding: 0 5% 20px 5%;
  }
}
.blog-excerpt {
  margin: 16px 0 45px 0;
}
.blog-excerpt .col1-3 {
  min-height: 1px;
}
.blog-excerpt .col1-3 img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.blog-excerpt p.meta {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #888;
}
/* EXOCLICK */
input[type=text].forminput-error,
input[type=password].forminput-error,
input[type=email].forminput-error,
input[type=tel].forminput-error,
input.forminput-error,
select.forminput-error,
textarea.forminput-error {
  background-color: #faa !important;
}
.forminput-errormsg {
  color: #F00;
}
ul.faqs {
  padding-left: 0;
  list-style-type: none;
}
ul.faqs li {
  margin-top: 8px;
  padding: 0 0 0 20px;
  line-height: 1.4em;
  background: url(../images/icon_kbarticlesmall.png) no-repeat 0 0;
}
form.faqs-search {
  margin-top: -50px;
  white-space: nowrap;
  text-align: center;
}
form.faqs-search input[type=text] {
  width: 500px;
  height: 30px;
  padding: 6px 15px;
  background: #e5e4e4;
  border: 0;
  font-size: 120%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
form.faqs-search input.button {
  height: 40px;
}
@media (max-width: 600px) {
  form.faqs-search {
    display: none;
  }
}
.searched h1 {
  margin-bottom: 60px;
}
.cta .bx-wrapper {
  margin: 3em 0;
}
.cta .bx-pager {
  bottom: -2em;
  z-index: 9999;
}
ul.testimonials {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
ul.testimonials li {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
ul.testimonials li:before,
ul.testimonials li:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.testimonials li:after {
  clear: both;
}
ul.testimonials li img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
ul.testimonials li blockquote {
  margin: 0 0 0 130px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  ul.testimonials {
    text-align: center;
  }
  ul.testimonials li img {
    float: none;
    margin: 0 0 0.5em 0;
  }
  ul.testimonials li blockquote {
    margin: 0;
  }
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete {
  overflow-y: auto;
  width: 242px;
  max-height: 240px;
  margin: 0;
  padding: 3px 15px;
  list-style-type: none;
  background: #fff;
  color: #000;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.ui-autocomplete li {
  padding: 3px 0;
}
.ui-autocomplete li.ui-state-focus {
  margin: 0;
}
.ui-accordion h3.ui-accordion-header {
  margin-top: 0;
}
.ui-faq {
  margin-bottom: 15px;
}
.ui-faq ul {
  list-style-type: circle;
  margin-left: 0;
}
.ui-faq ul li a {
  font: normal 16px/22px 'Proxima Nova Regular', sans-serif;
}
.fb-like {
  margin-bottom: -5px;
  overflow: hidden;
}
body.page-template-page-developers main div.wrap--breadcrumbs {
  margin-bottom: -30px;
}
body.page-template-page-developers main div.wrap section.features:nth-child(2) {
  margin: 40px 0 0 0;
}
body.page-template-page-developers main div.wrap section.features {
  margin-top: 0;
}
body.page-template-page-developers main div.wrap section.features div.features__row div.col1-2 {
  margin-top: 20px;
}
/* overwrite cookie consent styles : https://silktide.com/tools/cookie-consent/ */
div.cc_banner-wrapper {
    z-index: 10001 !important;
}
div.cc_container, div.cc_message {
    font-size: 13px !important;
}