@charset "UTF-8";
.visible-xs {
  display: none;
}
.btn.btn-transparent {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-transparent.blue-text {
  color: #000;
}
.btn.btn-transparent:hover {
  color: #e6e6e6;
  border-color: #e6e6e6;
  background: rgba(255, 255, 255, 0.2);
}
.btn.btn-block {
  width: 100%;
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
.container-flex {
  display: flex;
  flex-flow: row wrap;
}
.container-flex > * {
  flex: 1 auto;
}
.container-flex .flex-md-6 {
  flex: 1 50%;
}
.container-flex .flex-md-4 {
  flex: 1 33%;
}
.container-flex .flex-md-8 {
  flex: 2 66%;
}
.tiles-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, 70px);
  grid-gap: 10px;
}
.tiles-grid .tile-medium {
  grid-column: span 2;
  grid-row: span 2;
}
.wpb_wrapper .vc_images_carousel {
  padding-bottom: 30px;
}
.wpb_wrapper .vc_images_carousel .vc_carousel-indicators {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel.with-thumbnail {
  margin-bottom: 60px;
}
.carousel.with-thumbnail .carousel-indicators {
  bottom: -50px;
  margin: 5px auto;
  overflow-y: hidden;
}
.carousel.with-thumbnail .carousel-indicators li {
  width: 50px;
  height: 50px;
  display: block;
}
.carousel.with-thumbnail .carousel-indicators li img {
  -webkit-transition: .5s;
  opacity: 0.8;
}
.carousel.with-thumbnail .carousel-indicators li img:hover {
  opacity: 1;
}
.carousel.with-thumbnail .carousel-caption {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel.with-thumbnail .carousel-caption span {
  color: #fff;
}
.carousel.with-thumbnail .carousel-slide-index {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1px 6px;
  position: absolute;
  top: 0;
  right: 0;
}
.carousel.with-thumbnail a[class^=carousel-control-] {
  opacity: .8;
}
.carousel.with-thumbnail a[class^=carousel-control-]:hover {
  opacity: 1;
}
.carousel.with-thumbnail a[class^=carousel-control-] .inner {
  padding: 15px;
  background: rgba(255, 255, 255, 0.5);
}
.carousel.with-thumbnail a[class^=carousel-control-] .inner span[class^=carousel-control-] {
  vertical-align: middle;
}
img.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100% !important;
  height: 100% !important;
}
/* MASTHEAD */
#masthead {
  background: #eb551a;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  z-index: 99999;
  padding: 0;
}
#masthead.reveal {
  top: 0;
}
#masthead.collapse {
  top: -48px;
}
#masthead .brand {
  float: left;
  margin-right: 32px;
  width: 240px;
  height: 48px;
  background: url('../img/vulcan-post-logo(white).svg') no-repeat center center;
  background-size: 100%;
}
#masthead .headerNav {
  float: left;
}
#masthead .headerNav > ul > li {
  display: inline-block;
}
#masthead .headerNav li a {
  padding: 16px;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
}
#masthead .headerNav li.active > a,
#masthead .headerNav li:hover > a {
  color: white;
  background: rgba(0, 0, 0, 0.1);
}
#masthead nav .dropdown-menu {
  background-color: #eb541c;
}
#masthead nav .nav-item.dropdown:hover > ul.dropdown-menu {
  display: block;
}
#masthead .headerNav ul,
#masthead ul.footerNav {
  margin: 0;
}
#masthead .headerNav ul .dropdown .dropdown-menu,
#masthead ul.footerNav .dropdown .dropdown-menu {
  display: none;
}
#masthead .searchToggle {
  float: right;
  color: white;
  font-size: 18px;
  line-height: 48px;
  cursor: pointer;
  font-weight: 700;
}
.white-menu #masthead {
  background: #ffffff;
  color: #000;
}
.white-menu #masthead .brand {
  background-image: url('../img/vulcan-post-logo-black.png');
}
.white-menu #masthead .headerNav li a {
  color: #000;
}
.white-menu #masthead .searchToggle {
  color: #000;
}
.menuToggle,
#mobileMenu {
  display: none;
}
@media screen and (max-width: 820px) {
  .white-menu #masthead .brand {
    background-image: url('../img/vulcan-post-brandmark-black.png');
  }
  .white-menu #masthead .menuToggle {
    background-image: url('../img/menu-black.png');
  }
}
.admin-bar #masthead {
  top: 32px;
}
.admin-bar #masthead.reveal {
  top: 32px;
}
.admin-bar #masthead.collapse {
  top: -48px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
ins {
  text-decoration: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption,
th,
td {
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
* html {
  font-size: 100%;
}
html {
  height: 100%;
  top: 0;
  bottom: 0;
  font-size: 16px;
  margin: 0;
  line-height: 1;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  position: relative;
  background: #f7f7f7;
  width: 100%;
  color: #333;
  font-weight: 400;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
}
body.single {
  background: #f7f7f7;
}
.text-center {
  text-align: center;
}
small {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 0 4px;
  color: #333;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: break-word;
  }
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
  font-weight: 300;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.65rem;
  }
}
/* Links and Paragraphs */
p {
  margin-top: 0;
  color: #373737;
  font-weight: 400;
  font-size: 16px;
  font-family: 'georgia', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
p,
ul,
ol {
  margin-bottom: 14px;
}
p strong,
strong {
  font-weight: 700;
}
.article-container {
  border: 1px solid #f2e7e7;
}
p.lead {
  margin-bottom: 18px;
  color: #555;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 15px;
    line-height: 1.625em;
  }
}
a {
  outline: 0;
  color: inherit;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: .5s;
  transition: .5s;
}
a:hover {
  color: #eb551a;
}
.button,
button,
.alm-load-more-btn {
  border-radius: 24px;
  padding: 12px 28px;
  background: transparent;
  border: 1px solid #eb551a;
  color: #eb551a;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 200ms 100ms ease, all 200ms ease;
  transition: transform 200ms 100ms ease, all 200ms ease;
  cursor: pointer;
}
.alm-load-more-btn.loading::before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 4px 0;
  background-image: url(https://cdn01.vulcanpost.com/assets/icons/cube.svg);
  background-size: cover;
  vertical-align: middle;
}
.button:hover,
button:hover,
.alm-load-more-btn:hover {
  color: #fff;
  background: #eb551a;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.button:focus,
button:focus {
  outline: none;
}
.column:first-child,
.columns:first-child {
  margin-left: 0 !important;
}
/* Column Classes */
.row .one.column {
  width: 5.76023%;
}
.row .one.columns {
  width: 5.76023%;
}
.row .two.columns {
  width: 14.32749%;
}
.row .three.columns {
  width: 22.89474%;
}
.row .four.columns {
  width: 31.46199%;
}
.row .five.columns {
  width: 40.02924%;
}
.row .six.columns {
  width: 48.59649%;
}
.row .seven.columns {
  width: 57.16374%;
}
.row .eight.columns {
  width: 65.73099%;
}
.row .nine.columns {
  width: 74.29825%;
}
.row .ten.columns {
  width: 82.8655%;
}
.row .eleven.columns {
  width: 91.43275%;
}
.row .twelve.columns {
  width: 100%;
}
/* Mobile */
@media only screen and (max-width: 767px) {
  body {
    min-width: 0;
    width: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    min-width: 0;
    width: 100%;
  }
  .row .row .column,
  .row .row .columns {
    padding: 0;
  }
  .row .centered {
    margin-left: 0 !important;
  }
  .column,
  .columns {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: auto !important;
  }
  .three.columns {
    float: left !important;
    margin-left: 1%;
    width: 49.5% !important;
    margin-bottom: 0;
  }
  .three.columns:nth-child(odd) {
    margin-left: 0 !important;
  }
  .column:last-child,
  .columns:last-child {
    float: none;
    margin-right: 0;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  [class*="column"]:before {
    display: table;
  }
  [class*="column"]:after {
    display: table;
    clear: both;
  }
  [class^="push_"],
  [class*="push_"],
  [class^="pull_"],
  [class*="pull_"] {
    margin-left: 0 !important;
  }
}
/* Tables */
table {
  width: 100% !important;
  padding: 12px;
  margin-bottom: 36px;
}
table tr {
  border-bottom: 1px solid #eee;
}
table tr:hover {
  background: #f9f9f9;
}
table tr:first-child {
  border-bottom: 2px solid #ddd;
}
table tr:last-child {
  border-bottom: 0;
}
table td {
  padding: 5px 10px;
}
table p {
  font-family: 'georgia', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  margin-bottom: 0;
}
/* MAIN */
#main {
  padding-top: 48px;
  position: relative;
}
h3.section-title {
  color: #eb551a;
  text-transform: capitalize;
  font-size: 24px;
  padding-bottom: 24px;
}
/* WIDGET: Slider */
.slider {
  width: 100%;
  position: relative;
}
.slider .slide {
  height: 360px;
  overflow: hidden;
  position: relative;
}
.slider .slide .thumbnail {
  background: #222 center center;
  background-size: cover;
  position: relative;
  height: 360px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.slider .slide:hover .thumbnail {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.slider .slide .thumbnail:after {
  content: '';
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .slide header {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 16px 18px;
}
.slider .slide header .category {
  background: rgba(235, 85, 26, 0.8);
  color: white;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 2px 6px;
  text-transform: uppercase;
  position: relative;
  top: -8px;
}
.slider .slide header h2 {
  font-size: 20px;
  color: white;
  font-weight: 600;
  margin-bottom: 12px;
}
.slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  height: 32px;
}
.slider-nav .next,
.slider-nav .prev {
  position: absolute;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.slider-nav .next:hover,
.slider-nav .prev:hover {
  color: rgba(255, 255, 255, 0.9);
}
.slider-nav .next {
  right: -32px;
}
.slider-nav .prev {
  left: -32px;
}
.swiper-container:hover .slider-nav .next {
  right: 24px;
}
.swiper-container:hover .slider-nav .prev {
  left: 24px;
}
/* COLUMN HERO */
.column-hero {
  background: url('../img/column-bg.jpg') center center no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  display: block;
  position: relative;
}
.column-hero .column-title {
  font-size: 48px;
  color: white;
  line-height: 0.75;
  padding-bottom: 16px;
}
.column-hero .column-description {
  font-size: 16px;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
  margin-bottom: 0;
}
.column-hero .featured {
  float: right;
}
.valign {
  position: relative;
  margin-top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.column-hero .featured article {
  margin-bottom: 18px;
  display: inline-block;
  width: 100%;
}
.column-hero .featured article:last-child {
  margin-bottom: 0;
}
.column-hero .featured article:first-child h2 {
  font-size: 24px;
}
.column-hero .featured h2 {
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.column-hero .featured .meta {
  font-weight: 600;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}
.column-hero .featured .meta .author {
  color: #eb551a;
}
.column-hero .featured .meta .author:after {
  content: '|';
  color: rgba(255, 255, 255, 0.5);
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .column-hero {
    padding: 128px 24px 24px;
    height: auto;
  }
  .column-hero .valign {
    margin-top: 0;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .column-hero .featured article {
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 12px;
  }
  .column-hero .featured article:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .column-hero .column-title {
    font-size: 36px;
    padding-bottom: 24px;
  }
  .column-hero .column-description {
    display: none;
  }
}
/* FEED */
.feed {
  border-bottom: 1px solid #eee;
}
.card-flow .swiper-nav {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}
.card-flow .swiper-nav > div {
  display: inline-block;
  font-size: 24px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  color: #999;
  padding: 6px 12px;
}
.card-flow .swiper-nav > div:hover {
  color: #555;
}
.card-flow .swiper-nav .swiper-button-disabled,
.card-flow .swiper-nav .swiper-button-disabled:hover {
  color: #ddd;
}
.cards {
  padding: 36px 0;
}
.cards + .cards {
  padding-top: 0;
}
.cards > header {
  margin-bottom: 16px;
}
.cards h3.section-title {
  float: left;
  margin-top: 14px;
  padding-bottom: 0;
}
.cards .view-all {
  float: right;
}
.feed-controller {
  border-bottom: 1px solid #eee;
  margin-bottom: 24px !important;
  width: 100%;
}
.feed-controller .swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
  border-right: 1px solid #eee;
  padding: 8px 18px 11px;
  color: #bbb;
  font-size: 24px;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  letter-spacing: -0.3px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.feed-controller .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  color: #eb551a;
}
.feed-controller .swiper-pagination-bullet:first-child {
  padding-left: 0;
}
.feed-controller .swiper-pagination-bullet:last-child {
  border-right: 0;
}
.feed .stories {
  width: calc(100% - 360px);
  float: left;
  background: #fff;
  padding-bottom: 48px;
  padding-top: 48px;
}
.feed .stories > .row {
  padding-left: 72px;
  padding-right: 72px;
}
.feed .stories .alm-load-more-btn {
  margin: 24px auto;
  display: block;
}
.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
  filter: alpha(opacity=0);
}
.swiper-container-fade .swiper-slide-active.swiper-slide {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}
.stories .story.list {
  clear: both;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
  transition: all 0.5s ease;
}
.stories .story.list:hover {
  background-color: #f5f5f5;
}
.story.list .thumbnail {
  float: left;
}
.story .thumbnail figure {
  width: 260px;
  height: 180px;
  background-color: #999;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.story.card .thumbnail figure {
  width: 100%;
  height: 160px;
  margin: 0;
  background-size: cover;
}
.story.list .content {
  width: calc(100% - 260px);
  float: left;
  min-height: 180px;
  position: relative;
  padding: 6px 24px;
}
.story.card .content {
  background: #fff;
  padding: 18px;
  min-height: 200px;
  position: relative;
}
.story .content h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.story.card .content h2 {
  font-size: 18px;
  line-height: 24px;
}
.story.card {
  transition: all 0.5s ease;
  box-shadow: 1px 1px 1px #ebebeb;
}
.story.card:hover {
  box-shadow: 1px 1px 1px lightgray;
}
.cards.benefits .story.card {
  width: calc((100% - 60px) / 4);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.cards.benefits .story.card:nth-child(4n) {
  margin-right: 0;
}
.story .content .excerpt p {
  color: #555555;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.feed .sidebar {
  width: 360px;
  float: left;
  background: #f9f9f9;
  border-left: 1px solid #eee;
}
.feed .sidebar.pinned {
  position: fixed;
  top: 53px;
  right: 0;
  height: 100vh;
}
/* SNIPPET: Author */
.story.card .author {
  position: absolute;
  bottom: 18px;
}
.story.list .author {
  position: absolute;
  bottom: 6px;
}
.author {
  display: flex;
  text-decoration: none !important;
}
.author .avatar {
  overflow: hidden;
}
.author .avatar img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.author .meta {
  padding-left: 10px;
  line-height: 1;
  margin-top: 2px;
}
.author .meta h5 {
  font-size: 13px;
  color: #333;
  padding: 0;
  line-height: 1;
}
.author .meta .description,
.author .meta .timestamp {
  font-size: 12px;
  color: #999;
}
.author:hover .meta h5 {
  color: #eb551a;
}
.author.sponsored {
  margin-left: 18px;
}
.slide .author .meta h5 {
  color: white;
}
.slide .author .meta .timestamp {
  color: rgba(255, 255, 255, 0.5);
}
/* SNIPPET: Shares */
.social-counter-container {
  display: none;
  text-align: right;
  color: #eb551a;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  right: 24px;
}
.social-counter-container > div {
  display: inline-block;
  margin-left: 8px;
}
.social-counter-container > div .fa {
  color: #BFBFBF;
}
.slider article .social-counter-container {
  text-align: left;
  top: 16px;
  left: 24px;
  color: white;
}
.slider article .social-counter-container .fa {
  color: #f5f5f5;
}
.slider article .social-counter-container .comment-counter,
.slider article .social-counter-container .like-counter {
  display: none;
}
.story.card .comment-counter,
.story.card .like-counter {
  display: none;
}
/* SIDEBAR */
.widget-controller {
  z-index: 999 !important;
  background: #f9f9f9;
}
.widget-controller .swiper-pagination-bullet {
  text-align: center;
  border-right: 1px solid #eee;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  width: 25%;
  height: auto;
  border-radius: 0px;
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-controller .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom: 1px solid #eb551a;
}
.widget-controller .swiper-pagination-bullet figure {
  font-size: 24px;
  color: #ccc;
  margin: 0 0 3px 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.widget-controller .swiper-pagination-bullet:hover figure,
.widget-controller .widget-controller .swiper-pagination-bullet:hover label {
  color: #ccc;
}
.widget-controller .swiper-pagination-bullet.swiper-pagination-bullet-active figure {
  color: #eb551a;
}
.widget-controller .swiper-pagination-bullet label {
  font-size: 12px;
  font-weight: 700;
  color: #999;
  -webkit-transition: .2s;
  transition: .2s;
}
.widget-controller .swiper-pagination-bullet.swiper-pagination-bullet-active label {
  color: #eb551a;
}
/* Sticky sidebar deadfix */
.sidebar nav.widget-controller.swiper-container {
  position: absolute;
  width: 100%;
}
.sidebar nav.widget-controller.swiper-container.deadFix {
  position: fixed;
  top: 0px;
  right: 0px;
}
.sidebar nav.widget-controller.swiper-container.deadFix.exceed {
  position: absolute;
  top: initial;
  bottom: 0;
}
.sidebar nav.widget-controller.widget-display {
  margin-top: 68px;
}
/* WIDGET: Rankings */
.app-icon-mask {
  background: url(../img/mask.png) no-repeat;
  background-size: 100%;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
}
.ranking {
  margin: 0;
  padding-left: 0;
  counter-reset: item;
  list-style: none;
  padding-top: 68px;
  border-bottom: #eee 1px solid;
}
.ranking .thumbnail {
  width: 48px;
  height: 48px;
  overflow: hidden;
  float: left;
  position: relative;
}
.ranking .thumbnail figure {
  width: 48px;
  height: 48px;
  background-size: cover;
  background-position: center;
}
.ranking .copy {
  float: left;
  padding-top: 8px;
  padding-left: 16px;
  width: calc(100% - 48px);
}
.ranking li h5 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 2px;
}
.ranking li label {
  font-size: 12px;
  color: #999;
}
ol.ranking li {
  position: relative;
  padding: 8px 24px 8px 48px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
ol.ranking li:hover {
  background: #fff;
}
ol.ranking li:before {
  content: counter(item) "";
  counter-increment: item;
  position: absolute;
  left: 24px;
  top: 20px;
  border: rgba(0, 0, 0, 0.3) 1px solid;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
}
.sidebar h4 {
  padding: 0 24px 12px;
  font-family: 'georgia', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
.sidebar .related.benefits {
  padding: 12px 20px;
}
.sidebar .related {
  padding: 24px 0;
}
.sidebar .related li {
  list-style: none;
  padding: 12px 24px;
}
.sidebar .related li h2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
.sidebar .related li .timestamp {
  font-size: 12px;
  color: #999;
}
.sidebar .related.benefits li .content {
  background: white;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1170px) {
  .widget-controller .swiper-slide figure {
    font-size: 20px;
  }
  .widget-controller .swiper-slide label {
    font-size: 10px;
  }
  #topApps .thumbnail {
    width: 36px;
  }
  #topApps .copy {
    width: calc(100% - 36px);
    padding-top: 2px;
  }
  #topApps .copy h5 {
    font-size: 14px;
  }
  ol.ranking li {
    padding: 12px 24px;
  }
  ol.ranking li:before {
    left: 8px;
    top: 20px;
    border: 0;
    font-weight: 700;
    color: #999;
  }
}
/* VULCAN ADS */
[data-parallax-speed] {
  background-attachment: fixed;
  -webkit-transition: background-position ease-out 0.3s;
  transition: background-position ease-out 0.3s;
}
.canvas-adv {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 520px;
  top: -48px;
  position: relative;
  cursor: pointer;
}
.canvas-adv,
.canvas-adv a {
  font-size: 13px;
  color: #ffffff;
  text-shadow: 1px 1px 10px #000;
}
.canvas-adv a:hover {
  color: #ebebeb;
}
.canvas-adv:hover:after {
  background: none;
}
.canvas-adv:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.canvas-adv,
.canvas-adv > figure {
  -webkit-filter: blur(10px) brightness(0.7);
}
.canvas-adv > figure {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}
.canvas-adv .adv-container {
  display: table;
  width: 100%;
  height: 100vh;
}
.canvas-adv .adv-container .adv-container-inner {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 99;
}
.canvas-adv .adv-footer {
  bottom: 150px;
  left: calc(50% - 125px);
  padding: 10px 30px;
  position: absolute;
  text-align: center;
  z-index: 99;
}
@-moz-document url-prefix() {
  .canvas-adv .adv-footer,
  .canvas-adv .adv-container .adv-container-inner {
    display: none;
  }
}
.single,
.canvas-adv,
.single > figure,
.canvas-adv > figure {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  background-attachment: fixed;
  background-position: center;
}
.canvas-adv-active .canvas-adv {
  -webkit-filter: blur(0);
}
.canvas-adv-active .canvas-adv,
.canvas-adv-active .canvas-adv figure {
  height: 100vh;
  background-size: cover;
}
.canvas-adv-active .canvas-adv > figure {
  -webkit-filter: blur(0px) brightness(0.7);
}
.canvas-adv-active .single {
  top: -160px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .vad {
    display: none;
  }
}
/* WIDGET: Reaading List */
.readinglist {
  z-index: 9;
}
.readinglist [data-widget-type="progressbar"] {
  min-width: 250px;
  min-height: 100px;
}
/* BRANDED BANNER */
#branded-banner {
  background: -webkit-linear-gradient(#e1511f 0%, #f6813a 100%);
  padding: 72px 0;
  position: relative;
}
#branded-banner h1 {
  font-size: 32px;
  font-weight: 200;
  color: white;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
#branded-banner h5 {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1.5px;
  font-size: 12px;
  padding-bottom: 24px;
  text-transform: uppercase;
}
#branded-banner .button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  margin-top: 32px;
  padding: 16px 28px;
  display: inline-block;
  color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 200ms 100ms ease, all 200ms ease;
  transition: transform 200ms 100ms ease, all 200ms ease;
}
#branded-banner .button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#branded-banner ul.brands {
  -webkit-columns: 2;
}
#branded-banner ul.brands li:before {
  content: '#';
}
#branded-banner ul.brands li {
  font-size: 24px;
  font-weight: 200;
  color: white;
  margin-bottom: 16px;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  letter-spacing: -0.5px;
}
#branded-banner .img {
  background: url('../img/branded-sample.png') center left no-repeat;
  background-size: 560px;
  width: 450px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1100px) {
  #branded-banner .img {
    right: -160px;
    background-size: 480px;
  }
}
@media screen and (max-width: 960px) {
  #branded-banner {
    display: none;
  }
}
/* MODAL */
[data-modal-trigger] {
  cursor: pointer;
}
[data-modal] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 36px 0 72px;
  -webkit-overflow-scrolling: touch;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -999;
  -webkit-transition: 200ms ease opacity;
  transition: 200ms ease opacity;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
[data-modal].active {
  z-index: 999999;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
[data-modal] .content {
  position: relative;
  height: 100%;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
[data-modal] .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 36px;
  padding: 12px;
  color: #999;
  z-index: 999;
  cursor: pointer;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}
[data-modal] .modal-close:hover {
  color: #eb551a;
  -webkit-transform: rotate(180deg) scale(1.4);
  -ms-transform: rotate(180deg) scale(1.4);
  transform: rotate(180deg) scale(1.4);
}
[data-modal] .modal-close:before {
  content: '×';
}
/* SEARCH */
[data-modal] form[role="search"] {
  display: inline-block;
  position: absolute;
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  text-align: center;
  /* firefox 19+ */
}
[data-modal] form[role="search"] input[placeholder] {
  text-overflow: ellipsis;
}
[data-modal] form[role="search"] ::-moz-placeholder {
  text-overflow: ellipsis;
}
[data-modal] form[role="search"] input:-moz-placeholder {
  text-overflow: ellipsis;
}
[data-modal] form[role="search"] input[type="search"] {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  box-shadow: 0;
  outline: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 8px;
  font-size: 33px;
  font-weight: 300;
  width: 100%;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased;
}
[data-modal] form[role="search"] label small {
  padding: 6px;
  display: block;
  color: #aaa;
}
[data-modal] form[role="search"] .button {
  display: block;
  margin: 32px auto 0;
  max-width: 320px;
  background: #eb551a;
  color: white;
  padding: 14px 32px;
}
[data-modal] form[role="search"] .button:hover {
  background: transparent;
  color: #eb551a;
}
span.search-count {
  float: right;
  font-size: 12px;
  line-height: 2;
  color: #999;
  font-weight: 500;
  letter-spacing: 0;
  font-family: 'georgia', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
/* FOOTER */
#basement {
  background: #222;
}
#basement .first {
  background: #222;
  padding: 16px 0px;
}
#basement .back-to-top {
  cursor: pointer;
  color: white;
  float: right;
  font-size: 12px;
  line-height: 24px;
}
#basement .back-to-top i {
  margin-right: 8px;
  position: relative;
  top: 2px;
  font-size: 14px;
}
#basement .second {
  background: #191919;
  padding: 24px 0 48px;
}
#basement .logo {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#basement p {
  color: #eee;
  font-family: 'georgia', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 20px;
}
#basement .footerNav {
  clear: both;
  display: inline-block;
}
#basement .footerNav li {
  display: inline-block;
  list-style: none;
}
#basement .footerNav li a {
  color: white;
  display: inline-block;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-left: 24px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
#basement .footerNav ul.dropdown-menu {
  background: #404040;
  text-align: left;
  line-height: 1;
}
#basement .footerNav ul.dropdown-menu li {
  display: block;
}
#basement .footerNav ul.dropdown-menu li:hover {
  background: #000;
}
#basement .footerNav ul.dropdown-menu li a {
  padding: 10px 15px;
  margin-left: 0;
}
#basement p.copy {
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
  font-family: 'georgia', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
.pull-right {
  text-align: right;
  float: right;
}
@media screen and (max-width: 767px) {
  #basement .first {
    padding-left: 24px;
    padding-right: 24px;
  }
  #basement .second {
    display: none;
  }
}
/* ABOUT US */
#about-us .row {
  max-width: 980px;
}
#about-us .row p {
  font-family: 'georgia', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
#about-us .row h2 {
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 16px;
}
#about-cover {
  background: url(../img/about/about-cover.jpg) no-repeat center center;
  background-size: cover;
  padding: 200px 0;
}
#about-cover h1 {
  font-weight: 500;
  color: white;
  line-height: 1.2;
  text-align: center;
  max-width: 680px;
  padding: 0 24px;
  margin: 0 auto;
}
#about-cover h2 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 12px;
}
#about-cover h2 span {
  background: #eb551a;
  color: white;
  padding: 4px 12px;
}
#about-description {
  padding: 128px 0;
  background: #fff;
}
#about-description blockquote {
  max-width: 550px;
  font-size: 24px;
  font-weight: 300;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  margin-bottom: 72px;
  line-height: 1.3;
  display: -webkit-inline-box;
}
#about-description .image-center img {
  width: 640px;
  margin-bottom: 24px;
  display: -webkit-inline-box;
}
#about-description .image-center h2,
#about-description .image-center p {
  width: 480px;
  display: -webkit-inline-box;
}
#about-description .image-center p {
  margin-bottom: 54px;
}
#about-description .image-left,
#about-description .image-right {
  margin-bottom: 30px;
}
#about-description .image-left img,
#about-description .image-left h2,
#about-description .image-left p {
  width: 45%;
  float: left;
}
#about-description .image-left h2,
#about-description .image-left p {
  margin-left: 5%;
}
#about-description .image-right img,
#about-description .image-right h2,
#about-description .image-right p {
  width: 45%;
  float: right;
}
#about-description .image-right h2,
#about-description .image-right p {
  margin-right: 5%;
}
#about-description .stats h3,
#about-description .stats p {
  width: calc((100%/3) - 60px);
  float: left;
  margin: 0 30px;
}
@media only screen and (max-width: 767px) {
  #about-description blockquote {
    padding: 0 30px;
  }
  #about-description .image-center h2 {
    width: auto;
    padding: 0 30px 16px 30px;
  }
  #about-description .image-center p {
    width: auto;
    padding: 0 30px;
  }
  #about-description .image-left img,
  #about-description .image-right img {
    width: 100%;
    margin-bottom: 24px;
  }
  #about-description .image-left h2,
  #about-description .image-right h2,
  #about-description .image-left p,
  #about-description .image-right p {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  #about-description .stats {
    display: none;
  }
}
/*#about-description > .row + #about-description > .row {
	margin-top: 48px;
	padding-top: 48px;
	border-top:1px solid #eee;
}

#about-description .copy {
	padding: 24px 8px;
}*/
#about-timeline {
  background: url(../img/about/bg2.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: none;
}
#about-timeline header {
  position: relative;
  top: 128px;
}
#about-timeline header h2 {
  color: white;
  font-weight: 300;
  font-size: 48px;
  text-align: center;
}
.milestones {
  width: 100%;
  height: 90%;
}
.milestones_year_select {
  width: 20%;
  height: inherit;
  position: relative;
  float: left;
  margin-top: 90px;
}
.year_select_contain {
  width: 100%;
  height: auto;
  position: absolute;
  top: calc((100% - 81px)/2);
}
.year_select_contain .year_select_up,
.year_select_contain .year_select_down {
  width: 100%;
  height: 30px;
  display: block;
  background: url("../img/about/milestone_year_arrow.png") no-repeat center top;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.year_select_contain .year_select_up.stop,
.year_select_contain .year_select_down.stop {
  opacity: 0.2;
}
.year_select_contain .year_select_down {
  transform: rotate(-180deg);
}
.year_select_contain h3 {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: 2px;
}
.milestones_year {
  width: 80%;
  height: inherit;
  position: relative;
  display: inline-block;
  margin-top: 90px;
}
.milestones_year .base {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  left: 0;
}
.milestones_year .base.active {
  display: block;
}
.milestones_year .base .pointer {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc((100% - 20px)/2);
  left: 0;
  border-radius: 50%;
  border: 2px solid #eb551a;
  background-color: #ffffff;
  z-index: 2;
}
.milestones_year .base .line_stay {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #eb551a;
}
.milestones_year ul.line {
  width: auto;
  height: 100%;
}
.milestones_year ul.line li.swiper-slide {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.milestones_year ul.line li.swiper-slide-active {
  opacity: 1;
}
.milestones_year ul.line li.month {
  width: 50px;
  height: 100%;
  position: relative;
}
.milestones_year ul.line li:first-child.month {
  margin-left: 50px;
}
li.month .month_base {
  width: 9px;
  height: 46px;
  position: absolute;
  margin-left: calc((50px - 9px)/2);
  top: 49.5%;
}
li.month .month_base .month_pointer {
  width: 9px;
  height: 9px;
  float: left;
  border-radius: 50%;
  background-color: #ffffff;
}
li.month .month_base .month_line {
  width: 1px;
  height: 30px;
  float: left;
  margin-left: 4px;
  background-color: #ffffff;
}
li.month h3 {
  width: 50px;
  position: absolute;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  top: calc(49.5% + 46px);
}
.milestones_year ul.line li.date.swiper-slide {
  position: relative;
  width: 70px;
  height: 100%;
}
.milestones_year ul.line li.date.swiper-slide-active {
  position: relative;
  width: 380px;
  height: 100%;
}
.milestones_year ul.line li:last-child.date {
  margin-right: 50px;
}
li.date.swiper-slide .date_base {
  width: 9px;
  height: 39px;
  position: absolute;
  top: 49.5%;
}
li:nth-child(even).date.swiper-slide .date_base {
  width: 9px;
  height: 39px;
  position: absolute;
  top: 45.6%;
}
li.date.swiper-slide-active .date_base {
  width: 9px;
  height: 69px;
  position: absolute;
  top: 49.5%;
}
li.date .date_base .date_pointer {
  width: 9px;
  height: 9px;
  position: absolute;
  border-radius: 50%;
  background-color: #eb551a;
  top: 0;
}
li:nth-child(even).date .date_base .date_pointer {
  top: auto;
  bottom: 0;
}
li.date.swiper-slide .date_base .date_line {
  width: 1px;
  height: 20px;
  position: absolute;
  background-color: #eb551a;
  top: 9px;
  left: 4px;
}
li:nth-child(even).date.swiper-slide .date_base .date_line {
  top: auto;
  bottom: 9px;
}
li.date.swiper-slide-active .date_base .date_line {
  width: 1px;
  height: 50px;
  position: absolute;
  background-color: #eb551a;
  top: 9px;
  left: 4px;
}
li.date.swiper-slide h3 {
  width: 100%;
  height: 13px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  top: calc(49.5% + 37px);
}
li:nth-child(even).date.swiper-slide h3 {
  top: auto;
  bottom: calc(-41.6% - 18px);
}
li:nth-child(even).date.swiper-slide-active h3 {
  top: auto;
  bottom: calc(-41.6% + 24px);
}
li.date.swiper-slide-active h3 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  top: calc(49.5% + 69px);
}
li.date h3:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #eb551a;
  display: block;
  margin-top: 7px;
}
li.date.swiper-slide p {
  padding: 0;
  margin: 0;
  position: relative;
  display: none;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  top: calc(49.5% + 69px + 24px);
}
li:nth-child(even).date.swiper-slide p {
  top: 39.9%;
  left: 19px;
}
li.date.swiper-slide-active p {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  top: calc(49.5% + 69px + 24px);
}
li.date p a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
li.date p a:hover {
  border: none;
  color: #eb551a;
}
#about-content {
  padding: 96px 0;
}
#about-content blockquote {
  font-size: 24px;
  font-weight: 300;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  margin-bottom: 72px;
  line-height: 1.3;
}
#about-content .row {
  text-align: center;
}
#about-content article {
  display: inline-block;
  float: none;
  margin: 0 auto 32px auto;
  vertical-align: top;
  text-align: center;
}
#about-content article i {
  font-size: 72px;
  font-weight: 200;
  color: #eb551a;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  position: relative;
  top: 0;
}
#about-content article:hover i {
  color: #eb551a;
  top: -4px;
}
#about-content article h3 {
  font-size: 18px;
  margin-top: 24px;
  padding-bottom: 8px;
}
#about-content article p {
  font-size: 15px;
  color: #777;
  padding: 0 8px;
  line-height: 22px;
}
#about-testimoinals {
  background: #333;
  height: 450px;
}
#about-testimoinals article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
#about-testimoinals article blockquote {
  font-size: 24px;
  font-weight: 300;
  color: white;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  margin-bottom: 32px;
  line-height: 1.3;
  max-width: 640px;
  padding: 0 32px;
}
#about-testimoinals article .source {
  color: #999;
}
/*@media screen and (max-width:767px) {
	#about-description .copy {
		padding:0;
	}
}*/
.gads-container {
  margin: 80px auto;
  text-align: center;
}
.gads-container.narrow {
  margin: 10px auto;
}
.adsbygoogle {
  text-align: center;
}
#wpstats {
  display: none;
}
.bottom-nav-menu > a {
  width: 25%;
  display: inline-block;
}
.bottom-nav-menu > a i {
  display: block;
}
/* SINGLE PAGE */
.page-header {
  padding: 72px 48px;
  background: #333;
}
.page-header h1 {
  color: white;
  padding-bottom: 0;
  font-size: 48px;
}
#page {
  background: white;
  padding: 48px 48px;
  max-width: 100%;
}
.clipboard-copy-container {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 999999999;
  width: 100vw;
  height: 100vh;
}
.clipboard-copy-container .clipboard-copy-inner {
  background: #FFF;
  border-radius: 10px;
  margin-left: 10%;
  overflow: hidden;
  position: absolute;
  top: 40%;
  width: 80%;
}
.clipboard-copy-container .clipboard-copy-inner .content {
  color: #555555;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-size: 9px;
  padding: 15px 10px;
  text-align: center;
}
.clipboard-copy-container .clipboard-copy-inner .content p {
  margin-bottom: 5px;
}
.clipboard-copy-container .clipboard-copy-inner .content textarea {
  border: none;
  color: #000;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.clipboard-copy-container .clipboard-copy-inner .dismiss {
  border-top: 1px solid #CCCCCC;
}
.clipboard-copy-container .clipboard-copy-inner .dismiss .btn {
  color: #0f6dff;
  font-weight: bold;
  padding: 10px 0;
}
.home-feed {
  min-height: 1300px;
}
.post-title a:hover {
  text-decoration: none;
}
/* SINGLE POST */
.entry {
  margin: auto;
}
.entry h2 {
  margin: 15px 0;
  font-weight: bold;
}
article.single {
  margin-top: 5px;
  position: relative;
  -webkit-transition: 0.2s 0.4s ease-in-out top;
  transition: 0.2s 0.4s ease-in-out top;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
article.single .article-container {
  background: #fff;
}
article.single.push:hover {
  -webkit-transition: 0.2s ease-in-out top;
  transition: 0.2s ease-in-out top;
  top: -240px;
}
article.single .post-thumbnail img {
  width: 100%;
}
article.single .post-tags {
  font-size: 80%;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 15px 0;
}
article.single .post-tags a {
  background: lightgrey;
  border-radius: 2px;
  margin: 2px;
  padding: 4px 6px;
  display: inline-block;
}
article.single header {
  padding: 36px 72px 36px;
}
article.single header .category {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eb551a;
}
article.single header h1 {
  margin-top: 16px;
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
}
article.single header > .meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
  width: 100%;
  overflow: hidden;
}
article.single .entry {
  position: relative;
}
article.single .entry > div,
article.single .entry > table,
article.single .entry > figure,
article.single .entry > .ads-container,
article.single .entry .entry-full-width {
  margin-left: -3rem;
  margin-right: -3rem;
}
article.single .entry .wpb_content_element.entry-full-width,
article.single .entry .vc_row.entry-inner .wpb_single_image,
article.single .entry .vc_row.entry-inner figure.thumbnail {
  margin-left: -4rem;
  margin-right: -4rem;
}
article.single .entry .vc_row.entry-inner figure.thumbnail {
  width: auto !important;
  max-width: none !important;
}
article.single .entry .vc_row {
  margin-left: 0;
  margin-right: 0;
}
article.single .entry > * {
  margin-bottom: 20px;
}
article.single .entry ol {
  list-style: decimal;
}
article.single .entry ul {
  list-style: inherit;
}
article.single .entry h1,
article.single .entry h2,
article.single .entry h3,
article.single .entry h4,
article.single .entry h5,
article.single .entry h6 {
  padding-bottom: 10px;
  padding-top: 30px;
  font-weight: 600;
}
article.single .entry .fb_iframe_widget {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
article.single .entry li {
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.5;
  font-size: 16px;
}
article.single .entry img {
  margin-bottom: 12px;
  height: auto;
}
article.single .entry img.aligncenter {
  display: block;
  margin: auto;
}
article.single .entry iframe,
article.single .entry .twitter-tweet {
  margin: auto;
  max-width: 100%;
}
article.single .entry > div.ads-container,
article.single .entry > figure,
article.single .entry > figure.thumbnail,
article.single .entry > p > img,
article.single .entry > p > a > img {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
  width: calc(100% + (3rem * 2)) !important;
  max-width: calc(100% + (3rem * 2)) !important;
}
article.single .entry .wp-video,
article.single .entry figure {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
article.single .entry figcaption {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  text-align: center;
  padding: 2px 0 15px 0;
  display: block;
}
article.single .entry blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 1.5em 18px;
  quotes: "\201C""\201D""\2018""\2019";
}
article.single .entry blockquote:before {
  color: #ccc;
  content: open-quote;
  display: inline-block;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
article.single .entry blockquote p:first-child {
  display: inline;
  padding: 0;
}
article.single .entry blockquote p:first-child::after {
  display: block;
  height: 14px;
  content: '';
}
article.single .entry blockquote:after {
  content: close-quote;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
article.single .entry blockquote.question:before {
  font-family: "font awesome 5 free";
  content: "\f128";
  display: inline;
  font-weight: bold;
  font-size: 21px;
  margin-right: 18px;
  margin-left: 4px;
  padding-bottom: 12px;
  vertical-align: 0;
}
article.single .entry .entry-content-asset,
article.single .entry .instagram-media {
  margin: auto !important;
}
article.single .entry .entry-content-asset iframe,
article.single .entry .instagram-media iframe {
  margin: auto;
  display: block;
}
article.single .entry ul.highlights {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
  margin: 0 0 20px 0;
}
article.single .entry ul.highlights li {
  font-family: "Helvetica", "Arial", sans-serif;
  margin: 10px 0 10px 20px;
}
article.single .entry .cdp-leadform {
  margin-bottom: 30px;
}
article.single .entry p a,
article.single .entry table a,
article.single .entry ol a,
article.single .entry ul a {
  color: #222;
  text-decoration: underline;
  text-decoration-color: #ccc;
  font-weight: 600;
  white-space: pre-wrap;
  word-wrap: break-word;
}
article.single .entry p a:hover,
article.single .entry table a:hover,
article.single .entry ol a:hover,
article.single .entry ul a:hover {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #8a8a8a;
}
article.single .post-social {
  padding: 36px 3rem 25px 3rem;
}
article.single .post-social .fb-like {
  display: block;
  min-height: 25px;
}
article.single .post-after-entry {
  padding: 10px 40px;
}
article.single .post-after-entry.full {
  padding: 0 10px 20px;
}
article.single .post-after-entry.bg-grey {
  background: #eeeeee;
}
article.single .also_read {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  padding: 10px;
}
article.single .also_read:hover {
  text-decoration: none;
}
article.single .also_read:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
article.single .also_read > * {
  display: block;
  position: relative;
  z-index: 9;
}
article.single .also_read .content {
  display: block;
  position: relative;
  padding: 36px 72px;
  z-index: 9;
}
article.single .also_read .more {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eb551a;
  margin-bottom: 6px;
}
article.single .also_read br {
  display: none;
}
article.single .also_read h3 {
  color: white;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
article.single .also_read:hover:after {
  background: rgba(0, 0, 0, 0.6);
}
article.single .post-related-articles {
  padding: 10px;
}
article.single .table-wrapper {
  overflow: auto;
  margin: 10px;
  box-sizing: border-box;
}
.entry ol,
.wpb_wrapper ol,
.entry ul,
.wpb_wrapper ul {
  margin-left: 30px;
}
.entry ul li,
.wpb_wrapper ul li {
  list-style-type: disc;
}
.vc_col-has-fill > .vc_column-inner {
  padding: 35px;
}
.sticky-back-to-top {
  background-color: #000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 2px;
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 999;
  text-align: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.sticky-back-to-top a {
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 32px;
  line-height: 50px;
}
.sticky-back-to-top a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1400px) {
  .feed .stories > .row {
    padding-left: 144px;
    padding-right: 100px;
  }
  .single {
    min-width: 818px;
  }
}
@media screen and (max-width: 1170px) {
  .feed .stories {
    width: calc(100% - 240px);
  }
  .feed .stories > .row {
    padding-left: 54px;
    padding-right: 54px;
  }
  .feed .sidebar {
    width: 240px !important;
  }
}
@media screen and (max-width: 900px) {
  .story .thumbnail figure {
    width: 220px;
    height: 140px;
  }
  .story.list .content {
    width: calc(100% - 220px);
    min-height: 140px;
  }
  .story.list .content h2 {
    max-height: 5.5em;
    font-size: 18px;
    line-height: 24px;
  }
  .story .content .excerpt p {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  #masthead {
    background: #eb551a;
    border-top: 0;
    padding: 6px 6px 0 6px;
    box-shadow: none;
    -webkit-transform: translateZ(0);
    position: fixed;
  }
  #masthead.collapse {
    top: 0;
  }
  #masthead a.logo {
    display: inline-block;
    right: calc(-50% + 24px);
    position: relative;
  }
  #masthead .brand {
    margin: 0 auto;
    float: none;
    display: block;
    height: 48px;
    width: 48px;
    background: url(../img/vulcan-post-brandmark.png) no-repeat center center;
    background-size: 100%;
  }
  #masthead .headerNav {
    display: none;
  }
  .searchToggle {
    width: 60px;
    text-align: center;
    font-size: 22px;
  }
  .menuToggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: url(../img/menu.png) no-repeat center center;
    background-size: 24px;
    cursor: pointer;
  }
  html {
    max-width: 100%;
    overflow-x: hidden;
  }
  body.menuOpen {
    background: #171717;
    max-height: 100vh;
    max-width: 100%;
    overflow: hidden;
  }
  #mobileMenu {
    visibility: hidden;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    width: 70%;
    height: 100vh;
    padding: 72px 32px;
    background: #171717;
  }
  #mobileMenu.active {
    z-index: 0;
    visibility: visible;
  }
  #mobileMenu nav label {
    font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
  }
  #mobileMenu nav li a {
    font-weight: 600;
    color: white;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: -0.5px;
    font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  }
  #mobileMenu nav.secondaryMenu {
    padding-top: 48px;
  }
  #mobileMenu nav.secondaryMenu li a {
    font-size: 18px;
  }
  .wrapper {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    width: 100vw;
  }
  .wrapper.offset {
    width: 100vw;
    height: calc(100vh - 56px);
    overflow: hidden;
    -ms-transform: translate(70%, 0);
    /* IE 9 */
    -webkit-transform: translate(70%, 0);
    /* Safari */
    transform: translate(70%, 0);
  }
  #main {
    margin-top: 0 !important;
    padding-top: 60px !important;
    overflow-x: hidden;
  }
  .feed .sidebar {
    display: none;
  }
  .feed .stories {
    width: 100%;
    min-height: calc(100vh - 115px);
  }
  .feed .stories > .row {
    padding-left: 32px;
    padding-right: 32px;
  }
  article.single .entry > div,
  article.single .entry > table,
  article.single .entry > figure,
  article.single .entry > .ads-container,
  article.single .entry .entry-full-width {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  article.single .entry .wpb_content_element.entry-full-width {
    margin-left: -1.9rem;
    margin-right: -1.9rem;
  }
}
@media screen and (min-width: 820px) {
  .slider.homepage-main-slider .slide {
    max-width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .readinglist {
    display: none !important;
  }
  .banner {
    display: none;
  }
  #main .container {
    padding: 0;
  }
  #main .container article.single {
    margin: 15px 0;
    padding: 0;
  }
  #main .container article.single .article-container {
    border: none;
  }
  article.single {
    top: 0;
    margin-bottom: 0;
  }
  article.single header {
    padding: 10px 20px;
  }
  article.single .post-social {
    padding: 32px 24px 0;
  }
  article.single .entry p iframe {
    width: calc(100% + 48px);
  }
  article.single .entry img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  article.single .entry img.alignnone {
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }
  article.single .entry ul.highlights {
    margin: 0;
  }
  article.single .entry > div,
  article.single .entry > table,
  article.single .entry > figure,
  article.single .entry > div.ads-container,
  article.single .entry > figure.thumbnail,
  article.single .entry > .ads-container,
  article.single .entry .entry-full-width {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    width: calc(100% + (1rem * 2)) !important;
    max-width: calc(100% + (1rem * 2)) !important;
  }
  article.single .entry .wpb_content_element.entry-full-width {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }
  article.single .entry .vc_column-inner {
    padding: 4px;
  }
  article.single .entry .vc_row.entry-inner .wpb_single_image,
  article.single .entry .vc_row.entry-inner figure.thumbnail {
    margin-left: -1.3rem !important;
    margin-right: -1.3rem !important;
    width: calc(100% + (1.3rem * 2)) !important;
    max-width: calc(100% + (1.3rem * 2)) !important;
  }
  article.single .post-after-entry {
    padding: 5px 24px;
  }
  article.single .also_read {
    width: calc(100% + 48px);
    left: -24px;
  }
  article.single .also_read .content {
    padding: 32px 24px;
  }
  article.single header h1 {
    margin-top: 4px;
  }
  #mc_embed_signup.slim .mc-field-group {
    display: block !important;
  }
  .slider .slide header h2 {
    font-size: 28px;
  }
  h3.section-title {
    color: #fff;
    font-size: 14px;
    padding: 12px 24px;
    background: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .feed-controller {
    margin-bottom: 0 !important;
    border-bottom: 0;
    background: rgba(250, 250, 250, 0.95);
    z-index: 9999 !important;
  }
  .feed-controller .swiper-pagination-bullet {
    font-size: 14px;
    text-align: center;
    width: 20%;
    padding: 14px 4px !important;
    border-bottom: 1px #eee solid;
  }
  .feed-controller .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-bottom: 1px solid #eb551a;
  }
  .feed .stories,
  .cards {
    padding-top: 0;
    padding-bottom: 0;
  }
  .feed .stories > .row {
    padding-left: 0;
    padding-right: 0;
  }
  .stories .story.list {
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    display: block;
  }
  .story.list .thumbnail figure {
    width: 120px;
    height: 120px;
  }
  .story.list .content {
    width: calc(100% - 120px);
    min-height: 120px;
    padding: 12px 16px;
  }
  .story.list .content h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .story.card .content {
    min-height: 160px;
  }
  .story.card .content h2 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
  }
  .swiper-container.card-flow {
    width: calc(100% - 10px);
    margin: 0;
    overflow: visible;
  }
  .card-flow .swiper-nav {
    display: none;
  }
  .author .avatar img {
    height: 24px;
    width: 24px;
  }
  .story.list .author {
    bottom: 12px;
  }
  .author .meta {
    margin-top: 0;
    padding-left: 6px;
  }
  .author .meta h5,
  .author .meta .timestamp {
    font-size: 11px;
  }
  #about-cover h1 {
    font-size: 24px;
  }
  body {
    padding-bottom: 50px;
  }
  #page {
    padding: 32px 24px;
  }
  .page-header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sharebar .counter {
    width: calc(100% - 40px);
  }
  .story.card .content {
    padding: 10px;
  }
  .story.card .content .h2 {
    font-size: 14px;
  }
  section .cards > header {
    margin-bottom: 0;
  }
  section .cards.benefits .story.card {
    width: calc(50% - 1px);
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
  }
  section .cards.benefits .story.card:nth-child(even) {
    margin-right: 0;
  }
  section .cards h3.section-title {
    float: none;
    margin-top: 0;
    padding-bottom: 12px;
  }
  section .cards .view-all {
    display: none;
  }
  section .cards.featured-apps .story.card {
    width: calc(50% - 2px);
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    overflow: hidden;
  }
  section .cards.featured-apps .story.card .content {
    min-height: 60px;
  }
  section .cards.featured-apps .story.card .content .meta {
    color: #999;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    overflow: hidden;
  }
  section .cards.featured-apps .copy {
    text-align: center;
    padding: 50px 0;
  }
}
@media (min-width: 480px) {
  [data-animate] {
    visibility: hidden !important;
  }
  .animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible !important;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@font-face {
  font-family: 'simple-line-icons';
  src: url('../fonts/Simple-Line-Icons.eot');
  src: url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff') format('woff'), url('../fonts/Simple-Line-Icons.ttf') format('truetype'), url('../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'simple-line-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-moustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-emoticon-smile,
.icon-disc,
.icon-cursor-move,
.icon-crop,
.icon-credit-card,
.icon-chemistry,
.icon-user,
.icon-speedometer,
.icon-social-youtube,
.icon-social-twitter,
.icon-social-tumblr,
.icon-social-facebook,
.icon-social-dropbox,
.icon-social-dribbble,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglasses,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-map,
.icon-layers,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-frame,
.icon-folder-alt,
.icon-film,
.icon-feed,
.icon-earphones-alt,
.icon-earphones,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-directions,
.icon-direction,
.icon-diamond,
.icon-cup,
.icon-compass,
.icon-call-out,
.icon-call-in,
.icon-call-end,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-music-tone-alt,
.icon-music-tone,
.icon-microphone,
.icon-loop,
.icon-logout,
.icon-login,
.icon-list,
.icon-like,
.icon-home,
.icon-grid,
.icon-graph,
.icon-equalizer,
.icon-dislike,
.icon-cursor,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-calendar,
.icon-bulb,
.icon-bar-chart,
.icon-arrow-up,
.icon-arrow-right,
.icon-arrow-left,
.icon-arrow-down,
.icon-ban,
.icon-bubble,
.icon-camcorder,
.icon-camera,
.icon-check,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-doc,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-folder,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-plus,
.icon-pointer,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-users {
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-moustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-emoticon-smile:before {
  content: "\e021";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-user:before {
  content: "\e005";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglasses:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-map:before {
  content: "\e033";
}
.icon-layers:before {
  content: "\e034";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-frame:before {
  content: "\e038";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-directions:before {
  content: "\e041";
}
.icon-direction:before {
  content: "\e042";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-compass:before {
  content: "\e045";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-loop:before {
  content: "\e064";
}
.icon-logout:before {
  content: "\e065";
}
.icon-login:before {
  content: "\e066";
}
.icon-list:before {
  content: "\e067";
}
.icon-like:before {
  content: "\e068";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-bar-chart:before {
  content: "\e077";
}
.icon-arrow-up:before {
  content: "\e078";
}
.icon-arrow-right:before {
  content: "\e079";
}
.icon-arrow-left:before {
  content: "\e07a";
}
.icon-arrow-down:before {
  content: "\e07b";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camcorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-close:before {
  content: "\e082";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-doc:before {
  content: "\e085";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-folder:before {
  content: "\e089";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-plus:before {
  content: "\e095";
}
.icon-pointer:before {
  content: "\e096";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-users:before {
  content: "\e001";
}
@media screen and (min-width: 831px) {
  /* For category sidebar */
  .feed {
    position: relative;
  }
  .sidebar {
    position: relative;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .sidebar.fixed {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    z-index: 999;
  }
  .sidebar.fixed.bottom {
    position: absolute;
    top: initial;
    right: 0;
    bottom: 0;
  }
  #masthead.reveal ~ #main .sidebar.fixed:not(.bottom) {
    margin-top: 48px;
  }
  #masthead.reveal ~ #main .sidebar.fixed:not(.bottom) .widget-display.swiper-container {
    height: 100%;
    height: -webkit-calc(100% - 116px);
    height: calc(100% - 116px);
  }
  .sidebar nav.widget-controller.swiper-container {
    z-index: 1000 !important;
  }
  .widget-display {
    position: relative;
    top: 68px;
  }
  .widget-display.swiper-container {
    height: -webkit-calc(100% - 68px);
    height: calc(100% - 68px);
    z-index: 998;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .swiper-container::-webkit-scrollbar {
    width: 8px;
  }
  .swiper-container::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 5;
  }
  .swiper-container::-webkit-scrollbar-thumb:hover {
    background-color: #c4c4c4;
  }
  .swiper-container::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
  }
  .ranking {
    padding-top: 0;
  }
  .sidebar .related.benefits {
    padding-top: 28px;
  }
  /* For single article sidebar */
  .readinglist {
    position: fixed;
    width: 250px;
    top: 40px;
    right: -300px;
    transition: all 0.5s ease;
  }
  .vad.active ~ .readinglist {
    opacity: 0;
  }
}
div.progress_bar_widget {
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  margin-bottom: 8px;
}
div.progress_bar_widget .list_title .text {
  text-align: center;
  background: #ec6530;
  font-size: 12px;
  font-weight: 600;
  padding: 8px;
  color: white;
  text-transform: uppercase;
}
div.progress_bar_widget #progress_list li {
  position: relative;
  background: white;
  margin-bottom: 0;
  border: 1px solid #e7e7e7;
  border-top: 0;
}
div.progress_bar_widget #progress_list li .progress_article:hover {
  background-color: #eeeeee;
}
div.progress_bar_widget #progress_list li .progress_index {
  margin-top: 5px;
}
div.progress_bar_widget #progress_list li .progress_title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 5px 0;
}
div.progress_bar_widget #progress_list li .progress_author {
  font-size: 11px;
  color: #000;
}
.progress_bar_widget.withbg #progress_list li .progress_article {
  display: block;
  background-size: cover;
  background-position: center;
  color: #5f5858;
  text-decoration: none;
}
.progress_bar_widget.withbg #progress_list li .progress_article .text_container {
  padding: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
body.page-template-capital {
  background: #ffffff;
}
body.page-template-capital .sister-publication-container {
  display: none;
}
body.page-template-capital h2 {
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 14px;
}
body.page-template-capital .vp-pages-capital {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
body.page-template-capital .vp-pages-capital p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
body.page-template-capital .vp-pages-capital .vc-font-medium p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
}
body.page-template-capital .vc-timeline-box-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
body.page-template-capital .vc-timeline-box-wrap:last-child .vc-timeline-box-numbering::after {
  display: none;
}
body.page-template-capital .vc-timeline-box-wrap .vc-timeline-box-item {
  display: flex;
}
body.page-template-capital .vc-timeline-box-wrap .vc-timeline-box-title {
  color: #191919;
  font-size: 16px;
  font-weight: bold;
  width: 118px;
}
body.page-template-capital .vc-timeline-box-wrap .vc-timeline-box-numbering {
  position: relative;
  width: 46px;
  margin: 0 30px;
}
body.page-template-capital .vc-timeline-box-wrap .vc-timeline-box-numbering .numbering-label {
  border: 2px solid #bcbcbc;
  border-radius: 50%;
  color: #bcbcbc;
  font-size: 20px;
  font-weight: bold;
  left: calc(50% - 24px);
  line-height: 44px;
  position: absolute;
  text-align: center;
  width: 48px;
  background: #e8e8e8;
  z-index: 1;
}
body.page-template-capital .vc-timeline-box-wrap .vc-timeline-box-numbering::after {
  position: absolute;
  content: '';
  border: 2px solid #bcbcbc;
  left: calc(50% - 1px);
  height: 100%;
}
body.page-template-capital .vc-timeline-box-wrap .vc-timeline-box-text {
  color: #191919;
  font-size: 14px;
  padding-bottom: 20px;
  width: 200px;
}
body.page-template-capital .vc-metrobox-outer .vc-metrobox-wrap {
  background: #191919;
  color: #fff;
  padding: 30px;
}
body.page-template-capital .vc-metrobox-outer .vc-metrobox-wrap .vc-metrobox-inner {
  width: 100%;
  min-height: 160px;
  position: relative;
}
body.page-template-capital .vc-metrobox-outer .vc-metrobox-wrap .vc-metrobox-heading {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}
body.page-template-capital .vc-metrobox-outer .vc-metrobox-wrap .vc-metrobox-sub-heading {
  position: absolute;
  right: 0;
  bottom: 0;
}
body.page-template-capital .vc-edit.timeline-description {
  display: none;
}
body.page-template-capital .vc-loan-calculator-outer {
  height: 100%;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap {
  padding: 20px;
  height: 100%;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select {
  position: relative;
  display: inline-block;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select {
  display: inline-block;
  font-size: 36px;
  background: #191919;
  color: #fff;
  cursor: pointer;
  padding: 4px 60px 4px 30px;
  margin-bottom: 5px;
  outline: 0;
  border: 0;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0 1px 6px #888888;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select::-ms-expand {
  display: none;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select:hover,
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select:focus {
  color: #000;
  background: #ccc;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select:hover ~ .select__arrow,
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select:focus ~ .select__arrow {
  border-top-color: #000;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select .select__arrow {
  position: absolute;
  top: calc(50% - 18px);
  right: 15px;
  pointer-events: none;
  font-size: 30px;
  color: #FFF;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .control-radio-group {
  display: inline-block;
  margin: 10px 0;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .control-radio {
  margin-bottom: 0;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .control-radio input ~ .control-indicator {
  border: 2px solid #acacac;
  border-radius: 50%;
  color: #acacac;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  line-height: 56px;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .control-radio input:checked ~ .control-indicator {
  border: 2px solid #292929;
  background: #292929;
  color: #fff;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .control-radio input[type=radio] {
  display: none;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-notes {
  color: #acacac;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  margin: 15px 0 10px 0;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-results {
  color: #9fa1a8;
  font-size: 22px;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-results .result-currency,
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-results .result-value {
  display: inline-block;
  font-size: 45px;
}
body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-results .result-label {
  display: inline-block;
  padding-top: 8px;
  vertical-align: top;
}
body.page-template-capital .border-black .vc_column-inner {
  border: 1px solid #191919;
}
body.page-template-capital .background-black {
  background: #191919;
  color: #fff;
}
body.page-template-capital .btn-extended,
body.page-template-capital .btn-black button.vc_btn3 {
  background-color: #191919;
  color: #fff;
  border-radius: 4px;
  padding: 10px 50px;
  font-size: 20px;
}
body.page-template-capital .vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}
body.page-template-capital .hidden {
  display: none;
}
body.page-template-capital .section-heading {
  font-size: 1.5em;
  font-weight: 300;
  margin: 30px 0;
}
body.page-template-capital .wpb_column-padding {
  padding: 20px;
}
body.page-template-capital .justify-content .wpb_wrapper,
body.page-template-capital .justify-content .wpb_content_element {
  height: 100%;
}
body.page-template-capital .justify-content .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-template-capital .section-dark h1,
body.page-template-capital .section-dark h2,
body.page-template-capital .section-dark h3,
body.page-template-capital .section-dark p {
  color: #ffffff;
}
body.page-template-capital .section-dark a {
  color: #ffffff;
}
body.page-template-capital .section-dark a:hover {
  color: #ebebeb;
}
body.page-template-capital .section-perks p {
  font-size: 18px;
}
body.page-template-capital .section-interest #mc_embed_signup form {
  padding: 0 0 0 0;
}
body.page-template-capital .section-interest #mc_embed_signup form input {
  border-radius: 2px;
}
body.page-template-capital .section-interest #mc_embed_signup form #mc-embedded-subscribe {
  border: none;
  border-radius: 6px;
  padding: 8px 10%;
}
body.page-template-capital .vc_tta-panels .vc_tta-panel {
  border-bottom: 2px solid #a7a8af;
  padding: 10px 0;
}
body.page-template-capital .vc_tta-panels .vc_tta-panel .vc_tta-panel-body,
body.page-template-capital .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background: none !important;
}
body.page-template-capital .vc_tta-panels .vc_tta-panel .vc_tta-panel-title > a {
  color: #191919 !important;
}
body.page-template-capital .vc_tta-panels .vc_tta-panel:first-child {
  margin-top: -15px;
}
body.page-template-capital .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 25px;
}
body.page-template-capital .vc_tta.vc_tta-accordion .vc_tta-controls-icon {
  left: 0 !important;
}
body.page-template-capital .section-back-to-top {
  background-color: #191919;
  color: #ffffff;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}
body.page-template-capital .section-back-to-top i {
  font-size: 20px;
}
body.page-template-capital .section-back-to-top p {
  font-weight: bold;
}
body.page-template-car-loan .vc-metrobox-outer .vc-metrobox-wrap {
  background-color: #142c68;
}
body.page-template-car-loan .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select {
  background-color: #142c68;
}
body.page-template-car-loan .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select:hover {
  background-color: #14309b;
  color: #fff;
}
body.page-template-car-loan .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .control-radio input:checked ~ .control-indicator {
  border-color: #142c68;
  background-color: #142c68;
}
body.page-template-car-loan .section-back-to-top,
body.page-template-car-loan .section-perks {
  background-color: #142c68;
}
body.page-template-car-loan footer#basement .second {
  background-color: #142c68;
}
body.page-template-car-loan .btn-dark {
  background-color: #142c68;
}
body.page-template-car-loan .btn-dark:hover {
  background-color: #14309b;
}
body.page-template-company-registration .vc-metrobox-outer .vc-metrobox-wrap {
  background-color: #920029;
}
body.page-template-company-registration .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select {
  background-color: #920029;
}
body.page-template-company-registration .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select:hover {
  background-color: #af002e;
  color: #fff;
}
body.page-template-company-registration .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .control-radio input:checked ~ .control-indicator {
  border-color: #920029;
  background-color: #920029;
}
body.page-template-company-registration .section-back-to-top,
body.page-template-company-registration .section-perks {
  background-color: #920029;
}
body.page-template-company-registration footer#basement .second {
  background-color: #920029;
}
body.page-template-company-registration .btn-dark {
  background-color: #920029;
}
body.page-template-company-registration .btn-dark:hover {
  background-color: #af002e;
}
body.page-template-invoice-financing .vc-metrobox-outer .vc-metrobox-wrap {
  background-color: #008080;
}
body.page-template-invoice-financing .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select {
  background-color: #008080;
}
body.page-template-invoice-financing .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .select select:hover {
  background-color: #009b9b;
  color: #fff;
}
body.page-template-invoice-financing .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .control-radio input:checked ~ .control-indicator {
  border-color: #008080;
  background-color: #008080;
}
body.page-template-invoice-financing .section-back-to-top,
body.page-template-invoice-financing .section-perks {
  background-color: #008080;
}
body.page-template-invoice-financing footer#basement .second {
  background-color: #008080;
}
body.page-template-invoice-financing .btn-dark {
  background-color: #008080;
}
body.page-template-invoice-financing .btn-dark:hover {
  background-color: #009b9b;
}
@media (max-width: 767.98px) {
  body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap {
    padding: 0;
  }
  body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections {
    font-size: 25px;
    line-height: 1.8;
  }
  body.page-template-capital .vc-loan-calculator-outer .vc-loan-calculator-wrap .vc-loan-calculator-selections .control-radio input ~ .control-indicator {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 45px;
  }
}
@media (min-width: 992px) {
  body.page-template-capital .vc-metrobox-outer.cut-top {
    top: -120px;
    margin-right: 30px;
    z-index: 9999;
    position: absolute;
  }
}
.swiper-wrapper {
  height: auto;
}
.alm-btn-wrap {
  clear: both;
  padding-top: 5px;
}
#TB_window #TB_closeWindow,
#TB_window .screen-reader-text {
  display: none;
}
.entry .gallery {
  padding: 20px calc((100% - 640px)/2);
  background: #222;
  border-top: 4px solid #000;
}
.entry .gallery .gallery-item {
  max-width: 160px;
}
.entry .gallery .gallery-item .gallery-caption {
  display: none;
}
.entry .gallery .gallery-item img {
  border: 1px solid #cfcfcf !important;
}
/* WIDGET: Sharebar */
footer {
  position: relative;
}
.mobile-nav-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 53px;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #eee;
  z-index: 9999;
}
.mobile-nav-menu > a {
  float: left;
  vertical-align: middle;
  text-align: center;
  color: #a1a1a1;
  font-size: 11px;
  line-height: 11px;
  text-transform: capitalize;
  padding: 3px 0 10px 0;
  width: calc(25%);
}
.mobile-nav-menu > a i {
  font-size: 22px;
  line-height: 30px;
  clear: both;
  display: inline-block;
  float: left;
  width: 100%;
}
.sharebar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 53px;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #eee;
  padding: 14px 36px;
  z-index: 9999;
}
.sharebar .counter {
  float: right;
  margin-right: 15px;
  line-height: 24px;
  position: relative;
  height: 25px;
  overflow: hidden;
}
.sharebar .counter > * {
  display: inline-block;
}
.sharebar .more-on {
  float: left;
}
.sharebar .more-on label {
  float: left;
  line-height: 24px;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  color: #aaa;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-right: 24px;
}
.sharebar .more-on .link {
  display: inline-block;
  margin-right: 24px;
  font-size: 13px;
  float: left;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  line-height: 24px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.sharebar .more-on .link:hover {
  color: inherit;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sharebar .more-on .thumbnail {
  width: 24px;
  float: left;
  margin-right: 8px;
  position: relative;
}
.sharebar .more-on .thumbnail .app-icon-mask {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
.sharebar .item {
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  float: left;
  margin-right: 24px;
}
.sharebar .item span {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  line-height: 16px;
  margin-right: 2px;
}
.sharebar .item label {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  line-height: 16px;
  vertical-align: middle;
}
.sharebar .item .social-icon {
  cursor: pointer;
  display: block;
}
.sharebar .item .social-icon > * {
  cursor: pointer;
}
.sharebar .rotating-block {
  border-left: 1px solid #ccc;
  text-align: right;
}
.sharebar .rotating-block .item {
  display: block;
  float: none;
}
.sharebar .share-button {
  float: right;
  cursor: pointer;
  line-height: 24px;
  z-index: 99;
}
.sharebar .share-button.active {
  color: #ec6530;
}
.share-modal {
  height: 45px;
  background: #222;
  bottom: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: fixed;
  right: 3px;
  pointer-events: none;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.share-modal.active {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 53px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 9999;
}
.share-modal .social-icon {
  display: block;
  float: left;
  min-width: 90px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: white;
  font-size: 1.4em;
  cursor: pointer;
  background-color: #414F85;
  position: relative;
}
.share-modal .social-icon.fb {
  background-color: #414F85;
}
.share-modal .social-icon.tw {
  background-color: #73C2F0;
  background-position: -70px 0 !important;
}
.share-modal .social-icon.whatsapp {
  background-color: #68D251;
  background-position: -140px 0 !important;
}
.share-modal .social-icon.messenger {
  background-color: #0084ff;
  background-position: -140px 0 !important;
}
.share-modal .social-icon.telegram {
  background-color: #0088cc;
  background-position: -140px 0 !important;
}
.share-modal .social-icon.line {
  background-color: #60E43A;
}
.share-modal .social-icon.line .fa.fa-line {
  background: url('https://cdn01.vulcanpost.com/assets/icons/share-buttons.svg') 0 0/350px 45px no-repeat;
  background-position: -210px -1px !important;
  width: 70px;
  height: 45px;
}
.share-modal .social-icon.lin {
  display: none;
  background-color: #42749E;
  background-position: -280px 0 !important;
}
.share-modal .social-icon.copy-link {
  background-color: #d3d3d3;
  color: #232323;
}
.share-modal .social-icon .message {
  font-size: 13px;
  color: #555;
  position: absolute;
  left: 0;
  width: 100%;
  background: inherit;
}
@media screen and (max-width: 767px) {
  .sharebar {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sharebar .more-on {
    display: none;
  }
  .sharebar .counter {
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .share-modal {
    width: 100%;
    right: 0;
  }
  .share-modal .social-icon {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
  }
  .mobile-nav-menu {
    display: block;
  }
  footer .sharebar {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .article-container .post-thumbnail + .ads-container {
    display: none;
  }
  .article-container .post-after-content-2-col {
    display: none;
  }
}
.ads-container {
  background: #eee;
  line-height: 0;
  margin: 0 0 30px 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
}
.ads-container.no-bg {
  background: none;
}
.ads-container > div {
  margin: auto;
  width: auto !important;
  height: auto !important;
}
.entry .ads-container img {
  width: auto;
}
.widgets-area.widget-col-2 .widget {
  width: 300px;
  max-height: 250px;
  overflow: hidden;
  display: inline-block;
  margin: 5px;
}
.story.list.in-feed .thumbnail figure {
  background-size: contain;
}
div.pds-box {
  margin: auto !important;
}
div.op-tracker {
  height: 1px;
  overflow: hidden;
  width: 1px;
}
div#newsletter_slim {
  margin-top: 20px;
  padding: 30px;
  background: repeating-linear-gradient(-45deg, #fefefe, #fdfdfd 10px, #fff3f3 10px, #fff3f3 20px);
  border-bottom: 1px solid #fff3f3;
  border-top: 1px solid #f3e7e7;
  font-size: 16px;
  font-weight: 400;
}
div#newsletter_slim h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
div#newsletter_slim #mc_embed_signup form {
  text-align: left;
}
div.fb_iframe_widget_fluid {
  display: block;
}
.media-outreach .page-header {
  display: none;
}
.media-outreach .entry {
  margin: auto;
}
.media-outreach .entry .mo-widget-header img {
  max-width: 278px;
}
.sister-publication-container {
  padding: 20px 0;
}
.sister-publication-container .title {
  color: #fff;
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.sister-publication-container .publication-icons {
  margin: 10px auto;
  text-align: center;
}
.sister-publication-container .publication-icons .publication-icon-item {
  display: inline-block;
  max-width: 250px;
  margin: 10px;
}
.sister-publication-container .publication-country {
  display: none;
}
.sister-publication-container .publication-country.show {
  display: block;
}
.social-media-container {
  clear: both;
  display: inline-block;
  padding: 40px 0 10px 0;
}
.social-media-container li {
  float: left;
}
.social-media-container li a {
  font-family: 'franklin-gothic-urw', 'proxima-nova', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-left: 24px;
}
#mc_embed_signup .mc-field-group {
  position: relative;
}
#mc_embed_signup .mc-field-group div.mce_inline_error {
  position: absolute;
  width: 100%;
}
#mc_embed_signup div.clear {
  padding-top: 10px;
  vertical-align: bottom;
}
#mc_embed_signup.classic {
  /* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
}
#mc_embed_signup.classic form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
}
#mc_embed_signup.classic h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}
#mc_embed_signup.classic input {
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mc_embed_signup.classic input[type=checkbox] {
  -webkit-appearance: checkbox;
}
#mc_embed_signup.classic input[type=radio] {
  -webkit-appearance: radio;
}
#mc_embed_signup.classic input:focus {
  border-color: #333;
}
#mc_embed_signup.classic .button {
  clear: both;
  background-color: #ed7070;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 26px 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
}
#mc_embed_signup.classic .button:hover {
  background-color: #e06464;
  cursor: pointer;
}
#mc_embed_signup.classic .small-meta {
  font-size: 11px;
}
#mc_embed_signup.classic .nowrap {
  white-space: nowrap;
}
#mc_embed_signup.classic .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
  vertical-align: top;
}
#mc_embed_signup.classic .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}
#mc_embed_signup.classic * html .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */
}
#mc_embed_signup.classic .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
#mc_embed_signup.classic .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}
#mc_embed_signup.classic .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}
#mc_embed_signup.classic .datefield,
#mc_embed_signup.classic .phonefield-us {
  padding: 5px 0;
}
#mc_embed_signup.classic .datefield input,
#mc_embed_signup.classic .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}
#mc_embed_signup.classic .phonefield-us .phonearea input,
#mc_embed_signup.classic .phonefield-us .phonedetail1 input {
  width: 40px;
}
#mc_embed_signup.classic .datefield .monthfield input,
#mc_embed_signup.classic .datefield .dayfield input {
  width: 30px;
}
#mc_embed_signup.classic .datefield label,
#mc_embed_signup.classic .phonefield-us label {
  display: none;
}
#mc_embed_signup.classic .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
#mc_embed_signup.classic .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
#mc_embed_signup.classic .clear {
  clear: both;
}
#mc_embed_signup.classic .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
#mc_embed_signup.classic .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}
#mc_embed_signup.classic .mc-field-group.input-group label {
  display: inline;
}
#mc_embed_signup.classic .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}
#mc_embed_signup.classic div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
#mc_embed_signup.classic div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
#mc_embed_signup.classic #mce-error-response {
  display: none;
}
#mc_embed_signup.classic #mce-success-response {
  color: #529214;
  display: none;
}
#mc_embed_signup.classic label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}
#mc_embed_signup.classic #mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
}
#mc_embed_signup.classic #num-subscribers {
  font-size: 1.1em;
}
#mc_embed_signup.classic #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold;
}
#mc_embed_signup.classic #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}
#mc_embed_signup.classic #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}
#mc_embed_signup.slim {
  /* positions input field horizontally */
  /* positions button horizontally in line with input */
}
#mc_embed_signup.slim form {
  text-align: center;
  padding: 10px 0 10px 0;
}
#mc_embed_signup.slim .mc-field-group {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
#mc_embed_signup.slim .mc-field-group label {
  display: block;
  font-size: 16px;
  padding-bottom: 0;
  font-weight: bold;
}
#mc_embed_signup.slim input.email,
#mc_embed_signup.slim input.text {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 40px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 300px;
  vertical-align: top;
}
#mc_embed_signup.slim label {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
#mc_embed_signup.slim .clear {
  display: inline-block;
}
#mc_embed_signup.slim .button {
  -webkit-appearance: none;
  font-size: 13px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: .03em;
  color: #fff;
  background-color: #ed7070;
  box-sizing: border-box;
  height: 40px;
  line-height: 32px;
  padding: 0 28px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
  text-transform: uppercase;
}
#mc_embed_signup.slim .button:hover {
  background-color: #e06464;
  cursor: pointer;
}
#mc_embed_signup.slim div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
#mc_embed_signup.slim div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
#mc_embed_signup.slim #mce-error-response {
  display: none;
}
#mc_embed_signup.slim #mce-success-response {
  color: #529214;
  display: none;
}
#mc_embed_signup.slim label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}
@media (max-width: 768px) {
  #mc_embed_signup.slim input.email {
    width: 300px;
    margin-bottom: 5px;
  }
  #mc_embed_signup.slim .clear {
    display: block;
    width: 100%;
  }
  #mc_embed_signup.slim .button {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-device-width: 768px) {
  #mc_embed_signup.slim .mc-field-group {
    display: block;
    width: 100%;
  }
  #mc_embed_signup.slim .mc-field-group input.email,
  #mc_embed_signup.slim .mc-field-group input.text {
    width: 100%;
  }
}
.author-hero {
  background: url('../assets/img/background-authors.jpg') no-repeat center center;
  background-size: cover;
  padding: 188px 0;
  position: relative;
}
.author-hero:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  content: '';
}
.author-hero .row {
  position: relative;
  z-index: 99;
}
.author-hero h1 {
  color: white;
}
.author-hero p {
  margin: 6px 0 24px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.author-hero .button {
  color: #fff;
  background: #eb551a;
}
#authors {
  padding: 72px 0 128px;
}
#authors h2 {
  margin: 20px auto;
  text-align: center;
}
#authors .author {
  background: white;
  cursor: pointer;
  margin-bottom: 24px;
  max-width: 250px;
  padding: 24px;
  text-align: center;
  transition: .2s ease;
}
#authors .author:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
#authors .author .thumbnail {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto 24px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#authors .author .role {
  font-weight: 400;
  color: #888;
  letter-spacing: 0;
}
.wpb_wrapper .vc_separator {
  margin: 30px 0;
}
.vc-speechbox-container {
  margin: 10px 2px;
}
.vc-speechbox-container .vc-speechbox-inner {
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 10px;
}
.vc-speechbox-container .author {
  font-size: 13px;
}
.vc-speechbox-container .author-speech-box {
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.2;
  position: relative;
  background: linear-gradient(110deg, #eb5519 60%, #d74e18 60%);
  border-radius: 4px;
  padding: 12px 16px;
  margin-left: 5px;
  margin-bottom: 14px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.vc-speechbox-container .author-speech-box p {
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 14px 0;
}
.vc-speechbox-container .author-speech-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #eb5519;
  border-right: 0;
  border-bottom: 0;
  margin-left: -12px;
}
.article-content-boxed {
  margin-top: 70px;
  border: 2px solid #f3f3f3;
}
.article-content-boxed .heading-icon-container {
  margin-top: -70px;
  background: none !important;
}
.vc-heading-with-icon-container {
  text-align: center;
}
.vc-heading-with-icon-container .heading-icon-container {
  background: linear-gradient(-180deg, #fff 50%, #f3f3f3 30%);
}
.vc-heading-with-icon-container .heading-icon {
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 2px solid #f7f7f7;
  overflow: hidden;
  padding: 15px;
}
.vc-heading-with-icon-container .heading-icon img {
  margin: 0 0 0 0 !important;
}
.vc-heading-with-icon-container .heading-title {
  color: #2e2e2e;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 44px;
  text-align: center;
}
.vc-heading-with-icon-container .heading-title:after {
  content: '';
  display: block;
  width: 80%;
  height: 0;
  border-bottom: 2px solid #fff;
  margin: 20px auto;
}
.vc-no-padding .vc_column_container .vc_column-inner {
  padding-top: 0;
}
.vc-no-padding .vc_column_container .vc_column-inner .vc-heading-with-icon-container {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 480px) {
  .vc-no-padding .vc_column_container .vc_column-inner .vc-heading-with-icon-container {
    margin: -4px -4px 0 -4px;
  }
}
