@charset "UTF-8";
:root {
  --e-global-typography-primary-font-family: proxima-nova; }

@keyframes pulse-vulcan-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(250, 97, 2, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(250, 97, 2, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(250, 97, 2, 0); } }

.visible-xs {
  display: none; }

.btn {
  border-radius: 2px; }
  .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%; }
  .btn.btn-vulcan {
    background-color: #ff4500;
    border: none;
    color: white; }
    .btn.btn-vulcan:hover, .btn.btn-vulcan:focus {
      color: white !important;
      background-color: #ea3700; }

.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: 0.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: 0.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; }

img.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.section-title {
  font-family: proxima-nova, sans-serif; }

.shadow-cover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, rgba(0, 0, 0, 0.66)), color-stop(98%, #000));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.66) 55%, #000 98%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.3s ease-in; }
  .shadow-cover.lighter {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 55%); }

.modal-xxl {
  max-width: 80vw; }

.no-padding {
  padding: 0; }

.accordion.dark .card {
  border: none;
  border-radius: 0; }
  .accordion.dark .card:nth-child(even) .card-header {
    background-color: #2d2d2d; }
  .accordion.dark .card .card-header,
  .accordion.dark .card .card-body {
    padding: 1rem 2rem; }
  .accordion.dark .card .card-header {
    background: #000;
    border-radius: 0; }
    .accordion.dark .card .card-header:hover {
      background-color: #373737; }
    .accordion.dark .card .card-header .card-header-inner {
      color: #fff;
      cursor: pointer;
      font-family: proxima-nova, sans-serif;
      display: flex;
      font-weight: bold;
      padding: 0.4rem 0;
      text-align: left; }
      .accordion.dark .card .card-header .card-header-inner .accordian-icon {
        background-color: #ff4500;
        border-radius: 50%;
        color: #000;
        font-size: 24px;
        line-height: 1;
        text-align: center;
        width: 24px;
        height: 24px; }
  .accordion.dark .card .card-body {
    background-color: #dedede;
    color: #000;
    font-family: merriweather, serif; }
    .accordion.dark .card .card-body a {
      color: #222;
      text-decoration: underline;
      text-decoration-color: #000;
      font-weight: bold; }

@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; } }

.hidden {
  display: none !important; }

.rounded-08 {
  border-radius: 0.8em !important; }

.rounded-04 {
  border-radius: 0.4em !important;
  overflow: hidden; }

.aspect-100-60 {
  padding-top: 60%; }

.aspect-100-72 {
  padding-top: 72%; }

.aspect-100-125 {
  padding-top: 125%; }

.navbar-100vh {
  height: 100vh; }

.btn-cta {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  border-radius: 22px;
  color: #000000;
  font-weight: bold;
  padding: 0.5em 3em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  .btn-cta:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #0a0a0a;
    color: #0a0a0a; }
  .btn-cta.btn-white-transparent {
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff;
    color: #ffffff; }
    .btn-cta.btn-white-transparent:hover {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.5); }

/* MASTHEAD */
#masthead {
  color: #ffffff;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  background-image: url("../img/bg/navbar-bg.png");
  background-size: cover;
  background-color: #000;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.2em 0 0.4em 0;
  position: fixed;
  z-index: 1000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center; }
  #masthead.reveal {
    top: 0; }
  #masthead.collapse {
    top: -50px; }
  #masthead .masthead-inner-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    height: 98px;
    transition: height 0.3s ease-in; }
  #masthead .logo,
  #masthead .nav-container {
    margin: 0.4em auto; }
  #masthead .nav-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: center; }
    #masthead .nav-container.left {
      justify-content: left; }
  #masthead nav.navbar-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #masthead nav.navbar-nav > ul > li {
      display: inline-block; }
    #masthead nav.navbar-nav li {
      vertical-align: middle; }
      #masthead nav.navbar-nav li a {
        border-radius: 3px;
        color: #ffffff;
        display: block;
        font-size: 12px;
        font-weight: bold;
        padding: 0.5em 0.8em;
        transition: 0.2s ease;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: 0.2s ease; }
      #masthead nav.navbar-nav li.active > a,
      #masthead nav.navbar-nav li:hover > a {
        color: white;
        background: rgba(255, 255, 255, 0.3); }
    #masthead nav.navbar-nav .dropdown-menu {
      background-color: #eb541c;
      position: absolute; }
    #masthead nav.navbar-nav .nav-item.dropdown:hover > ul.dropdown-menu {
      display: block; }
  #masthead .logo {
    display: block; }
    #masthead .logo .brand img {
      width: 223px; }
  #masthead .searchToggle {
    border-radius: 3px;
    color: white;
    font-size: 1em;
    cursor: pointer;
    margin: 0 0.8em;
    padding: 0.5em; }
    #masthead .searchToggle:hover {
      background: rgba(255, 255, 255, 0.3); }
    #masthead .searchToggle i {
      font-weight: bold; }
  #masthead .navbar-nav ul,
  #masthead ul.footerNav {
    margin: 0; }
    #masthead .navbar-nav ul .dropdown .dropdown-menu,
    #masthead ul.footerNav .dropdown .dropdown-menu {
      display: none; }

#masthead.collapsed .masthead-inner-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 46px; }
  #masthead.collapsed .masthead-inner-container .hidden-collapsed {
    display: none; }
  #masthead.collapsed .masthead-inner-container .logo,
  #masthead.collapsed .masthead-inner-container nav.nav-container {
    margin: 0; }
  #masthead.collapsed .masthead-inner-container .navbar-alts .navbar-title {
    font-size: 1.5em; }

.white-menu #masthead {
  background: #ffffff;
  color: #000; }
  .white-menu #masthead .brand {
    background-image: url("../img/vulcan-post-logo-black.png"); }
  .white-menu #masthead .navbar-nav li a {
    color: #000; }
  .white-menu #masthead .searchToggle {
    color: #000; }

#mobileMenu ul {
  list-style: none; }

.menuToggle,
#mobileMenu {
  display: none; }

@media screen and (max-width: 480px) {
  #masthead {
    padding: 0; }
    #masthead.collapse {
      top: 0; }
    #masthead .nav-container {
      margin: 0;
      justify-content: space-between;
      width: 100%; }
    #masthead nav.navbar-nav {
      justify-content: space-between;
      margin: 0; }
    #masthead a.logo {
      position: absolute;
      right: calc(50% - 20px);
      width: 40px;
      z-index: 999; }
    #masthead nav.navbar-nav {
      display: none; }
    #masthead .menuToggle {
      display: block;
      width: 60px;
      height: 60px;
      background: url(../img/menu.png) no-repeat center center;
      background-size: 24px;
      cursor: pointer; }
    #masthead .masthead-inner-container {
      height: auto; } }

.footer-sliding-message-container {
  position: relative; }
  .footer-sliding-message-container .footer-sliding-message {
    bottom: 10px;
    position: fixed;
    right: 0;
    width: 350px;
    max-width: 100%;
    z-index: 10;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -webkit-transform: translate(350px, 0px); }
    .footer-sliding-message-container .footer-sliding-message.show {
      -webkit-transform: translate(0px, 0px); }
    .footer-sliding-message-container .footer-sliding-message .sidebar-header,
    .footer-sliding-message-container .footer-sliding-message .sidebar-footer {
      background: #ff4500;
      border: 1px solid #ea3700;
      color: #ffffff;
      font-size: 0.8em;
      padding: 0.8em;
      text-align: center; }
      .footer-sliding-message-container .footer-sliding-message .sidebar-header a,
      .footer-sliding-message-container .footer-sliding-message .sidebar-footer a {
        color: #ffffff; }

@media screen and (max-width: 479px) {
  .footer-sliding-message-container .footer-sliding-message {
    bottom: 60px; }
    .footer-sliding-message-container .footer-sliding-message .sidebar-header,
    .footer-sliding-message-container .footer-sliding-message .sidebar-footer {
      font-size: 1.2em; } }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.layout-side-menu {
  /* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */ }
  .layout-side-menu #masthead {
    display: none; }
  .layout-side-menu .wrapper {
    background: #fff;
    padding-left: 250px; }
    .layout-side-menu .wrapper .swiper-container .swiper-pagination {
      bottom: 0px;
      position: relative; }
      .layout-side-menu .wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background: #000; }
        .layout-side-menu .wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #000;
          opacity: 1; }
  .layout-side-menu .sidebar-toggle {
    position: absolute;
    top: 6px;
    right: -40px; }
    .layout-side-menu .sidebar-toggle button {
      background: #000;
      border-radius: 0 4px 4px 0;
      border: none; }
  .layout-side-menu .sidebarToggle {
    width: 60px;
    height: 60px;
    background: #000 !important;
    border: none; }
  .layout-side-menu #sidebar {
    width: 250px;
    height: 100vh;
    min-width: 250px;
    max-width: 250px;
    background: #000;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 12px;
    transition: all 0.3s;
    text-align: left;
    position: fixed; }
    .layout-side-menu #sidebar .sidebar-inner {
      width: 250px;
      height: 100vh;
      padding: 2em;
      position: fixed;
      top: 0;
      z-index: 999;
      overflow: hidden !important; }
    .layout-side-menu #sidebar ul li a {
      color: #fff;
      padding: 4px;
      display: block; }
      .layout-side-menu #sidebar ul li a:hover {
        color: #ff4500;
        text-decoration: none; }
      .layout-side-menu #sidebar ul li a i {
        margin-right: 10px; }
    .layout-side-menu #sidebar .sidebar-header {
      padding: 5px 10px; }
      .layout-side-menu #sidebar .sidebar-header strong {
        display: none;
        font-size: 1.8em; }
    .layout-side-menu #sidebar ul.components {
      margin: 1em 0; }
      .layout-side-menu #sidebar ul.components ul.list-unstyled {
        padding-left: 28px; }
      .layout-side-menu #sidebar ul.components > li > a.menu-heading {
        font-size: 1.4em;
        font-weight: bold;
        margin-bottom: 0.5em;
        padding: 4px 0; }
        .layout-side-menu #sidebar ul.components > li > a.menu-heading:hover {
          color: #fff; }
    .layout-side-menu #sidebar ul li.active > a {
      color: #fff;
      background: #6d7fcc; }
    .layout-side-menu #sidebar a[data-toggle="collapse"] {
      position: relative; }
    .layout-side-menu #sidebar.collapsed .sidebar-header h3 {
      display: none; }
    .layout-side-menu #sidebar.collapsed .sidebar-header strong {
      display: block; }
    .layout-side-menu #sidebar.collapsed ul li a {
      padding: 20px 10px;
      font-size: 0.85em; }
    .layout-side-menu #sidebar.collapsed ul ul a {
      padding: 10px !important; }
      .layout-side-menu #sidebar.collapsed ul ul a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px; }
    .layout-side-menu #sidebar.collapsed .dropdown-toggle::after {
      top: auto;
      bottom: 10px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); }
    .layout-side-menu #sidebar .dropdown-toggle::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); }
    .layout-side-menu #sidebar .form-search .input-group-search {
      margin-bottom: 0 !important; }
      .layout-side-menu #sidebar .form-search .input-group-search .input-group-prepend .input-group-text {
        background: #fff;
        border: none;
        border-radius: 5rem 0 0 5rem;
        color: #000;
        padding-right: 5px !important; }
      .layout-side-menu #sidebar .form-search .input-group-search .form-control {
        border: none;
        border-radius: 0 5em 5em 0;
        padding-left: 5px !important; }
        .layout-side-menu #sidebar .form-search .input-group-search .form-control:focus {
          box-shadow: none; }
      .layout-side-menu #sidebar .form-search .input-group-search .input-group-prepend .input-group-text,
      .layout-side-menu #sidebar .form-search .input-group-search .form-control {
        font-size: 12px;
        padding: 0.6em 1em;
        line-height: 1.1;
        height: auto; }
    .layout-side-menu #sidebar footer p {
      color: #fff;
      font-size: 11px; }
    .layout-side-menu #sidebar footer .social-media-container {
      font-size: 2em; }
    .layout-side-menu #sidebar .menu-icon {
      width: 28px;
      margin-right: 0.5em; }
  .layout-side-menu #content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  .layout-side-menu .wrapper {
    font-size: 16px;
    padding-top: 60px;
    padding-left: 0 !important; }
  .layout-side-menu .aspect-md-100-125 {
    padding-top: 125% !important; }
  .layout-side-menu #masthead {
    display: block !important; }
    .layout-side-menu #masthead button {
      font-size: 25px; }
  .layout-side-menu.menuOpen #sidebar {
    transform: translateX(0) !important; }
  .layout-side-menu #sidebar {
    margin-left: 0 !important;
    position: absolute;
    transform: translateX(-250px); }
    .layout-side-menu #sidebar.collapsed {
      min-width: 250px;
      max-width: 250px;
      transform: translateX(-250px); }
    .layout-side-menu #sidebar .sidebar-inner {
      min-width: 250px;
      max-width: 250px; }
  .layout-side-menu .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
  .layout-side-menu #sidebar .sidebar-header h3 {
    display: none; }
  .layout-side-menu #sidebar .sidebar-header strong {
    display: block; }
  .layout-side-menu #sidebar ul li a {
    padding: 20px 10px; }
  .layout-side-menu #sidebar ul li a span {
    font-size: 0.85em; }
  .layout-side-menu #sidebar ul li a i {
    margin-right: 0;
    display: block; }
  .layout-side-menu #sidebar ul ul a {
    padding: 10px !important; }
  .layout-side-menu #sidebar ul li a i {
    font-size: 1.3em; }
  .layout-side-menu #sidebar {
    margin-left: 0; }
  .layout-side-menu #sidebarCollapse span {
    display: none; }
  .layout-side-menu .elementor-post-isotope {
    grid-template-columns: 1fr !important; }
    .layout-side-menu .elementor-post-isotope figure {
      display: block !important; } }

.overlay-shadow {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 100%);
  transition: all 200ms ease 0s;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1 !important; }
  .overlay-shadow.darker {
    background: linear-gradient(0deg, black 1%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%); }

.admin-bar #masthead {
  top: 32px; }
  .admin-bar #masthead.reveal {
    top: 32px; }
  .admin-bar #masthead.collapse {
    top: -48px; }

#wp-admin-bar-root-default {
  overflow: hidden;
  max-width: calc(100% - 250px);
  max-height: 32px;
  float: left; }

/* BRANDED BANNER */
#branded-banner {
  background: -webkit-linear-gradient(#e1511f 0%, #f6813a 100%);
  padding: 2em 0;
  position: relative; }
  #branded-banner .content-area {
    padding: 3em 0; }
  #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 {
      font-size: 24px;
      font-weight: 200;
      color: white;
      margin-bottom: 16px;
      font-family: proxima-nova, sans-serif;
      letter-spacing: -0.5px; }
      #branded-banner ul.brands li:before {
        content: '#'; }
  #branded-banner .img {
    background: url("../img/branded-sample.png") center left no-repeat;
    background-size: 560px;
    width: 650px;
    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; } }

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: merriweather, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  opacity: 1 !important;
  transition: opacity 0.5s ease-in; }
  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: proxima-nova, 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; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 22px;
  font-weight: 300; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

/* Links and Paragraphs */
p {
  margin-top: 0;
  color: #373737;
  font-weight: 400;
  font-size: 16px;
  font-family: merriweather, 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; }

a {
  color: #eb551a;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

a:hover {
  color: #eb551a; }

.button,
button,
.alm-load-more-btn {
  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 {
  border-radius: 20px; }
  .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; }
  .alm-load-more-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.button:hover,
button:hover,
.alm-load-more-btn:hover {
  color: #fff;
  background: #eb551a; }

.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%; }

/* 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: merriweather, serif;
  margin-bottom: 0; }

/* MAIN */
#main {
  padding-top: 104px;
  position: relative; }
  #main > .container {
    padding-bottom: 1em; }

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: 100vw;
  transform: translateY(-50%);
  -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;
    line-height: 1;
    padding-bottom: 16px; }
    .column-hero .column-title,
    .column-hero .column-title a {
      color: white; }
    .column-hero .column-title.post-title {
      font-size: 2.2em; }
  .column-hero .column-description {
    font-size: 16px;
    font-family: merriweather, serif;
    line-height: 1.3;
    margin-bottom: 0; }
    .column-hero .column-description,
    .column-hero .column-description.post-excerpt p {
      color: #fff; }
    .column-hero .column-description.post-excerpt p {
      font-size: 1em; }
  .column-hero .featured a {
    display: block;
    padding: 10px; }
    .column-hero .featured a:hover {
      text-decoration: none;
      background: rgba(0, 0, 0, 0.3); }
  .column-hero .featured article {
    margin-bottom: 0.2em;
    display: block; }
    .column-hero .featured article:last-child {
      margin-bottom: 0; }
    .column-hero .featured article h2 {
      color: white;
      font-weight: 600;
      font-size: 18px; }
    .column-hero .featured article .meta {
      font-weight: 600;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 8px; }
      .column-hero .featured article .meta .author {
        color: #eb551a; }
        .column-hero .featured article .meta .author:after {
          content: "|";
          color: rgba(255, 255, 255, 0.5);
          margin-left: 4px;
          margin-right: 4px; }

/* 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: 0.2s ease;
  transition: 0.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 .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 {
  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 {
  position: relative;
  height: 100%; }

.story.card .content {
  background: #fff;
  padding: 18px;
  min-height: 200px;
  position: relative; }

.story .content h2 {
  font-family: proxima-nova, sans-serif;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 900;
  padding-bottom: 0;
  text-transform: uppercase; }

.story .content .excerpt p {
  color: #000000;
  margin: 0 0;
  font-size: 0.8em;
  font-weight: normal;
  font-family: merriweather, serif;
  line-height: 1.4; }

.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; }

.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; }

.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: 0.2s;
    transition: 0.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: 0.2s;
    transition: 0.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: 0.2s;
    transition: 0.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: merriweather, 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); }

/* 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,
.single > figure,
.canvas-adv,
.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; }

/* WIDGET: Reaading List */
.readinglist {
  z-index: 9; }
  .readinglist [data-widget-type="progressbar"] {
    min-width: 250px;
    min-height: 100px; }

/* 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%;
  width: 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: proxima-nova, 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: merriweather, serif; }

/* FOOTER */
#basement {
  background: #000;
  border-top: 12px solid #ff4500;
  font-family: merriweather, serif;
  padding: 2em 0; }
  #basement p {
    color: #eee;
    font-family: merriweather, serif;
    font-size: 13px;
    margin-bottom: 1.5em; }
  #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 .footerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 3em; }
    #basement .footerNav li {
      display: inline-block;
      list-style: none; }
      #basement .footerNav li a {
        color: #838383;
        display: block;
        font-family: proxima-nova, sans-serif;
        font-size: 13px;
        font-weight: 600;
        padding: 0.2em 1em;
        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 .social-media-container {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    #basement .social-media-container li a {
      font-family: proxima-nova, sans-serif;
      color: #838383;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600;
      margin: 0 0.5em; }
  #basement .footerNav li a:hover,
  #basement .social-media-container li a:hover {
    color: #fff; }

.pull-right {
  text-align: right;
  float: right; }

/* ABOUT US */
#about-us .row p {
  font-family: merriweather, 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 {
  background: #fff; }
  #about-description blockquote {
    max-width: 550px;
    font-size: 24px;
    font-weight: 300;
    font-family: proxima-nova, 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; }

/*#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: white;
  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: white;
  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: white; }

li.month .month_base .month_line {
  width: 1px;
  height: 30px;
  float: left;
  margin-left: 4px;
  background-color: white; }

li.month h3 {
  width: 50px;
  position: absolute;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  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: white;
  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: white;
  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: white;
  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: white;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  top: calc(49.5% + 69px + 24px); }

li.date p a {
  color: white;
  -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 blockquote {
  font-size: 24px;
  font-weight: 300;
  font-family: proxima-nova, 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: 0.2s ease;
    transition: 0.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; }
  #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: proxima-nova, sans-serif;
      margin-bottom: 32px;
      line-height: 1.3;
      max-width: 640px;
      padding: 0 32px; }
    #about-testimoinals article .source {
      color: #999; }

.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; }

.swiper-container {
  margin-bottom: 1em; }

/* ----------
  Responsive 
---------- */
/* Mobile */
@media screen and (max-width: 480px) {
  #basement .footer-about {
    text-align: center; }
  #basement .footer-links {
    margin-top: 2em; }
  #basement .footerNav {
    align-items: center; }
  #basement .social-media-container {
    justify-content: center; } }

/* Tablet */
@media screen and (max-width: 767px) {
  .column-hero {
    padding: 6em 0;
    height: auto; }
  .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; }
  h1 {
    font-size: 1.875rem; }
  h2 {
    font-size: 1.65rem; }
  #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; }
  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; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: break-word; }
  p {
    font-size: 15px;
    line-height: 1.625em; }
  .vad {
    display: none; } }

@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; } }

/* SINGLE POST */
.entry {
  margin: auto; }
  .entry h2 {
    margin: 15px 0;
    font-weight: bold; }

article.single {
  border-bottom: 1px solid #ddd;
  font-family: merriweather, serif;
  position: relative;
  transition: 0.2s 0.4s ease-in-out top; }
  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: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 15px 0; }
    article.single .post-tags a {
      background-color: #ff4500;
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-family: proxima-nova, sans-serif;
      margin: 2px 0.2em;
      padding: 0.2em 0.6em; }
      article.single .post-tags a:hover {
        text-decoration: none;
        background-color: #ff4500; }
  article.single header .post-category-container {
    font-size: 0.8rem;
    font-weight: bold;
    font-family: proxima-nova, sans-serif; }
  article.single header .category {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #eb551a; }
  article.single header h1 {
    margin-top: 16px;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 900; }
    article.single header h1 a {
      color: inherit; }
  article.single header > .meta {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    width: 100%;
    overflow: hidden; }
  article.single .entry {
    position: relative; }
    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 {
      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% + (6rem)) !important;
      max-width: calc(100% + (6rem)) !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 1em 15px 1em;
      display: block; }
    article.single .entry blockquote {
      background: #f9f9f9;
      border-left: 5px solid #ccc;
      padding: 1.5em 18px;
      quotes: "“" "”" "‘" "’"; }
      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 > .jetpack-slideshow {
      border: none;
      border-radius: 2px; }
    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 {
        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,
    article.single .entry figcaption a {
      color: #222;
      text-decoration: underline;
      text-decoration-color: #ccc;
      font-weight: bold;
      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,
      article.single .entry figcaption a:hover {
        color: #000000;
        text-decoration: underline;
        text-decoration-color: #8a8a8a; }
  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: 0.3s ease;
      transition: 0.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; }
  article.single .vp-bookshelf {
    text-align: center; }
    article.single .vp-bookshelf svg {
      max-width: 500px; }
      article.single .vp-bookshelf svg text a {
        text-decoration: none; }
      article.single .vp-bookshelf svg .book-hover {
        cursor: pointer; }
      article.single .vp-bookshelf svg .book-hover:hover {
        fill-opacity: 0.9; }

.sidebar-comments-icon {
  width: 80px;
  height: 30px;
  margin-left: -60px;
  position: absolute; }
  .sidebar-comments-icon .meta-comments {
    background: #ec6530;
    border-radius: 4px;
    color: white;
    font-size: 1.1em;
    padding: 0.5em 0.2em; }
    .sidebar-comments-icon .meta-comments:hover {
      color: white; }

.entry ol,
.entry ul,
.wpb_wrapper ol,
.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 (max-width: 480px) {
  #main .meta-comments,
  #main .sidebar-comments-icon {
    display: none; } }

@media screen and (min-width: 480px) {
  article.single .post-social,
  article.single header {
    margin: 36px 3rem 25px 3rem; } }

.video-item-outer {
  text-decoration: none; }
  .video-item-outer .video-thumbnail-outer {
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    position: relative;
    width: 100%; }
    .video-item-outer .video-thumbnail-outer .video-thumbnail-inner {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      .video-item-outer .video-thumbnail-outer .video-thumbnail-inner .video-description-container {
        position: absolute;
        bottom: 0;
        padding: 2em;
        pointer-events: none;
        text-align: center; }
  .video-item-outer .video-item {
    text-decoration: none; }
    .video-item-outer .video-item .video-icon-play,
    .video-item-outer .video-item .shadow-cover {
      transition: opacity 0.2s ease-in; }
    .video-item-outer .video-item:hover .shadow-cover {
      opacity: 0.5; }
    .video-item-outer .video-item:hover .video-icon-play {
      opacity: 1; }
    .video-item-outer .video-item .video-item-inner {
      position: relative;
      width: 100%;
      height: 100%; }
    .video-item-outer .video-item .video-icon-play {
      top: calc(50% - 20px);
      left: calc(50% - 25px);
      position: absolute;
      pointer-events: none;
      width: 50px;
      opacity: 0.8; }
    .video-item-outer .video-item .video-description-container {
      color: #ffffff;
      font-family: merriweather, serif;
      margin: 0.5em 0;
      max-width: 85%;
      text-align: left; }
      .video-item-outer .video-item .video-description-container .video-title {
        font-family: proxima-nova, sans-serif;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 1.1em;
        text-transform: uppercase; }
      .video-item-outer .video-item .video-description-container .video-description {
        margin: 0.5em 0; }
      .video-item-outer .video-item .video-description-container .timestamp {
        color: #a0a0a0;
        font-size: 0.8em;
        margin: 0.5em 0; }
      .video-item-outer .video-item .video-description-container.large {
        text-align: left; }
        .video-item-outer .video-item .video-description-container.large .video-title {
          font-size: 2em;
          font-weight: bold;
          line-height: 1.1em;
          text-transform: uppercase; }
        .video-item-outer .video-item .video-description-container.large .timestamp {
          margin: 1em 0;
          font-size: 0.9em; }
      .video-item-outer .video-item .video-description-container.overlay {
        position: absolute;
        bottom: 0;
        padding: 5px 10px;
        max-width: none;
        min-height: 40px;
        text-align: center;
        width: 100%; }

.video-item-outer.video-layout-hero .video-item .video-description-container {
  bottom: 10%;
  font-family: proxima-nova, sans-serif;
  left: 8%;
  position: absolute;
  text-align: left; }
  .video-item-outer.video-layout-hero .video-item .video-description-container .video-title {
    font-size: 2.2em;
    max-width: 550px; }
  .video-item-outer.video-layout-hero .video-item .video-description-container .cta {
    font-weight: lighter;
    font-size: 2.2em;
    margin: 0.5em 0;
    opacity: 0.8;
    text-transform: uppercase;
    transition: opacity 0.2s ease-in; }
    .video-item-outer.video-layout-hero .video-item .video-description-container .cta img {
      margin-bottom: 5px;
      vertical-align: middle;
      width: 40px; }

.video-item-outer.video-layout-hero .video-item:hover .cta {
  opacity: 1; }

[data-slides-per-view="3"] .video-item-outer .video-item .video-item-inner {
  max-height: 200px; }

.theme-orange .video-item .video-description-container .timestamp {
  color: #e4e4e4; }

.swiper-container .swiper-nav .swiper-button {
  color: #fff;
  cursor: pointer;
  height: 100%;
  margin-top: 0;
  opacity: 0.9;
  padding: 20px;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in; }
  .swiper-container .swiper-nav .swiper-button:hover {
    background: rgba(255, 255, 255, 0.2);
    opacity: 1; }

.swiper-container .swiper-nav .swiper-button-prev {
  left: 0; }

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  width: 10px;
  height: 10px;
  margin: 0px 6px;
  transition: opacity 0.2s ease-in; }
  .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.5; }
  .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff; }

.swiper-container .swiper-pagination.label-top {
  bottom: 0;
  margin-bottom: 0.2em;
  position: relative;
  text-align: left;
  width: 100%; }
  .swiper-container .swiper-pagination.label-top .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: #1d1d1b;
    color: #ffffff;
    font-family: proxima-nova, sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.5em 1em;
    margin: 0 5px;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
    .swiper-container .swiper-pagination.label-top .swiper-pagination-bullet:first-child {
      margin-left: 0; }
    .swiper-container .swiper-pagination.label-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #ff4500;
      color: #fff; }

.article-list-item {
  display: flex;
  margin: 1em 0;
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .article-list-item a, .article-list-item:hover {
    text-decoration: none; }
  .article-list-item:hover {
    background: #f4f4f4; }
  .article-list-item .article-image {
    width: 250px;
    height: 150px; }
  .article-list-item .article-details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.5em 1em; }
    .article-list-item .article-details .author {
      font-family: merriweather, serif;
      font-size: 0.95em;
      margin: 5px 0; }
      .article-list-item .article-details .author .name {
        color: black;
        font-style: italic; }
  .article-list-item .article-excerpt p {
    line-height: 1.2em; }

.card {
  border: none;
  color: #ffffff;
  margin: 1em 0.4em;
  overflow: hidden;
  position: relative; }
  .card .border-none {
    border: 1px solid rgba(0, 0, 0, 0.125); }
  .card .card-inner {
    top: 0;
    width: 100%;
    height: 100%; }
    .card .card-inner.height-100 {
      height: 100%; }
  .card .t-entry,
  .card .article-details,
  .card .t-entry-title,
  .card .author .meta .name, .card.card-dark .t-entry,
  .card.card-dark .article-details,
  .card.card-dark .t-entry-title,
  .card.card-dark .author .meta .name {
    color: #ffffff; }
  .card.card-light .t-entry,
  .card.card-light .article-details,
  .card.card-light .t-entry-title,
  .card.card-light .author .meta .name {
    color: #000; }
  .card .article-image {
    width: 100%;
    height: 100%;
    top: 0;
    position: relative; }
  .card .article-details {
    padding: 1.5em; }
    .card .article-details h2 {
      text-transform: none; }
  .card .t-entry {
    color: #ffffff;
    font-size: 13px;
    font-family: proxima-nova, sans-serif; }
    .card .t-entry .t-entry-title {
      font-size: 1.2em;
      font-weight: 900;
      line-height: 1.2;
      margin: 0.2em auto;
      padding: 0;
      font-family: source-serif-pro, serif; }
      .card .t-entry .t-entry-title.large {
        font-size: 1.9em; }
    .card .t-entry .t-entry-excerpt {
      font-size: 1.1em;
      line-height: 1.2;
      margin: 1em auto; }
    .card .t-entry .t-entry-excerpt,
    .card .t-entry .author {
      font-size: 1em; }
    .card .t-entry .t-entry-cta {
      margin: 1.5em auto; }
      .card .t-entry .t-entry-cta .btn {
        display: inline-block;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0.5em 1.2em; }

.card-overlay > *,
.card-overlay .card-inner,
.card-overlay .article-image {
  position: absolute; }

.article-item {
  position: relative; }
  .article-item:hover .shadow-cover {
    opacity: 0.8; }
  .article-item img.article-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .article-item .article-description {
    bottom: 0;
    color: #ffffff;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 2em; }
    .article-item .article-description .article-category {
      background-color: #ff4500;
      display: inline-block;
      font-weight: 700;
      font-family: proxima-nova, sans-serif;
      padding: 0.2em 1em;
      text-transform: uppercase; }
    .article-item .article-description .article-title {
      font-family: proxima-nova, sans-serif;
      font-size: 1.4em;
      font-weight: 900;
      margin: 0.5em 0 0.2em 0;
      text-transform: uppercase; }
    .article-item .article-description .article-author .timestamp {
      color: #b6b6b6; }
  .article-item.size-sm .article-description {
    padding: 1em;
    text-align: center; }
    .article-item.size-sm .article-description .article-title {
      font-size: 0.9em;
      line-height: 1; }

.article-item.grid-item .article-description {
  position: absolute; }

.article-item.title-overlay {
  position: relative;
  padding-top: 75%; }
  .article-item.title-overlay img.article-image {
    top: 0; }
  .article-item.title-overlay img.article-image,
  .article-item.title-overlay .article-description {
    position: absolute; }

.article-author {
  font-family: merriweather, serif;
  font-style: italic;
  font-size: 0.9em; }

.meta {
  line-height: 1;
  margin: 0.7em 0;
  color: black;
  font-family: merriweather, serif;
  font-size: 0.75rem; }
  .meta > div {
    margin: 0.5em 0; }
  .meta .author-profile {
    display: flex;
    font-weight: bold;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif; }
  .meta .name {
    color: #ff4500;
    line-height: 1;
    padding: 0; }
    .meta .name:hover {
      color: #ea3700; }
  .meta .description,
  .meta .timestamp {
    color: #8b8b8b; }

.meta-author {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-right: 1em; }
  .meta-author .avatar {
    overflow: hidden;
    margin-right: 0.3em; }
    .meta-author .avatar img {
      width: 52px;
      height: 52px;
      border-radius: 100%;
      border: 1px solid rgba(255, 255, 255, 0.3); }

.progress_bar_widget {
  font-family: Georgia, sans-serif;
  background-color: rgba(253, 253, 253, 0.97);
  right: 0;
  max-width: 260px; }
  .progress_bar_widget ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #0a0a0a;
    background: rgba(209, 209, 209, 0.1); }
  .progress_bar_widget li {
    list-style: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(170, 170, 170, 0.15); }
  .progress_bar_widget li:hover {
    background: rgba(209, 209, 209, 0.5); }
  .progress_bar_widget .list_title {
    position: relative;
    text-align: center;
    background-color: #c8c4c4;
    border-top: 1px solid #0a0a0a; }
  .progress_bar_widget .list_title .text {
    color: black;
    font-size: 16px;
    padding: 9px; }
  .progress_bar_widget .collapse_progress_bar_btn {
    position: absolute;
    cursor: pointer;
    line-height: 40px;
    font-size: 15px;
    height: 100%;
    width: 25px;
    text-align: center;
    color: #969696;
    background-color: #1e1e1e;
    margin: 0;
    top: 0;
    left: 0; }
  .progress_bar_widget .progress_article {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    display: block;
    text-decoration: none; }
  .progress_bar_widget .progress_title {
    width: auto;
    color: #5f5858;
    font-size: 12px;
    z-index: 1;
    margin: 8px 8px 8px 45px;
    min-height: 36px;
    line-height: 1.5; }
  .progress_bar_widget .progress_author {
    margin: -4px 0 4px 25px;
    color: #5a5a5a;
    font-size: 11px;
    font-style: italic;
    z-index: 1; }
  .progress_bar_widget .progress_active {
    position: absolute;
    border-left: 5px solid #f58535; }
  .progress_bar_widget .progress_active_collapse {
    border-left: 25px solid #f58535; }
  .progress_bar_widget .progress_bg {
    position: absolute;
    z-index: -1;
    background-color: gainsboro;
    height: 100%; }
  .progress_bar_widget .progress_index {
    position: absolute;
    background: none repeat scroll 0px 0px transparent;
    left: 6px;
    color: rgba(0, 0, 0, 0.44);
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 999em;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 4px 1px;
    box-sizing: border-box;
    top: 10px;
    line-height: 1.5; }
  .progress_bar_widget .progress_bar_footer {
    font-size: 65%;
    padding: 5px 0px;
    text-align: center; }
  .progress_bar_widget .progress_bar_footer,
  .progress_bar_widget .progress_bar_footer a {
    color: #999; }

.is-article-featured::before {
  content: " ";
  background-image: url("../img/icons/bookmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20%;
  height: 20%;
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 10; }

.wpvqgr-wrapper {
  background: #fbfbfb;
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .wpvqgr-wrapper .row {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .wpvqgr-wrapper .wpvqgr-question {
    margin-bottom: 4px !important; }
  .wpvqgr-wrapper .wpvqgr-answer {
    font-size: 1.3em !important;
    line-height: 1.4 !important; }
    .wpvqgr-wrapper .wpvqgr-answer .wpvqgr-checkbox {
      display: flex;
      align-items: center; }

.post-section-title {
  color: #ff4500;
  font-weight: bold; }

.elementor-widget-heading .elementor-heading-title {
  color: #ff4500;
  font-weight: bold; }

.product-recommendations {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
  width: calc(100% + (6rem)) !important;
  max-width: calc(100% + (6rem)) !important;
  background: #efefef; }
  .product-recommendations > .wp-block-group__inner-container {
    margin: 3rem;
    padding: 1.2rem 0; }

@media screen and (max-width: 480px) {
  .article-list-item {
    margin: 1.5em 0; }
    .article-list-item.card {
      font-size: 18px; } }

@media screen and (min-width: 1400px) {
  .feed .stories > .row {
    padding-left: 144px;
    padding-right: 100px; }
  .single {
    min-width: 818px; } }

@media screen and (max-width: 1024px) {
  body {
    font-size: 10px; }
  .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 .content .excerpt p {
    display: none; } }

@media screen and (max-width: 820px) {
  html {
    max-width: 100%;
    overflow-x: hidden; }
  body.menuOpen {
    background: #171717;
    overflow: hidden;
    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: proxima-nova, 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: 20px;
      line-height: 1.6;
      letter-spacing: -0.5px;
      font-family: proxima-nova, sans-serif; }
    #mobileMenu nav.secondaryMenu {
      padding-top: 48px; }
    #mobileMenu nav.secondaryMenu li a {
      font-size: 18px; }
  .wrapper {
    -webkit-transition: 0.2s ease;
    transition: 0.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: 1rem; }
    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% + (2rem)) !important;
      max-width: 100vw; }
    article.single .entry > .jetpack-slideshow .slideshow-slide-caption {
      height: auto; }
    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% + (2.6rem)) !important;
      max-width: calc(100% + (2.6rem)) !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;
      font-size: 1.6em; }
  #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;
      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.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; }
  .author .meta {
    margin-top: 0; }
  #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; }

.lds-container {
  text-align: center;
  padding: 2em; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fed;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fed transparent transparent transparent; }
    .lds-ring div:nth-child(1) {
      animation-delay: -0.45s; }
    .lds-ring div:nth-child(2) {
      animation-delay: -0.3s; }
    .lds-ring div:nth-child(3) {
      animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@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 {
    -webkit-transition: .5s ease;
    transition: .5s ease; }
  #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: proxima-nova, 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; }

.alm-btn-wrap {
  clear: both;
  margin: 1.5em 0;
  text-align: center; }

#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; }

.swiper-container {
  display: none; }

.entry .wp-block-pb-accordion-item .c-accordion__title {
  border-top: 1px solid #ccc;
  background: #efefef;
  padding: 1em 1em;
  margin-bottom: 0;
  font-size: 1.1rem; }
  .entry .wp-block-pb-accordion-item .c-accordion__title:after {
    right: 1em; }

.entry .wp-block-pb-accordion-item .c-accordion__content {
  padding: 1em;
  border: 1px solid #efefef; }

/* 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: proxima-nova, 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: proxima-nova, 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: proxima-nova, 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; }

.ui-autocomplete {
  z-index: 99999;
  font-size: 12px;
  max-width: 400px; }
  .ui-autocomplete .item-postal,
  .ui-autocomplete .item-address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ui-autocomplete .item-postal {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase; }

article.single .entry .wp-block-jetpack-slideshow .swiper-wrapper {
  height: auto !important; }

article.single .entry .wp-block-jetpack-slideshow .swiper-button-prev:after,
article.single .entry .wp-block-jetpack-slideshow .swiper-button-next:after {
  display: none; }

article.single .entry .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
  height: auto; }
  article.single .entry .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide > figure {
    display: flex;
    flex-direction: column; }
    article.single .entry .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide > figure img {
      object-fit: contain;
      margin-bottom: 0;
      max-height: 70vh; }
    article.single .entry .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide > figure figcaption {
      position: relative;
      align-self: stretch;
      text-align: center; }

.sister-publication-container {
  padding: 20px 0; }
  .sister-publication-container .title {
    color: #fff;
    font-family: proxima-nova, 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; }

#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 row [class^=col-] {
    position: relative; }
  #authors .author {
    background: white;
    cursor: pointer;
    max-width: 240px;
    padding: 24px;
    margin: 0 auto 24px;
    text-align: center;
    transition: .2s ease;
    opacity: 0.8;
    height: 100%; }
    #authors .author a {
      display: inline-block;
      margin: auto; }
    #authors .author:hover {
      opacity: 1;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
      #authors .author:hover a {
        text-decoration: none; }
    #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-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; }

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs .vc_tta-tab > a {
  background: #1d1d1b;
  color: #fff;
  border: none;
  border-radius: 1px;
  font-family: proxima-nova, sans-serif;
  padding: 0.5em 1em;
  font-weight: bold;
  text-transform: uppercase; }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs .vc_tta-tab > a:hover {
    background: #282826; }

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs .vc_tta-tab.vc_active > a {
  background: #ff4500;
  color: #fff; }

@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; } }

body.theme-dark #masthead {
  background-image: url("../img/bg/navbar-bg-dark.jpg"); }
  body.theme-dark #masthead nav.navbar-nav li a:hover {
    background-color: #333333; }
  body.theme-dark #masthead nav.navbar-nav .dropdown-menu {
    background-color: #000; }

body.theme-dark footer#basement {
  border-top: 12px solid #000; }

body.theme-dark .swiper-container .swiper-button {
  color: #fff; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.subscription-options-title {
  text-align: center; }

.leaky_paywall_subscription_options {
  background: #fff;
  padding: 1em; }

.elementor-post-isotope {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0 1fr 0;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.5em;
  font-family: proxima-nova, sans-serif; }
  .elementor-post-isotope figure {
    display: none; }
  .elementor-post-isotope a {
    color: #000; }
  .elementor-post-isotope .t-item {
    border-bottom: 1px solid #dcdcdc;
    padding: 0.3em 0 !important; }
    .elementor-post-isotope .t-item.t-item-0, .elementor-post-isotope .t-item:last-child {
      border-bottom: 0; }
  .elementor-post-isotope .t-item-0 {
    grid-column-start: span 1;
    grid-column-end: span 1;
    grid-row-start: span 3;
    grid-row-end: span 3; }
    .elementor-post-isotope .t-item-0 figure {
      display: block; }
  .elementor-post-isotope .card {
    margin: 0; }
    .elementor-post-isotope .card .t-entry .article-excerpt {
      margin: 0.5em 0; }
    .elementor-post-isotope .card .t-entry .t-entry-title {
      font-size: 1.6em; }
  .elementor-post-isotope .author .name {
    color: #000; }

.elementor-divider .elementor-divider-separator {
  border-top: 1px solid #dcdcdc !important; }

.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0; }

.swiper-container {
  margin-bottom: 0; }

.country-filter-absolute {
  position: absolute;
  top: 0.5em;
  right: 1em;
  z-index: 99; }

.country-filter-container {
  color: #1d1d1b;
  text-align: right; }
  .country-filter-container a.active {
    color: #ff4500;
    font-weight: bold; }
  .country-filter-container a {
    color: #8e8e8e; }

.swiper-button-prev,
.swiper-button-next {
  background-image: none; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    color: white;
    font-weight: bold;
    font-size: 1.2em; }

.elementor-pagination-position-outside .elementor-swiper-button {
  top: calc(55%); }

.elementor-widget.elementor-widget-post-carousel {
  margin-bottom: 0; }

.elementor-widget-container .custom-elementor-carousel {
  font-family: proxima-nova, sans-serif; }
  .elementor-widget-container .custom-elementor-carousel .t-entry-excerpt {
    font-size: 13px; }

.elementor-widget-container .elementor-swiper-button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  opacity: 0.9;
  transition: opacity 0.5s;
  display: none; }
  .elementor-widget-container .elementor-swiper-button::after {
    display: none; }
  .elementor-widget-container .elementor-swiper-button:hover {
    opacity: 1; }
  .elementor-widget-container .elementor-swiper-button.elementor-swiper-button-next {
    right: -28px; }
  .elementor-widget-container .elementor-swiper-button.elementor-swiper-button-prev {
    left: -28px; }

.elementor-image-carousel-caption .t-entry .t-entry-content {
  transition: all 300ms; }

.elementor-image-carousel-caption .t-entry .t-entry-cta {
  display: none; }

.elementor-image-carousel-caption:hover .t-entry .t-entry-cta {
  display: block; }

.t-inside.swiper-slide {
  align-self: stretch;
  padding: 0; }
  .t-inside.swiper-slide .card .card-image {
    height: 50%; }
  .t-inside.swiper-slide .card .card-inner {
    margin: 0.5em 0;
    padding: 0 0.4em; }
    .t-inside.swiper-slide .card .card-inner .t-entry-title {
      line-height: 1.2; }

@media (max-width: 768px) {
  .country-filter-container {
    text-align: left; }
  .article-list-item {
    margin: 5px; }
    .article-list-item.aspect-100-125 {
      padding-top: 100%; } }

.btn-container-vulcan .elementor-button-link {
  background-color: #ff4500;
  text-decoration: none; }
  .btn-container-vulcan .elementor-button-link:hover {
    background-color: #ea3700; }

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; } }

.vp-pages {
  background: #ffffff; }

.swiper-wrapper {
  height: auto; }

.section {
  background-size: cover;
  padding: 2em; }
  .section.no-gutter {
    padding: 0; }
  .section.theme-light {
    background-image: url("../img/bg/theme-light-1024x430.svg");
    background-color: #f4f4f4; }
    .section.theme-light.large {
      background-image: url("../img/bg/theme-light-1024x900.svg"); }
  .section.theme-black {
    background-color: #000;
    color: #fff; }
  .section.theme-dark {
    background-image: url("../img/bg/theme-dark-1024x300.svg");
    background-color: #111111;
    color: #ffffff; }
    .section.theme-dark.large {
      background-image: url("../img/bg/theme-dark-1024x900.svg"); }
  .section.theme-orange {
    background-color: #ff4500;
    background-image: url("../img/bg/theme-orange-1024x430.svg"); }
    .section.theme-orange .alm-load-more-btn {
      border-color: #fff;
      color: #fff; }
    .section.theme-orange.large {
      background-image: url("../img/bg/theme-orange-1024x700.svg"); }
  .section.theme-black,
  .section.theme-black .section-title,
  .section.theme-black .section-title-container,
  .section.theme-black .section-description, .section.theme-dark,
  .section.theme-dark .section-title,
  .section.theme-dark .section-title-container,
  .section.theme-dark .section-description, .section.theme-orange,
  .section.theme-orange .section-title,
  .section.theme-orange .section-title-container,
  .section.theme-orange .section-description {
    color: #ffffff; }

.section,
.section .section-title,
.section .section-description,
.section .section-title-container {
  color: #000; }

.section .section-title-container {
  font-family: proxima-nova, sans-serif;
  line-height: 1.1em;
  margin: 0 auto;
  padding: 2em 0; }

.section .section-title p {
  font-family: proxima-nova, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  margin: 0.5em 0;
  text-transform: uppercase; }

.section .section-description {
  font-size: 0.95em;
  margin: 0.5em 0;
  max-width: 400px; }

.section .text-center .section-description {
  margin: 0.5em auto; }

.section-cta {
  margin: 2em auto; }

.section-content {
  margin: 2em auto; }

body .article-grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 0.35fr 0px 0.35fr 0px 0.35fr;
  grid-template-rows: 0.35fr 0.35fr 0.35fr; }
  body .article-grid-container #grid-item-1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2; }
    body .article-grid-container #grid-item-1 .article-description {
      font-size: 1.4em; }
  body .article-grid-container .grid-item a {
    display: block;
    height: 100%; }

body .section-latest-videos .section-title-container {
  max-width: none;
  text-align: left; }

body .section-vulcan-playlist {
  padding: 2em; }
  body .section-vulcan-playlist .section-content.left .section-title-container {
    max-width: none;
    text-align: left; }
  body .section-vulcan-playlist .section-title {
    color: #ff4500; }

body .section-hero {
  background-size: cover;
  background-color: #ff4500;
  color: #fff;
  line-height: 1.1; }
  body .section-hero .section-title {
    font-size: 1.8em;
    font-weight: 900;
    text-transform: uppercase; }
  body .section-hero .section-description {
    margin: 1em 0; }
  body .section-hero .section-cta {
    font-size: 0.85em; }
  body .section-hero .hero-content-left {
    margin: 5em 0; }

body .section-hero.ge2020 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTUwMCA2MjAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO30uY2xzLTJ7ZmlsbDojZmY0NTAwO30uY2xzLTN7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKTt9LmNscy00e2ZpbGw6I2ZmNzIwMDt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTUwMCIgaGVpZ2h0PSI2MjAiLz48L2NsaXBQYXRoPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTIiIHdpZHRoPSIxNTAwIiBoZWlnaHQ9IjYyMCIvPjxnIGNsYXNzPSJjbHMtMyI+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNNzE5LDExMzQuMTMtMzMwLjg0LTUwNC4yOWMtMTcuMzEtMjcsLjc1LTYzLjc3LDMxLjM0LTYzLjc3SDc1MS4yNmwtLjkzLDE1OC45NEgtOTNMNzUwLjMzLDkwNC44MSwxNTkzLjYtNDA5LjEySDEzMTQuOUw3NTAuMzMsNDc0LjUxLDMzNi43NS0xNjkuNjRINzUxLjI2TDc1MC4zMy0xMkg2MjEuNDdMNzUwLjMzLDE5NS40OWw0OTAuMjktNzYzLjU1SDE4MDJjMzAuNjEsMCw0OC42NiwzNi43OCwzMS4zMiw2My43OUw3ODEuNjgsMTEzNC4xNkM3NjYuNTcsMTE1Ny43LDczNC4xMSwxMTU3LjY5LDcxOSwxMTM0LjEzWiIvPjwvZz48L3N2Zz4="); }
  body .section-hero.ge2020 .section-hero-inner {
    background-image: url("../img/sg2020/ge2020-bg-overlay.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 60%; }

body .section-feed {
  padding: 3em 0;
  background: #fff; }
  body .section-feed .section-title {
    text-transform: uppercase;
    font-weight: 900; }
  body .section-feed .divider {
    height: 5px;
    background-color: #ff4500; }
  body .section-feed .top-reads-container .article-item {
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    text-decoration: none;
    padding: 1em 1.5em;
    border-bottom: 1px solid #e5e5e5; }
    body .section-feed .top-reads-container .article-item:nth-child(odd) {
      background: #f9f9f9; }
    body .section-feed .top-reads-container .article-item:hover {
      background: #f5f5f5; }
    body .section-feed .top-reads-container .article-item .article-thumbnail {
      position: relative;
      width: 60px;
      height: 60px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      body .section-feed .top-reads-container .article-item .article-thumbnail .article-index {
        position: absolute;
        left: -10px;
        top: -10px;
        right: auto;
        bottom: auto;
        background: #fff;
        border-radius: 50%;
        border: 2px solid #000;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        width: 28px;
        height: 28px;
        text-align: center; }
    body .section-feed .top-reads-container .article-item .article-title {
      font-family: proxima-nova, sans-serif;
      font-weight: bold;
      font-size: 0.9em;
      line-height: 1.1em;
      padding: 0 0.5em; }

@media screen and (min-width: 1440px) {
  body.home .article-grid-container .article-item#grid-item-1 .article-description {
    font-size: 1.4em; }
  body.home .article-grid-container .article-item .article-description {
    font-size: 0.9em; } }

@media screen and (min-width: 1920px) {
  body.home .article-grid-container .article-item#grid-item-1 .article-description {
    font-size: 1.6em; }
  body.home .article-grid-container .article-item .article-description {
    font-size: 1.2em; } }

@media screen and (min-width: 2560px) {
  body.home .article-grid-container .article-item#grid-item-1 .article-description {
    font-size: 2em; }
  body.home .article-grid-container .article-item .article-description {
    font-size: 1.4em; } }

@media screen and (max-width: 991px) {
  .homepage-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; } }

@media screen and (max-width: 768px) {
  body.home {
    font-size: 12px; }
    body.home .article-grid-container {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr 1.2fr 1.2fr; }
      body.home .article-grid-container .article-item#grid-item-1 .article-description {
        font-size: 1.5em; }
      body.home .article-grid-container .article-item .article-description {
        font-size: 1em; }
      body.home .article-grid-container .article-item#grid-item-6 {
        display: none; }
    body.home .wp-block-column {
      flex-basis: 100% !important; }
    body.home .video-item-outer .video-item .video-description-container {
      font-size: 0.8em;
      max-width: none; } }

@media screen and (max-width: 479px) {
  body.home .article-grid-container .article-item#grid-item-1 .article-description {
    font-size: 1.1em; }
  body.home .article-grid-container .article-item .article-description {
    font-size: 0.6em; }
  body.home .section-hero.ge2020 {
    text-align: center; }
  .section-feed {
    padding: 1em 0; }
    .section-feed .article-list-item .article-image {
      width: 120px;
      height: 72px; }
    .section-feed .article-list-item .article-details {
      padding: 0 0.5em; }
      .section-feed .article-list-item .article-details h2 {
        font-size: 1em; }
      .section-feed .article-list-item .article-details .author {
        margin: 0 0; }
    .section-feed .section-sidebar {
      margin: 2em 0; } }

.section-hero.eotm {
  background-image: url("../img/bg/vulcan-entrepreneur-of-the-month.svg");
  background-color: #000000;
  color: #ffffff;
  position: relative;
  padding: 0 1em; }
  .section-hero.eotm .eotm-section-title {
    font-size: 1.5em;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    padding: 0.5em; }
    .section-hero.eotm .eotm-section-title .month {
      color: #9e9e9e;
      font-size: 0.8em;
      font-family: merriweather, serif;
      font-weight: normal;
      font-style: italic;
      margin: 0.2em 0; }
  .section-hero.eotm .founder-details {
    color: #fff;
    font-style: italic;
    line-height: 1.2; }
    .section-hero.eotm .founder-details .founder-name {
      font-weight: bold; }
    .section-hero.eotm .founder-details .founder-title {
      color: #999999; }
  .section-hero.eotm .eotm-article-description {
    padding: 2em 0.5em; }
    .section-hero.eotm .eotm-article-description .article-title {
      font-family: proxima-nova, sans-serif;
      font-size: 2.8em;
      font-weight: 700;
      line-height: 1em; }
    .section-hero.eotm .eotm-article-description .article-caption {
      margin: 0.5em 0;
      font-style: italic; }
    .section-hero.eotm .eotm-article-description .article-cta {
      margin-top: 1.5em; }
      .section-hero.eotm .eotm-article-description .article-cta .btn-cta {
        font-size: 0.85em;
        font-style: italic; }

.section-hero.eotm.horizontal .eotm-section-title {
  margin: 2em 0; }

.section-hero.eotm.horizontal .founder-details {
  padding-top: 30%; }

.section-hero.eotm.vertical {
  background-image: url("../img/bg/section-hero-dark-vertical.svg");
  padding: 0;
  margin-bottom: 1em; }
  .section-hero.eotm.vertical .eotm-article-description {
    background-color: #000; }
  .section-hero.eotm.vertical .founder-details {
    font-size: 1.1em; }

.page-template-ge2020 #main {
  padding-top: 146px; }

.page-template-ge2020 .section-title {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase; }

.page-template-ge2020 .section-sub-title {
  background: #000;
  color: #fff;
  padding: 5px 4px;
  font-weight: bold;
  text-align: center; }

.page-template-ge2020 .section .section-description {
  max-width: 450px; }

.mp-quote-container {
  background-size: cover; }
  .mp-quote-container .mp-text-container {
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.1em; }
  .mp-quote-container .mp-profile-container {
    position: relative; }
    .mp-quote-container .mp-profile-container .mp-image {
      margin-top: -6vw; }
    .mp-quote-container .mp-profile-container .mp-details {
      position: absolute;
      font-family: proxima-nova, sans-serif;
      font-size: 1vw;
      font-style: italic;
      font-weight: bold;
      right: 0;
      bottom: 2vw; }
      .mp-quote-container .mp-profile-container .mp-details .mp-name span,
      .mp-quote-container .mp-profile-container .mp-details .mp-title span {
        display: inline-block;
        background-color: #ff4500;
        padding: 0 4px; }
  .mp-quote-container.right {
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    flex-direction: row-reverse; }
    .mp-quote-container.right .mp-profile-container .mp-details {
      right: inherit;
      left: -3vw;
      bottom: 3vw; }
  .mp-quote-container.card {
    background-image: url("../img/sg2020/card-bg-sandwisp.svg");
    background-color: #dbc77d;
    margin-bottom: 10px; }
    .mp-quote-container.card.ruling-party {
      background-image: url("../img/sg2020/card-bg-violet.svg");
      background-color: #55468c; }
    .mp-quote-container.card .mp-image {
      margin-top: 0; }
    .mp-quote-container.card .mp-text-container {
      background-color: #000;
      border-radius: 0 0 .25rem .25rem;
      color: #ffffff;
      font-size: 0.95em; }
      .mp-quote-container.card .mp-text-container .mp-text-block {
        min-height: 96px; }
      .mp-quote-container.card .mp-text-container .mp-details {
        min-height: 50px;
        font-size: 0.95em; }
        .mp-quote-container.card .mp-text-container .mp-details .mp-name {
          font-weight: 900;
          font-size: 1.1em; }

.MemorableQuotesController .section-filters {
  font-size: 0.9em;
  margin-bottom: 15px; }
  .MemorableQuotesController .section-filters a {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none; }
    .MemorableQuotesController .section-filters a:hover {
      background-color: rgba(255, 255, 255, 0.5);
      border-color: #ffffff; }
    .MemorableQuotesController .section-filters a.active {
      background-color: rgba(255, 255, 255, 0.3); }
  .MemorableQuotesController .section-filters .party-circle {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
  .MemorableQuotesController .section-filters .color-ruling-party {
    background-color: #56478b; }
  .MemorableQuotesController .section-filters .color-opposition-party {
    background-color: #dbc77d; }

#section-electoral-map {
  position: relative; }
  #section-electoral-map .map-search-box {
    position: absolute;
    z-index: 9999;
    top: 10%;
    left: 7%;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: bolder;
    padding: 10px; }
    #section-electoral-map .map-search-box .input-container {
      border-bottom: 2px solid #000; }
    #section-electoral-map .map-search-box input {
      background: none;
      border: none;
      display: block; }
      #section-electoral-map .map-search-box input:focus {
        outline: none; }
    #section-electoral-map .map-search-box .close {
      color: #000;
      font-size: 0.9em; }
  #section-electoral-map .map-additional-info {
    position: absolute;
    bottom: 5%;
    right: 1%;
    max-width: 380px;
    z-index: 9999; }
  #section-electoral-map .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 1px 15px 0 0; }
  #section-electoral-map .map-search-box,
  #section-electoral-map .map-additional-info,
  #section-electoral-map .leaflet-popup-content-wrapper,
  #section-electoral-map .leaflet-container .info {
    font-size: 13px; }
  #section-electoral-map .electoral-division-info.white {
    background: white;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 4px; }
  #section-electoral-map .electoral-division-info .info-title,
  #section-electoral-map .electoral-division-info .info-content {
    padding: 8px 14px;
    text-align: center; }
  #section-electoral-map .electoral-division-info .info-title {
    background-color: #4c4c4c;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
    font-size: 1.2em; }
  #section-electoral-map .electoral-division-info .info-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px; }
  #section-electoral-map .map-legend-container {
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
    position: absolute;
    z-index: 500; }

#election-timeline-map {
  background-image: url("../img/sg2020/sg2020-timeline.svg");
  background-repeat: no-repeat;
  width: 80vw;
  height: 53vw;
  position: relative;
  margin: 2vw auto 4vw auto; }
  #election-timeline-map .timeline-item-wrapper {
    position: absolute;
    width: 12vw; }
    #election-timeline-map .timeline-item-wrapper.inactive .timeline-image::before {
      position: absolute;
      content: '';
      background-color: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%; }
    #election-timeline-map .timeline-item-wrapper .timeline-image {
      width: 12vw;
      height: 12vw;
      background-color: #e7e7e7;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      padding: 4px;
      margin: auto; }
      #election-timeline-map .timeline-item-wrapper .timeline-image img {
        width: 100%;
        border-radius: 50%; }
    #election-timeline-map .timeline-item-wrapper .timeline-caption {
      font-family: proxima-nova, sans-serif;
      font-size: 1vw;
      font-weight: bold;
      padding: 0.2vw;
      text-align: center; }
      #election-timeline-map .timeline-item-wrapper .timeline-caption .timeline-date {
        font-weight: normal; }
  #election-timeline-map #timeline-0 {
    left: 17.3vw;
    top: 0.4vw; }
  #election-timeline-map #timeline-1 {
    left: 37vw;
    top: 0.4vw; }
  #election-timeline-map #timeline-2 {
    left: 56.7vw;
    top: 0.4vw; }
  #election-timeline-map #timeline-3 {
    left: 50.3vw;
    top: 20.5vw; }
  #election-timeline-map #timeline-4 {
    left: 30.6vw;
    top: 20.5vw; }
  #election-timeline-map #timeline-5 {
    left: 11vw;
    top: 20.5vw; }
  #election-timeline-map #timeline-6 {
    left: 17.3vw;
    top: 40.6vw; }
  #election-timeline-map #timeline-7 {
    left: 37vw;
    top: 40.6vw; }
  #election-timeline-map #timeline-8 {
    left: 56.7vw;
    top: 40.6vw; }
  #election-timeline-map .days-to-next {
    font-size: 0.95vw;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    width: 5vw; }
    #election-timeline-map .days-to-next#day-to-0 {
      left: 30.3vw;
      top: 7.4vw; }
    #election-timeline-map .days-to-next#day-to-1 {
      left: 50.5vw;
      top: 7.4vw; }
    #election-timeline-map .days-to-next#day-to-2 {
      left: 63.8vw;
      top: 27.5vw; }
    #election-timeline-map .days-to-next#day-to-3 {
      left: 44.1vw;
      top: 27.5vw; }
    #election-timeline-map .days-to-next#day-to-4 {
      left: 24.5vw;
      top: 27.5vw; }
    #election-timeline-map .days-to-next#day-to-5 {
      left: 10.8vw;
      top: 47.6vw; }
    #election-timeline-map .days-to-next#day-to-6 {
      left: 30.5vw;
      top: 47.6vw; }
    #election-timeline-map .days-to-next#day-to-7 {
      left: 50.2vw;
      top: 47.6vw; }
  #election-timeline-map .pulse-container {
    position: absolute; }
    #election-timeline-map .pulse-container.position-after-0 {
      top: 4.8vw;
      left: 31.3vw; }
    #election-timeline-map .pulse-container.position-after-1 {
      top: 4.8vw;
      left: 51vw; }
    #election-timeline-map .pulse-container.position-after-2 {
      top: 24.9vw;
      left: 64.7vw; }
    #election-timeline-map .pulse-container.position-after-3 {
      top: 24.9vw;
      left: 45vw; }
    #election-timeline-map .pulse-container.position-after-4 {
      top: 24.9vw;
      left: 25.4vw; }
    #election-timeline-map .pulse-container.position-after-5 {
      top: 45vw;
      left: 11.7vw; }
    #election-timeline-map .pulse-container.position-after-6 {
      top: 45vw;
      left: 31.4vw; }
    #election-timeline-map .pulse-container.position-after-7 {
      top: 45vw;
      left: 51.1vw; }
    #election-timeline-map .pulse-container .pulse {
      background: #ff4500;
      border-radius: 50%;
      box-shadow: 0 0 0 0 black;
      margin: 10px;
      height: 1.8vw;
      width: 1.8vw;
      transform: scale(1);
      animation: pulse-vulcan-orange 2s infinite;
      position: relative; }
    #election-timeline-map .pulse-container img {
      width: 2vw;
      height: 2vw;
      position: absolute;
      top: 0.65vw;
      left: 0.65vw; }
    #election-timeline-map .pulse-container .current-date {
      font-size: 1vw; }

#masthead.theme-ge2020 {
  background-image: url("../img/bg/navbar-theme-orange.svg");
  padding: 0;
  text-align: left; }
  #masthead.theme-ge2020 .background-overlay {
    background-image: url("../img/bg/navbar-overlay-ge2020.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain; }
  #masthead.theme-ge2020 .logo.top-right {
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: 9999; }
  #masthead.theme-ge2020 .masthead-inner-container {
    align-items: flex-start;
    height: 146px; }
    #masthead.theme-ge2020 .masthead-inner-container .navbar-brand {
      display: none; }
    #masthead.theme-ge2020 .masthead-inner-container .navbar-alts {
      margin: 2em 0; }
    #masthead.theme-ge2020 .masthead-inner-container .navbar-title {
      font-size: 2.5em;
      font-weight: bolder;
      margin: 0.3em 0.2em; }
      #masthead.theme-ge2020 .masthead-inner-container .navbar-title a {
        color: inherit;
        text-decoration: none; }
        #masthead.theme-ge2020 .masthead-inner-container .navbar-title a:hover {
          color: inherit; }
  #masthead.theme-ge2020.collapsed .masthead-inner-container {
    height: 60px; }
  #masthead.theme-ge2020.collapsed .navbar-title {
    margin: 0 8px; }
  #masthead.theme-ge2020.collapsed .navbar-alts {
    margin: 10px 0; }

.election-modal .modal-header {
  background-color: #ff4500;
  border-top-left-radius: .1rem;
  border-top-right-radius: .1rem;
  border: none; }
  .election-modal .modal-header h5 {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 1.5rem;
    font-weight: 900; }
  .election-modal .modal-header button {
    opacity: 1;
    color: #fff; }
    .election-modal .modal-header button:hover {
      color: #fff !important;
      transform: scale(1); }

.section.elections-results {
  background-image: url("../img/sg2020/section-ge-result-bg.jpg");
  background-size: cover; }
  .section.elections-results .section-title-container {
    color: #fff; }
  .section.elections-results #election-overall-results {
    background-image: url("../img/sg2020/progress-pattern-2.svg");
    background-color: lightgrey;
    background-size: cover;
    color: #fff; }
    .section.elections-results #election-overall-results > div {
      min-width: 60px; }
    .section.elections-results #election-overall-results .election-result-item {
      height: 15vw;
      background-size: cover; }
      .section.elections-results #election-overall-results .election-result-item:nth-child(odd) {
        background-image: url("../img/sg2020/progress-pattern-1.svg"); }
      .section.elections-results #election-overall-results .election-result-item:nth-child(even) {
        background-image: url("../img/sg2020/progress-pattern-1.svg"); }
    .section.elections-results #election-overall-results .data-container {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 4px;
      padding: 4px;
      color: #000;
      font-size: 12px; }
  .section.elections-results #election-overall-legend {
    color: #fff; }
    .section.elections-results #election-overall-legend .election-legend-item {
      margin: 0.6em 1em 0.6em 0; }
      .section.elections-results #election-overall-legend .election-legend-item .circle {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-right: 4px; }
  .section.elections-results .parliamentary-seats-container .parliamentary-seat svg {
    margin: 0.5em;
    width: 30px; }

.showdown-container .showdown-search-box .input-container {
  border-bottom: 1px solid #fff; }
  .showdown-container .showdown-search-box .input-container input {
    background: transparent;
    border: none;
    color: #fff;
    width: 240px; }
    .showdown-container .showdown-search-box .input-container input:focus {
      outline: none; }
  .showdown-container .showdown-search-box .input-container .close {
    color: #fff;
    font-size: 1em;
    opacity: 1; }

.showdown-container .showdown-item {
  position: relative; }
  .showdown-container .showdown-item.constituency-container .constituency-name {
    text-align: center;
    position: absolute;
    top: 15px;
    width: 100%; }
    .showdown-container .showdown-item.constituency-container .constituency-name .inner {
      background: #000;
      border-radius: 2px;
      font-weight: 900;
      margin: auto;
      padding: 0.4em 0.2em;
      width: 300px; }
  .showdown-container .showdown-item .party-container {
    position: relative;
    flex-basis: 0 !important; }
    .showdown-container .showdown-item .party-container:nth-child(3) .party.opposition-party {
      background-image: url("../img/sg2020/card-bg-landscape-green.svg");
      background-color: #606060; }
    .showdown-container .showdown-item .party-container:last-child .battle-icon-container {
      display: none; }
    .showdown-container .showdown-item .party-container .party {
      background-image: url("../img/sg2020/card-bg-landscape-voilet.svg");
      background-color: #57488d;
      margin-bottom: 10px;
      min-height: 385px;
      padding-top: 1px; }
      .showdown-container .showdown-item .party-container .party.ruling-party {
        background-image: url("../img/sg2020/card-bg-landscape-red.svg");
        background-color: #e73430; }
      .showdown-container .showdown-item .party-container .party .party-name-container {
        font-size: 0.9em;
        font-weight: 900; }
        .showdown-container .showdown-item .party-container .party .party-name-container .party-icon-container {
          background: #fff;
          border-radius: 50%;
          margin-right: 8px;
          overflow: hidden; }
          .showdown-container .showdown-item .party-container .party .party-name-container .party-icon-container .party-icon {
            width: 40px; }
      .showdown-container .showdown-item .party-container .party .party-name-container {
        margin-top: 50px; }
      .showdown-container .showdown-item .party-container .party .party-condidates-container {
        position: absolute;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0; }
        .showdown-container .showdown-item .party-container .party .party-condidates-container img {
          width: 480px; }

.showdown-container .battle-icon-container {
  position: absolute;
  top: calc(30% - 20px);
  right: -40px;
  z-index: 10; }
  .showdown-container .battle-icon-container img {
    width: 80px; }

.parallax-box {
  position: relative; }
  .parallax-box.loser {
    filter: grayscale(50%); }
  .parallax-box .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
    .parallax-box .layer.mask {
      background-color: rgba(0, 0, 0, 0.3); }

.parties {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: proxima-nova, sans-serif; }
  .parties.large a {
    background: #fff;
    color: #000;
    display: inline-block;
    margin: 4px;
    padding: 4px;
    position: relative;
    text-decoration: none; }
    .parties.large a::after {
      transition: all 0.5s;
      background: rgba(255, 69, 0, 0);
      content: ' ';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .parties.large a:hover::after {
      background: rgba(255, 69, 0, 0.8); }
    .parties.large a div {
      color: #000; }
    .parties.large a img {
      margin: 4px; }
  .parties.large .party-name-container {
    margin: 6px auto;
    height: 22px; }
  .parties.large .party-name {
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    width: 120px; }
  .parties.large .party-icon {
    width: 80px;
    height: 80px; }
  .parties.small .party-icon {
    width: 20px;
    height: 20px; }
  .parties.small .party-container {
    margin: 0.5em; }
  .parties .party-icon,
  .parties .cross-icon {
    margin: 0 5px; }
  .parties .party-icon {
    width: 40px;
    height: 40px; }
    .parties .party-icon.circle {
      border-radius: 50%;
      overflow: hidden; }
  .parties .cross-icon {
    width: 20px;
    height: 20px; }
  .parties .party-code {
    font-size: 12px;
    font-weight: bold; }
  .parties .party-circle {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
    .parties .party-circle.smc {
      background-color: #534887; }
    .parties .party-circle.grc-4mp {
      background-color: #ead681; }
    .parties .party-circle.grc-5mp {
      background-color: #c6c6c6; }

.party-result-container {
  font-weight: 900; }
  .party-result-container.opposition-party .vote-percentage .vote-progress-bar {
    background-color: #f39200; }
  .party-result-container .vote-count {
    font-size: 1.5em; }
  .party-result-container .vote-percentage {
    background-color: #010101;
    border: 3px solid #000;
    border-radius: 12px;
    position: relative;
    width: 220px;
    height: 18px;
    overflow: hidden; }
    .party-result-container .vote-percentage .vote-progress-bar {
      background-color: #222abc;
      border-radius: 10px;
      min-width: 10px;
      height: 100%; }

@media screen and (max-width: 479px) {
  .page-template-ge2020 #masthead .nav-container.left {
    display: none !important; }
  .page-template-ge2020 #main {
    padding-top: 146px !important; }
    .page-template-ge2020 #main .overflow-wrapper {
      overflow-x: scroll; }
    .page-template-ge2020 #main #election-overall-results {
      min-width: 450px; }
      .page-template-ge2020 #main #election-overall-results .election-result-item {
        min-width: 60px;
        height: 35vw; }
    .page-template-ge2020 #main .party-result-container .vote-percentage {
      max-width: 65%; }
    .page-template-ge2020 #main .showdown-container .showdown-item .party-container .party {
      min-height: 230px; }
      .page-template-ge2020 #main .showdown-container .showdown-item .party-container .party .party-name-container .party-code {
        display: none; }
    .page-template-ge2020 #main .showdown-container .battle-icon-container {
      top: calc(50% - 25px);
      right: -25px; }
      .page-template-ge2020 #main .showdown-container .battle-icon-container img {
        width: 50px; }
    .page-template-ge2020 #main .mp-quote-container .mp-text-container {
      padding: 3em 0; }
    .page-template-ge2020 #main .mp-quote-container.card .mp-text-container .mp-text-block {
      min-height: auto; } }

.page-template-tv .wpb_wrapper .section-title p {
  color: #FFFFFF;
  margin: 1em 0; }
