/*
Theme Name: Perspectives
Author: Blue Dots Partners
Author URI: http://bluedotspartners.com
Description: Auxiliary theme for bluedotpartners.com
Version: 0.1
License: Copyright 2015
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,300,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

@font-face {
  font-family: "Gotham-Bold";
  src: url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gotham-Bold.otf") format("opentype"),
    url("fonts/Gotham-Bold.woff") format("woff"),
    url("fonts/Gotham-Bold.ttf") format("truetype"),
    url("fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

html {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  color: #0a173b;
  background: #eee;
  content:url('assets/img/prev-arrow-hover.png') url('assets/img/next-arrow-hover.png');
}

a {
  text-decoration: none;
  color: #376bfb;
}

a:hover {
  color: #f16527;
}

b {
  font-weight: normal;
  color: #f16527;
}

p {
  margin: 1em 0;
}

h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  clear: both;
  margin: 0 0 0.5em;
}

p.subtitle {
  clear: both;
}

.card {
  border-radius: 2px;
  background: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus {
  outline: 1px solid #5dacd6;
}

.half {
  float: left;
  box-sizing: border-box;
  width: 50%;
}

.half:first-child {
  padding-right: 20px;
}

.half:last-child {
  padding-left: 20px;
}

.hidden {
  display: none;
}

.header.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

.header.fixed.admin-bar-opened {
  top: 32px;
}

body>section,
footer {
  overflow: hidden;
  padding: 50px calc(50% - 500px);
}

.wrap {
  padding: 0 calc(50% - 500px);
}

header.home .container {
  padding: 0 28px;
}

.container {
  background: #fff;
  max-width: 1206px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

#id>.container {
  border: 1px solid #c0c0c0;
}

.blog-pages {
  background: #dedede;
  padding-right: 0 !important;
}

header.home {
  position: relative;
  box-sizing: border-box;
  height: 720px;
  background: #a6cafe;
}

header.home .intro {
  font-size: 1.5rem;
  font-weight: 200;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 80px;
  left: 0;
  text-align: center;
  color: #052376;
  background: url(assets/img/infinity.jpg) center center no-repeat fixed;
  background-size: cover;
}

header.home .intro.text {
  font-size: 2rem;
  background-image: url(assets/img/infinity-blur.jpg);
}

.m header.home .intro {
  background-attachment: scroll;
  background-size: 100% auto;
}

.m header.home .intro.text {
  background-attachment: scroll;
  background-size: auto;
}

header.home .intro .text {
  position: absolute;
  top: 80px;
  width: 100%;
}

header.home .intro.text .text {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

header.home .intro strong {
  font-weight: 400;
}

header.home .intro p {
  margin: 0.5em 0;
  letter-spacing: 0.04em;
}

header.home .intro p:first-child {
  margin-top: 0;
}

nav {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

nav.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: auto;
}

nav.admin-bar-opened.fixed {
  top: 32px;
}

nav ul a {
  font-weight: 400;
}

body.section-methodology nav a[href="#methodology"],
body.section-our_books nav a[href="#our_books"],
body.section-alignment-score nav a[href="#alignment-score"],
body.section-engagement nav a[href="#engagement"],
body.section-about nav a[href="#about"],
body.section-blog nav a[href="#blog"],
body.section-start nav a[href="#start"] {
  color: #f16527;
  box-shadow: 0 -5px 0 #f16527 inset;
}

h1 {
  float: left;
  margin: 22px 0 0 5px;
  width: 168px;
  height: 58px;
}

h1 a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 61px;
  background: url(assets/img/logo-h.png) no-repeat;
  background-size: 100%;
}

nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  float: left;
}

nav li a {
  line-height: 84px;
  display: block;
  padding: 0 20px;
}

nav li a .menu-texting{
  display: inline-block;
  position: relative;
}

.a-cf:after {
  display: block;
  clear: both;
  content: " ";
}

/* methodology */

#methodology {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  background: #eee url(assets/img/methodology-bg.jpg) top center no-repeat fixed;
  background-size: cover;
}

#methodology .subtitle {
  font-size: 1.5rem;
  font-weight: 200;
  margin: 0 auto;
}

.alignment {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 40%;
  margin: 2.5%;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

.alignment>a {
  display: block;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
}

.alignment>a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.alignment img {
  display: block;
  width: 100%;
  height: auto;
}

.alignment:last-child {
  margin: 0;
}

.alignment p {
  font-weight: 600;
  padding: 20px;
}

.alignment a {
  color: #f16527;
}

.extended .diagram {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 50px auto 50px;
  padding: 20px;
}

.diagram img {
  display: block;
  margin: 0 auto;
}

/* alignment score */
.h2-heading {
  color: #f16527;
  text-align: center;
}

#alignment-score {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  background-color: #fff;
  position:relative;
  /* background: #eee url(assets/img/methodology-bg.jpg) top center no-repeat fixed;
  background-size: cover; */
}

#alignment-score .subtitle {
  font-size: 1.5rem;
  font-weight: 200;
  margin: 0 auto;
  padding: 22px 0px;
  text-align: left;
}

.alignment-btn {
  background: #f16527;
  display: inline-block;
  color: #fff;
  padding: 16px 29px;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  transition: background-color 0.5s;
}

.alignment-btn:hover {
  background-color: #376bfb;
  color: #fff;
}

.alignment-btn-div {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.alignment-btn-inner-div {
  float: right;
  width: 33.333333333%;
}

/* .user-msg:before {
    content: open-quote;
}
.user-msg:after {
    content: close-quote;
} */
.user-msg{
  color: #376bfb;
  font-size: 14px;
  height: 78px;
  text-align: left;
  padding-right: 8px;
  padding-left: 8px;
  letter-spacing: 0.1px;
  /* quotes: "“""”""‘""’"; */
}
.user-detail{
  color: #808080;
  font-size: 14px;
  padding-right: 8px;
  padding-left: 8px;
  letter-spacing: 0.5px;
}
.user-img{
  padding-right: 8px;
  padding-left: 8px;
}

/* new gif */
.new-span-style{
  position: absolute; top: -13px;right: -39px;
}
.new-span-mobile-style{
  position: absolute; 
  top: -9px;
  right: -36px;
}
/* engagement */

#engagement {
  position: relative;
  box-sizing: border-box;
  padding: 50px 0;
  text-align: center;
  background: #e9f0f9;
}

#engagement.mobile {
  padding: 0;
}

#engagement.mobile h2 {
  margin: 0;
  padding: 50px 20px 20px;
  color: #fff;
  background: #0a173b;
}

#engagement.mobile img {
  display: block;
  width: 100%;
  height: auto;
}

.slidemobile p {
  line-height: 50px;
  position: relative;
  margin: 0;
  margin-top: -50px;
  padding: 0 20px;
  color: #fff;
  background: rgba(10, 23, 59, 0.51);
}

.slidemobile {
  display: none;
}

.slidemobile:first-child {
  display: block;
}

#engagement h2 {
  font-weight: 400;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  color: #fff;
  text-shadow: 0 0 34px rgba(10, 23, 59, 0.61);
}

.slider {
  padding: 0 40px;
}

.placeholderslide {
  width: 100%;
  height: auto;
  opacity: 0;
}

.slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

.slides>.slide:first-child {
  display: block;
}

.slide p {
  font-size: 2rem;
  line-height: 80px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 20px;
  color: white;
  background: rgba(10, 23, 59, 0.51);
}

.slide.mobile {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  display: none;
}

.controls {
  transition: 0.3s ease-in all;
  opacity: 0;
}

.slider:hover .controls {
  opacity: 1;
}

.controls a {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 0;
  margin-top: -40px;
  padding-top: 80px;
  border-radius: 50%;
  background-size: 100%;
}

.prev {
  left: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8) url(assets/img/prev.png) no-repeat center center;
}

.next {
  right: 20px;
  overflow: hidden;
  background: red;
  background: rgba(255, 255, 255, 0.8) url(assets/img/next.png) no-repeat center center;
}

.mobile .controls a {
  top: auto;
  bottom: 25px;
}

/* about */

#about {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  background: #f4f6f8 url(assets/img/about-bg.jpg) bottom center no-repeat fixed;
  background-size: 100% auto;
}

#about .wrap {
  padding: 0 calc(50% - 440px);
}

.statistics {
  overflow: hidden;
}

.statistic:first-child {
  text-align: left;
}

.statistic:last-child {
  text-align: right;
}

.statistic {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 33%;
  padding: 50px 0;
  vertical-align: top;
}

.statistic p {
  margin: 0;
}

.statistic .number {
  font-weight: 500;
  line-height: 200px;
  position: relative;
  display: inline-block;
  width: 200px;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  text-align: center;
  color: #0a173b;
  border: 4px solid #376bfb;
  border-radius: 50%;
}

.statistic .number span:first-child {
  font-size: 3em;
  position: relative;
  top: -10px;
  display: block;
}

.statistic .number:hover {
  background: rgba(10, 23, 59, 0.2);
}

.statistic .desc {
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 120px;
  display: block;
  width: 100%;
}

.partners {
  position: relative;
  box-sizing: border-box;
  width: calc(100% + 20px);
  margin: 0 auto 30px;
}

.partners:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.partner {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 20px;
  background: transparent;
}

.partner:nth-child(3n + 1) {
  clear: both;
}

.partner>a {
  display: block;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
}

.partner>a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.partner.fade a {
  opacity: 0.5;
}

.partner a {
  display: block;
  background: #fff;
}

.partner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.partner .name {
  font-size: 0.8em;
  margin: 0;
  padding: 10px 5px 0;
}

.partner .title {
  font-size: 0.8em;
  margin: 0;
  padding: 0 5px 10px;
}

.partner .social {
  text-align: left;
}

.social a {
  line-height: 2em;
  display: inline-block;
  width: 2em;
  text-align: center;
  border-radius: 2px;
}

.social .email {
  color: #0a173b;
  background: #dedede;
}

.social .linkedin {
  color: #fff;
  background: #007bb6;
}

.social .facebook {
  color: #fff;
  background: #3b5998;
}

.social .twitter {
  color: #fff;
  background: #00aced;
}

.extended {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  background: rgba(10, 23, 59, 0.8);
}

.extended .bio {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 50px auto 50px;
  padding: 40px 40px 40px 260px;
}

.extended .bio .pic {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 200px;
}

.extended .bio h3 {
  margin-top: 0;
  padding-top: 0;
}

.extended .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url(assets/img/close.png) no-repeat center center;
  background-size: 100%;
}

.clients {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 900px;
  margin-bottom: -20px;
}

.clients h2 {
  margin-bottom: 50px;
}

.dogs {
  font-size: 0.5em;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 50px;
}

.clients ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clients li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 20%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.clients li span {
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  padding-top: calc(50% - 0.5em);
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
}

.clients li:hover span {
  opacity: 1;
}

.clients li img {
  display: block;
  width: 100%;
  height: auto;
}

/* start */

#start {
  padding: 50px 0 0;
  background: #eff5fd url(""),
    linear-gradient(to bottom, #eff5fd 0%, #a2c2f3 100%) no-repeat fixed 100% 0;
  background-size: 50% auto, 100% 100%;
}

#start h2 {
  text-align: center;
}

.columns {
  display: table;
}

.stopwatch {
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
}

.ltr {
  direction: rtl;
}

.contact {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  direction: rtl;
}

.contact .inner {
  display: inline-block;
  text-align: left;
  direction: ltr;
}

.contact .inner .newsletter-btn {
  text-align: center;
  padding: 14.5px 0;
}

.stopwatch img {
  display: block;
  width: 100%;
  height: auto;
}

.cta {
  font-size: 1.5em;
  font-weight: 600;
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-transition: 0.2s ease-in background;
  -moz-transition: 0.2s ease-in background;
  -o-transition: 0.2s ease-in background;
  transition: 0.2s ease-in background;
  color: #fff;
  border-radius: 6px;
  background: #f16527;
  direction: ltr;
}

.cta:hover {
  color: #fff;
  background: #376bfb;
}

/* Blog */
#blog {
  background: #ffffff;
  padding: 50px calc(50% - 600px);
}

.subscribe-modal h2,
#blog h2 {
  padding: 10px 10px 30px;
  text-align: center;
}

#blog .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.post {
  position: relative;
  float: left;
  width: 30%;
  padding: 20px 1.666666666666667% 60px;
  text-align: left;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s;
}

.post-single {
  position: relative;
  margin-top: 10px;
}

.post:hover {
  background-color: #f7f7f7;
}

.post h3 {
  clear: both;
}

.post-single .date,
.post .date {
  font-family: "Myriad Pro";
  color: #bfbfbf;
  position: absolute;
  right: 0;
  bottom: 0;
}

.post-single .author img,
.post .author img {
  width: 78px;
  border: 1px solid #e0e0e0;
}

.post-single .author span,
.post .author span {
  text-transform: uppercase;
  font: 13px "Raleway", sans-serif;
  margin-left: 4px;
  display: inline-block;
  vertical-align: bottom;
}

.post-single a,
.post a {
  font-weight: 600;
  color: #f16527;
  transition: all 0.5s;
}

.post-single a:hover,
.post a:hover {
  color: #376bfb;
}

.post-single .date>div,
.post .date>div {
  float: right;
}

.month-year-block>span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Myriad Pro";
  line-height: 19px;
  font-size: 15px;
  letter-spacing: 1px;
}

.post__meta {
  position: relative;
  padding-right: 85px;
}

.post-single .date .day,
.post .date .day {
  font-size: 42px;
  line-height: 35px;
  position: relative;
  top: 2px;
  right: 7px;
}

.month-year-block>span.month {
  position: relative;
  top: 4px;
  letter-spacing: 2px;
}

.post__featured img {
  height: 100%;
  width: auto;
}

.post__featured {
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  height: 257px;
}

.post__title {
  font-family: "Myriad Pro";
  margin: 12px 0 10px;
  font-size: 20px;
  color: #999;
  font-weight: 300;
  line-height: 25px;
}

.post__text p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-family: "Myriad Pro";
  color: #999999;
}

.post__more-block {
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  width: 100%;
  left: -27px;
  bottom: 19px;
}

.post__more-block i {
  position: relative;
  padding: 0 0 0 9px;
}

.hidden-btn {
  opacity: 0;
  transition: opacity 0.5s;
}

.post:hover .hidden-btn {
  opacity: 1;
}

.newsletter-btn {
  background: #f16527;
  display: inline-block;
  color: #fff;
  width: 100%;
  padding: 10px 0 4px;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  transition: background-color 0.5s;
}

.newsletter-btn:hover {
  background-color: #376bfb;
  color: #fff;
}

.newsletter-btn img {
  display: inline;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-right: 8px;
}

.more-perspectives {
  float: right;
  height: 46px;
  box-sizing: border-box;
  background: #cecece;
  display: inline-block;
  color: #fff;
  padding: 16px 29px;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  transition: background-color 0.5s;
}

.more-perspectives:hover {
  background-color: #376bfb;
  color: #fff;
}

.more-perspectives i {
  display: inline;
  margin: 0 0 0 13px;
  font-size: 14px;
}

.blog__btns-block {
  float: right;
  width: 33.333333333%;
}

/* Single blog pages */
.simple h1 {
  margin: 22px 0 0 5px;
  width: 168px;
  height: 58px;
}

.control-buttons {
  padding: 20px 0 0;
  float: right;
}

.control-buttons a {
  color: #bfbfbf;
  transition: color 0.5s;
  line-height: 44px;
  display: inline-block;
  vertical-align: top;
}

.control-buttons i {
  font-size: 34px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #f16527;
  transition: color 0.5s;
}

.control-buttons a:hover i,
.control-buttons a:hover {
  color: #376bfb;
}

.close-btn i {
  margin: 0 3px 0 12px;
}

.back-btn {
  margin: 0 31px 0 0;
}

.back-btn i {
  margin: 0 12px 0 0;
  font-size: 44px;
}

.simple .container {
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  /*box-shadow: 0 0 5px #b5b5b5;
    border-bottom: 4px solid #fc6621;*/
  padding: 0 28px 0 27px;
}

.container.main {
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  box-shadow: 0 0 5px #b5b5b5;
  padding-top: 84px;
}

#main {
  padding: 10px 30px 0 27px;
}

#single-main {
  padding: 10px 30px 0 22px;
}

.container__main {
  float: left;
  width: 70%;
  max-width: 783px;
  border-right: 1px solid #e0e0e0;
}

.author-cart {
  padding-top: 22px;
}

.author-cart__content,
.author-cart__avatar {
  float: left;
}

.author-cart__avatar {
  width: 29%;
}

.author-cart__avatar img {
  max-width: 100%;
}

.author-cart__content {
  margin-left: 30px;
  width: 61%;
}

.author-cart__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 29px;
  font-family: "Raleway", sans-serif;
  line-height: 29px;
  letter-spacing: 2px;
  color: #f16527;
  font-weight: 600;
}

.author-cart__descr p {
  margin: 24px 0 0 0;
  font-size: 14px;
  font-family: "Myriad Pro";
  letter-spacing: 1px;
  line-height: 24px;
  color: #898989;
  text-align: justify;
}

.author-cart__social {
  float: left;
  width: 96%;
  padding: 15px 0;
}

.author-cart:after {
  border-bottom: 1px solid #e0e0e0;
  width: 96%;
  padding: 20px 0 0;
}

.author-cart__social a {
  font-size: 30px;
  margin-right: 11px;
  color: #bfbfbf;
  transition: all 0.5s;
}

.author-cart__social a:hover {
  color: #f16527;
}

.author-posts__title {
  font-family: "Myriad Pro";
  font-weight: 600;
  font-size: 25px;
  margin: 39px 0 0 0;
  color: #686868;
}

.search-page__title {
  font-family: "Myriad Pro";
  font-weight: 600;
  font-size: 25px;
  margin: 22px 0 0 0;
  color: #686868;
}

.author-post__inner .post {
  padding: 10px 21px 60px;
  width: 46%;
  max-width: 356px;
  margin: 11px -21px 0;
}

.author-post__inner {
  margin-top: 8px;
  padding-bottom: 30px;
}

.author-post__inner .post:nth-child(2n) {
  margin-left: 17px;
}

.container__sidebar {
  float: right;
  width: 29%;
}

.sidebar__title {
  margin: 19px 0 15px 5px;
  font-size: 19px;
  font-weight: 500;
}

.sidebar__block {
  background: #f7f7f7;
  box-sizing: border-box;
  margin: 20px 0 30px 0;
  padding: 0 16px 28px 13px;
  border: 1px solid #e8e8e8;
  font-family: "Myriad Pro";
}

.newsletter-block {
  padding-bottom: 30px;
  text-align: right;
}

div.sidebar__block input[type="email"],
div.sidebar__block input[type="text"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0 0 0 19px;
  font-size: 16px;
  background: #fff;
  border: 2px solid #e0e0e0;
  box-shadow: none;
  border-radius: 0;
  font-family: "Myriad Pro";
  color: #222222;
}

div.sidebar__block ::-webkit-input-placeholder {
  color: #909090 !important;
}

div.sidebar__block :-moz-placeholder {
  color: #909090 !important;
}

div.sidebar__block ::-moz-placeholder {
  color: #909090 !important;
}

div.sidebar__block :-ms-input-placeholder {
  color: #909090 !important;
}

form.ctct-custom-form {
  text-align: right;
}

div.sidebar__block form.ctct-custom-form {
  padding: 0;
}

div.sidebar__block form.ctct-custom-form p {
  margin: 0;
}

#searchform_authors,
#searchform {
  position: relative;
}

.search-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 34px;
  height: 36px;
  box-sizing: border-box;
  color: #929292;
  cursor: pointer;
  padding: 6px 0 0 0;
  text-align: center;
  transition: color 0.5s;
}

.search-btn:hover {
  color: #f16527;
}

div.sidebar__block button.Button {
  border: 0;
  background: #f16527;
  color: #fff;
  width: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 33px 15px;
  max-height: none;
  min-height: 0;
  letter-spacing: 2px;
  transition: background-color 0.5s;
  margin: 19px 0 0 0;
  text-transform: uppercase;
  cursor: pointer;
}

div.sidebar__block button.Button:hover {
  background: #376bfb;
}

.yikes-easy-mc-form {
  text-align: right;
  margin: 0 0 6px 0;
}

.sidebar__block .edit-link {
  display: none;
}

.newsletter-block .sidebar__title {
  margin-bottom: 21px;
  text-align: left;
}

.sidebar__block.no-border {
  border: 0;
  background: 0;
  padding-top: 0;
  margin-top: 45px;
}

.post-categories li {
  margin: 0 0 13px 0;
  padding: 0 0 14px 0;
  border-bottom: 1px solid #e2e2e2;
}

.post-categories li:last-child {
  border: 0;
}

.post-categories {
  padding: 7px 0 0 7px;
  list-style-type: none;
  font-size: 17px;
}

.post-categories a {
  color: #f16527;
  transition: color 0.5s;
}

.post-categories a:hover {
  color: #376bfb;
}

.not-found {
  text-align: center;
  margin: 40px 0;
  font-size: 20px;
}

.pagination-block-outer {
  padding-bottom: 30px;
}

.pagination-block {
  clear: both;
  text-align: left;
  background: #f7f7f7;
  height: 46px;
  position: relative;
  box-sizing: border-box;
  padding: 10px 0 0 173px;
}

.pagination-block a {
  background: none;
  color: #f16527;
  transition: all 0.5s;
}

.pagination-block a,
.pagination-block span {
  margin: 0 18px;
  font-size: 15px;
  font-family: "Myriad Pro";
  font-weight: 600;
}

.pagination-block a:hover {
  color: #376bfb;
}

.pagination-block-single a,
.next.page-numbers {
  right: 0;
}

.pagination-block-single a[rel="prev"],
.prev.page-numbers {
  left: 0;
}

.pagination-block-single a,
.prev.page-numbers,
.next.page-numbers {
  top: 0;
  position: absolute;
  width: 145px;
  margin: 0;
  padding: 14px 0;
  background: #f16527;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  letter-spacing: 1px;
  text-align: center;
  font-size: 14px;
}

.prev.page-numbers i {
  padding-right: 8px;
  position: relative;
  left: -5px;
}

.next.page-numbers i {
  padding-left: 11px;
}

.pagination-block-single a:hover,
.prev.page-numbers:hover,
.next.page-numbers:hover {
  background: #376bfb;
  color: #fff;
}

.blog-text p {
  font-size: 16px;
  text-align: justify;
  padding-right: 20px;
  font-weight: 300;
}

#single-main .container__main {
  width: 70%;
  max-width: 788px;
  padding-right: 26px;
  box-sizing: border-box;
}

.post-single__featured {
  margin-top: 10px;
}

.post-single__featured.video {
  height: 350px;
}

.post-single__featured img {
  max-width: 100%;
  height: auto;
}

.post-single__title {
  font-family: "Myriad Pro";
  color: #525252;
  font-size: 26px;
  margin: 30px 0 0;
}

.single-post__share a {
  font-size: 38px;
  margin-right: 11px;
  color: #bfbfbf;
  transition: all 0.5s;
}

.single-post__share a:hover {
  color: #f16527;
}

.single-post__share {
  margin-top: 13px;
}

.single-post__text {
  margin-top: 32px;
}

.single-post__text {
  font-family: "Myriad Pro";
  color: #898989;
  padding-left: 3px;
}

.single-post__text img {
  max-width: 100%;
  height: auto;
}

.single-post__text p {
  margin: 0 0 23px 0;
  letter-spacing: 0.8px;
  text-align: left;
  word-break: break-word;
}

.single-post__text>* {
  line-height: 24px;
  font-size: 14px;
}

.single-post__text p strong {
  color: #525252;
}

.single-post__text ul {
  font-size: 14px;
  letter-spacing: 0.7px;
  padding: 13px 0 0 35px;
  margin-bottom: 30px;
}

.single-post__text li {
  margin-bottom: 10px;
}

.single-post__text h3 {
  font-size: 19px;
  margin: 0 0 25px 0;
}

.post-categories.single-post__categories ul {
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.post-categories.single-post__categories {
  padding: 0;
  margin-top: 78px;
}

.post-categories.single-post__categories li {
  float: left;
  list-style-type: none;
  border: none;
  position: relative;
  padding: 0;
  margin: 0 50px 0 0;
}

.post-categories.single-post__categories li:first-child:before {
  content: "";
}

.post-categories.single-post__categories li:before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  color: #e0e0e0;
  position: absolute;
  top: 4px;
  left: -31px;
}

.post-single .author img {
  position: relative;
  top: 7px;
  width: 76px;
}

.single-post__share-title {
  color: #353535;
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 23px;
  margin: 0 0 0 5px;
  letter-spacing: 1.5px;
}

.single-post__share-block {
  margin-top: 50px;
}

.single-post__share-block .single-post__share {
  margin: 10px 0 59px 0;
}

.pagination-block-single a[rel="prev"] i {
  padding-right: 8px;
  position: relative;
  padding-left: 11px;
  left: -15px;
}

.pagination-block-single a i {
  position: absolute;
  right: 11px;
  margin-top: 2px;
}

.modal-content {
  margin-top: 50px;
}

.subscribe-modal h2 {
  font-family: "Myriad Pro";
  font-size: 26px;
  margin: 7px 0 0;
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.4px;
}

div.subscribe-modal input[type="text"] {
  width: 86%;
  margin: 0 auto;
  display: block;
  border-radius: 0;
  border: 2px solid #e0e0e0;
  box-sizing: border-box;
  font-family: "Myriad Pro";
  font-size: 18px;
  padding: 11px 0 9px 19px;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: #222222;
}

.subscribe-modal ::-webkit-input-placeholder {
  color: #909090 !important;
}

.subscribe-modal :-moz-placeholder {
  color: #909090 !important;
}

.subscribe-modal ::-moz-placeholder {
  color: #909090 !important;
}

.subscribe-modal :-ms-input-placeholder {
  color: #909090 !important;
}

div.subscribe-modal button.ctct-button {
  margin: 41px auto;
  display: block;
  width: 55%;
  padding: 18px 0 14px 0;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  font-size: 15px;
  background: #f16527;
}

div.subscribe-modal button.ctct-button:hover {
  background: #376bfb;
}

div.subscribe-modal p {
  margin-bottom: 18px;
}

.modal-body {
  padding: 15px 15px 10px;
}

form.ctct-custom-form {
  min-width: 0;
}

.close-modal {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 33px;
  color: #f16527;
  z-index: 100;
  transition: all 0.5s;
}

.close-modal:hover {
  color: #376bfb;
}

span#success_message {
  font-family: "Myriad Pro";
  font-size: 26px;
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  top: 28px;
  margin-top: 50%;
}

.single-post__text>ol {
  list-style-type: none;
  padding: 0;
}

/* Footer */
footer {
  font-size: 0.75em;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  height: 50px;
  padding: 0;
  text-align: center;
}

footer .text {
  overflow: hidden;
  padding: 0 50px;
  background: #fff;
}

footer:after {
  line-height: 0;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: "";
}

footer .aligning,
footer .copyright,
footer .top {
  display: inline-block;
  margin: 0;
}

footer .top:before {
  font-family: "FontAwesome";
  margin-right: 0.25em;
  content: "\f062";
}

footer .aligning {
  position: absolute;
  right: 100px;
  bottom: 0;
  left: 100px;
  height: 50px;
}

footer a {
  color: #0a173b;
}

footer a:hover {
  color: #f16527;
}

footer .copyright {
  float: left;
}

footer .top {
  float: right;
}

.newsletter-signup input.error {
  border-color: #f5463b !important;
  color: #f5463b !important;
}

.newsletter-signup label.error {
  display: none !important;
}

.sidr {
  /* display: none; */
  position: absolute;
  position: fixed;
  top: 0;
  left: -260px;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
  -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
  box-shadow: inset 0 0 5px 5px #ebebeb;
}

.mobile-menu-block {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0 10px 0 28px;
  list-style: none;
  text-align: justify;
  background: #fff;
}

nav.fixed .mobile-menu-block {
  /* position: fixed; */
  z-index: 5;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background: #fff;
}

.mobile-menu-toggle {
  font-size: 40px;
  float: right;
  line-height: 80px;
}

ul.sm-main-menu {
  float: none;
  margin: 0;
}

.sm-main-menu li {
  float: none;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.sm-main-menu li a {
  line-height: 60px;
}

header nav.mobile .container {
  padding: 0;
}

.sm-main-menu li {
  padding: 0 20px 0 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}

.mobile-menu-block {
  display: none;
}

input[type="text"].error:focus,
.ctct-custom-form input[type="text"].is-error:focus {
  outline: none;
}

/*.remodal-is-locked .simple .container {
    left: -8px;
    position: relative;
}*/

.remodal.remodal-share-email {
  padding: 25px 15px 35px;
  height: 295px;
  box-sizing: border-box;
  position: relative;
}

.modal-thank-block h2 {
  font-family: "Myriad Pro";
  font-size: 26px;
  margin: 7px 0 0;
  color: #707070;
  letter-spacing: 0.4px;
}

.modal-thank-block {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -24px;
}

.remodal-share-email input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
}

.remodal-share-email div.subscribe-modal button.ctct-button {
  color: #fff;
  cursor: pointer;
  border: none;
  transition: all 0.5s;
  margin: 20px auto 0;
}

.remodal-share-email h2 {
  font-weight: 700;
  padding-bottom: 15px;
}

.loader {
  height: 70px;
  box-sizing: border-box;
}

.loader svg.uil-ring {
  height: 30px;
  margin-top: 20px;
}

label#email-error {
  display: none !important;
}

input.email-subscribe-modal.error {
  border-color: #f5463b !important;
  color: #f5463b !important;
}

@media (max-width: 1206px) {

  .container.main,
  .simple .container {
    border-left: 0;
    border-right: 0;
  }

  .simple .container {
    padding: 0 28px;
  }
}

@media (max-width: 1100px){
  nav ul:not(.sm-main-menu) li a {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1040px) {
  header.home {
    padding-right: 20px;
    padding-left: 20px;
  }

  header.home .intro.text .text {
    width: calc(100% - 40px);
  }

  nav ul {
    margin-right: 20px;
  }

  .wrap {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .author-post__inner .post {
    max-width: none;
  }

  .controls {
    opacity: 1;
  }

  .container__main {
    width: 100%;
    float: none;
    max-width: none;
    border: none;
  }

  .container__sidebar {
    float: none;
    width: 100%;
  }

  #single-main .container__main {
    width: 100%;
    padding: 0;
    max-width: none;
  }

  #single-main {
    padding: 0 15px;
  }

  .post-single {
    margin-top: 0;
  }

  .post-single__featured {
    margin-top: 10px;
  }

  .container.main,
  .simple .container {
    border: none;
  }

  .blog__btns-block {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 25px;
  }

  .blog__btns-block a {
    width: 90%;
    float: none;
    max-width: 400px;
    height: inherit;
  }
}

@media (max-width: 990px) {
  header.home br {
    display: none;
  }

  .intro {
    padding: 0 20px;
  }
}

@media (max-width: 960px) {
  #about .wrap {
    padding: 0 20px;
  }

  br {
    display: none;
  }

  #start br {
    display: inline;
  }

  .clients {
    width: calc(100% + 20px);
  }

  #blog {
    padding: 30px 15px;
  }

  #blog .wrap {
    width: 100%;
    margin: 0;
  }

  .author-post__inner .post,
  .post {
    float: none;
    max-width: none;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 15px !important;
    box-sizing: border-box;
  }

  .post {
    height: inherit !important;
  }

  .post__more-block {
    left: 0;
    position: static;
  }
}

@media (max-width: 900px){
  div:not(.mobile-menu-block) > h1{
    width: 128px;
  }

  nav ul:not(.sm-main-menu) li a{
    font-size: 14px;
  }
}

@media (max-width: 840px) {
  .clients li {
    width: 25%;
  }

  .blog-pages {
    padding: 0;
  }
}

@media (max-width: 790px){
  div:not(.mobile-menu-block) > h1{
    width: 120px;
  }

  nav ul:not(.sm-main-menu) li a{
    font-size: 12px;
  }
}

@media (max-width: 765px) {
  .statistic .number {
    line-height: 150px;
    width: 150px;
  }

  .statistic .number span:first-child {
    font-size: 2em;
  }

  .statistic .desc {
    top: 85px;
  }

  .slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: local 50% 0;
  }

  .slide p {
    font-size: 1.2rem;
  }

  .controls a {
    width: 50px;
    margin-top: -25px;
    padding-top: 50px;
  }

  .author-post__inner .post {
    width: 100%;
    max-width: none;
  }

  .author-post__inner .post:nth-child(2n) {
    margin-left: -21px;
  }

  form.ctct-custom-form {
    text-align: right;
    width: 100%;
    padding: 0;
  }

  div.subscribe-modal input[type="text"] {
    width: 100%;
  }

  .remodal {
    height: 507px;
  }

  span#success_message {
    top: 58px;
  }

  div.subscribe-modal button.ctct-button {
    margin: 15px auto;
  }

  .subscribe-modal h2 {
    padding: 10px 10px 15px;
  }

  nav .container>ul,
  nav .container>h1 {
    display: none;
  }

  .mobile-menu-block {
    display: block;
  }

  nav h1 {
    float: left;
    margin: 16px 0 0 5px;
  }

  body.section-methodology nav a[href="#methodology"],
  body.section-our_books nav a[href="#our_books"],
  body.section-alignment-score nav a[href="#alignment-score"],
  body.section-engagement nav a[href="#engagement"],
  body.section-about nav a[href="#about"],
  body.section-blog nav a[href="#blog"],
  body.section-start nav a[href="#start"] {
    color: #f16527;
    box-shadow: none;
    border-left: 7px solid #f16527;
  }

  header.home .container {
    padding: 0;
  }
}

@media (max-width: 740px) {
  #main {
    padding: 10px 20px;
  }

  /*nav {
        z-index: 3;
    }
    nav ul {
		float: none;
		overflow: hidden;
		box-sizing: border-box;
		width: 100%;
		height: 80px;
		margin: 0;
		padding: 20px 10px;
		list-style: none;
		text-align: justify;
		background: #fff;
    }
    nav ul:after {
        display: inline-block;
        width: 100%;
        content: '';
    }
    nav li {
        line-height: 2rem;
        display: inline-block;
        float: none;
        padding: 0;
    }
    nav li a {
        line-height: 60px;
        display: block;
        padding: 0;
    }
    nav.fixed {
        position: absolute;
        z-index: 9999;
        right: 0;
        bottom: 0;
        left: 0;
        height: 60px;
        background: #fff;
    }
    nav.fixed ul {
        position: fixed;
        z-index: 5;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        background: #fff;
    }*/
  .alignment {
    display: block;
    width: auto;
    margin: 0;
  }

  .alignment p:last-child {
    margin-top: -30px;
  }

  .alignment a:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }

  .columns,
  .ltr,
  .stopwatch,
  .contact {
    display: block;
    width: 100%;
    direction: ltr;
  }

  .contact {
    margin-bottom: 50px;
  }

  .contact .inner {
    text-align: center;
  }

  .controls {
    transition: none;
    opacity: 1;
  }

  .extended .bio {
    padding: 40px;
  }

  .extended .bio h3 {
    text-align: center;
  }

  .extended .bio .pic {
    position: static;
    width: 200px;
    margin: 0 auto;
  }

  .partner .social {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .author-cart__avatar {
    width: 100%;
    text-align: center;
  }

  .author-cart__content {
    margin: 10px 0 0 0;
    width: 100%;
  }

  .author-cart__title {
    text-align: center;
  }

  .alignment-btn {
    padding: 14px 14px;
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .clients li {
    width: 50%;
  }

  html {
    font-size: 15px;
  }

  header.home .intro.text {
    font-size: 1.4rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  #methodology .subtitle {
    font-size: 1.2rem;
  }

  .post__featured {
    height: 190px;
  }

  h1 {
    margin: 0;
    width: 70px;
    height: 70px;
  }

  h1 a {
    width: 218px;
    background: url("images/mobile-logo.png") no-repeat;
    background-size: auto 100%;
    padding-top: 58px;
  }

  h1 {
    margin: 12px 0 10px 5px !important;
  }

  .back-btn {
    margin: 0 15px 0 0;
  }

  .post-single__featured.video {
    height: 200px;
  }

  .pagination-block a,
  .pagination-block span {
    display: none;
  }

  .pagination-block-single a,
  .prev.page-numbers,
  .next.page-numbers {
    display: block;
  }
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

@media (max-width: 590px) {
  .statistics {
    margin: 50px 0 30px;
  }

  .statistic {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    text-align: center !important;
  }

  footer .aligning {
    position: static;
    float: left;
  }

  footer .copyright {
    display: none;
  }
}

@media (max-width: 479px) {
  .partner {
    float: left;
    width: 50%;
    margin: 0 0 20px 0;
    clear: none;
  }

  .partner:nth-child(3n + 1) {
    clear: none;
  }

  .partner:nth-child(3),
  .partner:nth-child(4),
  .partner:nth-child(6),
  .partner:nth-child(8),
  .partner:nth-child(10),
  .partner:nth-child(12),
  .partner:nth-child(14),
  .partner:nth-child(16),
  .partner:nth-child(18),
  .partner:nth-child(20),
  .partner:nth-child(22),
  .partner:nth-child(24),
  .partner:nth-child(26),
  .partner:nth-child(28),
  .partner:nth-child(30) {
    clear: both !important;
  }

  .partner:nth-child(3) {
    width: 100%;
    height: 80px;
  }

  .clients h2 {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .simple h1 {
    width: 80px;
  }

  .alignment-btn {
    padding: 11px 9px;
    font-size: 11px;
    letter-spacing: 0px;
  }
}