html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 0;
}
ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.site--wrapper {
  overflow: hidden;
}
.icn {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/sprites/icons.png") center no-repeat;
  background-image: url("../images/sprites/icons.svg"), none;
}
.icn.d-black {
  width: 12px;
  height: 14px;
  background-position: 0 0;
}
.icn.d-white {
  width: 12px;
  height: 14px;
  background-position: 0 -22px;
}
.icn.people {
  width: 16px;
  height: 13px;
  background-position: -34px 0;
}
.icn.arrow-down {
  width: 34px;
  height: 34px;
  background-position: -108px 0;
}
.icn.round-arrow-down {
  width: 20px;
  height: 20px;
  background-position: -165px 0;
}
.icn.arrow-right {
  width: 4px;
  height: 8px;
  background-position: -40px -22px;
}
.icn.clipboard {
  width: 22px;
  height: 32px;
  background-position: -64px 0;
}
.icn.location {
  width: 21px;
  height: 28px;
  background-position: -188px 0;
}
.icn.phone {
  width: 28px;
  height: 28px;
  background-position: -212px 0;
}
.icn.web {
  width: 28px;
  height: 28px;
  background-position: -242px 0;
}
.icn.cart {
  width: 28px;
  height: 24px;
  background-position: -272px 0;
}
.site--header {
  background: #fff;
}
.site--header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.logo {
  padding: 10px 0;
  float: left;
}
.nav {
  float: right;
}
.nav ul:before,
.nav ul:after {
  content: " ";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul:before,
.nav ul:after {
  content: " ";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav li {
  position: relative;
  float: left;
  padding: 0 22px;
}
.nav li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 15px;
  background: rgba(0, 0, 0, 0.1);
}
.nav li:last-child {
  padding-right: 0;
}
.nav li:last-child:after {
  display: none;
}
.nav li.active a {
  color: #000;
  border-bottom: 2px solid #000;
}
.nav li.active a .icn {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 23px 0;
}
@media screen and (min-width: 480px) {
  .nav a:hover {
    color: #000;
  }
  .nav a:hover .icn {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}
.nav .icn {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
@media screen and (max-width: 767px) {
  .nav a {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
  }
  .nav a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .nav a span {
    display: none;
  }
  .nav li {
    padding: 10px 0;
  }
  .nav li + li {
    padding-left: 10px;
  }
  .nav li:after {
    display: none;
  }
  .nav li.active a {
    border-color: #000;
  }
}
.intro--section {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  background: url("../images/backgrounds/intro-bg.jpg") center top no-repeat;
}
@media screen and (min-width: 768px) {
  .intro--section .row {
    display: flex;
    align-items: center;
  }
}
.intro--section figure {
  text-align: center;
}
.intro--section h1 {
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 2.5px 4.3px 0 rgba(0, 0, 0, 0.1);
}
.intro--section p {
  color: rgba(56, 107, 119, 0.8);
  line-height: 1.53846154;
}
.intro--section .arrow-move {
  text-align: center;
}
.intro--section .arrow-move .icn {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.intro--section .arrow-move .icn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 1230px) {
  .intro--section {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .intro--section h1 {
    font-size: 86px;
  }
  .intro--section p {
    font-size: 26px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1229px) {
  .intro--section {
    padding-top: 24px;
    padding-bottom: 72px;
    background-position: center -80px;
  }
  .intro--section h1 {
    font-size: 69px;
  }
  .intro--section p {
    font-size: 21px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .intro--section {
    padding-top: 10px;
    padding-bottom: 6px;
    background-position: center -195px;
  }
  .intro--section h1 {
    font-size: 54px;
  }
  .intro--section p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .intro--section {
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    background-size: cover;
  }
  .intro--section figure {
    margin-bottom: 15px;
  }
  .intro--section figure img {
    max-height: 300px;
  }
  .intro--section .arrow-move {
    margin-top: 20px;
  }
}
.download--section {
  padding-top: 70px;
}
.download--section .left-part,
.download--section .right-part {
  width: 50%;
}
.download--section .left-part {
  float: left;
  position: relative;
  z-index: 2;
}
.download--section .right-part {
  float: right;
}
@media screen and (min-width: 768px) {
  .download--section img {
    max-width: none;
    margin-left: -25%;
  }
}
.download--section h2 {
  margin-right: -100%;
  font-family: 'Oswald', sans-serif;
  line-height: 1.38888889;
  text-transform: uppercase;
}
.download--section h4 {
  color: #ccc;
  font-weight: 400;
}
.download--section p {
  color: #808080;
  font-weight: 300;
  line-height: 1.72727273;
}
.download--section .download-book {
  position: relative;
  display: inline-block;
}
.download--section .download-book.open .download-menu {
  display: block;
}
.download--section .download-book.open .cta-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-linear-gradient(top, #00a2c6 0, #00c1d9 100%);
  background-image: -o-linear-gradient(top, #00a2c6 0, #00c1d9 100%);
  background-image: linear-gradient(to bottom, #00a2c6 0, #00c1d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a2c6', endColorstr='#ff00c1d9', GradientType=0);
}
.download--section .download-book.open .cta-btn .round-arrow-down {
  opacity: 1;
  filter: alpha(opacity=100);
  background-position: -165px -22px;
}
.download--section .cta-btn {
  display: block;
  padding: 25px 30px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #00c1d9 0, #00a2c6 100%);
  background-image: -o-linear-gradient(top, #00c1d9 0, #00a2c6 100%);
  background-image: linear-gradient(to bottom, #00c1d9 0, #00a2c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00c1d9', endColorstr='#ff00a2c6', GradientType=0);
}
.download--section .cta-btn > i,
.download--section .cta-btn > span {
  display: inline-block;
  vertical-align: middle;
}
.download--section .cta-btn span {
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.download--section .cta-btn .round-arrow-down {
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-left: 11px;
}
.download--section .cta-btn:hover {
  background-image: -webkit-linear-gradient(top, #00a2c6 0, #00c1d9 100%);
  background-image: -o-linear-gradient(top, #00a2c6 0, #00c1d9 100%);
  background-image: linear-gradient(to bottom, #00a2c6 0, #00c1d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a2c6', endColorstr='#ff00c1d9', GradientType=0);
}
.download--section .cta-btn:hover .round-arrow-down {
  opacity: 1;
  filter: alpha(opacity=100);
}
.download--section .download-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 2;
  background: #f1f1f1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.download--section .download-menu span {
  display: block;
  padding: 20px 30px;
  color: #b2b2b2;
}
.download--section .download-menu li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.download--section .download-menu a {
  display: block;
  padding: 20px 30px;
  color: #808080;
  font-size: 15px;
  text-transform: uppercase;
}
.download--section .download-menu a:hover {
  color: #00a2c6;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1230px) {
  .download--section {
    padding-bottom: 200px;
  }
  .download--section .left-part {
    padding-top: 60px;
  }
  .download--section h2 {
    font-size: 72px;
    margin-bottom: 30px;
  }
  .download--section h4 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .download--section p {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1229px) {
  .download--section {
    padding-bottom: 160px;
  }
  .download--section .left-part {
    padding-top: 48px;
  }
  .download--section h2 {
    font-size: 58px;
    margin-bottom: 24px;
  }
  .download--section h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .download--section p {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .download--section img {
    width: 762px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .download--section {
    padding-bottom: 125px;
  }
  .download--section .left-part {
    padding-top: 38px;
  }
  .download--section h2 {
    font-size: 45px;
    margin-bottom: 19px;
  }
  .download--section h4 {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .download--section p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .download--section img {
    width: 595px;
  }
  .download--section .cta-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .download--section .download-menu span,
  .download--section .download-menu a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .download--section {
    padding-bottom: 50px;
    text-align: center;
  }
  .download--section .left-part,
  .download--section .right-part {
    float: none;
    width: 100%;
  }
  .download--section .left-part {
    padding: 30px 0;
  }
  .download--section img {
    margin-left: -10%;
  }
  .download--section h2 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .download--section .download-book {
    margin-top: 30px;
  }
  .download--section .download-book .cta-btn {
    padding: 20px 25px;
  }
  .download--section .download-menu span,
  .download--section .download-menu a {
    padding: 15px 25px;
  }
}
.authors--section {
  background: #00b1cf;
}
.authors--section header {
  text-align: center;
}
.authors--section section {
  background: url("../images/backgrounds/tower.png") -30% top no-repeat;
  background-image: url("../images/backgrounds/tower.svg"), none;
}
.authors--section section:before,
.authors--section section:after {
  content: " ";
  display: table;
}
.authors--section section:after {
  clear: both;
}
.authors--section section:before,
.authors--section section:after {
  content: " ";
  display: table;
}
.authors--section section:after {
  clear: both;
}
.authors--section section .row {
  margin: 0;
}
.authors--section section div[class*="col-"] {
  position: relative;
  float: left;
  color: #fff;
  height: 0;
}
.authors--section section div[class*="col-"]:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.authors--section section .col-1 {
  width: 20%;
  font-weight: 300;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.authors--section section .col-1 .text {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .authors--section section .col-1:hover figure {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .authors--section section .col-1:hover figure img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
  }
  .authors--section section .col-1:hover .link {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .authors--section section .col-1:hover .text {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}
.authors--section section .col-2 {
  width: 40%;
}
.authors--section section .col-3 {
  width: 60%;
}
.authors--section section figure {
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.authors--section section figure img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.authors--section h2 {
  background-color: #fff;
  margin-bottom: -1px;
}
.authors--section h3 {
  margin-top: -1px;
}
.authors--section .v-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
}
.authors--section .v-middle:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.authors--section .text {
  width: 100%;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.authors--section .text > p {
  line-height: 1.58333333;
  font-weight: 300;
}
.authors--section .author-meta h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.authors--section .author-meta h5 {
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}
.authors--section .author-meta span {
  display: block;
}
.authors--section .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #b0f4ff;
  text-transform: uppercase;
}
.authors--section .link span {
  position: absolute;
}
.authors--section .link span:hover {
  text-decoration: underline;
}
.authors--section .link .arrow-right {
  margin-right: 10px;
  vertical-align: middle;
}
.authors--section .all:hover .view-all .text {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.authors--section .all:hover .view-all:hover {
  background: rgba(255, 255, 255, 0.2);
}
.authors--section .all:hover .view-all:hover .clipboard {
  opacity: 1;
  filter: alpha(opacity=100);
}
.authors--section .view-all {
  text-align: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.1);
}
.authors--section .view-all .text {
  vertical-align: middle !important;
}
.authors--section .view-all:hover {
  background: rgba(255, 255, 255, 0.2);
}
.authors--section .view-all:hover .clipboard {
  opacity: 1;
  filter: alpha(opacity=100);
}
.authors--section .view-all span {
  display: block;
}
@media screen and (min-width: 768px) {
  .authors--section .view-all .clipboard {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
}
@media screen and (min-width: 1230px) {
  .authors--section header {
    padding-bottom: 140px;
  }
  .authors--section section {
    padding-bottom: 100px;
  }
  .authors--section section div[class*="col-"] {
    padding-bottom: 234px;
  }
  .authors--section section h4 {
    font-size: 18px;
  }
  .authors--section .text {
    padding: 25px 20px;
  }
  .authors--section .text > p {
    font-size: 24px;
  }
  .authors--section .link span {
    left: 20px;
    bottom: 30px;
  }
  .authors--section .author-meta span {
    padding: 8px 0;
  }
  .authors--section .view-all .text {
    font-size: 22px;
  }
  .authors--section .view-all span {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1229px) {
  .authors--section header {
    padding-bottom: 112px;
  }
  .authors--section section {
    padding-bottom: 80px;
    background-size: contain;
    background-position: left center;
  }
  .authors--section section div[class*="col-"] {
    padding-bottom: 184px;
  }
  .authors--section section h4 {
    font-size: 15px;
  }
  .authors--section .text {
    padding: 20px 16px;
  }
  .authors--section .text > p {
    font-size: 20px;
  }
  .authors--section .link span {
    left: 16px;
    bottom: 24px;
  }
  .authors--section .author-meta span {
    padding: 5px 0;
  }
  .authors--section .view-all .text {
    font-size: 18px;
  }
  .authors--section .view-all span {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .authors--section header {
    padding-bottom: 70px;
  }
  .authors--section header h2 img {
    width: 260px;
  }
  .authors--section header h3 img {
    width: 262px;
  }
  .authors--section section {
    padding-bottom: 70px;
    background-size: contain;
    background-position: left center;
  }
  .authors--section section div[class*="col-"] {
    padding-bottom: 180px;
  }
  .authors--section section h4 {
    font-size: 15px;
  }
  .authors--section section .col-1 {
    width: 25%;
  }
  .authors--section section .col-3,
  .authors--section section .col-2 {
    width: 50%;
  }
  .authors--section .text {
    padding: 15px 10px;
  }
  .authors--section .text > p {
    font-size: 17px;
  }
  .authors--section .link span {
    left: 10px;
    bottom: 17px;
  }
  .authors--section .author-meta span {
    padding: 5px 0;
  }
  .authors--section .view-all .text {
    font-size: 16px;
  }
  .authors--section .view-all span {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .authors--section header h2 {
    margin-bottom: -2px;
  }
  .authors--section header h2 img {
    width: 200px;
  }
  .authors--section header h3 {
    margin-top: -2px;
  }
  .authors--section header h3 img {
    width: 170px;
  }
  .authors--section section {
    padding: 50px 0;
    background: none;
  }
  .authors--section .text {
    padding: 10px;
  }
  .authors--section .text > p {
    font-size: 16px;
  }
  .authors--section .link span {
    display: none;
  }
  .authors--section .author-meta {
    font-size: 12px;
  }
  .authors--section .author-meta h4 {
    font-size: 14px;
  }
  .authors--section .author-meta span {
    padding: 5px 0;
  }
  .authors--section .view-all span {
    margin-top: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .authors--section section div[class*="col-"] {
    padding-bottom: 33.33333333%;
  }
  .authors--section section .col-1 {
    width: 33.33333333%;
  }
  .authors--section section .col-3,
  .authors--section section .col-2 {
    width: 66.66666667%;
  }
}
@media screen and (max-width: 479px) {
  .authors--section section div[class*="col-"] {
    width: 50%;
    padding-bottom: 50%;
  }
  .authors--section section div.col-2 {
    width: 100%;
  }
  .authors--section section div.col-3 {
    width: 100%;
    height: auto;
    font-size: 0;
    padding: 0;
  }
  .authors--section section div.col-3 .v-middle {
    position: static;
  }
  .authors--section section div.col-3 .text {
    padding: 10px 0;
  }
}
.full--authors {
  background: #f2f2f2;
}
.full--authors h1 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.full--authors h2 {
  padding-bottom: 15px;
  color: #333;
  font-family: 'Oswald', sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.full--authors ul {
  margin-bottom: 10px;
}
.full--authors ul li {
  position: relative;
  padding: 15px 0 15px 45px;
  color: #25c2de;
  line-height: 1.29411765;
}
.full--authors ul li a {
  color: inherit;
}
.full--authors ul li a:hover {
  text-decoration: underline;
}
.full--authors ul li span {
  display: block;
  text-transform: uppercase;
}
.full--authors ul li .icn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.full--authors p {
  color: #808080;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 20px;
}
.full--authors p:last-child {
  margin-bottom: 0;
}
.full--authors article {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.full--authors article:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1230px) {
  .full--authors {
    padding-bottom: 65px;
  }
  .full--authors h1 {
    margin: 50px 0;
    font-size: 62px;
  }
  .full--authors h2 {
    font-size: 24px;
  }
  .full--authors ul li {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1229px) {
  .full--authors {
    padding-bottom: 52px;
  }
  .full--authors h1 {
    margin: 40px 0;
    font-size: 50px;
  }
  .full--authors h2 {
    font-size: 20px;
  }
  .full--authors ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .full--authors {
    padding-bottom: 40px;
  }
  .full--authors h1 {
    margin: 35px 0;
    font-size: 39px;
  }
  .full--authors h2 {
    font-size: 17px;
  }
  .full--authors ul li {
    font-size: 15px;
  }
  .full--authors p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .full--authors {
    padding-bottom: 30px;
  }
  .full--authors h1 {
    margin: 30px 0;
    font-size: 30px;
  }
  .full--authors h2 {
    font-size: 17px;
    text-align: center;
  }
  .full--authors ul li {
    font-size: 14px;
  }
  .full--authors p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .full--authors article {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 15px;
  z-index: 1500;
  background: #e7e7e7;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.modal .v-middle {
  height: 100%;
  font-size: 0;
  text-align: center;
}
.modal .v-middle:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.m-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 460px;
  max-width: 100%;
  padding: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.close {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.close:hover {
  border-color: #000;
}
.close:hover:before,
.close:hover:after {
  background: #000;
}
.close:before,
.close:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}
.close:before {
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  -o-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.close:after {
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  transform: rotate(55deg);
}
.cancel {
  color: #999;
  font-size: 16px;
}
.cancel:hover {
  color: #000;
}
.modal-download .head figure,
.modal-download .head h3 {
  display: inline-block;
  vertical-align: middle;
}
.modal-download .head h3 {
  padding-left: 10px;
  font-weight: 300;
  text-align: left;
  color: #333;
  font-size: 35px;
  line-height: 1.1;
  font-family: 'Oswald', sans-serif;
}
.modal-download .head h3 strong {
  display: block;
  text-transform: uppercase;
}
.modal-download .fields {
  margin: 40px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.modal-download .form-design-field:before,
.modal-download .form-design-field:after {
  content: " ";
  display: table;
}
.modal-download .form-design-field:after {
  clear: both;
}
.modal-download .form-design-field:before,
.modal-download .form-design-field:after {
  content: " ";
  display: table;
}
.modal-download .form-design-field:after {
  clear: both;
}
.modal-download #field0,
.modal-download #field1,
.modal-download #field2 {
  border-bottom: 1px solid #f1f1f1;
}
.modal-download .field label,
.modal-download ._100 label,
.modal-download .field .LV_invalid,
.modal-download ._100 .LV_invalid,
.modal-download .field .LV_valid,
.modal-download ._100 .LV_valid {
  display: none !important;
}
.modal-download .field input[type="text"],
.modal-download ._100 input[type="text"],
.modal-download .field textarea,
.modal-download ._100 textarea {
  width: 100%;
  background: #fff;
  padding: 0 30px;
  height: 60px;
  color: #00b0cf;
  font-size: 16px;
  font-weight: 300;
}
.modal-download .field input[type="text"]::-moz-placeholder,
.modal-download ._100 input[type="text"]::-moz-placeholder,
.modal-download .field textarea::-moz-placeholder,
.modal-download ._100 textarea::-moz-placeholder {
  padding-top: 2px;
  opacity: 1;
}
.modal-download .field input[type="text"]:-ms-input-placeholder,
.modal-download ._100 input[type="text"]:-ms-input-placeholder,
.modal-download .field textarea:-ms-input-placeholder,
.modal-download ._100 textarea:-ms-input-placeholder {
  padding-top: 2px;
}
.modal-download .field input[type="text"]::-webkit-input-placeholder,
.modal-download ._100 input[type="text"]::-webkit-input-placeholder,
.modal-download .field textarea::-webkit-input-placeholder,
.modal-download ._100 textarea::-webkit-input-placeholder {
  padding-top: 2px;
}
.modal-download .field input[type="text"]:focus,
.modal-download ._100 input[type="text"]:focus,
.modal-download .field textarea:focus,
.modal-download ._100 textarea:focus {
  background: #f1f1f1;
}
.modal-download .field .LV_invalid_field,
.modal-download ._100 .LV_invalid_field,
.modal-download .field input.LV_invalid_field:hover,
.modal-download ._100 input.LV_invalid_field:hover,
.modal-download .field input.LV_invalid_field:active,
.modal-download ._100 input.LV_invalid_field:active,
.modal-download .field textarea.LV_invalid_field:hover,
.modal-download ._100 textarea.LV_invalid_field:hover,
.modal-download .field textarea.LV_invalid_field:active,
.modal-download ._100 textarea.LV_invalid_field:active {
  border-bottom: 0 !important;
  -moz-box-shadow: inset 0 0 0 1px #cc0000;
  -webkit-box-shadow: inset 0 0 0 1px #cc0000;
  box-shadow: inset 0 0 0 1px #cc0000;
}
.modal-download .field .send,
.modal-download ._100 .send,
.modal-download .field .submit-button,
.modal-download ._100 .submit-button {
  width: 100%;
  display: block;
  padding: 25px 30px;
  height: auto;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  cursor: default;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(top, #eeeeee 0, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffcccccc', GradientType=0);
}
.modal-download .field .send > i,
.modal-download ._100 .send > i,
.modal-download .field .submit-button > i,
.modal-download ._100 .submit-button > i,
.modal-download .field .send > span,
.modal-download ._100 .send > span,
.modal-download .field .submit-button > span,
.modal-download ._100 .submit-button > span {
  display: inline-block;
  vertical-align: middle;
}
.modal-download .field .send span,
.modal-download ._100 .send span,
.modal-download .field .submit-button span,
.modal-download ._100 .submit-button span {
  padding: 0 0 0 15px;
}
.modal-download .field .send .round-arrow-down,
.modal-download ._100 .send .round-arrow-down,
.modal-download .field .submit-button .round-arrow-down,
.modal-download ._100 .submit-button .round-arrow-down {
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-left: 11px;
}
.modal-download .field .send.send-yes,
.modal-download ._100 .send.send-yes,
.modal-download .field .submit-button.send-yes,
.modal-download ._100 .submit-button.send-yes {
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #00c1d9 0, #00a2c6 100%);
  background-image: -o-linear-gradient(top, #00c1d9 0, #00a2c6 100%);
  background-image: linear-gradient(to bottom, #00c1d9 0, #00a2c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00c1d9', endColorstr='#ff00a2c6', GradientType=0);
}
.modal-download .field .send.send-yes:hover,
.modal-download ._100 .send.send-yes:hover,
.modal-download .field .submit-button.send-yes:hover,
.modal-download ._100 .submit-button.send-yes:hover {
  background-image: -webkit-linear-gradient(top, #00a2c6 0, #00c1d9 100%);
  background-image: -o-linear-gradient(top, #00a2c6 0, #00c1d9 100%);
  background-image: linear-gradient(to bottom, #00a2c6 0, #00c1d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a2c6', endColorstr='#ff00c1d9', GradientType=0);
}
.modal-download .field .send.send-yes:hover .round-arrow-down,
.modal-download ._100 .send.send-yes:hover .round-arrow-down,
.modal-download .field .submit-button.send-yes:hover .round-arrow-down,
.modal-download ._100 .submit-button.send-yes:hover .round-arrow-down {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-download .optional {
  position: relative;
}
.modal-download .optional input,
.modal-download .optional textarea {
  padding-right: 100px;
}
.modal-download .optional label {
  position: absolute;
  right: 30px;
  top: 25px;
  color: #999;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
.open-modal {
  overflow: hidden;
}
.open-modal .modal {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 479px) {
  .m-content {
    padding: 20px 15px;
  }
  .close {
    top: 10px;
    left: 10px;
  }
  .modal-download .head figure {
    width: 60px;
  }
  .modal-download .head h3 {
    font-size: 23px;
  }
  .modal-download .fields {
    margin: 20px 0;
  }
  .modal-download .field input,
  .modal-download .field textarea {
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
  }
  .modal-download .optional input,
  .modal-download .optional textarea {
    padding-right: 75px;
  }
  .modal-download .optional label {
    top: 21px;
    right: 15px;
  }
  .modal-download .send {
    padding: 20px;
  }
}
.site--footer {
  background: #000;
  padding: 15px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
}
.site--footer a {
  color: inherit;
}
.copyrights {
  float: left;
}
.powered {
  float: right;
}
.powered img {
  margin-left: 10px;
}
@media screen and (max-width: 479px) {
  .powered span {
    display: none;
  }
}
