/*
Theme Name: Steam Train
Description: GoodLife Magazine WordPress Theme
Version: 1.0.0
Template: goodlife-wp
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13 Colors / Colours
--------------------------------------------------------------*/
/* Primary darker */
/* Primary lighter */
/* Primary lighter still */
/* Green */
/* Light Green */
/* Dark orange */
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,700i");
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:after, .clear:before, .comment-author:after, .comment-author:before, .comment-content:after, .comment-content:before, .comment-meta:after, .comment-meta:before, .entry-content:after, .entry-content:before, .entry-footer:after, .entry-footer:before, .nav-links:after, .nav-links:before, .pagination:after, .pagination:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before,
.site-header:after, .site-header:before, .widget-area:after, .widget-area:before, .widget:after, .widget:before {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after, .comment-author:after, .comment-content:after, .comment-meta:after, .entry-content:after, .entry-footer:after, .nav-links:after, .pagination:after, .site-content:after, .site-footer:after, .site-header:after, .widget-area:after, .widget:after {
  clear: both; }

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body {
  font: 62.5% Lora, Georgia, serif;
  padding: 0;
  margin: 0; }

p, ul, ol, dl, input, textarea, button {
  font-size: 1.8em; }

ul p, ol p, ul ul, ol ol, ul ol, ol ul {
  font-size: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  color: #0b2d4c;
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  color: #09243d;
  outline: 0; }

.btn {
  font: 1.5em/1 Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .btn a {
    color: white;
    background: #0b2d4c;
    padding: 0.5em 3em;
    border-radius: 0.15em;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .btn a:hover {
      background: #a4c5e3 !important; }

/*--------------------------------------------------------------
10.0 Structure -- to accommodate minimum 300px MPU banner width making adjustments to the standard Foundation column widths
--------------------------------------------------------------*/
.primary-content {
  width: 72%; }

.secondary-content {
  width: 28%; }
.onmb{display: none;}
/*--------------------------------------------------------------
10.0 Sitewide / site wide styles
--------------------------------------------------------------*/

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.screen-reader-text {
  position: absolute;
  z-index: -99;
  opacity: 0;
  visibility: hidden; }

.article-list .article-tag, .article-list .article-category {
  font: normal 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase; }
  .article-list .article-tag a, .article-list .article-category a {
    color: #0b2d4c; }
.article-list .article-date,
.article-list .article-author {
  font-size: 1.6em;
  display: inline-block;
  margin-right: 2em; }
.article-list li .article-tag, .article-list li .article-category {
  font-size: 0.8em; }
.article-list li .article-date,
.article-list li .article-author {
  font-size: 1em; }
.article-list h2,
.article-list h3 {
  font: 2.4em Lora, Georgia, serif;
  margin: 0.5em 0 1em 0; }
  .article-list h2 a,
  .article-list h3 a {
    color: #0b2d4c; font-size: 18px; }
.article-list li h2, .article-list li h3 {
  font-size: 1.3333333em; }
.article-list img {
  width: 100%; }

.article-grid {
  margin: 0 -1em; }
  .article-grid ul {
    font-size: 1em; }
    .article-grid ul li {
      padding: 2em;
      /*position: relative;
      border-top: solid 1px white;
      border-bottom: solid 1px rgba(0, 0, 0, 0.05);*/
      min-height: 27.5em; }
      .article-grid ul li:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0em;
        bottom: 0em;
        background: rgba(0, 0, 0, 0.05);
        width: 1px; }
      .article-grid ul li:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 1em;
        bottom: 1em;
        background: white;
        width: 1px; }
      .article-grid ul li:nth-child(3n+1) {
        clear: none; }
      .article-grid ul li:nth-child(1):before, .article-grid ul li:nth-child(3n+1):before, .article-grid ul li:nth-child(3n):after {
        display: none; }
      .article-grid ul li:nth-last-child(1), .article-grid ul li:nth-last-child(2), .article-grid ul li:nth-last-child(3) {
        border-bottom: none; }
      .article-grid ul li article {
        position: relative; }
        .article-grid ul li article .article-category {
          position: absolute;
          font-size: 1.2em;
          top: 0.4em;
          z-index: 9; }
          .article-grid ul li article .article-category a {
            background: #0b2d4c;
            color: white;
            padding: 0.4em 0.7em;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
            .article-grid ul li article .article-category a:hover {
              background: #1d4466; }
        .article-grid ul li article .article-image a {
          max-height: 15em;
          overflow: hidden;
          display: block;
          margin: 0 0 1em 0; }

.row .article-grid {
  margin: 0 -2em; }

.dark-boxes {
  margin: -1em; }
  .dark-boxes .post-categories {
    font-size: 0.80em;
    text-transform: uppercase;
    color: #a4c5e3;
    margin-bottom: 0.2em; }
  .dark-boxes .columns {
    padding: 1em;
    height: 412px;
    overflow: hidden; }
  .dark-boxes article {
    background: #0b2d4c;
    padding: 3em;
    min-height: 30em; }
    .dark-boxes article .article-date {
      color: white;
      text-transform: uppercase;
      font: 1.6em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
    .dark-boxes article .article-category {
      text-transform: uppercase;
      font: 1.6em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
      .dark-boxes article .article-category a {
        color: #a4c5e3; }
    .dark-boxes article .article-image {
      max-height: 10em;
      overflow: hidden;
      margin: 3em -3em 0 -3em; }
    .dark-boxes article h3 {
      font-size: 1.8em;
      font-weight: normal; }
      .dark-boxes article h3 a {
        color: white; }

.cards {
  margin: 0 -2em; }
  .cards > div:nth-of-type(3n+1) {
    clear: left; }
  .cards .columns {
    padding: 0 1em; }
    .cards .columns article {
      position: relative;
      padding: 3em;
      min-height: 27em;
      margin-bottom: 2em;
      box-shadow: 0.1em 0.1em 1em 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.1em 0.1em 1em 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0.1em 0.1em 1em 0 rgba(0, 0, 0, 0.1); }
      .cards .columns article .article-category a {
        background: #0b2d4c;
        color: white;
        padding: 0.5em 1em;
        display: inline-block;
        margin-bottom: 0.5em;
        font-size: 0.6em; }
      .cards .columns article h3 {
        font-size: 1.8em;
        font-weight: normal;
        margin: 0; }
      .cards .columns article .article-image {
        margin: -3em -3em 2em -3em;
        max-height: 31em;
        overflow: hidden; }
        .cards .columns article .article-image img {
          width: 100%; }
    .cards .columns.feature-card h3,
    .cards .columns .feature-card h3 {
      font-size: 2.4em;
      margin-bottom: 0; }
    .cards .columns.feature-card .article-image,
    .cards .columns .feature-card .article-image {
      max-height: 31em; }
      .cards .columns.feature-card .article-image img,
      .cards .columns .feature-card .article-image img {
        width: 100%; }
    .cards .columns .small-card {
      min-height: 20em;
      margin-bottom: 3em; }
      .cards .columns .small-card h3 {
        font-size: 1.8em;
        margin: -1.67em -1.67em 1em -1.67em;
        background: #0b2d4c;
        box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1); }
        .cards .columns .small-card h3 a {
          display: block;
          color: white;
          padding: 1.67em; }
    .cards .columns .company-logo {
      max-width: 15em;
      margin: 0 auto; }
    .cards .columns .full-width-card {
      padding: 0;
      min-height: 0; }
      .cards .columns .full-width-card .columns {
        padding: 0; }
      .cards .columns .full-width-card .article-image {
        margin: 0; }
      .cards .columns .full-width-card .large-10 {
        padding: 3em; }
        .cards .columns .full-width-card .large-10 h3 {
          margin: 0; }
        .cards .columns .full-width-card .large-10 p {
          margin: 0; }
  .cards .save-article {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0b2d4c;
    width: 4em;
    height: 4em;
    text-indent: -5000px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .cards .save-article:hover {
      background: #a4c5e3; }
    .cards .save-article:before {
      content: "\f0c7";
      font: 2em/2em fontawesome;
      color: white;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      text-indent: 0; }

.row .cards {
  margin: 0 -1em; }

.boxes {
  border-bottom: solid 1px #ebebeb; }
  .boxes header {
    background: #0b2d4c;
    padding: 1.5em 4em;
    position: relative; }
    .boxes header h2 {
      text-transform: uppercase;
      font: 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 0; }
    .boxes header .more-link {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
      .boxes header .more-link a {
        padding: 0.5em;
        color: white;
        background: rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out; }
      .boxes header .more-link a:hover {
        background: black; }
  .boxes article {
    border-top: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    padding: 4em; }
    .boxes article h3, .boxes article h4 {
      margin-top: 0; }
  .boxes .sponsored {
    position: relative;
    background: #d2eced; }
    .boxes .sponsored:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      border-bottom: solid 20em white;
      border-right: solid 7em transparent; }
    .boxes .sponsored .sponsor {
      position: absolute;
      right: 3em;
      bottom: 3em;
      width: 35%;
      max-width: 20em; }
  .boxes div:first-of-type article,
  .boxes div:nth-of-type(4) article {
    border-left: solid 1px #ebebeb; }
/*category*/
  .imgspace .post-categories a {
	margin-top:5px;
    background: #0b2d4c;
	font: normal 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0.35em 0.6em 0.2em 0.6em;
    font-size: 0.70em;
    display: inline-block;
    width: auto;
    color: #fff;
    margin-right: 0.5em;
    float: left;	
	text-transform: uppercase;
	z-index: 99;	
    }
	
	.featured_meta .post-categories a {
	margin-top:0px;
    font-size: 0.73em !important;
    float: none;
    margin-right: 0.6em;
    font-weight: normal !important;
	 padding: 0.33em 0.6em 0.30em 0.6em;
   }
  /*End*/
/* Secondary content (SC) */
.secondary-content h2.sc-heading, .secondary-content h3.sc-heading, .secondary-content h4.sc-heading {
  text-transform: uppercase;
  font: 1.6em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  color: #0b2d4c;
  margin: 0 0 1.5em 0; }

.draw {
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #0b2d4c;
  color: #0b2d4c;
  position: relative;
  vertical-align: middle; }
  .draw::before, .draw::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; }

.draw {
  display: block;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s; }
  .draw::before, .draw::after {
    border: 2px solid transparent;
    width: 0;
    height: 0; }
  .draw::before {
    top: 0;
    left: 0; }
  .draw::after {
    bottom: 0;
    right: 0; }
  .draw:hover {
    color: #0b2d4c; }
  .draw:hover::before, .draw:hover::after {
    width: 100%;
    height: 100%; }
  .draw:hover::before {
    border-top-color: #0b2d4c;
    border-right-color: #0b2d4c;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }
  .draw:hover::after {
    border-bottom-color: #0b2d4c;
    border-left-color: #0b2d4c;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }

.company-a-z-feature .slick-slider .slick-arrow:after {
  content: "\f105";
  font: 4em/1.25em fontawesome;
  color: #09243d;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center; }

.slick-slider .slick-list {
  padding: 1em 0; }
.slick-slider .slick-track {
  margin: 0 0 3em 0; }
.slick-slider .slick-slide {
  border: 1px solid #d8d8d8;
  text-align: center;
  padding: 1em;
  font-size: 1.8em;
  margin: 0;
  min-height: 15em;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .slick-slider .slick-slide:hover {
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3); }
  .slick-slider .slick-slide img {
    display: block;
    margin: 0 auto 2em auto; }
  .slick-slider .slick-slide strong {
    display: block;
    color: #0b2d4c;
    font-size: 1em;
    font-family: 'Montserrat'; }
  .slick-slider .slick-slide small {
    font-size: 85%;
    color: #727272;
    font-family: 'Montserrat', Arial; }
.slick-slider .slick-arrow {
  width: 5em;
  height: 5em;
  display: block;
  position: absolute;
  right: -3em;
  top: 50%;
  margin-top: -4em;
  text-indent: -5000px;
  overflow: hidden;
  cursor: pointer; }
.slick-slider .slick-prev {
  right: auto;
  left: -3em;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
  .slick-slider .slick-prev:after {
    content: "\f104"; }
.slick-slider .slick-dots {
  text-align: center; }
  .slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 0.5em;
    text-indent: -5000px;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #b2b2b2;
    cursor: pointer; }
    .slick-slider .slick-dots li.slick-active {
      background: #0b2d4c; }

/* Follow button */
.follow-button {
  display: inline-block;
  font: 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase; }
  .follow-button a {
    display: block;
    padding: 0.5em 3em 0.5em 0.5em;
    position: relative;
    background: #ffc200;
    color: #0b2d4c;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    overflow: hidden;
    box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; }
    .follow-button a:after {
      content: "\f067";
      font: 1.2em/2 fontawesome;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 1.4em;
      text-align: left; }
    .follow-button a:hover {
      background: orange; }

/*--------------------------------------------------------------
13.1 Banners
--------------------------------------------------------------*/
.leaderboard,
.mpu {
  padding: 2em 0;
  text-align: center; }
  .leaderboard div, .leaderboard ins, .leaderboard iframe,
  .mpu div,
  .mpu ins,
  .mpu iframe {
    display: inline-block;
    margin: 0;
    padding: 0; }

/*--------------------------------------------------------------
13.1 Site Header
--------------------------------------------------------------*/
.top-leaderboard {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  padding: 2em;
  background: #e8e8e8;
  z-index: 33; }
.top-leaderboard-container-new {
    display: none !important;
}
.scrolled-to-mpu .top-leaderboard {
  opacity: 0;
  z-index: -999;
  visibility: hidden; }

.site-header {
  padding-top: 3em;
  background: #f3f3f3;
  position: relative;
  box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.1); }
  .site-header .site-logo {
    max-width: 24em;
    margin-top: -0.4em;
    padding-right: 2em; }
  .site-header .search-form {
    margin: 0; }
    .site-header .search-form input[type="search"] {
      margin: 0;
      cursor: auto;
      z-index: 2;
      display: block; }

.scrolled-to-mpu .site-header {
  margin-top: 0; }

.login-links {
  text-align: right;
  padding-top: 1.25em;
  font: lighter 1.6em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
  .login-links li {
    display: inline-block; }
    .login-links li a {
      text-decoration: underline;
      padding-right: 1em;
      font-size: 1.2em; }
    .login-links li:first-of-type {
      margin-right: 1em; }
      .login-links li:first-of-type span {
        position: relative;
        padding-left: 2em; }
        .login-links li:first-of-type span:before {
          content: "\f2bd";
          font: 1em fontawesome;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -0.5em; }

/* Company contact form loader css - start */	
.contactcompany-form {position: relative;}
.contactcompany-form div.wpcf7 .ajax-loader {   
    width: 75px;
    height: 60px;
    background-size: cover;
    background-image: url(../gif/loader-contact.gif);
	position: absolute;
    left: 1em;
}
div.wpcf7-mail-sent-ok {
text-align:center !important;
border: 1px solid #0b2d4c !important;
padding: 10px 15px !important;
font-size: 15px !important;
font-weight: bold !important;
border-radius: 5px;
/*-moz-border-radius: 5px;
-webkit-border-radius: 5px 5px 5px 5px;*/
background-color: #EBEBEB !important;
}
.contactcompany-form input.wpcf7-form-control.wpcf7-submit {
    padding: 1.6em;
}
/* Company contact form loader css - end */

/* Main Site Nav */
.site-nav {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 2em;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%); }
  .site-nav .row {
    position: relative; }
  .site-nav ul {
    float: left;
    font: 400 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    position: relative;
    border-left: solid 0px rgba(0, 0, 0, 0.1);
    border-right: solid 0px white; }
    .site-nav ul li {
      display: inline-block;
      float: left;
      transition: all 0s ease-in-out;
      -moz-transition: all 0s ease-in-out;
      -webkit-transition: all 0s ease-in-out; }
      .site-nav ul li:hover {
        background: white; }
      .site-nav ul li a,
      .site-nav ul li .mega-toggle {
        color: #0b2d4c;
        padding: 1.5em 0.5em;
        display: block;
        text-transform: uppercase; }
        .site-nav ul li a:hover,
        .site-nav ul li .mega-toggle:hover {
          background: white;
          color: #0b2d4c;
          position: relative;
          /* z-index: 99999; */ }
       .site-nav ul li .mega-toggle:hover {
        background: #0b2d4c;
        text-shadow: 0 0 2px #fff;
        color: white; }
		.nav-item a strong {
			font-size: 1em;
		}
      .site-nav ul li .mega-menu {
        font-size: 1em;
        visibility: hidden;
        z-index: -99;
        position: absolute;
        left: 0;
        right: 0em;
        box-shadow: 0em 0em 1em 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0em 0em 1em 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0em 0em 1em 0 rgba(0, 0, 0, 0.2);
        transition: opacity 0.4s ease-in-out, top 0.2s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out, top 0.2s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out, top 0.2s ease-in-out; }
        .site-nav ul li .mega-menu li:hover:before {
          display: none; }
        .site-nav ul li .mega-menu .section-nav {
          padding: 1.666667em;
          background: #f7f7f7; }
          .site-nav ul li .mega-menu .section-nav h2 {
            font-family: Lora, Georgia, serif;
            margin-top: 0;
            color: white; }
          .site-nav ul li .mega-menu .section-nav ul {
            font-size: 1em;
            border: none; }
            .site-nav ul li .mega-menu .section-nav ul li {
              margin: 0 0.5em 0.5em 0;
              display: block !important; }
              .site-nav ul li .mega-menu .section-nav ul li:hover:before {
                display: none; }
              .site-nav ul li .mega-menu .section-nav ul li a {
                color: white;
                background: #0b2d4c;
                padding: 0.5em; }
                .site-nav ul li .mega-menu .section-nav ul li a:hover {
                  background: black; }
        .site-nav ul li .mega-menu article {
          padding: 1.666667em;
          border-right: solid 1px #f3f3f3;
          position: relative;
          padding-top: 0;
          margin-top: 1.67em;
          height: 300px;
          vertical-align: middle;
          display: table-cell; }
          .site-nav ul li .mega-menu article .article-category {
            position: absolute;
            top: 1.15em;
            background: #0b2d4c; }
            .site-nav ul li .mega-menu article .article-category a {
              padding: 0.3em 0.5em !important;
              color: white !important;
              text-transform: uppercase;
              font-size: 0.8rem; }
              .site-nav ul li .mega-menu article .article-category a:hover {
                background: #0b2d4c !important; }
          .site-nav ul li .mega-menu article img {
            margin-bottom: 1em;
            max-height: 160px; }
          .site-nav ul li .mega-menu article .article-category a {
            padding: 0; }
          .site-nav ul li .mega-menu article h3 {
            margin: 0;
            height: 70px; }
          .site-nav ul li .mega-menu article a {
            color: #0b2d4c !important;
            padding: 0;
            border: none;
            text-transform: none;
            font-weight: 300; }
      .site-nav ul li:hover:before {
        content: '';
        position: fixed;
        left: 0;
        top: 20em;
        right: 0;
        bottom: 0;
        display: block;
        background: rgba(0, 0, 0, 0.7);
        z-index: -99999; }
      .site-nav ul li.nav-community a {
        background: white; }
      .site-nav ul li .mega-toggle {
        padding-left: 3em;
        position: relative;
        width: 80px;
        background: #0b2d4c;
        cursor: pointer;
        color: white; }
        .site-nav ul li .mega-toggle:before {
          content: "\f0c9";
          font: 1.2em fontawesome;
          position: absolute;
          left: 1em;
          top: 50%;
          margin-top: -0.5em;
          height: 1em;
          color: white; }
      .site-nav ul li .close-search {
        display: none; }
      .site-nav ul li .search-toggle {
        display: none;
        text-indent: -5000px;
        overflow: hidden;
        position: absolute;
        width: 4.2em;
        height: 4.2em;
        background: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        top: 0;
        bottom: 0; }
        .site-nav ul li .search-toggle:before {
          content: "\f002";
          font: 1em/3.2em fontawesome;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          text-align: center;
          text-indent: 0;
          color: #0b2d4c; }
      .site-nav ul li form {
        position: fixed;
        z-index: -999;
        opacity: 0;
        visibility: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 100%;
        overflow: hidden;
        background: #0b2d4c;
        padding: 0;
        transition: opacity 0.15s ease-in-out, bottom 0.4s ease-in-out;
        -moz-transition: opacity 0.15s ease-in-out, bottom 0.4s ease-in-out;
        -webkit-transition: opacity 0.15s ease-in-out, bottom 0.4s ease-in-out; }
        .site-nav ul li form label {
          position: relative;
          height: 5em;
          text-align: left;
          border-top: solid 0.2em rgba(255, 255, 255, 0.3);
          color: white;
          font-size: 1.6em;
          margin-left: 0.1em;
          padding-top: 1em; }
          .site-nav ul li form label span.screen-reader-text {
            opacity: 1;
            visibility: visible;
            z-index: 9; }
        .site-nav ul li form input[type="search"] {
          background: rgba(255, 255, 255, 0.3);
          font-size: 1.6em;
          height: auto;
          border: solid 2px rgba(0, 0, 0, 0.7);
          text-indent: 0.2em;
          width: 70%;
          box-shadow: inset 0.1em 0.1em 0.2em 0 rgba(0, 0, 0, 0.3);
          display: inline-block; }
        .site-nav ul li form button {
          display: inline-block;
          background: rgba(0, 0, 0, 0.5);
          cursor: pointer;
          z-index: 9999;
          font-size: 1.2em;
          padding: 1.25em 0em;
          width: 29%;
          float: right;
          border-top: solid 1px rgba(255, 255, 255, 0.25);
          border-left: solid 1px rgba(255, 255, 255, 0.15);
          border-bottom: solid 1px black;
          transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
          .site-nav ul li form button span.screen-reader-text {
            opacity: 1;
            visibility: visible;
            z-index: 9;
            position: static;
            color: white; }
          .site-nav ul li form button svg {
            display: none; }
          .site-nav ul li form button:hover {
            background: #0b2d4c; }
      .site-nav ul li:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        z-index: 9999; }
        .site-nav ul li:hover .mega-menu:before {
          left: 0;
          right: 0;
          background: #0b2d4c; }
      /*.site-nav ul li.nav-search {
        display: none; }*/
  .site-nav ul.menu-2 {
    float: right;
    position: static; }

.all-sections {
  padding: 3em; }
  .all-sections h2 {
    font: 3em Lora, Georgia, serif;
    margin: 0 0 1em 0;
    color: white; }
  .all-sections ul {
    font-size: 1em;
    border: none; }
    .all-sections ul li {
      padding-right: 3em;
      float: left !important; }
      .all-sections ul li a {
        padding: 0.75em 0em 0.75em 0;
        border: none;
        color: white;
        border-bottom: solid 1px rgba(255, 255, 255, 0.05); }
        .all-sections ul li a:hover {
          border-bottom: solid 1px rgba(255, 255, 255, 0.15);
          background: none;
          color: white; }
      .all-sections ul li:hover {
        background: none; }

.search-form input[type="search"] {
  border: solid 3px #e3e3e3;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 80%;
  float: left;
  font: lighter 1.6em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  color: #0b2d4c;
  height: auto;
  padding: 0.76em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .search-form input[type="search"]:focus {
    border: solid 3px #0b2d4c; }
  .search-form input[type="search"]:focus + button {
    background: #0b2d4c;
    color: white; }
.search-form button {
  background: #e3e3e3;
  text-align: center;
  border: none;
  font: lighter 1.6em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  padding: 0.95em 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 20%;
  float: right;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-weight: 300;
  color: #0b2d4c; }
  .search-form button:hover {
    background: #1d4466;
    color: white; }
  .search-form button .screen-reader-text {
    position: static;
    z-index: 9;
    opacity: 1;
    visibility: visible; }
  .search-form button svg {
    display: none; }

.menu-open .site-nav ul li .mega-toggle {
  z-index: 99; }
.menu-open .site-nav ul li .mega-menu {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  top: 4.2em; }
  .menu-open .site-nav ul li .mega-menu:before {
    left: 0;
    right: 0;
    background: #0b2d4c; }

.search-open .site-nav ul li .close-search {
  display: block;
  position: fixed;
  right: 30%;
  top: 30%;
  padding-right: 3em;
  color: white;
  z-index: 99999;
  width: 4.5em;
  font-size: 1.6em;
  cursor: pointer; }
  .search-open .site-nav ul li .close-search:after {
    content: "\f00d";
    font: 1em fontawesome;
    color: white;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
    height: 1em;
    position: absolute; }
.search-open .search-form {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  padding: 30%; }

.top-level-nav {
  display: none;
  background: #092237; }
  .top-level-nav ul {
    font-size: 1em; }
    .top-level-nav ul li {
      display: none;
      margin: 0; }
      .top-level-nav ul li a {
        border-left: solid 1px rgba(255, 255, 255, 0.2);
        border-right: solid 1px black;
        border-top: 0;
        color: white; }

/* Trending Nav */
.trending {
  background: #0b2d4c;
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
   }
  .trending p, .trending ul {
    display: inline-block;
    padding: 0;
    margin: 0 2em 0 0;
    font: 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
  .trending p {
    padding: 1em 1em 1em 2em;
    color: white;
    position: relative; }
  .trending p:before,
  .trending li a:before {
    content: '';
    display: block;
    left: 0;
    top: 50%;
    position: absolute;
    height: 0.75em;
    width: 0.75em;
    margin: -0.3525em 0 0 0;
    background: #a9c6e2;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .trending li a:before {
    background: #b2b2b2; }
  .trending li a:hover:before {
    background: white; }
  .trending li {
    display: inline-block; }
    .trending li a {
      display: block;
      padding: 1em 1em 1em 2em;
      margin-left: 1em;
      position: relative; }
     

/*--------------------------------------------------------------
13.2 Home Page / Front Page
--------------------------------------------------------------*/
.home main {
  padding: 4em 0;
  background: rgba(243, 243, 243, 0.7); }

.features {
  border-right: solid 1px rgba(0, 0, 0, 0.05);
  padding-right: 3em; }
  .features .main-feature .row {
    padding-bottom: 2em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05); }
    .features .main-feature .row .article-text {
      padding-right: 3em; }
      .features .main-feature .row .article-text .article-category {
        position: relative;
        font-size: 1.8em;
        margin: -0.3em 0 0.5em 0; }
      .features .main-feature .row .article-text .article-category a,
      .features .main-feature .row .article-text .article-author {
        background: #f3f3f3;
        padding-right: 0.5em;
        position: relative;
        z-index: 9;
        color: #555;
        border-right: solid 1em #f7f7f7;
        font-weight: 300 !important; }
      .features .main-feature .row .article-text .article-category a,
      .features .main-feature .row .article-text .article_category {
        background: #f3f3f3;
        padding-right: 0.5em;
        position: relative;
        z-index: 9;
        color: #555; }
      .features .main-feature .row .article-text .article-category:after,
      .features .main-feature .row .article-text .article-author:after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        margin-top: -0.25em;
        height: 0.7em;
        background: #e8e8e8;
        display: block; }
      .features .main-feature .row .article-text .article-category:after,
      .features .main-feature .row .article-text .article_category:after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        margin-top: -0.25em;
        height: 0.7em;
        background: #e8e8e8;
        display: block; }
      .features .main-feature .row .article-text .article-author:after {
        left: 0em; }
      .features .main-feature .row .article-text .article_category:after {
        left: 3em; }
      .features .main-feature .row .article-text h2 {
        font-size: 3.6em;
        margin: 0; }
      .features .main-feature .row .article-text .article-author {
        font: 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
        color: #555;
        margin-top: 0.5em; }
        .features .main-feature .row .article-text .article-author a {
          color: #0b2d4c;
          position: relative;
          z-index: 9;
          background: #f3f3f3;
         /*  padding-right: 0.5em; */ }
      .features .main-feature .row .article-text .article_category {
        font: 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
        color: #555;
        margin-top: 0.5em; }
        .features .main-feature .row .article-text .article_category a {
          color: #a2a2a2;
          font-family: lora;
          font-weight: 700;
          position: relative;
          z-index: 9;
          background: #f3f3f3;
          padding-right: 0.5em; }
      .features .main-feature .row .article-text p {
        font: lighter 1.8em/1.5 Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
        color: #555;
        margin: 2em 0 0 0;
        padding-bottom: 1.6em;
        font-family: lora; }
  .features .main-feature .feature-image {
    max-height: 39em;
    overflow: hidden; }
    .features .main-feature .feature-image img {
      width: 100%; }
  .features .article-grid article h2 {
    font-size: 1.8em;
    margin: 0; }

/* Latest news */
.latest-news-col {
  border-left: solid 1px white; }
  .latest-news-col .latest-news {
    padding: 0 0 4em 3em;
    position: relative; }
    .latest-news-col .latest-news:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 300px;
      margin-left: -150px;
      display: block;
      height: 1px;
      background: rgba(0, 0, 0, 0.05); }
    .latest-news-col .latest-news h2 {
      position: relative; }
    .latest-news-col .latest-news li:first-child {
      padding-bottom: 1em;
      border-bottom: solid 1px rgba(0, 0, 0, 0.05); }
    .latest-news-col .latest-news li:last-child {
      padding-top: 1em;
      border-top: solid 1px white; }
    .latest-news-col .latest-news li h3 {
      font-size: 0.89em;
      font-weight: 600;
      margin: 0;
      opacity: 0.9;
      padding-top: 0.2em;
      padding-bottom: 0.3em; }
    .latest-news-col .latest-news li .article-category,
    .latest-news-col .latest-news li .article-date {
      font-size: 0.80em;
      text-transform: uppercase;
      color: #a4c5e3;
      margin-bottom: 0.2em; }
      .latest-news-col .latest-news li .article-category a,
      .latest-news-col .latest-news li .article-date a {
        color: #a4c5e3; }
    .latest-news-col .latest-news li .article-date {
      font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
    .latest-news-col .latest-news .btn {
      margin-top: 3em; }
  .latest-news-col .mpu {
    padding-top: 3em;
    position: relative;
    padding-left: 3em; }
    .latest-news-col .mpu img {
      width: 100%; }
    .latest-news-col .mpu:before {
      position: absolute;
      left: 50%;
      margin-left: -150px;
      top: 0;
      display: block;
      height: 1px;
      background: rgba(255, 255, 255, 0.2); }

.newsletter {
  clear: both;
  padding: 3em;
  background: #0b2d4c;
  margin: 3em;
  position: relative;
  overflow: hidden;
  padding-top: 2em;
  margin-right: 0; }
  .newsletter:after {
    content: '';
    position: absolute;
    top: 0;
    margin-left: -2em;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-bottom: solid 8em #a4c5e3;
    border-left: solid 15em transparent;
    border-right: solid 17em transparent;
    left: 7%; }
  .newsletter input[type='text'] {
    width: 63%;
    display: inline-block;
    margin-bottom: 0;
    box-shadow: inset 0px 0px 0px 2px #a4c5e3;
    border: none;
    height: 40px; }
  .newsletter input[type="submit"] {
    width: 35% !important;
    display: inline-block !important;
    height: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
    vertical-align: top;
    border-radius: 2px !important; }
  .newsletter p {
    margin-bottom: 2em;
    color: rgba(255, 255, 255, 0.87);
    z-index: 5;
    background: rgba(0, 0, 0, 0.77);
    padding: 0.5em;
    text-align: center;
    font-size: 1rem;
    position: relative; }
  .newsletter input[type="button"],
  .newsletter input[type="submit"],
  .newsletter button {
    background: #a4c5e3;
    border: none;
    width: 100%;
    padding: 0.75em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: white;
    position: relative;
    z-index: 5; }
    .newsletter input[type="button"]:hover,
    .newsletter input[type="submit"]:hover,
    .newsletter button:hover {
      background: black; }

/* Home comment feature / Comment and Analysis */
.comment-feature {
  background: #e8e8e8;
  position: relative;
  overflow: hidden;
  padding: 3em 0;
  margin-bottom: 3em;
  position: relative; }
  .comment-feature .comment-header {
    position: relative; }
    .comment-feature .comment-header:before {
      content: '\201c';
      font: 80em georgia;
      color: #0b2d4c;
      opacity: 0.15;
      position: absolute;
      left: -29px;
      top: -0.17em; }
  .comment-feature .sc-heading {
    font: 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    color: #899bad;
    letter-spacing: 0.1em;
    font-weight: 700; }
  .comment-feature header h2 {
    font: 5em Lora, Georgia, serif;
    margin: 1em 0 0.5em 0;
    color: #0b2d4c;
    max-width: 6em;
    line-height: 1.15;
    float: right;
    margin-right: 2em; }
    .comment-feature header h2 small {
      display: block;
      font-size: 40%;
      margin-top: 0.2em; }
  .comment-feature .btn {
    text-align: center;
    display: block;
    padding-top: 3em; }
    .comment-feature .btn a {
      margin: 0 auto; }
  .comment-feature > div:nth-of-type(3) {
    clear: left; }
  .comment-feature article {
    min-height: 38em;
    position: relative; }
    .comment-feature article img {
      width: 100%; }
    .comment-feature article h3 {
      font-size: 1.8em;
      font-weight: normal;
      position: relative;
      top: 0;
      right: 1.6667em;
      left: 0;
      margin-bottom: 0; }

/* Dark List Box */
.dark-list-box {
  background: #0b2d4c; }
  .dark-list-box h2 {
    font: 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 0;
    color: white;
    background: #09243d;
    text-align: center;
    padding: 1.2em 1.67em 1.5em 1.67em;
    text-transform: uppercase; }
    .dark-list-box h2 img {
      width: 100%;
      max-width: 14em;
      display: block;
      margin: 0 auto 0.5em auto; }
  .dark-list-box ul {
    padding: 0;
    margin: 0; }
    .dark-list-box ul li {
      padding: 0.9em 1.27em;
      border-top: 1px solid #1d3a54;
      max-height: 145px;
      overflow: hidden; }
      .dark-list-box ul li a {
        color: white;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        max-height: 63px;
        height: 63px;
        overflow: hidden;
        display: block; }
      .dark-list-box ul li h3 {
        font-weight: normal;
        margin: 0;
        font-size: 1.2em; }

/* Report feeds css-start */
 #reportsxmldata h2 {
         padding: 1.67em 1em 1em 1em;
}
 #reportsxmldata ul {
    font-size: 1.7em;
}  
 div#reportsxmldata ul li a:hover {
    overflow: visible;
    white-space: normal;
}   
/* Report feeds css-end */  
  

/* List of reports in the sidebar of the comment feature on home page */
.comment-feature .secondary-content {
  padding-left: 3em; }
  .comment-feature .secondary-content .dark-list-box {
    min-height: 680px;
    max-height: 750px;
    overflow: hidden; }
    .comment-feature .secondary-content .dark-list-box h2 {
      font: 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 0;
      color: white;
      background: #09243d;
      text-align: center;
      padding: 1.67em 1.67em 1em 1.67em;
      text-transform: uppercase; }
      .comment-feature .secondary-content .dark-list-box h2 img {
        width: 100%;
        max-width: 10em;
        display: block;
        margin: 0 auto 0.5em auto; }
      .comment-feature .secondary-content .dark-list-box h2 b {
        display: block; }
    .comment-feature .secondary-content .dark-list-box ul li span {
      color: #00b58f;
      margin-top: 0.5em;
      display: block; }
.comment-feature .btn {
  clear: both;
  margin-top: 3em; }

/* Home most read */
.home-most-read {
  border-top: solid 1em #0b2d4c;
  border-bottom: solid 1em #0b2d4c;
  padding: 2em 0;
  margin-bottom: 3em; }
  .home-most-read h2 {
    font: bold 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    background: white;
    padding: 0 0.5em;
    position: relative;
    top: -3em;
    left: 2em;
    display: inline-block; }
  .home-most-read ol {
    font-size: 1.6em;
    margin-top: -2.5em;
    padding: 0;
    padding-bottom: 0.5em; }
    .home-most-read ol li {
      width: 20%;
      float: left;
      position: relative;
      padding: 0 1em 0 3em; }
      .home-most-read ol li:before {
        content: '1';
        font: 3em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
        position: absolute;
        left: 0;
        top: -0.2em; }
      .home-most-read ol li:nth-child(2):before {
        content: '2'; }
      .home-most-read ol li:nth-child(3):before {
        content: '3'; }
      .home-most-read ol li:nth-child(4):before {
        content: '4'; }
      .home-most-read ol li:nth-child(5):before {
        content: '5'; }

/* Home companies feature */
.companies-feature ::-webkit-input-placeholder {
  color: #0b2d4c; }
.companies-feature ::-moz-placeholder {
  color: #0b2d4c; }
.companies-feature :-ms-input-placeholder {
  color: #0b2d4c; }
.companies-feature :-moz-placeholder {
  color: #0b2d4c; }
.companies-feature .companies-search {
  background: #0b2d4c;
  margin-bottom: 2em; }
  .companies-feature .companies-search h2 {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0.75em 1.67em;
    font: 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    color: white;
    margin: 0; }
  .companies-feature .companies-search form {
    padding: 2em; }
    .companies-feature .companies-search form input:first-of-type {
      width: 80%;
      float: left;
      font-size: 1.8em;
      height: 2.47em;
      padding: 0.55em;
      border-radius: 0;
      margin: 0;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
    .companies-feature .companies-search form input[type='submit'] {
      float: right;
      width: 20%;
      height: 2.47em;
      background: #a4c5e3;
      color: #0b2d4c;
      padding: 0.7em 0 0.5em 0;
      margin: 0;
      cursor: pointer;
      border: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      transition: 0.3s all; }
      .companies-feature .companies-search form input[type='submit']:hover {
        background: #e8e8e8;
        transition: 0.3s all; }
  .companies-feature .companies-search article:last-of-type {
    margin-bottom: 0; }
.companies-feature .cards .lets_make_gb_great_again {
  padding: 2em;
  padding-bottom: 0;
  padding-top: 1em; }
  .companies-feature .cards .lets_make_gb_great_again p {
    font: lighter 1.7em/1.5 Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    color: rgba(85, 85, 85, 0.83);
    font-weight: 300;
    margin-bottom: 0; }
  .companies-feature .cards .lets_make_gb_great_again h3 {
    font-size: 1.4rem !important; }
.companies-feature .cards .feature-card .article-image {
  margin: 2em -3em -3em -3em; }
.companies-feature .cards .feature-card p {
  font: lighter 1.7em/1.5 Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  color: rgba(85, 85, 85, 0.83);
  font-weight: 300; }
.companies-feature .secondary-content {
  padding-left: 3em; }
  .companies-feature .secondary-content .whitepapers-list small a {
    font-weight: bold;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    margin-top: 0.5em;
    display: block; }
  .companies-feature .secondary-content .mpu {
    background: #092237;
    padding: 2em; }

/* Home content -- standard home content with the blue heading */
.home-content {
  margin-top: 3em; }
  .home-content h2 {
    background: #0b2d4c;
    color: white;
    text-transform: uppercase;
    padding: 1em 1.67em;
    font: 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 0 0 1.67em 0; }
  .home-content .more-link {
    float: right;
    margin-top: -3.8em;
    font: 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
    .home-content .more-link a {
      color: white;
      padding: 1em;
      background: rgba(0, 0, 0, 0.1);
      text-decoration: underline;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .home-content .more-link a:hover {
        background: rgba(255, 255, 255, 0.4); }
  .home-content .cards .row {
    max-width: 100%; }
  .home-content .cards article .article-date {
    margin-bottom: 0.6em; }
  .home-content .cards article .article-image {
    margin: -3em -3em 2em -3em;
    max-height: 13em;
    overflow: hidden; }
  .home-content .cards .feature-article .article-image {
    max-height: 34em; }
  .home-content .view-all {
    display: block;
    text-align: center;
    margin: 3em 0; }
    .home-content .view-all a {
      margin: 0 auto; }

/* Magazine Feature */
.magazine-feature {
  background: #0b2d4c;
  padding: 5em 0 4em 0;
  overflow: hidden; }
  .magazine-feature .row {
    position: relative; }
  .magazine-feature h2 {
    font-size: 4em;
    color: white;
    margin: 0 0 0.5em 0;
    font-weight: 300; }
  .magazine-feature p {
    color: white;
    margin: 0 0 1em 0;
    line-height: 1.5;
    opacity: 0.9; }
  .magazine-feature .btn {
    display: block;
    margin: 3em 0 4em 0; }
    .magazine-feature .btn a {
      background: white;
      color: #0b2d4c;
      padding: 1em 3em;
      font: 1em Lora, Georgia, serif;
      font-weight: 600;
      font-size: 1rem; }
  .magazine-feature .magazine-text {
    padding-right: 5em; }
    .magazine-feature .magazine-text form {
      background: rgba(255, 255, 255, 0.2);
      padding: 2em; }
      .magazine-feature .magazine-text form input[type="email"] {
        width: 70%;
        float: left;
        height: 40px;
        border-radius: 0; }
      .magazine-feature .magazine-text form button {
        display: block;
        float: right;
        width: 30%;
        background: #a4c5e3;
        border-radius: 0;
        color: #0b2d4c;
        padding: 0.57em;
        height: 40px;
        transition: 0.3s all; }
        .magazine-feature .magazine-text form button:hover {
          background: #e8e8e8;
          transition: 0.3s all; }
  .magazine-feature .ipad {
    position: absolute;
    padding: 4%;
    left: 55%;
    right: 0;
    background: url("../png/ipad.png");
    background-size: 100%;
    top: -3.5em;
    background-repeat: no-repeat; }

/*--------------------------------------------------------------
13.3 Single Post / Article Page
--------------------------------------------------------------*/
.single main {
  margin-top: 3em; }
/*.single .post-detail-row {
  padding-left: 6em;
  padding-right: 5em; }*/

.entry-header {
  padding-top: 2em;
  padding-bottom: 3em;
  margin-bottom: 5em;
  position: relative; }
  .entry-header .post-categories, .entry-header .article-date {
    text-transform: uppercase;
    margin: 0 0.6em 0.6em 0;
    padding: 0;
    list-style: none;
    font: 1.6em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    display: inline-block;
    color: #0b2d4c; }
  .entry-header h1 {
    font-size: 3.6em;
    margin: 0 0 0.3em 0;
    font-weight: lighter;
    line-height: 1.3; }
  .entry-header .post-author {
    font-size: 1.8em;
    color: #777;
    text-indent: 0.1em;
    display: inline-block;
    margin-right: 1em; }
  .entry-header .share-toggle {
    display: inline-block;
    font: 1em/1 Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    color: white;
    background: #0b2d4c;
    padding: 0.5em 4em 0.5em 0.5em;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .entry-header .share-toggle:after {
      content: "\f064";
      font: 1em fontawesome;
      color: white;
      position: absolute;
      right: 0.5em;
      top: 50%;
      height: 1em;
      margin-top: -0.5em; }
    .entry-header .share-toggle:hover {
      background: #092237; }
  .entry-header .sharethis-inline-share-buttons {
    display: inline-block !important;
    position: relative;
    top: -0.5em;
    left: 0.5em; }
    .entry-header .sharethis-inline-share-buttons .st-btn {
      position: absolute !important;
      opacity: 0;
      z-index: -99;
      visibility: hidden;
      display: inline-block !important; }
      .entry-header .sharethis-inline-share-buttons .st-btn[data-network='twitter'] {
        transition: opacity 0.3s ease-in-out !important;
        -moz-transition: opacity 0.1s ease-in-out !important;
        -webkit-transition: opacity 0.1s ease-in-out !important; }
      .entry-header .sharethis-inline-share-buttons .st-btn[data-network='facebook'] {
        transition: opacity 0.9s ease-in-out !important;
        -moz-transition: opacity 0.5s ease-in-out !important;
        -webkit-transition: opacity 0.5s ease-in-out !important; }
      .entry-header .sharethis-inline-share-buttons .st-btn[data-network='reddit'] {
        transition: opacity 1.4s ease-in-out !important;
        -moz-transition: opacity 0.9s ease-in-out !important;
        -webkit-transition: opacity 0.9s ease-in-out !important; }
      .entry-header .sharethis-inline-share-buttons .st-btn[data-network='linkedin'] {
        transition: opacity 1.9s ease-in-out !important;
        -moz-transition: opacity 1.2s ease-in-out !important;
        -webkit-transition: opacity 1.2s ease-in-out !important; }
      .entry-header .sharethis-inline-share-buttons .st-btn:hover {
        width: 135px !important; }
      .entry-header .sharethis-inline-share-buttons .st-btn > svg {
        position: absolute !important;
        right: 1em; }
      .entry-header .sharethis-inline-share-buttons .st-btn > span {
        position: absolute !important;
        left: 0em; }

.post-image,
.entry-content > div:first-child {
  position: relative;
  margin: 0 0 2em 3em;
  float: right;
  max-width: 40em;
  border-radius: 0.3em;
  box-shadow: 0.1em 0.1em 0.2em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0.1em 0.1em 0.2em 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0.1em 0.1em 0.2em 0 rgba(0, 0, 0, 0.2); }
  .post-image img,
  .entry-content > div:first-child img {
    width: 100%; }
  .post-image .featured-caption,
  .entry-content > div:first-child .featured-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 1em;
    font: 1.6em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    color: #666; }

.entry-content > div:first-child {
  font: 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  color: #666;
  padding: 0 1em 1em 4em; }
  .entry-content > div:first-child:after {
    content: "\f030";
    font: 1.4em fontawesome;
    left: 1em;
    color: #888;
    position: absolute;
    bottom: 1em; }

.pagination {
  background: #0b2d4c;
  padding: 1em; }
  .pagination a {
    float: right;
    padding: 0.5em 3em 0.4em 0.5em;
    font-size: 1.8em;
    background: white;
    border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    position: relative; }
    .pagination a:hover {
      transition: 0.3s all;
      color: #FF9800; }
    .pagination a:after {
      content: "\f0da";
      font: 0.7em fontawesome;
      position: absolute;
      right: 0.5em;
      top: 50%;
      height: 1em;
      margin-top: -0.5em; }

.entry-content .share-article-vertical {
  width: 9em;
  position: absolute;
  margin-left: -12em;
  top: 0.8em; }
  .entry-content .share-article-vertical .share-title {
    font: 1.4em sans-serif;
    text-align: center;
    margin-bottom: 0.5em;
    color: #666; }
    .entry-content .share-article-vertical .share-title em {
      display: block;
      font-style: normal;
      font-size: 2em; }
  .entry-content .share-article-vertical a {
    display: block;
    margin: 0 0 0.5em 0;
    width: 90px;
    color: white;
    padding: 0.75em 1em;
    font: 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; }
    .entry-content .share-article-vertical a.facebook {
      background: #31629a; }
    .entry-content .share-article-vertical a.twitter {
      background: #2dc3ef; }
    .entry-content .share-article-vertical a.linkedin {
      background: #077bb6; }
    .entry-content .share-article-vertical a.reddit {
      background: #454545; }
    .entry-content .share-article-vertical a span {
      float: right; }
    .entry-content .share-article-vertical a:hover {
      background: black !important; }

.entry-content {
  padding-left: 12em;
  position: relative; }
  .entry-content h2, .entry-content h3, .entry-content h4 {
    margin: 1.5em 0 0.75em 0; }
  .entry-content h2 {
    font-size: 3em; }
  .entry-content h3 {
    font-size: 2.4em; }
  .entry-content h4 {
    font-size: 2.1em; }
  .entry-content ul h2,
  .entry-content ol h2 {
    font-size: 1.67em; }
  .entry-content ul h3,
  .entry-content ol h3 {
    font-size: 1.3333333em; }
  .entry-content ul h4,
  .entry-content ol h4 {
    font-size: 1.167em; }
  .entry-content p {
    line-height: 1.5; }
    .entry-content p:first-of-type {
      clear: left;
      font-size: 2.1em;
      margin: 0em 0 1.5em 0;
      /*&:first-letter {
          color: #0b2d4c;
          font-size: 3.13em;
          float: left;
          margin: -0.3em 0.1em -0.45em 0;
          font-weight: bold;
      } */ }
  .entry-content blockquote p:first-of-type,
  .entry-content ul p:first-of-type,
  .entry-content ol p:first-of-type {
    font-size: inherit;
    margin: inherit;
    /*&:first-letter {
        color: inherit;
        font-size: inherit;
        float: inherit;
        margin: inherit;
        font-weight: inherit;
    } */ }
  .entry-content ul,
  .entry-content ol {
   /* font-size: 1.8em; */
    margin: 1em 0 2em 2em;
   list-style-type: disc;  }
    .entry-content ul li,
    .entry-content ol li {
      margin-bottom: 0.2em; }
      .entry-content ul li ul, .entry-content ul li ol, .entry-content ul li p,
      .entry-content ol li ul,
      .entry-content ol li ol,
      .entry-content ol li p {
        font-size: 1em; }
        .entry-content ul li ul ul, .entry-content ul li ul ol, .entry-content ul li ul p, .entry-content ul li ol ul, .entry-content ul li ol ol, .entry-content ul li ol p, .entry-content ul li p ul, .entry-content ul li p ol, .entry-content ul li p p,
        .entry-content ol li ul ul,
        .entry-content ol li ul ol,
        .entry-content ol li ul p,
        .entry-content ol li ol ul,
        .entry-content ol li ol ol,
        .entry-content ol li ol p,
        .entry-content ol li p ul,
        .entry-content ol li p ol,
        .entry-content ol li p p {
          font-size: 1em; }
  .entry-content ol {
    list-style-type: decimal;
    list-style-position: inside;  }
  .entry-content blockquote p:first-of-type {
    /*&:first-letter {
        color: inherit;
        font-size: inherit;
        float: inherit;
        margin: inherit;
        font-weight: inherit;
    } */ }
  .entry-content blockquote cite {
    display: block;
    opacity: 0.7; }
  .entry-content .pullquote,
  .entry-content .rightpullquote {
    margin: 1.5em;
    padding-top: 0em;
    padding-bottom: 0.5em;
    width: 40%;
    float: left;
    max-width: 600px;
    min-width: 280px;
    color: #0b2d4c;
    position: relative;
    font: bold 2.4em/1.5 Lora, Georgia, serif; }
    .entry-content .pullquote p, .entry-content .pullquote p:first-of-type,
    .entry-content .rightpullquote p,
    .entry-content .rightpullquote p:first-of-type,
    .entry-content blockquote p,
    .entry-content blockquote p:first-of-type {
      font-size: 1em;
      font-weight: bold;
      color: #1d4466; }
    .entry-content .pullquote:before,
    .entry-content .rightpullquote:before,
    .entry-content blockquote:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 0.5em;
      width: 5em; }
  .entry-content .pullquote,
  .entry-content .leftpullquote {
    margin: 1.5em;
    padding-top: 1em;
    width: 40%;
    float: left;
    max-width: 600px;
    min-width: 280px;
    color: #0b2d4c;
    position: relative;
    font: bold 2.4em/1.5 Lora, Georgia, serif; }
    .entry-content .pullquote p, .entry-content .pullquote p:first-of-type,
    .entry-content .leftpullquote p,
    .entry-content .leftpullquote p:first-of-type {
      font-size: 1em;
      font-weight: bold;
      color: #1d4466; }
    .entry-content .pullquote:before,
    .entry-content .leftpullquote:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 0.5em;
      width: 5em; }
  .entry-content .person-quote {
    quotes: '\201c' '\201d';
    padding: 0 4em;
    max-width: 550px;
    margin: 6em auto;
    position: relative; }
    .entry-content .person-quote p {
      color: #0b2d4c; }
      .entry-content .person-quote p:first-of-type {
        color: #0b2d4c; }
  .entry-content .person-quote:before {
    content: open-quote;
    font: 6em Georgia, "Times New Roman", serif;
    position: absolute;
    left: 0;
    top: -0.07em;
    color: #0b2d4c; }
  .entry-content .special-quote {
    text-align: center;
    quotes: '\201c' '\201d'; }
    .entry-content .special-quote:before {
      left: 50%;
      width: 1em;
      height: 1em;
      text-align: center;
      margin-left: -0.5em;
      top: -0.25em;
      background: white;
      z-index: 9; }
    .entry-content .special-quote p {
      position: relative;
      padding: 2em 0; }
      .entry-content .special-quote p:before {
        content: '';
        position: absolute;
        top: 0;
        left: 10%;
        right: 10%;
        height: 1px;
        display: block;
        background: #ebebeb; }
      .entry-content .special-quote p:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10%;
        right: 10%;
        height: 1px;
        display: block;
        background: #ebebeb; }
  .entry-content:after {
    content: ''; }

.poll {
  float: right;
  width: 30em;
  margin: 2em 0 3em 3em;
  background: #0b2d4c; }
  .poll h3 {
    color: white;
    margin: 0 0 1em 0;
    padding: 1.5em;
    font-size: 2em;
    background: #092237;
    position: relative; }
    .poll h3:before {
      content: 'Q';
      display: block;
      font: 2em/2em Lora, Georgia, serif;
      color: white;
      background: #092237;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      -moz-border-radius: 2em;
      -webkit-border-radius: 2em;
      text-align: center;
      position: absolute;
      left: 50%;
      top: -1em;
      margin-left: -1em; }
  .poll ul {
    list-style: none;
    margin: 0; }
    .poll ul li {
      margin: 0 0 1em 0;
      color: white;
      font: 1em lighter Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
      .poll ul li input {
        visibility: hidden;
        position: absolute; }
        .poll ul li input:checked + label:before {
          content: "\f00c";
          font: 1em fontawesome;
          color: green; }
      .poll ul li label {
        padding-left: 3em;
        display: block;
        position: relative;
        color: white; }
        .poll ul li label:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -0.75em;
          width: 1.5em;
          height: 1.5em;
          border: solid 3px #1d4466;
          background: white;
          box-shadow: inset 0 0 1em 0 rgba(0, 0, 0, 0.3);
          -moz-box-shadow: inset 0 0 1em 0 rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: inset 0 0 1em 0 rgba(0, 0, 0, 0.3);
          cursor: pointer; }
  .poll form {
    padding: 2em;
    list-style: none; }
    .poll form button {
      background: white;
      color: #0b2d4c;
      text-transform: uppercase;
      box-shadow: 0 0.2em 0.8em 0 rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0.2em 0.8em 0 rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0 0.2em 0.8em 0 rgba(0, 0, 0, 0.4);
      padding: 1em;
      text-align: center;
      border-radius: 0;
      width: 100%;
      cursor: pointer; }
    .poll form p button {
      font-size: 1em; }

.share-open.single .share-toggle:after {
  content: "\f00d"; }
.share-open.single .top-sharers .st-btn {
  visibility: visible;
  z-index: 99;
  width: 135px;
  opacity: 1;
  position: relative !important;
  left: 0 !important; }

/* In article baner ads */
.in-article-mpu {
  float: left;
  width: 300px;
  border-top: solid 1px #ebebeb;
  margin: 2em 3em 2em 0;
  position: relative;
  padding-top: 2em; }
  .in-article-mpu:before {
    content: 'Advertisement';
    background: white;
    padding: 0.5em 1em;
    text-transform: uppercase;
    position: absolute;
    top: -1.2em;
    left: 50%;
    right: 0;
    text-align: center;
    color: #999;
    font: 1em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    width: 11em;
    margin-left: -5.5em; }

/* Article footer */
.entry-content .newsletter-cta {
  background: #0b2d4c;
  padding: 3em;
  margin-top: 4em; }
  .entry-content .newsletter-cta:after {
    content: "\f2b7";
    font: bold 31em fontawesome;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 0em;
    bottom: 0em; }
  .entry-content .newsletter-cta h3 {
    color: white;
    margin: 0 0 0.5em 0; }
  .entry-content .newsletter-cta p {
    color: white;
    max-width: 15em; }
    .entry-content .newsletter-cta p:first-of-type {
      color: white;
      font-size: 1.8em;
      margin: inherit;
      margin: 0 0 1em 0; }
      .entry-content .newsletter-cta p:first-of-type:first-letter {
        color: white;
        font-size: inherit;
        font-weight: normal;
        margin: 0; }
  .entry-content .newsletter-cta input[type=email],
  .entry-content .newsletter-cta input.btn {
    font-size: 1.6em;
    padding: 0.5em;
    max-width: 20em;
    width: 100%;
    position: relative;
    z-index: 9; }
  .entry-content .newsletter-cta input.btn {
    background: orange;
    border: none;
    padding: 1em;
    cursor: pointer; }
    .entry-content .newsletter-cta input.btn:hover {
      background: white; }

/* Related */
.related {
  background: #e8e8e8;
  position: relative;
  padding: 3em 0;
  margin: 0;
  clear: both; }
  .related .row h2 {
    font: 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 1em 0;
    color: #0b2d4c; }
  .related .row ul.row {
    margin: 0 -1em; }
  .related .row li {
    padding: 0 1em; }
    .related .row li article {
      text-align: center; }
      .related .row li article.video h3 a:after {
        content: "\f03d"; }
      .related .row li article.whitepaper h3 a:after {
        content: "\f0f6"; }
      .related .row li article.thought-leader h3 a:after {
        content: "\f19c"; }
    .related .row li h3 {
      font: 1em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase; }
      .related .row li h3 a {
        color: white;
        display: block;
        padding: 4em 0;
        text-align: center;
        background: #0b2d4c;
        position: relative;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out; }
        .related .row li h3 a:after {
          content: "\f0f6";
          font: 5em fontawesome;
          color: white;
          opacity: 0.2;
          position: absolute;
          left: 50%;
          top: 50%;
          height: 2em;
          width: 2em;
          margin: -0.5em 0 0 -1em; }
        .related .row li h3 a:hover {
          background: black; }

/*--------------------------------------------------------------
13.4 Sidebar
--------------------------------------------------------------*/
.sidebar {
  margin-top: -1em; }

/* Sidebar item */
.si {
  margin-bottom: 4em; }
  .si h3 {
    font: 1.7em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    color: #0b2d4c;
    margin: 0 0 1em 0; }

/* Secondary Article Lists (SAL) */
.sal ol, .sal ul {
  list-style: none;
  margin: 0; }
.sal li {
  border-bottom: solid 1px #ebebeb;
  border-top: solid 1px #ebebeb;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-top: -1px; }
  .sal li .large-3 {
    padding-right: 1em; }

.widget_reports {
  max-width: 300px;
  margin: 0 auto 1em auto;
  border-top: solid 1px #e8e8e8;
  padding-top: 1em; }
  .widget_reports h2 {
    background: #0b2d4c;
    text-align: center;
    padding: 1em;
    color: white; }
    .widget_reports h2 img {
      max-width: 12em;
      margin: 0 auto 0.5em auto;
      display: block; }

.reports-list li span {
  display: block;
  color: #177779; }

.most-read {
  border-top: solid 1px #ebebeb;
  max-width: 300px;
  margin: 3em auto; }
  .most-read h3 {
    font-size: 1.8em;
    position: relative;
    padding: 2em 0 1em 0;
    margin: 0 0 0.5em 0;
    border-bottom: solid 0.556em #e8e8e8; }
    .most-read h3:after {
      content: '';
      display: block;
      width: 160px;
      height: 63px;
      background: url("../png/most_read.png") no-repeat;
      background-size: 100%;
      position: absolute;
      right: 0;
      bottom: 0.7em; }
  .most-read ol {
    list-style: none;
    margin: 0; }
    .most-read ol li {
      padding-left: 3em;
      position: relative;
      transition: border 0.4s ease-in-out;
      -moz-transition: border 0.4s ease-in-out;
      -webkit-transition: border 0.4s ease-in-out; }
      .most-read ol li:first-of-type {
        border-top: none; }
      .most-read ol li:before {
        content: '1';
        font: 30px Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
        color: #0b2d4c;
        position: absolute;
        left: 0.1em;
        top: 0.35em; }
      .most-read ol li:nth-child(2):before {
        content: '2';
        opacity: 0.8; }
      .most-read ol li:nth-child(3):before {
        content: '3';
        opacity: 0.6; }
      .most-read ol li:nth-child(4):before {
        content: '4';
        opacity: 0.4; }
      .most-read ol li:nth-child(5):before {
        content: '5';
        opacity: 0.2; }
      .most-read ol li:hover {
        border-bottom: solid 1px #0b2d4c;
        z-index: 9; }
        .most-read ol li:hover:before {
          opacity: 1 !important; }

.related-companies li .small-3 {
  padding-right: 1em; }
.related-companies li h4 {
  margin: 0; }
.related-companies li p {
  margin: 0.5em 0 0 0;
  font-size: 0.9em; }
.related-companies:after {
  content: ''; }

.single main .most-read h3 {
  margin: 0 0 2em 0; }

.scrolled-to-double-mpu .fixed-mpu {
  position: fixed;
  top: 3em; }

.fix_cat_sidebar{
position:relative !important;
}  
  
  

/*--------------------------------------------------------------
13.4 Project
--------------------------------------------------------------*/
.project,
.article {
 /* padding-left: 32em;*/
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.project-sidebar,
.article-sidebar {
  position: absolute;
  z-index: 44;
  top: -3em;
  left: 0;
  bottom: 0;
  background: #f3f3f3;
  background: #f2f2f2;
  width: 34em;
  border-right: solid 1px #e0e0e0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.19); }
  .project-sidebar .follow-project,
  .article-sidebar .follow-project {
    padding: 3em;
    background: #0b2d4c; }
    .project-sidebar .follow-project p,
    .article-sidebar .follow-project p {
      font: 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 0.5em 0 0 0;
      color: white; }
  .project-sidebar .scrolling-content,
  .article-sidebar .scrolling-content {
    position: absolute;
    overflow: hidden;
    top: 0em;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0em 0; }
    .project-sidebar .scrolling-content h2,
    .article-sidebar .scrolling-content h2 {
      font: bold 3em/1.2 Lora, Georgia, serif;
      text-transform: uppercase;
      padding: 0.5em 0.5em 0.4em 1.9em;
      position: relative;
      background: #0b2d4c;
      color: white;
      padding-left: 3.5em;
      margin: 0; }
      .project-sidebar .scrolling-content h2:before,
      .article-sidebar .scrolling-content h2:before {
        content: '';
        display: block;
        background: #0b2d4c;
        position: absolute;
        left: -1.2em;
        top: 0;
        width: 2.1em;
        height: 2.1em; }
      .project-sidebar .scrolling-content h2:after,
      .article-sidebar .scrolling-content h2:after {
        content: '';
        display: block;
        position: absolute;
        right: -0.7em;
        top: 0;
        border-top: solid 2.1em #0b2d4c;
        border-right: solid 0.7em transparent; }
    .project-sidebar .scrolling-content .project-overview,
    .article-sidebar .scrolling-content .project-overview {
      padding-top: 3em; }
      .project-sidebar .scrolling-content .project-overview ul,
      .article-sidebar .scrolling-content .project-overview ul {
        border-bottom: solid 1px white;
        border-top: solid 1px rgba(0, 0, 0, 0.1); }
        .project-sidebar .scrolling-content .project-overview ul li,
        .article-sidebar .scrolling-content .project-overview ul li {
          padding: 0;
          border: none;
          margin: 0; }
          .project-sidebar .scrolling-content .project-overview ul li a,
          .article-sidebar .scrolling-content .project-overview ul li a {
            display: block;
            padding: 0.6667em 1.6667em;
            border-top: solid 1px white;
            overflow: hidden;
            position: relative;
            border-bottom: solid 1px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
            .project-sidebar .scrolling-content .project-overview ul li a:before,
            .article-sidebar .scrolling-content .project-overview ul li a:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 0.5em;
              height: 0;
              display: block;
              background: #0b2d4c;
              transition: height 0.5s ease-in-out;
              -moz-transition: height 0.5s ease-in-out;
              -webkit-transition: height 0.5s ease-in-out; }
            .project-sidebar .scrolling-content .project-overview ul li a:hover,
            .article-sidebar .scrolling-content .project-overview ul li a:hover {
              background: #b2b2b2; }
          .project-sidebar .scrolling-content .project-overview ul li.current-section a,
          .article-sidebar .scrolling-content .project-overview ul li.current-section a {
            background: rgba(0, 0, 0, 0.05);
            position: relative;
            padding-left: 2.5em; }
            .project-sidebar .scrolling-content .project-overview ul li.current-section a:before,
            .article-sidebar .scrolling-content .project-overview ul li.current-section a:before {
              height: 4em; }
    .project-sidebar .scrolling-content .sal,
    .article-sidebar .scrolling-content .sal {
      position: relative;
      border-bottom: solid 1px white;
      border-top: solid 1px rgba(0, 0, 0, 0.1); }
      .project-sidebar .scrolling-content .sal:before,
      .article-sidebar .scrolling-content .sal:before {
        content: '';
        position: absolute;
        left: 3.01em;
        top: -1.3em;
        bottom: 2em;
        width: 0.55em;
        background: #f7f7f7;
        display: block; }
      .project-sidebar .scrolling-content .sal li,
      .article-sidebar .scrolling-content .sal li {
        padding: 1.667em;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        border-top: solid 1px rgba(255, 255, 255, 0.5);
        margin-top: 0;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out; }
        .project-sidebar .scrolling-content .sal li.current,
        .article-sidebar .scrolling-content .sal li.current {
          background: #0b2d4c; }
          .project-sidebar .scrolling-content .sal li.current .article-date,
          .article-sidebar .scrolling-content .sal li.current .article-date {
            background: #ffffff;
            color: #0b2d4c; }
            .project-sidebar .scrolling-content .sal li.current .article-date:hover,
            .article-sidebar .scrolling-content .sal li.current .article-date:hover {
              background: #cccccc !important; }
          .project-sidebar .scrolling-content .sal li.current h3,
          .article-sidebar .scrolling-content .sal li.current h3 {
            position: relative;
            padding-left: 1em; }
          .project-sidebar .scrolling-content .sal li.current a,
          .article-sidebar .scrolling-content .sal li.current a {
            color: white;
            font-weight: 900; }
        .project-sidebar .scrolling-content .sal li:hover,
        .article-sidebar .scrolling-content .sal li:hover {
          background: #e8e8e8; }
          .project-sidebar .scrolling-content .sal li:hover .article-date,
          .article-sidebar .scrolling-content .sal li:hover .article-date {
            background: #0b2d4c;
            color: white; }
        .project-sidebar .scrolling-content .sal li .article-date,
        .article-sidebar .scrolling-content .sal li .article-date {
          float: left;
          font-size: 0.667em;
          line-height: 1.1;
          width: 5em;
          height: 5em;
          padding-top: 0.25em;
          text-transform: uppercase;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          background: #ccc;
          color: white;
          display: inline-block;
          margin: 0 1em 0 0;
          text-align: center;
          position: relative;
          transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -webkit-transition: all 0.4s ease-in-out;
          font-family: montserrat;
          font-weight: bolder; }
          .project-sidebar .scrolling-content .sal li .article-date b,
          .article-sidebar .scrolling-content .sal li .article-date b {
            font-size: 1.7em;
            display: block; }
          .project-sidebar .scrolling-content .sal li .article-date i,
          .article-sidebar .scrolling-content .sal li .article-date i {
            display: block;
            opacity: 0.7;
            font-style: normal;
            font-weight: 300; }
        .project-sidebar .scrolling-content .sal li h3,
        .article-sidebar .scrolling-content .sal li h3 {
          font-size: 0.9em;
          font-weight: lighter;
          float: right;
          width: 69%;
          margin: 0; }

.fixed-sidebar {
  position: fixed;
  left: 0;
  top: 0; }

.sidebar-closed .project, .sidebar-closed .article {
  padding-left: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }
.sidebar-closed .project-sidebar {
  left: -44em !important; }

.entry-content .project-update {
  margin: 0em 0 0 -4em;
  padding: 4em;
  border-top: dashed 1px #ebebeb;
  border-bottom: dashed 1px #ebebeb; }
  .entry-content .project-update h2:first-of-type {
    margin-top: 0;
    position: relative;
    padding-top: 1em; }
    .entry-content .project-update h2:first-of-type:before {
      content: '';
      display: block;
      width: 5em;
      height: 0.3em;
      background: #0b2d4c;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -webkit-transition: all 1s ease-in-out; }
  .entry-content .project-update.current-section h2:first-of-type:before {
    width: 100%; }
  .entry-content .project-update p:last-of-type {
    margin-bottom: 0; }

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
/* 404 page */
.error404 .page-content {
  padding-bottom: 4em; }

.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em; }

/*--------------------------------------------------------------
13.6 Category / Archive
--------------------------------------------------------------*/
.category-header {
  padding: 0em 2em 3em;
  /*border-bottom: solid 1px #ebebeb;*/
  position: relative; }
  .category-header h1 {
    font-size: 4em; }
  .category-header .category-follow {
    background: #ebebeb;
    padding: 2em;
    margin-top: 1.5em; }
    .category-header .category-follow p {
      margin: 0;
      float: left;
      width: 18em;
      font: 1.4em/1.4 sans-serif;
      color: #444; }
    .category-header .category-follow .follow-button {
      float: right; }

.category main {
  background: white;
  position: relative; }

.pal li {
  border-top: solid 1px #e8e8e8 !important;
  border-bottom: solid 1px #e8e8e8 !important;
  padding: 3em 0;
  margin-top: -1px; }
  .pal li:first-of-type {
    border-top: none; }
  .pal li .article-image {
    padding-right: 3em;
    margin: 0;
    margin-top: 0.5em; }
  .pal li h2 {
    font-size: 1.4em;
    margin: 0; }
  .pal li .link-more a {
    text-decoration: underline;
    padding-right: 2em;
    position: relative; }
    .pal li .link-more a:after {
      content: "\f178";
      font: 1em fontawesome;
      position: absolute;
      right: 0;
      top: 50%;
      height: 1em;
      margin-top: -0.5em; }

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
  margin-top: 3em;
  background: #0b2d4c;
  text-align: center; }
  .site-footer nav {
    background: rgba(0, 0, 0, 0.2); }
    .site-footer nav ul {
      text-align: center; }
      .site-footer nav ul li {
        display: inline-block; }
        .site-footer nav ul li a {
          display: block;
          padding: 1em;
          color: white; }
  .site-footer p {
    color: white; }

/*body.single-projects .site-footer {
  padding-left: 32em; }*/

/*body.single-post .site-footer {
  padding-left: 32em; }*/

.sidebar-closed .site-footer {
  padding-left: 0em !important; }

/*--------------------------------------------------------------
14.0 Login/register modal
--------------------------------------------------------------*/
.login-link,
.myaccount {
  color: #0b2d4c;
  text-decoration: underline;
  cursor: pointer; }

.login-form {
  font-size: 10px;
  text-align: left;
  z-index: 0;
  visibility: hidden;
  position: fixed;
  width: 800px;
  left: 50%;
  margin-left: -40em;
  height: 47em;
  bottom: -20em;
  margin-bottom: -20em;
  background: #0b2d4c;
  padding: 3em;
  box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out; }
  .login-form h2 {
    color: rgba(255, 255, 255, 0.9);
    margin: -1em -1em 1em -1em;
    font: 3em Lora, Georgia, serif;
    background: rgba(255, 255, 255, 0.015);
    padding: 1em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
  .login-form .login-username,
  .login-form .login-password {
    clear: both;
    padding: 1em 0;
    height: 7em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05); }
    .login-form .login-username label,
    .login-form .login-password label {
      color: rgba(255, 255, 255, 0.9);
      font: lighter 1.6em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 0.7em 0 0 0;
      width: 40%;
      float: left; }
    .login-form .login-username input,
    .login-form .login-password input {
      float: right;
      width: 60%; }
  .login-form .login-remember {
    clear: both;
    text-align: right; }
    .login-form .login-remember label {
      color: white; }
  .login-form .close-modal {
    position: absolute;
    right: 2em;
    top: 2em;
    color: white;
    width: 5em;
    cursor: pointer;
    font: 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase; }
    .login-form .close-modal:after {
      content: "\f00d";
      font: 1em fontawesome;
      position: absolute;
      right: 0;
      top: 50%;
      height: 1em;
      margin-top: -0.5em; }
  .login-form input[type=submit] {
    margin: 0em auto;
    background: orange;
    border: none;
    padding: 0.5em 1em;
    width: 16em;
    cursor: pointer;
    box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.3);
    transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -webkit-transition: all ease-in-out; }
    .login-form input[type=submit]:hover {
      background: white; }
  .login-form p {
    color: white; }
    .login-form p a {
      color: white;
      text-decoration: underline; }
  .login-form .forgot-password,
  .login-form .login-popup-register {
    color: white;
    clear: both;
    margin: 1em 1em 0 0;
    font-size: 1.4em;
    display: inline-block; }
  .login-form .register p:first-of-type {
    margin-top: 0; }

.login-open .login-form {
  bottom: 50%;
  opacity: 1;
  z-index: 99999;
  visibility: visible; }
  .login-open .login-form:before {
    content: '';
    position: fixed;
    display: block;
    z-index: -9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%); }

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 2em 0 0.5em; }

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list li:before {
  display: none; }

.comment-body {
  margin-left: 65px; }

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2; }

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px; }

.comment-author .says {
  display: none; }

.comment-meta {
  margin-bottom: 1.5em; }

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.comment-metadata a {
  color: #767676; }

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em; }

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em; }

.comment-reply-link {
  font-weight: 800;
  position: relative; }

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2em 0 3em; }

.form-submit {
  text-align: right; }

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,
video {
  height: auto;
  max-width: 100%; }

img.alignleft,
img.alignright {
  float: none;
  margin: 0; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  width: 320px !important;
  margin: 0;
  float: right;
  padding: 1em;
  padding-right: 0; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0 0 2em 3em;
  float: right;
  width: 100%;
  border-radius: 0.3em;
  margin-left: 3em;
  box-shadow: 0.1em 0.1em 0.2em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0.1em 0.1em 0.2em 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0.1em 0.1em 0.2em 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1em; }

.wp-caption .wp-caption-text {
  float: right;
  max-width: 300px; }

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%; }

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  form, button, input, select, textarea, .navigation-top, .social-navigation, #secondary, .content-bottom-widgets, .header-image, .panel-image-prop, .icon-thumb-tack, .page-links, .edit-link, .post-navigation, .pagination.navigation, .comments-pagination, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link, .site-footer aside.widget-area, .site-info {
    display: none !important; }

  .entry-footer, #comments, .site-footer, .single-featured-image-header {
    border: 0; }

  /* Font sizes */
  body {
    font-size: 12pt; }

  h1 {
    font-size: 24pt; }

  h2 {
    font-size: 22pt; }

  h3 {
    font-size: 17pt; }

  h4 {
    font-size: 12pt; }

  h5 {
    font-size: 11pt; }

  h6 {
    font-size: 12pt; }

  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 10pt; }

  .twentyseventeen-front-page.has-header-image .site-branding,
  .twentyseventeen-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    position: relative; }

  /* Posts */
  .single-featured-image-header {
    background: transparent; }

  .entry-meta {
    font-size: 9pt; }

  /* Colors */
  body,
  .site {
    background: none !important; }

  body,
  a,
  .site-title a,
  .twentyseventeen-front-page.has-header-image .site-title,
  .twentyseventeen-front-page.has-header-video .site-title,
  .twentyseventeen-front-page.has-header-image .site-title a,
  .twentyseventeen-front-page.has-header-video .site-title a {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */ }

  h2,
  h5,
  blockquote,
  .site-description,
  .twentyseventeen-front-page.has-header-image .site-description,
  .twentyseventeen-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */ }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%; }

  .site-footer {
    padding: 0; } }
.mag_headline {
  color: #0b2d4c;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
  background: white;
  display: block;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 500; }
  .mag_headline:after {
    content: '';
    width: 10%;
    height: 3px;
    background: #09243d;
    position: absolute;
    bottom: -0.5em;
    left: 0; }

#aboutus_intro .about_box_online {
  position: relative;
  float: left;
  padding: 2em; }
  #aboutus_intro .about_box_online img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 100%; }
  #aboutus_intro .about_box_online h3 {
    position: absolute;
    top: 0em;
    left: 0;
    background: rgba(11, 45, 76, 0.83);
    font-size: 1.3rem;
    color: #ffffff;
    margin: 0;
    padding: 0.5em 1em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    font-weight: 500;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    z-index: 5; }
#aboutus_intro .about_magazine_box {
  position: relative;
  width: 48%; }
  #aboutus_intro .about_magazine_box img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  #aboutus_intro .about_magazine_box h3 {
    position: absolute;
    top: 1em;
    left: -0.5em;
    background: rgba(11, 45, 76, 0.83);
    font-size: 1.6rem;
    color: white;
    padding: 0.5em 1em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    font-weight: 500;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    z-index: 5; }
  #aboutus_intro .about_magazine_box:after {
    content: '';
    background: -webkit-linear-gradient(to right, #dc9b3a, #0b2d4c);
    background: linear-gradient(to right, #dc9b3a, #0b2d4c);
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.5s; }
#aboutus_intro .read_btn_about {
  color: #1a334a;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  z-index: 22;
  opacity: 1;
  transition: 0.5s all;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 300; }
#aboutus_intro .about_box_online:hover .read_btn_about {
  opacity: 1;
  transition: 0.5s all; }
#aboutus_intro .read_btn_about2 {
  color: white;
  position: absolute;
  top: 35%;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  z-index: 22;
  text-shadow: 2px 2px #000000;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 0;
  transition: 0.5s all; }
#aboutus_intro .about_magazine_box:hover .read_btn_about2 {
  opacity: 1;
  transition: 0.5s all; }

#about_online_sidebar {
  color: #09243d;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
  #about_online_sidebar li {
    padding: 0.7em;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 0;
    margin-left: 2em;
    transition: 0.3s all;
    font-family: lora;
    display: inline-block; }
    #about_online_sidebar li:hover {
      color: #FF9800;
      border-bottom: 1px solid #FF9800 !important;
      transition: 0.3s all; }
  #about_online_sidebar .nav_side_title {
    font-size: 1.5rem;
    margin: 0;
    background: #0b2d4c;
    color: #fefefe;
    padding: 0.6em; }
  #about_online_sidebar .list_active {
    font-weight: 700;
    color: #FF9800;
    border-bottom: 2px solid #FF9800 !important; }

.about_us_content a {
  font-weight: 700;
  border-bottom: 2px solid #0b2d4c;
  color: #0b2d4c; }
.about_us_content p {
  line-height: 1.5; }

.main-img-head {
  width: 100%;
  padding: 2em;
  padding-top: 0;
  padding-left: 0; }

.magazine_issue {
  padding: 1em;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
  margin-top: 5em;
  transition: 0.3s all; }
  .magazine_issue img {
    max-width: 100%;
    padding-right: 1em; }
  .magazine_issue .issue_date {
    margin: 0;
    position: absolute;
    right: 0;
    top: -1em;
    background: rgba(11, 45, 76, 0.83);
    font-size: 1.4rem;
    color: white;
    padding: 0.5em 1em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    font-weight: 500;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    transition: 0.3s all; }
  .magazine_issue .issue_number {
    font-size: 1rem;
    margin: 0;
    color: #34506a; }
  .magazine_issue:hover {
    background: rgba(232, 232, 232, 0.67);
    transition: 0.3s all; }

.magazine_issue:hover .issue_date {
  background: #00BCD4;
  transition: 0.3s all; }

#advertise_page .adv_us_box {
  background: #06243e; }
  #advertise_page .adv_us_box h2 {
    color: white;
    font-size: 2rem;
    font-weight: 300; }
  #advertise_page .adv_us_box p {
    color: white;
    z-index: 10;
    padding-right: 8em; }
#advertise_page .adv_online_box {
  background: #86b7e0; }
  #advertise_page .adv_online_box h2 {
    color: #0c2d4e;
    font-size: 2rem;
    font-weight: 300; }
  #advertise_page .adv_online_box p {
    color: #0c2d4e;
    z-index: 10;
    padding-right: 8em; }
#advertise_page .adv_mag_box {
  background: #c7ddf2; }
  #advertise_page .adv_mag_box h2 {
    color: #0c2d4e;
    font-size: 2rem;
    font-weight: 300; }
  #advertise_page .adv_mag_box p {
    color: #0c2d4e;
    z-index: 10;
    padding-right: 8em; }
#advertise_page .adv_btn {
  background: #06243e;
  color: white;
  -webkit-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  padding: 1em;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Montserrat;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 2em;
  margin-top: 1em;
  transition: 0.3s all;
  cursor: pointer; }
  #advertise_page .adv_btn:hover {
    background: #00BCD4;
    transition: 0.3s all; }
#advertise_page .adv_img_box {
  position: relative;
  overflow: hidden; }
  #advertise_page .adv_img_box:before {
    top: 100%;
    left: -80.2%;
    z-index: 1;
    width: 1000px;
    height: 400px;
    background: #06243e;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-69deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
    position: absolute;
    content: ''; }
  #advertise_page .adv_img_box:after {
    top: 100%;
    left: 74%;
    z-index: 1;
    width: 1000px;
    height: 400px;
    background: #06243e;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-69deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
    position: absolute;
    content: ''; }
  #advertise_page .adv_img_box img {
    opacity: 0.8; }
#advertise_page .adv_img_box2 {
  position: relative;
  overflow: hidden; }
  #advertise_page .adv_img_box2:before {
    top: -100%;
    left: 127%;
    z-index: 1;
    width: 1000px;
    height: 400px;
    background: #86b7e0;
    -webkit-transform: rotate(-65deg);
    transform: rotate(70deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
    position: absolute;
    content: ''; }
  #advertise_page .adv_img_box2:after {
    top: -100%;
    left: -27%;
    z-index: 1;
    width: 1000px;
    height: 400px;
    background: #86b7e0;
    -webkit-transform: rotate(-65deg);
    transform: rotate(69.7deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
    position: absolute;
    content: ''; }
  #advertise_page .adv_img_box2 img {
    opacity: 0.8; }
#advertise_page .adv_img_box3 {
  position: relative;
  overflow: hidden; }
  #advertise_page .adv_img_box3:before {
    top: 100%;
    left: -79.5%;
    z-index: 1;
    width: 1000px;
    height: 400px;
    background: #c7ddf2;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-70deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
    position: absolute;
    content: ''; }
  #advertise_page .adv_img_box3:after {
    top: 100%;
    left: 74%;
    z-index: 1;
    width: 1000px;
    height: 400px;
    background: #c7ddf2;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-70.2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
    position: absolute;
    content: ''; }
  #advertise_page .adv_img_box3 img {
    opacity: 0.8; }
#advertise_page a:hover {
  color: white; }

.accordion dd,
.accordion__panel {
  background-color: #fefefe;
  font-size: 0.7rem;
  margin: 0;
  padding-left: 1em; }

#contactus_page .accordion {
  position: relative;
  background-color: #fefefe; }

.accordionTitle,
.accordion__Heading {
  background-color: #fefefe;
  text-align: center;
  font-weight: 500;
  padding: 1em;
  display: block;
  text-decoration: none;
  color: #09243d;
  border-bottom: 1px solid #e8e8e8;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }

.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #e8e8e8;
  color: white; }

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #e8e8e8;
  color: white; }

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg); }

#contactus_page .accordionItem {
  height: auto;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

.accordionItem.is-collapsed {
  max-height: 0; }
/* SEO
.no-js .accordionItem.is-collapsed {
  max-height: auto; }
*/
.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1; }

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1; }

#contactus_page a:focus {
  outline: none !important; }
#contactus_page .accordion p {
  font-size: 1rem; }
#contactus_page .accordion h4 {
  font-size: 1rem;
  margin-bottom: 0.5em;
  border-bottom: 4px solid #e8e8e8;
  padding-bottom: 0.5em;
  width: auto;
  display: inline-block; }
#contactus_page .accordion a {
  font-size: 1rem;
  color: #0b2d4c;
  display: block; }
#contactus_page .contact_intro a {
  font-weight: 700; }
#contactus_page .contact_bottom_space {
  padding-bottom: 2em; }

#editorial_page .contributor_text_article p {
  text-align: left !important; }
#editorial_page .contributor_page {
  padding: 2em; }
  #editorial_page .contributor_page .about_us_content {
    text-align: center; }
    #editorial_page .contributor_page .about_us_content .author-content span {
      display: none; }
    #editorial_page .contributor_page .about_us_content .author-content h5 {
      font-size: 1.4rem;
      color: #0b2d4c;
      padding-bottom: 0.5em;
      margin-bottom: 0;
      display: block;
      margin-top: 1em; }
      #editorial_page .contributor_page .about_us_content .author-content h5 a {
        border: none !important; }
    #editorial_page .contributor_page .about_us_content a {
      font-weight: 700;
      border-bottom: 2px solid #0b2d4c;
      color: #0b2d4c; }
    #editorial_page .contributor_page .about_us_content p {
      line-height: 1.5;
      text-align: center; }
    #editorial_page .contributor_page .about_us_content img {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      background-color: white;
      border-radius: 3px; }
  #editorial_page .contributor_page .c_title {
    font-size: 1.4rem;
    margin: 0;
    color: #34506a; }
  #editorial_page .contributor_page .contributor_name {
    font-size: 1.4rem;
    color: #0b2d4c;
    padding-bottom: 0.5em;
    margin-bottom: 0;
    display: block; }
  #editorial_page .contributor_page .contributor_name2 {
    font-size: 1.4rem;
    color: #0b2d4c;
    margin-bottom: 0;
    display: inline-block; }
  #editorial_page .contributor_page .contributor_img_box img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background-color: white;
    border-radius: 3px; }
  #editorial_page .contributor_page .contributor_img_box {
    text-align: center; }
  #editorial_page .contributor_page .contributor_article {
    padding-top: 2em;
    position: relative;
    margin-top: 2em;
    transition: 0.3s all;
    border-top: 1px solid #e8e8e8;
    padding-left: 6em; }
    #editorial_page .contributor_page .contributor_article .author_img_box {
      padding: 1em;
      padding-top: 0; }
    #editorial_page .contributor_page .contributor_article img {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      width: 100%; }
  #editorial_page .contributor_page .contributor_text_article {
    padding-left: 2em; }
  #editorial_page .contributor_page ol {
    overflow: hidden; }
  #editorial_page .contributor_page li {
    position: relative; }
    #editorial_page .contributor_page li:before {
      content: '';
      position: absolute;
      left: 1.9em;
      bottom: -3em;
      top: -0.1em;
      width: 1em;
      background: #ebebeb;
      display: block; }
#editorial_page .timeline_date {
  position: absolute;
  left: 10px;
  top: 0.7em;
  color: rgba(11, 45, 76, 0.51);
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0.2em;
  line-height: 1.2;
  font-size: 1rem;
  display: block;
  padding: 0.8em 1em;
  background: #ebebeb;
  width: 4em;
  height: 4.1em;
  border-radius: 100%;
  text-align: center; }

#editorial_page .contributor_page li:nth-of-type(1):before {
  top: 3em; }

#magazine_page .future_magazine_box {
  background: #0b2d4c; }
  #magazine_page .future_magazine_box p {
    color: #e8e8e8;
    line-height: 1.4;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
#magazine_page .future_magazine_box2 {
  background: #09243d;
  position: relative; }
  #magazine_page .future_magazine_box2 img {
    position: absolute;
    top: -260%;
    left: 49%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    width: 550px; }
#magazine_page .cool_btn1,
#magazine_page .cool_btn2 {
  background: #fefefe;
  color: #09243d;
  -webkit-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  padding: 1em 2em;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Montserrat;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
  border-radius: 3px;
  transition: 0.3s all; }
#magazine_page .cool_btn2 {
  background: #86b7e0;
  margin-left: 1.5em; }
  #magazine_page .cool_btn2:hover {
    background: #00BCD4;
    transition: 0.3s all; }
#magazine_page .cool_btn1:hover {
  background: #00BCD4;
  transition: 0.3s all; }
#magazine_page .future_magazine_box3 {
  background: #0b2d4c; }
  #magazine_page .future_magazine_box3 input {
    width: 250px;
    border: none;
    box-shadow: none;
    display: inline-block;
    border-radius: 0px;
    margin-right: -3px; }
  #magazine_page .future_magazine_box3 button {
    border: none;
    box-shadow: none;
    display: inline-block;
    background: #86b7e0;
    padding: 0.5em 1em;
    height: 2.4375rem;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    border-radius: 0;
    transition: 0.3s all; }
    #magazine_page .future_magazine_box3 button:hover {
      background: #00BCD4;
      transition: 0.3s all; }
  #magazine_page .future_magazine_box3 p {
    color: white; }
#magazine_page .future_magazine_box4 {
  background: #86b7e0;
  padding-top: 3em;
  padding-bottom: 3em; }
  #magazine_page .future_magazine_box4 p {
    float: right; }
#magazine_page .future_magazine_box5 {
  background: #e8e8e8;
  padding-top: 2em;
  padding-bottom: 3em;
  position: relative; }
  #magazine_page .future_magazine_box5 p {
    width: 650px;
    float: right;
    display: block; }
  #magazine_page .future_magazine_box5 img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    width: 550px;
    margin-top: -29em; }
#magazine_page .cta-try-btn {
  background: #fefefe;
  background: -moz-linear-gradient(left, #fefefe 0%, #fefefe 70%, #86b7e0 44%, #86b7e0 76%, #86b7e0 100%);
  background: -webkit-linear-gradient(left, #fefefe 0%, #fefefe 70%, #86b7e0 44%, #86b7e0 76%, #86b7e0 100%);
  background: linear-gradient(to right, #fefefe 0%, #fefefe 70%, #86b7e0 44%, #86b7e0 76%, #86b7e0 100%);
  color: #09243d;
  -webkit-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  padding: 1em 2em;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Montserrat;
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 1em;
  margin-top: 1em;
  border-radius: 3px;
  width: 150px;
  padding-left: 1em;
  transition: 0.3s all; }
  #magazine_page .cta-try-btn:hover {
    background: #00BCD4;
    transition: 0.3s all; }
  #magazine_page .cta-try-btn:after {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 1em;
    color: #e8e8e8; }
#magazine_page .feedback_box {
  border-bottom: 2px solid #e8e8e8;
  padding-top: 2em;
  padding-bottom: 2em; }
  #magazine_page .feedback_box blockquote {
    font-size: 1.8em;
    margin: 0;
    padding-top: 1.5em;
    position: relative;
    color: #0a2d4d; }
    #magazine_page .feedback_box blockquote:after {
      content: close-quote;
      color: #86b7e0;
      font-size: 4rem;
      right: 0;
      bottom: 0em;
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      font-weight: 700; }
    #magazine_page .feedback_box blockquote:before {
      content: open-quote;
      color: #86b7e0;
      font-size: 4rem;
      left: -0.5em;
      top: 0em;
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      font-weight: 700; }
#magazine_page .author {
  font-size: 1rem;
  font-weight: 700;
  color: #86b7e0;
  display: block;
  margin-top: 0.5em; }
#magazine_page .future_magazine_box6 {
  background: #0b2d4c;
  position: relative; }
  #magazine_page .future_magazine_box6:after {
    content: " ";
    width: 100%;
    height: 7px;
    background: rgba(255, 235, 59, 0.6);
    position: absolute;
    top: 3em; }
  #magazine_page .future_magazine_box6 h2 {
    color: white;
    font-size: 1.56rem;
    width: 300px;
    font-weight: 300;
    padding-top: 2em; }
  #magazine_page .future_magazine_box6 p {
    width: 650px;
    float: right;
    display: block; }
  #magazine_page .future_magazine_box6 img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    max-width: 550px;
    margin-top: -3em;
    z-index: 2;
    position: relative; }
#magazine_page .cta-reading-btn {
  background: #fefefe;
  background: -moz-linear-gradient(left, #fefefe 0%, #fefefe 80%, #86b7e0 44%, #86b7e0 76%, #86b7e0 100%);
  background: -webkit-linear-gradient(left, #fefefe 0%, #fefefe 80%, #86b7e0 44%, #86b7e0 76%, #86b7e0 100%);
  background: linear-gradient(to right, #fefefe 0%, #fefefe 80%, #86b7e0 44%, #86b7e0 76%, #86b7e0 100%);
  color: #09243d;
  -webkit-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  padding: 1em 2em;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Montserrat;
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 1em;
  margin-top: 1em;
  border-radius: 3px;
  width: 275px;
  padding-left: 1em;
  transition: 0.3s all; }
  #magazine_page .cta-reading-btn:hover {
    background: #00BCD4;
    transition: 0.3s all; }
  #magazine_page .cta-reading-btn:after {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 1.2em;
    color: #fefefe; }

.page-id-49 #wrapper [role="main"] {
  background-color: #e8e8e8 !important; }

#sign_up_page span.wpcf7-list-item {
  margin: 0 !important; }
#sign_up_page .mag_headline {
  color: #0b2d4c;
  font-size: 1.7rem;
  font-weight: 500;
  position: relative;
  display: block;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 0.5px;
  background: none !important; }
#sign_up_page .personal_details_box {
  padding: 2em;
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
  margin-top: 3em;
  position: relative;
  transition: 0.3s;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  #sign_up_page .personal_details_box input {
    background: rgba(236, 236, 236, 0.3);
    border: none; }
  #sign_up_page .personal_details_box select {
    background-color: rgba(236, 236, 236, 0.3);
    border: none;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
  #sign_up_page .personal_details_box textarea {
    background: rgba(236, 236, 236, 0.3);
    border: none;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
  #sign_up_page .personal_details_box:hover {
    transition: 0.3s;
    box-shadow: 0 6px 3px 0 rgba(0, 0, 0, 0.17), 0 0 0 1px transparent; }
  #sign_up_page .personal_details_box label {
    margin-bottom: 0.5em;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
  #sign_up_page .personal_details_box h4 {
    position: relative;
    margin: 0;
    top: -1.5em;
    color: white;
    display: inline-block;
    background: rgba(11, 45, 76, 0.83);
    font-size: 1.3rem;
    color: white;
    padding: 0.5em 1em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    font-weight: 300;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    transition: 0.3s all; }
#sign_up_page .email_updates_box {
  padding: 2em;
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
  margin-top: 3em;
  position: relative;
  transition: 0.3s;
  display: block;
  margin-right: auto;
  margin-left: auto; }
  #sign_up_page .email_updates_box:hover {
    transition: 0.3s;
    box-shadow: 0 6px 3px 0 rgba(0, 0, 0, 0.17), 0 0 0 1px transparent; }
  #sign_up_page .email_updates_box label {
    margin-bottom: 0.5em;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    display: inline-block; }
  #sign_up_page .email_updates_box h4 {
    position: relative;
    margin: 0;
    top: -1.5em;
    color: white;
    display: inline-block;
    background: rgba(11, 45, 76, 0.83);
    font-size: 1.3rem;
    color: white;
    padding: 0.5em 1em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    font-weight: 300;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    transition: 0.3s all; }
  #sign_up_page .email_updates_box p {
    margin-top: 0;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.6em; }
  #sign_up_page .email_updates_box .checkbox_list [type='checkbox'] {
    margin: 0; }
  #sign_up_page .email_updates_box .checkbox_list {
    margin-bottom: 0.5em; }
#sign_up_page .details_box {
  padding: 1em; }
#sign_up_page .preview_news {
  display: block;
  margin-left: 1.5em;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.5em;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  color: #0b2d4c; }
  #sign_up_page .preview_news:before {
    position: absolute;
    left: 70px;
    font-family: fontawesome;
    content: '\f002';
    font-size: 14px;
    top: 3px; }
#sign_up_page .g-recaptcha {
  margin-bottom: 1em; }
#sign_up_page span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1rem;
  font-weight: normal;
  display: block;
  position: relative;
  top: -0.5em; }
#sign_up_page .cta-register {
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  display: block;
  background: #0b2d4c;
  border: none;
  width: 100%;
  padding: 0.75em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: white;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  margin-top: 1em;
  outline: 0;
  font-size: 1.2rem; }
  #sign_up_page .cta-register:hover {
    background: #8BC34A;
    transition: 0.3s all; }
  #sign_up_page .cta-register:disabled {
    background: #e6e6e6 !important;
    cursor: not-allowed !important;
    text-decoration: line-through red; }
#sign_up_page .optional_data {
  padding-top: 5em; }
  #sign_up_page .optional_data p {
    font-family: unitot;
    margin-left: 0.6em;
    margin-top: 0; }
#sign_up_page #step_2 {
  opacity: 0;
  transition: 0.35s all !important; }
  #sign_up_page #step_2 p {
    margin-bottom: 0; }
  #sign_up_page #step_2 img {
    float: left;
    width: 30px;
    position: relative;
    top: -0.3em;
    margin-right: 2em; }

#sign_up_page.optional_data .personal_details_box h4 {
  background: #8BC34A !important; }

#subscribe_page .sub_form button {
  background: #0b2d4c;
  color: #fefefe;
  -webkit-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  padding: 1em 2em;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Montserrat;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
  border-radius: 3px;
  transition: 0.3s all;
  outline: 0; }
  #subscribe_page .sub_form button:hover {
    background: #00BCD4;
    transition: 0.3s all; }
#subscribe_page .sub_img_ipad {
  text-align: center; }
#subscribe_page input:focus > label {
  transform: translate(80px, 0px);
  transition: 0.3s all; }
#subscribe_page label {
  margin-bottom: 0.5em; }
#subscribe_page select {
  background-color: rgba(236, 236, 236, 0.3);
  border: none;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
#subscribe_page input {
  background: rgba(236, 236, 236, 0.3);
  border: none; }
#subscribe_page [type='text']:focus {
  border: none !important; }
#subscribe_page .sub_form_text p {
  line-height: 1.5; }

/*#whitepaper_page .whitepaper_box_first {
  background: #0e375d;
  padding-top: 4em; }
  #whitepaper_page .whitepaper_box_first p {
    color: #e8e8e8;
    line-height: 1.4;
    padding-top: 0.5em; }
  #whitepaper_page .whitepaper_box_first h5 {
    font-size: 1rem;
    margin: 0;
    color: #86b7e0;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px; }
  #whitepaper_page .whitepaper_box_first h3 {
    font-size: 1.5rem;
    color: white;
    opacity: 0.9;
    font-weight: 500;
    margin: 0;
    margin-top: 0.5em; }
#whitepaper_page .whitepaper_box_extra {
  background: white;
  padding: 3em;
  -webkit-box-shadow: -1em 0px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -1em 0px 0 rgba(0, 0, 0, 0.18);
  box-shadow: -1em 0px 0 rgba(0, 0, 0, 0.18);
  z-index: 2;
  position: relative;
  float: right;
  min-height: 26em; }
  #whitepaper_page .whitepaper_box_extra img {
    float: right;
    max-width: 200px; }
  #whitepaper_page .whitepaper_box_extra p {
    width: 250px;
    color: #0b2d4c !important;
    border-top: 8px solid #0b2d4c;
    padding-top: 1em !important;
    padding-bottom: 0 !important;
    margin-bottom: 0; }
#whitepaper_page .whitepaper_box_second {
  background: #86b7e0;
  padding-top: 3em; }
  #whitepaper_page .whitepaper_box_second h3 {
    font-size: 1.5rem;
    margin: 0;
    color: #0b2d4c;
    font-weight: 500; }
  #whitepaper_page .whitepaper_box_second p {
    float: right; }
#whitepaper_page .cta-paper-download {
  background: #fefefe;
  background: -moz-linear-gradient(left, #fefefe 0%, #fefefe 70%, #86b7e0 44%, #86b7e0 76%, #86b7e0 100%);
  background: -webkit-linear-gradient(left, #fefefe 0%, #fefefe 70%, #86b7e0 44%, #86b7e0 76%, #86b7e0 100%);
  background: linear-gradient(to right, #0b2d4c 0%, #0b2d4c 80%, #ffffff 44%, #ffffff 99%, #ffffff 100%);
  color: #ffffff;
  -webkit-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  padding: 1em 2em;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 1em;
  margin-top: 1em;
  border-radius: 3px;
  width: 300px;
  padding-left: 1em;
  transition: 0.3s all; }
  #whitepaper_page .cta-paper-download:hover {
    background: #00BCD4;
    transition: 0.3s all; }
  #whitepaper_page .cta-paper-download:after {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 1.4em;
    color: #0b2d4c; }
#whitepaper_page .cta-form-download {
  color: #ffffff;
  padding: 1em 2em;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 3px;
  width: 100% !important;
  transition: 0.3s all;
  background: #0b2d4c !important;
  margin-top: 2em;
  top: 1em; }
  #whitepaper_page .cta-form-download:hover {
    background: #00BCD4;
    transition: 0.3s all; }
#whitepaper_page .white_paper_logo_box {
  background: #09243d;
  padding: 3em;
  -webkit-box-shadow: -1em 0px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -1em 0px 0 rgba(0, 0, 0, 0.18);
  box-shadow: -1em 0px 0 rgba(0, 0, 0, 0.18);
  position: relative;
  min-height: 30em; }
  #whitepaper_page .white_paper_logo_box img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 300px;
    max-height: 200px;
    background: white;
    padding: 1em; }
#whitepaper_page .white_paper_form {
  -webkit-box-shadow: 0px 3px 19px 3px rgba(125, 124, 124, 0.65);
  -moz-box-shadow: 0px 3px 19px 3px rgba(125, 124, 124, 0.65);
  box-shadow: 0px 3px 19px 3px rgba(125, 124, 124, 0.65);
  background: white;
  padding: 1.5em;
  position: relative;
  transition: 0.3s all; }
  #whitepaper_page .white_paper_form div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    background: rgba(255, 235, 59, 0.63);
    color: #0b2d4c;
    padding: 1em;
    border: none;
    font-size: 1rem;
    margin: 0;
    text-align: center; }
  #whitepaper_page .white_paper_form .terms-and-condition {
    width: 20px !important;
    float: left;
    position: relative; }
  #whitepaper_page .white_paper_form .extra_checkbox {
    font-size: 0.8rem;
    font-family: montserrat;
    display: block;
    width: 100%;
    position: relative;
    float: left;
    margin-top: 10px; }
    #whitepaper_page .white_paper_form .extra_checkbox .wpcf7-list-item {
      display: block;
      margin: 1px;
      float: left;
      width: 20px; }
  #whitepaper_page .white_paper_form h3 {
    font-size: 1.5rem;
    margin: 0;
    padding-bottom: 0.5em; }
  #whitepaper_page .white_paper_form:after {
    content: '';
    position: absolute;
    top: -2em;
    left: 5.75em;
    border-bottom: solid 2.5em white;
    border-left: solid 2.5em transparent;
    border-right: solid 2.5em transparent; }
  #whitepaper_page .white_paper_form input {
    background: rgba(236, 236, 236, 0.3);
    border: none;
    width: 90%;
    transition: 0.3s all;
    border-bottom: 1px solid #b4b4bd;
    border-radius: 0 !important; }
  #whitepaper_page .white_paper_form input:focus {
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: 0.3s all;
    border: none; }
  #whitepaper_page .white_paper_form select {
    background-color: rgba(236, 236, 236, 0.3);
    border: none;
    width: 90%;
    transition: 0.3s all;
    border-bottom: 1px solid #b4b4bd;
    border-radius: 0 !important; }
  #whitepaper_page .white_paper_form seect:focus {
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: 0.3s all;
    border: none; }
  #whitepaper_page .white_paper_form label {
    margin-bottom: 0.5em;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
#whitepaper_page .white_paper_form_thanks {
  -webkit-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.37);
  background: #e8e8e8;
  padding: 1.5em;
  position: relative;
  top: -10em;
  opacity: 0;
  transition: 0.3s all;
  text-align: center; }
  #whitepaper_page .white_paper_form_thanks h3 {
    font-size: 1.5rem;
    margin: 0;
    padding-bottom: 0.5em; }
  #whitepaper_page .white_paper_form_thanks span {
    display: block;
    width: 100%;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1rem;
    margin-bottom: 0.2em;
    letter-spacing: 0.5px; }
#whitepaper_page .white_form_checkbox {
  width: 90%;
  margin-top: 4em; }
  #whitepaper_page .white_form_checkbox input[type='checkbox'] {
    width: 20px !important;
    float: left;
    position: relative;
    top: 0.5em; }
  #whitepaper_page .white_form_checkbox label {
    width: 450px !important; }
#whitepaper_page .white_paper_list_box {
  background: #e8e8e8;
  color: #0b2d4c;
  text-align: center;
  transition: 0.3s all; }
  #whitepaper_page .white_paper_list_box:hover {
    background: #86b7e0 !important;
    transition: 0.3s all; }
  #whitepaper_page .white_paper_list_box img {
    -webkit-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
    max-height: 320px;
    min-height: 320px; }
#whitepaper_page .white_paper_list_box:nth-child(even) {
  background: #dad9d9; }
#whitepaper_page .paper_text_box {
  background: #0b2d4c !important;
  padding: 2em;
  color: #fefefe; }
#whitepaper_page .paper_img_box {
  padding: 3em; }
#whitepaper_page .related_white_paper_box h3 {
  font-size: 1.5rem;
  margin: 0;
  color: #0b2d4c;
  font-weight: 500;
  padding-bottom: 1em; }
#whitepaper_page .cta-form-download_mobile {
  color: #ffffff;
  padding: 1em 2em;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 3px;
  width: 90%;
  transition: 0.3s all;
  background: #0b2d4c;
  margin-top: 2em;
  display: none; }
#whitepaper_page .cta-thankyou-download {
  background: #09243d;
  color: white;
  padding: 1em;
  width: auto;
  display: inline-block;
  margin-top: 1em;
  text-transform: uppercase;
  border-radius: 3px;
  transition: 0.3s all;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 0.2em;
  letter-spacing: 0.5px; }
  #whitepaper_page .cta-thankyou-download:hover {
    background: #00BCD4;
    transition: 0.3s all; }

.white_paper_form_box {
  background: rgba(134, 183, 224, 0.9);
  padding-bottom: 5em;
  background: -moz-linear-gradient(top, #7db9e8 0%, #87b8e0 49%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #7db9e8 0%, #87b8e0 49%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #7db9e8 0%, #87b8e0 50%, #ffffff 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ffffff',GradientType=0 ); } */

#company-az .listing-letters {
  padding: 3em;
  text-align: center;
  background: #ececec;
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.06);
  margin-bottom: 10em;
  margin-top: 5em; }
  #company-az .listing-letters a {
    padding: 0.25em 0.5em;
    font-size: 1.4rem;
    font-family: montserrat;
    background: #0b2d4c;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    transition: 0.5s all; }
    #company-az .listing-letters a:hover {
      transition: 0.5s all;
      background: #FF9800; }
#company-az .listing_content {
  position: relative;
  padding: 2em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
  border-left: 15px solid #ebebeb;
  margin-top: 5em;
  padding-bottom: 0;
  transition: 0.5s all; }
  #company-az .listing_content ul {
    margin-left: 2.5em;
    margin-bottom: 1em;
    transition: 0.5s all;
    position: relative;
    top: -2.5em; }
  #company-az .listing_content li {
    line-height: 2; }
  #company-az .listing_content .alpha_letter {
    background: #ebebeb;
    padding: 0.5em 0.8em;
    font-size: 1.7rem;
    border-radius: 50%;
    position: absolute;
    left: -1.38em;
    top: -2.88em;
    text-align: center;
    transition: 0.5s all;
    color: rgba(11, 45, 76, 0.51); }
  #company-az .listing_content .companyaz_name {
    font-weight: 700;
    color: #0b2d4c;
    transition: 0.5s all;
    padding-right: 0.4em; }
#company-az .listing_content_result {
  position: relative;
  transition: 0.5s all; }
  #company-az .listing_content_result ul {
    transition: 0.5s all;
    position: relative;
    list-style: disc; }
  #company-az .listing_content_result li {
    line-height: 2;
    border-bottom: 1px solid #ececec;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-left: 2em; }
  #company-az .listing_content_result .companyaz_name {
    font-weight: 700;
    color: #0b2d4c;
    transition: 0.5s all;
    padding-right: 0.4em; }

#product_service .archive_sidebar {
  text-align: center;
  color: #0b2d4c;
  padding: 2em;
  font-family: montserrat; }
  #product_service .archive_sidebar li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    color: #0b2d4c;
    padding: 1.1em 1em;
    display: block;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    border-left: solid 1px rgba(0, 0, 0, 0.1); }
#product_service h3 {
  font-size: 1.3rem; }
#product_service .p_s_box {
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.06);
  padding: 1em;
  font-size: 1rem;
  margin-top: 1em;
  color: #0b2d4c;
  font-family: montserrat;
  float: none;
  display: block;
  background: white;
  background: -moz-linear-gradient(left, white 91%, #0b2d4c 86%);
  background: -webkit-linear-gradient(left, white 91%, #0b2d4c 86%);
  background: linear-gradient(to right, white 91%, #0b2d4c 86%);
  transition: 0.5s all; }
  #product_service .p_s_box:hover {
    transition: 0.5s all;
    background: -moz-linear-gradient(left, white 91%, #FF9800 86%);
    background: -webkit-linear-gradient(left, white 91%, #FF9800 86%);
    background: linear-gradient(to right, white 91%, #FF9800 86%); }
  #product_service .p_s_box:hover > a {
    color: #FF9800;
    transition: 0.5s all; }
  #product_service .p_s_box span {
    float: right;
    color: white;
    font-size: 1.5rem;
    position: relative;
    top: -0.2em;
    width: 30px;
    text-align: center;
    text-shadow: 3px 3px 1px #000000;
    transition: 0.5s all; }
  #product_service .p_s_box:hover span {
    text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
    transition: 0.5s all; }
#product_service .sort_region {
  margin: 0;
  margin-top: 1em;
  padding-bottom: 1em; }
  #product_service .sort_region .region_box {
    background: #ffffff;
    text-align: center;
    box-shadow: 4px -1px 7px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
    margin: 1.5em;
    float: left;
    display: block;
    margin-left: 0;
    transition: 0.5s all;
  }
    #product_service .sort_region .region_box:hover > a h4 {
      background: #FF9800 !important;
      transition: 0.5s all; }
    #product_service .sort_region .region_box:hover > img {
      opacity: 1;
      transition: 0.5s all; }
    #product_service .sort_region .region_box img {
      opacity: 0.4;
      padding: 1em;
      transition: 0.5s all;
      height: 135px; }
    #product_service .sort_region .region_box h4 {
      background: #0b2d4c;
      color: white;
      margin: 0;
      padding: 0.7em;
      font-size: 1rem;
      font-family: montserrat;
      font-weight: 300;
      text-transform: uppercase; }

#white_paper_listing .posts {
  padding-right: 4em; }
#white_paper_listing .post-date {
  background: #0b2d4c;
  color: #ececec;
  padding: 1em;
  width: 70px;
  text-align: center;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: montserrat;
  line-height: 1.25;
  border-radius: 50%;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto; }
#white_paper_listing .by-company-name {
  font-size: 0.8rem;
  padding-top: 1em;
  font-weight: 700;
  text-decoration: underline;
  text-align: center; }
#white_paper_listing .list_category {
  margin-top: 2em;
  box-shadow: 4px -1px 7px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  padding: 2em;
  position: relative;
  transition: 0.5s all; }
  #white_paper_listing .list_category:hover {
    box-shadow: -8px 6px 7px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
    transition: 0.5s all; }
  #white_paper_listing .list_category:after {
    content: "\f1c1";
    font: 5em fontawesome;
    color: #9E9E9E;
    position: absolute;
    right: 0.2em;
    bottom: 0.2em;
    opacity: 0.3; }
  #white_paper_listing .list_category header.entry-header {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    border: none; }
    #white_paper_listing .list_category header.entry-header h5 {
      margin: 0;
      padding-bottom: 0.5em; }
  #white_paper_listing .list_category .post-content p {
    font-size: 0.9rem;
    margin: 0;
    padding-right: 3em;
    font-family: montserrat;
    font-weight: 300;
    opacity: 0.8;
    line-height: 1.5; }

#project_listing .posts {
  padding-right: 4em; }
#project_listing .post-date2 {
  background: rgba(11, 45, 76, 0.88);
  color: #ececec;
  text-align: center;
  display: block;
  font-size: 0.6rem;
  font-family: montserrat;
  line-height: 1.25;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -1em;
  left: -1em;
  border-radius: 3px;
  padding: 1em;
  box-shadow: 4px -1px 7px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12); }
#project_listing .by-company-name2 {
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  background: #0b2d4c;
  box-shadow: 4px -1px 7px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  position: relative;
  top: -0.5em; }
  #project_listing .by-company-name2 a {
    color: white !important; }
#project_listing .list_category2 {
  margin-top: 2em;
  position: relative;
  transition: 0.5s all;
  border: 10px solid white;
  float: left;
  height: 280px; }
  #project_listing .list_category2 figure {
    margin: 0;
    position: relative;
    opacity: 0.8;
    box-shadow: 4px -1px 7px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
    transition: 0.5s all; }
  #project_listing .list_category2 header.entry-header {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    border: none;
    text-align: center; }
    #project_listing .list_category2 header.entry-header h5 {
      margin: 0;
      padding-bottom: 0.5em;
      transition: 0.5s all; }
      #project_listing .list_category2 header.entry-header h5 a {
        transition: 0.5s all; }
  #project_listing .list_category2 .post-content p {
    font-size: 0.9rem;
    margin: 0;
    padding-right: 3em;
    font-family: montserrat;
    font-weight: 300;
    opacity: 0.8;
    line-height: 1.5; }

.list_category2:hover header.entry-header h5 a {
  color: #FF9800 !important;
  transition: 0.5s all; }

#search_results_page .search_results {
  position: relative;
  padding-left: 8em;
  float: left; }
  #search_results_page .search_results:after {
    content: '';
    position: absolute;
    left: 2.4em;
    bottom: -3em;
    top: 0.2em;
    width: 1.4em;
    background: #ebebeb;
    display: block; }
  #search_results_page .search_results .search_img {
    padding: 5em;
    padding-top: 0; }
    #search_results_page .search_results .search_img img {
      width: 100%;
      box-shadow: 4px -1px 7px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
      display: block; }
  #search_results_page .search_results .search_content p {
    font-size: 1rem; }
  #search_results_page .search_results .search_content h2 {
    font-size: 1.5rem;
    margin: 0;
    color: #0b2d4c; }
  #search_results_page .search_results .search_content .search_date {
    font-size: 1rem;
    display: block;
    padding: 0.8em 1em;
    background: #ebebeb;
    width: 4em;
    height: 4.1em;
    border-radius: 100%;
    text-align: center;
    color: rgba(11, 45, 76, 0.51);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2; }

.search-results {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2em; }
  .search-results .category-header:after {
    display: none !important; }
  .search-results .category-header {
    border: none !important;
    padding-left: 0 !important; }
    .search-results .category-header span {
      color: #FF9800; }

#category_project.archive-region-separator {
  border-top: 0.2em solid #ececec; }

#category_project .pal li .article-image {
  padding-right: 0;
  margin: 0;
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.06); }

#category_project .project_box_category {
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  padding-left: -0;
  border-bottom: solid 1px #e8e8e8; }

#category_project .white_box_category {
  padding: 1em;
  padding-top: 0;
  float: left;
  background: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  margin: 0.5em;
  position: relative;
  margin-top: 2em;
  transition: 0.5s all;
  padding-left: 1.8em; }
  #category_project .white_box_category p {
    font-size: 0.95rem;
    line-height: 1.4; }
  #category_project .white_box_category:after {
    position: absolute;
    top: 35%;
    left: -1em;
    content: "\f1c1";
    font: 1.3em fontawesome;
    color: #0b2d4c;
    background: #ffffff;
    padding: 0.5em;
    border-radius: 100%;
    text-align: center;
    display: block;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    transition: 0.5s all; }
  #category_project .white_box_category h2 {
    padding-top: 0em !important;
    padding-right: 1em;
    font-weight: 500;
    font-family: montserrat;
    font-size: 1.2rem !important; }
  #category_project .white_box_category li {
    padding-top: 1.5em !important;
    padding-bottom: 0em !important; }
  #category_project .white_box_category .by-company-name {
    position: relative;
    border-bottom: 1px solid #0b2d4c;
    display: inline-block;
    font-family: montserrat;
    float: right; }

#category_project .pal li h2 {
  font-size: 1.4em;
  margin: 0;
  font-weight: 500; }

#category_project .pal li {
  border: none !important; }

#category_project .white_box_category:hover {
  transition: 0.5s all;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.67); }

.search-results .pagination {
  background: none;
  text-align: center; }
  .search-results .pagination a {
    float: none;
    padding: 1em;
    font-size: 1.8em;
    background: white;
    border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    -webkit-box-shadow: none;
    position: relative; }
    .search-results .pagination a:after {
      display: none; }
  .search-results .pagination .page-numbers.current {
    font-size: 1.8em;
    background: #09243d;
    padding: 0.5em 0.9em;
    border-radius: 100%;
    color: white;
    font-weight: 700; }


/* Sponsored Article */
@media (min-width: 990px) {
  .sponsored-header {
      width: 67%;
  }
  .sponsored-logo {
    width: 26%;
    margin: 0 1em 2em 0;
  }
}

.sponsored-logo {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding: 1em;
  float :right;
  display: block; }
  .sponsored-logo h3 {
    margin: 0 0 0.5em 0;
    font-weight: normal;
  }
  .sponsored-logo .sponsored_company_link {
    color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    padding: 1em 2em;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-family: Montserrat;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 2em;
    border-radius: 3px;
    background: #FF9800;
    transition: 0.3s all; }
    .sponsored-logo .sponsored_company_link:hover {
      background: #0b2d4c;
      transition: 0.3s all; }
  /*.sponsored-logo .sponsored_title {
    color: #0a0a0a;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    background: white;
    display: block;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    margin-bottom: 0; }*/
  .sponsored-logo .sponsored_company_name {
    color: #0a0a0a;
    font-size: 0.8rem;
    font-weight: 700;
    position: relative;
    background: white;
    display: block;
    margin: 0;
    opacity: 0.6; }
  .sponsored-logo .sponsored_left_box {
    padding-left: 2em;
    position: relative; }

.green_gd_box {
  text-align: center; }

.carousel .article-image {
  min-height: 9em;
  height: 9em;
  display: inline-block;
  margin-bottom: 1em;
  border-bottom: 1px solid #d0d0d0; }

.carousel .article-image:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block; }

.carousel img {
  display: inline-block !important;
  margin: 0 auto 2em auto;
  vertical-align: middle;
  max-width: 9em; }

.slick-slider .slick-slide small {
  font-size: 80%;
  color: #8a8787;
  padding-top: 1em;
  display: block; }

.feature-card p {
  font: lighter 1.7em/1.5 Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  color: rgba(85, 85, 85, 0.83);
  font-weight: 300; }

.make_me_equal {
  height: 550px; }

.article .entry-content {
  padding-left: 0em !important; }

.scrolling-content .mpu {
  background: #0b2d4c;
  padding: 2em; }

#infinite-article .entry-header {
  margin-bottom: 3em;
  clear: both;
}
  #infinite-article .entry-header .entry-title {
    font-size: 3.6em !important;
    font-weight: 900; }
#infinite-article .entry-content .person-quote {
  padding: 0em !important;
  margin: 1.5em !important; }
  #infinite-article .entry-content .person-quote p:first-of-type {
    margin: 0 !important; }
  #infinite-article .entry-content .person-quote:before {
    font: 4em Georgia, "Times New Roman", serif !important;
    left: -0.5em !important;
    top: -0.3em !important;
    color: #556c82 !important; }
#infinite-article hr {
  opacity: 0.3; }
#infinite-article .entry-content h2, #infinite-article .entry-content h3, #infinite-article .entry-content h4 {
  font-size: 3em;
  font-weight: 300;
  margin-top: 1em;  line-height: 1;}
#infinite-article .entry-content .rightpullquote {
  margin: 1em !important;
  padding-top: 0 !important;
  margin: 0em !important;
  padding-right: 1em !important; }
  #infinite-article .entry-content .rightpullquote h3 {
    font-size: 1em !important;
    margin: 0 !important; }
#infinite-article .entry-content blockquote {
   }
  #infinite-article .entry-content blockquote p:first-of-type {
    padding-top: 0.7em !important;
    padding-bottom: 0.7em !important;
    font-weight: 700; }
  #infinite-article .entry-content blockquote:before {
    display: none !important; }
#infinite-article .poll {
  display: none; }
#infinite-article .related .row li article {
  text-align: left !important; }
#infinite-article .related {
  padding: 5em !important; }
  #infinite-article .related p {
    font-size: 1rem;
    line-height: 1.3; }
#infinite-article .related .row li h3 {
  margin-top: 0em !important; }
#infinite-article .related .row li h3 a {
  padding: 3em 0 !important; }
#infinite-article .widget_reports h2 {
  background: none !important;
  width: 230px;
  display: block;
  margin: auto; }
#infinite-article .sal li:first-of-type {
  border-top: none !important; }
#infinite-article .sal li:last-of-type {
  border-bottom: none !important; }
#infinite-article .top_selling_box {
  border-bottom: 0.556em solid #ececec; }
#infinite-article .widget_reports h2 {
  border-top: none !important;
  font: 1.6em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #0b2d4c; }
#infinite-article .reports-list {
  border-bottom: 0.556em solid #1d3c59;
  padding-bottom: 1em; }
#infinite-article #thb_widget_mostread-2 li {
  border: none !important; }
  #infinite-article #thb_widget_mostread-2 li:before {
    font: 30px Montserrat, "Helvetica Neue", helvetica, arial, sans-serif !important; }
#infinite-article #thb_widget_mostread-2 .sal li:first-of-type {
  font-weight: 700; }
#infinite-article #thb_widget_mostread-2 .most-read {
  border-top: none !important; }
  #infinite-article #thb_widget_mostread-2 .most-read h3 {
    margin-bottom: 1em;
    font: 1.7em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
	
	
	
#infinite-article .widget_relatedposts li {
  border: none !important; }
  #infinite-article .widget_mostread li:before {
    font: 2.2em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif !important; }
#infinite-article .widget_relatedposts .sal li:first-of-type {
  font-weight: 700; }
#infinite-article .widget_relatedposts .most-read {
  border-top: none !important; }
  #infinite-article .widget_relatedposts .most-read h3 {
    margin-bottom: 1em;
    font: 1.7em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }		
	
#infinite-article .widget_mostread li {
  border: none !important; }
#infinite-article .widget_mostread .sal li:first-of-type {
  font-weight: 700; }
#infinite-article .widget_mostread .most-read {
  border-top: none !important; }
  #infinite-article .widget_mostread .most-read h3 {
    margin-bottom: 1em;
    font: 1.7em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }	
	
	
#infinite-article #thb_widget_relatedposts-2 .related-companies h3 {
  border-bottom: 0.556em solid #ececec;
  padding-bottom: 1em;
  font: 1.7em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
#infinite-article #thb_widget_relatedposts-2 .related-companies .r-c-img {
  padding: 0; }
#infinite-article #thb_widget_relatedposts-2 .related-companies li h4 {
  padding-left: 1em;
  font-weight: 300;
  position: relative;
  top: -0.3em; }
#infinite-article #top_selling .reports-list a {
  display: block;
  padding-right: 1em; }
#infinite-article #top_selling .reports-list .top_s_bottom {
  display: block;
  padding-top: 0.7em;
  padding-bottom: 1.2em; }
#infinite-article #top_selling .reports-list .price {
  float: left;
  font-family: montserrat;
  color: #00b58f;
  font-size: 1rem; }
#infinite-article #top_selling .reports-list .date_ {
  float: right;
  font-family: montserrat;
  color: #a9a9a9;
  text-transform: uppercase;
  font-size: 1rem; }

.tax-sector .pal li {
  padding: 1em 0 !important;
  margin-top: 0 !important; }
.tax-sector .pal li .article-image {
  padding-right: 0;
  margin-top: 0; }
.tax-sector .imgspace {
  padding-right: 2em; }

.share-article {
  position: relative; }

.share-title {
  color: white;
  padding: 0.3em 4em;
  background: #0b2d4c;
  font-family: montserrat;
  text-align: left;
  font-size: 0.8rem;
  border-radius: 2px;
  padding-left: 1em;
  position: relative;
  width: 100px;
  cursor: pointer;
  transition: 0.3s all;
  display: inline-block;
  position: relative; }
  .share-title:hover {
    transition: 0.3s all;
    background: #FF9800; }
  .share-title:after {
    content: "\f064";
    font: 0.9em/0.5em fontawesome;
    color: white;
    position: absolute;
    top: 0.8em;
    right: 0.5em; }

.share-main {
  display: none;
  position: absolute;
  left: 12em;
  top: -0.7em;
  text-align: right;
  width: 420px; }
  .share-main .reddit {
    background: #FF5722;
    display: inline-flex;
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    position: relative;
    border-radius: 3px;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-align: right; }
    .share-main .reddit:hover {
      background: #fd3d00; }
    .share-main .reddit i {
      position: relative !important;
      text-align: center !important;
      width: 40px !important; }
  .share-main .email {
    background: #FF9800;
    line-height: 36px;
    margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    position: relative;
    border-radius: 3px;
    vertical-align: middle;
    width: 40px !important;
    text-align: center; }
    .share-main .email:hover {
      background: #ef8f01; }
    .share-main .email i {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      line-height: 36px;
      text-align: center; }

.tab_content {
  padding: 2em;
  margin-bottom: 2em;
  background: #ffffff;
  border-top: 1em solid #0b2d4c;
  position: relative;
  top: -0.6em; }

.tab {
  position: relative;
  overflow: hidden; }
  .tab .sidebar-mpu {
    padding-top: 0em !important; }
  .tab .newsletter:after {
    margin-left: -4em !important; }
  .tab .tabs {
    position: relative;
    overflow: hidden;
    margin-top: 1em; }
  .tab .tabs li {
    overflow: hidden;
    position: relative;
    outline: 0;
    display: inline-block;
    background: #ececec;
    padding: 0.7em 0.5em;
    font-size: 1rem;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.14);
    border-bottom: 1px solid white;
    transition: 0.3s all; }
    .tab .tabs li:hover {
      background: #0b2d4c;
      transition: 0.3s all;
      color: white; }
      .tab .tabs li:hover a {
        transition: 0.3s all;
        color: white; }
    .tab .tabs li a {
      color: #0b2d4c;
      font-family: montserrat;
      font-weight: 300;
      transition: 0.3s all; }
  .tab .tabs_item {
    display: none;
    float: left !important; }
  .tab .tabs_item:first-child {
    display: block; }
  .tab .current a {
    font-weight: 700;
    color: #FF9800;
    outline: 0;
    transition: 0.3s all; }
  .tab li.current {
    border-bottom: 1px solid #ececec !important;
    outline: 0;
    transition: 0.3s all;
    background: #0b2d4c; }
    .tab li.current a {
      color: white;
      transition: 0.3s all; }

.advertise_link {
  overflow: hidden;
  position: relative;
  outline: 0;
  display: inline-block;
  background: #ececec;
  padding: 0.7em;
  font-size: 1rem;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.14);
  border-bottom: 1px solid white;
  transition: 0.3s all;
  color: #0b2d4c;
  font-family: montserrat;
  font-weight: 300;
  transition: 0.3s all; }
  .advertise_link:hover {
    background: #0b2d4c;
    transition: 0.3s all;
    color: white !important; }
    .advertise_link:hover a {
      transition: 0.3s all;
      color: white !important; }

.pagination {
  background: none;
  text-align: center; }
  .pagination a {
    float: none;
    padding: 1em;
    font-size: 1.8em;
    background: white;
    border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    -webkit-box-shadow: none;
    position: relative; }
    .pagination a:hover {
      transition: 0.3s all;
      color: #FF9800; }
    .pagination a:after {
      display: none; }
  .pagination .page-numbers.current {
    font-size: 1.8em;
    background: #09243d;
    padding: 0.5em 0.9em;
    border-radius: 100%;
    color: white;
    font-weight: 700; }

.category_row {
  margin-top: 0 !important;
  border-top: none !important; }

.category_listing .contributor_article {
  padding-left: 0 !important;
  padding-top: 1em !important; }
.category_listing .pal li {
  border-bottom: none !important;
  padding: 1.5em 0 !important; }
.category_listing li:before {
  display: none !important; }

.nav-links {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: white;
  position: relative;
  padding: 0.5em;
  margin-top: 1em;
  display: inline-block; }
  .nav-links .next_page {
    font-size: 1.1rem;
    color: #0b2d4c;
    font-weight: 700;
    position: relative;
    transition: 0.3s all;
    border-radius: 2px; }
    .nav-links .next_page:after {
      content: "\f105";
      font-family: FontAwesome;
      color: #0b2d4c;
      text-align: center;
      position: absolute;
      top: 0.2em;
      right: -1em; }
    .nav-links .next_page:hover {
      transition: 0.3s all;
      color: #FF9800; }
  .nav-links .previous_page {
    font-size: 1.1rem;
    color: #0b2d4c;
    font-weight: 700;
    position: relative;
    transition: 0.3s all;
    border-radius: 2px; }
    .nav-links .previous_page:after {
      content: "\f104";
      font-family: FontAwesome;
      color: #0b2d4c;
      text-align: center;
      position: absolute;
      top: 0.2em;
      left: -1em; }
    .nav-links .previous_page:hover {
      transition: 0.3s all;
      color: #FF9800; }

.box_rightish {
  float: right; }

.megamenuopen .sitenav {
  overflow: visible; }

.overflow {
  overflow: visible; }

li.nav-search {
  display: none; }

#menu-main-navigation .current-menu-item {
  background: #0b2d4c;
  transition: 0s all; }
  #menu-main-navigation .current-menu-item a {
    color: white;
    transition: 0s all; }

#menu-main-navigation .current-menu-item a.menu-link:hover {
  background: #0b2d4c !important; }

#menu-main-navigation .current-menu-item li:hover a.menu-link {
  background: #0b2d4c !important; }

.archive main {
  padding-top: 3em;
  background: rgba(243, 243, 243, 0.7); }

.archive .newsletter {
  clear: both;
  padding: 3em;
  background: #0b2d4c;
  margin: 0 1.2em 0 4.2em;
  position: relative;
  overflow: hidden;
  padding-top: 2em; }

.archive .latest-news-col .latest-news {
  padding: 0px 0.9em 4em 5em;
  position: relative; }

.sidebar-closed .article-sidebar .sidebar-toggle {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.nav-all .mega-menu .row {
  padding-bottom: 2em; }

.archive .article-category ul li {
  border-top: none;
/* SEO  min-height: none; */ }
  .archive .article-category ul li:after {
    width: 0; }

.project_box_category article p {
  line-height: 1.5em; }
.project_box_category .article-image img {
  max-height: 10em;
  overflow: hidden;
  width: 100%; }
.project_box_category li {
  padding: 0px; }

#subscribe_tab .subscribe_box label {
  margin-bottom: 0.5em;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
#subscribe_tab .subscribe_box input {
  background: rgba(236, 236, 236, 0.3);
  border: none; }
#subscribe_tab .subscribe_box select {
  background-color: rgba(236, 236, 236, 0.3);
  border: none;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
#subscribe_tab .subscribe_box .cta-register {
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  display: block;
  background: #0b2d4c !important;
  border: none;
  width: 100%;
  /* padding: 0.75em; */
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: white;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  margin-top: 1em;
  outline: 0;
  font-size: 1.2rem; }
  #subscribe_tab .subscribe_box .cta-register:hover {
    background: #FF9800 !important; }
#subscribe_tab .subscribe_img_box {
  padding: 1em;
  text-align: center; }

#events_tab h4 {
  position: relative;
  margin: 0;
  top: -0.5em;
  left: -1.5em;
  /* color: white; */
  display: inline-block;
  background: rgba(11, 45, 76, 0.83);
  font-size: 1.4rem;
  color: white;
  padding: 0.5em 1em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19), 3px 5px 6px rgba(0, 0, 0, 0.23);
  font-weight: 500;
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  transition: 0.3s all; }
#events_tab .events_box_1 {
  padding: 2em;
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
  position: relative;
  padding-top: 0; }
  #events_tab .events_box_1 label {
    margin-bottom: 0.5em;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
  #events_tab .events_box_1 input {
    background: rgba(236, 236, 236, 0.3);
    border: none; }
  #events_tab .events_box_1 select {
    background-color: rgba(236, 236, 236, 0.3);
    border: none;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
  #events_tab .events_box_1 .cta-register {
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    display: block;
    background: #0b2d4c;
    border: none;
    width: 100%;
    padding: 0.75em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: white;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    margin-top: 1em;
    outline: 0;
    font-size: 1.2rem; }
    #events_tab .events_box_1 .cta-register:hover {
      background: #FF9800; }
    #events_tab .events_box_1 .cta-register:disabled {
      background: #e6e6e6 !important;
      cursor: not-allowed !important;
      text-decoration: line-through red; }
#events_tab .subscribe_img_box {
  padding: 1em;
  text-align: center; }
#events_tab .events_box_2 {
  padding: 2em;
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
  position: relative;
  padding-top: 0; }
  #events_tab .events_box_2 .intro_super_text {
    font-family: montserrat;
    font-size: 0.9rem;
    margin: 0;
    margin-top: 1em; }
  #events_tab .events_box_2 span.wpcf7-list-item {
    margin: 0;
    font-family: montserrat;
    font-size: 0.9rem;
    color: #2f2f2f; }
  #events_tab .events_box_2 input {
    margin-right: 0.5em; }

.article-sidebar .scrolling-content h2:before {
  content: '';
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 0.9em;
  height: 0.9em;
  background: #f7f7f7;
  position: absolute;
  left: 1.15em;
  top: 0.65em; }

.tax_article_category ul li {
  font-size: 1.2rem; }

.mobile-menu {
  display: block;
  opacity: 0;
  position: absolute;
  left: -20em; }

.themobile-menu {
  float: right;
  margin-right: 4.4em;
  font-size: 1.7em;
  margin-top: -0.2em; }

.mobilemenu-open {
  display: block;
  position: absolute;
  background: #051b2f;
  left: 0;
  width: 100vw;
  height: 100vh;
  top: 2em;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .mobilemenu-open li {
    padding: 0.4em;
    background: #0b2d4c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
    .mobilemenu-open li a {
      color: white;
      font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 0.49em;
      padding-left: 1em;
      display: block;
      padding: 0.5em 1.5em; }
      .mobilemenu-open li a.hover {
        background: red; }

.mobile-toggle {
  border: none;
  background: rgba(255, 255, 255, 0.1); }
  .mobile-toggle:before {
    content: "\f0c9";
    font: 1.6em/2.5em fontawesome;
    color: white;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    text-indent: 0; }

.themobile-menu li:hover {
  background: #051b2f;
  transition: 0.2s; }

#mobile-menu {
  z-index: 0; }

.login-open .login-form {
  bottom: 50%;
  opacity: 1;
  z-index: 99999;
  visibility: visible; }
  .login-open .login-form:before {
    content: '';
    position: fixed;
    display: block;
    z-index: -9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%); }

.sectionMag {
  position: relative; }
  .sectionMag .margin_ten h4 {
    margin: 0;
    position: absolute;
    right: 0;
    top: -1em;
    background: rgba(11, 45, 76, 0.83);
    font-size: 1.4rem;
    color: white;
    padding: 0.5em 1em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    font-weight: 500;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    transition: 0.3s all;
    display: none; }
    .sectionMag .margin_ten h4 a {
      display: none; }

.margin_ten_left {
  padding: 1em;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
  margin-top: 5em;
  transition: 0.3s all;
  margin-right: 0;
  margin-left: 0;
  max-width: 1280px;
  min-height: 200px;
  overflow: hidden; }
  .margin_ten_left .column-grid-3 {
    width: 33.33333%;
    float: left;
    padding-right: 2em;
    padding-left: 0; }
    .margin_ten_left .column-grid-3 a {
      border: none !important; }
    .margin_ten_left .column-grid-3 img {
      max-width: 100%;
      padding-right: 1em; }
    .margin_ten_left .column-grid-3 embed {
      max-width: 100%;
      margin: 0;
      padding-right: 1em; }
  .margin_ten_left .column-grid-6 .coloured_hyperlink {
    font-size: 1rem;
    margin: 0;
    color: #34506a;
    border: none; }
  .margin_ten_left .column-grid-6 strong {
    width: 100%;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .margin_ten_left .column-grid-6 p {
    margin: 0; }

.search-field ::-webkit-input-placeholder {
  opacity: 0; }
.search-field ::-moz-placeholder {
  opacity: 0; }
.search-field :-ms-input-placeholder {
  opacity: 0; }
.search-field :-moz-placeholder {
  opacity: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search-field {
    opacity: 1;
    visibility: visible; }
    .search-field ::-webkit-input-placeholder {
      opacity: 1 !important; }
    .search-field ::-moz-placeholder {
      opacity: 1 !important; }
    .search-field :-ms-input-placeholder {
      opacity: 1 !important; }
    .search-field :-moz-placeholder {
      opacity: 1 !important; } }
.div_terms {
  font-size: 1rem; }
  .div_terms a {
    font-weight: 700;
    color: #0057a7; }

div.wpcf7-validation-errors {
  background: rgba(255, 235, 59, 0.63);
  color: #0b2d4c;
  padding: 1em !important;
  border: none !important;
  font-size: 1rem;
  margin: 0 !important;
  text-align: center; }

.tax-sector .article-grid ul li {
  min-height: 270px !important; }
.tax-sector .home-most-read {
  margin-top: 3em !important; }

#category_project {
  padding-top: 4em; }

.thesearch {
  display: none; }

.thesearchopen {
  display: block;
  position: absolute;
  top: 6em;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.89);
  z-index: 9999;
  padding-top: 30vh;
  padding-left: 2em;
  padding-right: 2em; }
  .thesearchopen .search-form input[type="search"] {
    border: solid 2.5px #e3e3e3 !important; }

/*.thesearchopen:before {
    content: 'Search';
    position: relative;
    margin-top: -1em;
    color: white;
    font-size: 4em;
    display: block;
    border-bottom: 1px solid orange;
    margin-bottom: 1em;
}*/
.theoverflow {
  overflow-y: hidden; }

.search-mobile:after {
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  color: white;
  font-size: 2em;
  padding: 0.9em;
  background: #1a3d5d; }

.zindex {
  z-index: 1 !important; }

.zindex2 {
  z-index: -1 !important; }

.sidebar-toggle {
  width: 50px;
  height: 50px;
  position: absolute;
  margin-top: 0px;
  top: -25px;
  margin-left: -50px;
  z-index: 44;
  background-image: url(../png/times-icon.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  cursor: pointer; }

.sidebar-closed .project-sidebar {
  box-shadow: 4px 6px 3em 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 4px 6px 3em 0 rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 4px 6px 3em 0 rgba(0, 0, 0, 0.27); }

.sidebar-closed .article-sidebar {
  box-shadow: 4px 6px 3em 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 4px 6px 3em 0 rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 4px 6px 3em 0 rgba(0, 0, 0, 0.27); }

.fixed-sidebar.sidebar-toggle {
  position: fixed;
  top: 0;
  margin-left: 265px;
  z-index: 44;
  background-color: #0b2d4c; }

.sidebar-closed .sidebar-toggle {
  width: 50px;
  height: 50px;
  padding: 9px;
  position: fixed;
  margin-top: 0px;
  top: 40vh;
  left: 0;
  margin-left: 0;
  z-index: 2222;
  background-image: url(../png/arrow-icon-timeline.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #0b2d4c;
  box-shadow: 4px 6px 3em 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 4px 6px 3em 0 rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 4px 6px 3em 0 rgba(0, 0, 0, 0.27);
  border-radius: 0px 5px 5px 0px; }
  .sidebar-closed .sidebar-toggle:hover {
    background-color: #1f4669; }

.category_list_new li {
  padding: 1.5em 0 !important; }
  .category_list_new li h2 {
    font-weight: 500;
    margin-right: 0.5em;
    margin-left: 0.5em; }

.featured-box {
  box-shadow: 0.1em 0.1em 1em 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.1em 0.1em 1em 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.1em 0.1em 1em 0 rgba(0, 0, 0, 0.1);
  position: relative; }
  .featured-box img {
    width: 100%; }
  .featured-box .title-box {
    position: absolute;
    width: 80%;
    bottom: 5%;
    left: 10%;
    right: 10%;
    text-align: center;
    padding: 3em;
    background: white;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(208, 208, 208, 0.23); }
    .featured-box .title-box:before {
      content: '';
      position: absolute;
      top: -1.2em;
      left: 50%;
      margin-left: -1.8em;
      width: 3.6em;
      border-bottom: solid 1.8em white;
      border-left: solid 1.8em transparent;
      border-right: solid 1.8em transparent; }
    .featured-box .title-box a {
      font-size: 1.8rem;
      margin: 0;
      font-weight: 700; }
    .featured-box .title-box .post-title {
      font-size: 1.8rem;
      margin: 0;
      font-weight: 700; }

.top-padding {
  padding-top: 3em; }

.space_right {
  padding-right: 1.5em; }

.featured_meta {
  font-size: 1rem;
  padding-top: 0.8em;
  /*opacity: 0.6;*/
  font-family: montserrat;
  color: #808080;  }
  .featured_meta .author {
    margin-right: 1em; }

.whitepapers-list li a {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  font-size: 0.85em; }

.whitepapers-list small a {
  color: #a4c5e3 !important; }

.cat-landp .columns article {
  min-height: auto;
  padding: 2.5em 1em;
  margin: 0;
  box-shadow: none;
  border-bottom: 1px solid #dadada;
  margin-right: 2em;
  margin-left: 2em;
  font-size: 0.9em;
  font-weight: 700;
  min-height: 25em; }

.large-12.columns.feature-card {
  padding: 0; }

.listcat article {
  padding: 5em 3em 5em 2em; }

.cat-landp .feature-card p {
  font: lighter 1.7em/1.5 lora, "Helvetica Neue", helvetica, arial, sans-serif;
  color: rgba(85, 85, 85, 0.83);
  font-weight: 300; }

.listcat img {
  padding-right: 2em; }

.listcat .article-category a {
  position: absolute;
  left: 0;
  top: 2.3em;
  margin: 0;
  font-size: 0.6em;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica;
  font-weight: 300; }

.listcat .article-images {
  overflow: hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  max-height: 150px;
  height: 150px; }

.tax-sector .latest-news-col .mpu {
  padding-top: 0;
  position: relative;
  padding-left: 3em;
  padding-bottom: 5em; }

.article-images {
  max-height: 14.8em;
  overflow: hidden;
  margin-bottom: 1em; }

.features .article-images img {
  margin-top: -2em; }

.archive .article-text p {
  font-size: 1.5em !important;
  margin: 1em 0 0 0 !important; }

.feature-card.listcat {
  position: relative; }

.home-content .whitepapers:before {
  content: 'Whitepapers';
  position: absolute;
  z-index: 99;
  background: #0b2d4c;
  padding: 0.5em 1em;
  color: white;
  font: normal 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  top: 1.5em; }

.home-content .projects:before {
  content: 'Projects';
  position: absolute;
  z-index: 99;
  background: #0b2d4c;
  padding: 0.5em 1em;
  color: white;
  font: normal 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  top: 1.5em; }

.home-content .pressreleases:before {
  content: 'Press Release';
  position: absolute;
  z-index: 99;
  background: #0b2d4c;
  padding: 0.5em 1em;
  color: white;
  font: normal 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  top: 1.5em; }

.h2colr {
  margin-left: -0.5em;
  margin-right: -0.55em;
  padding-left: 2.4em; }

.page-template-template-advertise div[role=main] {
  background: #e8e8e8; }

.cat-landp h3 {
  font-weight: 400 !important;
  margin-top: -0.2em !important;
  padding-bottom: 0.2em; }

.loadmorerow {
  background: #f7f7f7;
  padding-top: 3em;
  text-align: center;
  padding-bottom: 4em;
  margin-left: 1em; }
  .loadmorerow a {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: block; }

#whitepaper_page input.wpcf7-form-control.wpcf7-submit {
  font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  display: block;
  background: #0b2d4c;
  border: none;
  width: 100%;
  padding: 0.75em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: white;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  margin-top: 1em;
  outline: 0;
  font-size: 1.2rem; }
  #whitepaper_page input.wpcf7-form-control.wpcf7-submit:hover {
    background: #32CD32 !important; }
  #whitepaper_page input.wpcf7-form-control.wpcf7-submit:disabled {
    background: #e6e6e6 !important;
    cursor: not-allowed !important;
    text-decoration: line-through red; }

.loadmorebtn {
  font-size: 1.5em;
  font-family: 'Montserrat';
  color: #e8f1fb;
  background: #0b2d4c;
  display: block;
  text-align: center;
  width: 12em;
  margin: 0 auto;
  padding: 1em;
  transition: 0.3s all; }
  .loadmorebtn:hover {
    transition: 0.3s all;
    background: #a4c5e3; }

.login-action-lostpassword {
  background: url(../jpg/pexels-photo-310479e21e.jpg);
  background-size: cover; }

#category_project .most-read {
  border-top: none !important; }
  #category_project .most-read ol li {
    border-top: none !important;
    margin-bottom: 0 !important; }
#category_project .related-companies .sal {
  border-top: solid 0.556em #e8e8e8; }

.si.related-companies {
  max-width: 300px;
  margin: 3em auto; }

.dropbtn {
  position: relative;
  float: right; }

.market-insight-section {
  font-weight: 500;
  padding: 1.3em 0;
  border-bottom: 1px solid #444444; }
  .market-insight-section a {
    text-decoration: none !important; }

.login-form li a {
  font-weight: 500 !important; }

.article-list .company-name {
  position: relative;
  border-bottom: 1px solid #0b2d4c;
  display: inline-block;
  font-family: montserrat;
  float: right;
  font-size: 0.9rem; }

.boxwp {
  background: #e1e3ef;
  height: 23em;
  padding: 2em; }

.boxwp2 {
  background: #f5f6ff; }

.boxup {
  margin: 0 auto;
  height: 10em;
  background: white;
  position: relative;
  padding: 1em; }
  .boxup h3 {
    font-size: 1.1em;
    border-top: 5px solid;
    padding-top: 1em; }

.boxdown {
  background: #09243d;
  height: 9em;
  margin: 0 auto;
  position: relative; }
  .boxdown img {
    max-width: 10em;
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding: 0.5em; }

.boxtitle {
  background: #f1f2f5;
  padding: 1em;
  font-size: 1.2em;
  min-height: 9em; }

.boxtitle2 {
  background: #fafafb; }

.relatedwp {
  padding: 2em 0;
  font-size: 1.5em;
  color: #0b2d4c; }

.boxwp:hover {
  background: #91bee3 !important;
  transition: 0.5s all;
  cursor: pointer; }

.rw .columns:last-child:not(:first-child) {
  float: left; }

.whitepaper_box_first li {
  color: white; }

.rw .large-3.columns:nth-child(odd) .boxwp {
  background: #efeff1; }

.rw .large-3.columns:nth-child(odd) .boxtitle {
  background: #e6e6ea; }

.company_box_long {
  clear: none !important; }
  .company_box_long article {
    height: 28em !important;
    min-height: 28em !important;
    clear: none; }

.company_box_short {
  clear: none !important; }
  .company_box_short .small-card {
    height: 28em !important;
    min-height: 28em !important;
    clear: none; }

.company_box_long_v2 .full-width-card {
  padding: 3em !important; }

.taxonomy-drops select {
  border: none;
  width: 98%;
  outline: 0;
  background-color: #ececec;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.06);
  color: #0b2d4c;
  font-family: montserrat;
  margin: 0;
  margin-top: 1em; }
  .taxonomy-drops select:focus {
    outline: 0;
    border: none; }
.taxonomy-drops input[type='text'] {
  border: none;
  box-shadow: 0px 0px 4px 3px #eaeaea;
  width: 99.5%;
  position: relative; }
  .taxonomy-drops input[type='text']:focus {
    border: none;
    outline: none; }
.taxonomy-drops input[type='text']::-webkit-input-placeholder {
  color: black;
  opacity: 0.7; }
.taxonomy-drops input[type='text']::-moz-placeholder {
  color: black;
  opacity: 0.7; }
.taxonomy-drops input[type='text']:-ms-input-placeholder {
  color: black;
  opacity: 0.7; }
.taxonomy-drops input[type='text']:-moz-placeholder {
  color: black;
  opacity: 0.7; }

.company_release_header {
  margin-top: 3em; }

#company-az {
  margin-top: 2em; }

.margin_bottom {
  margin-bottom: 1.5em; }

.page-template-company-releases .load-more {
  clear: both;
  color: white;
  background: #0b2d4c;
  padding: 0.5em 3em;
  border-radius: 0.15em;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font: 1.5em/1 Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: 0; }
  .page-template-company-releases .load-more:hover {
    background: #315f8a;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }

.main_ol {
  padding: 0;
  list-style: none;
  counter-reset: li; }
  .main_ol li {
    position: relative;
    display: block;
    margin: 0 0 20px 45px; }
    .main_ol li:before {
      display: inline-block;
      width: 28px;
      height: 28px;
      font-family: lora;
      font-size: 16px;
      line-height: 28px;
      text-align: center;
      vertical-align: middle;
      border-radius: 50%;
      color: #fff;
      position: absolute;
      left: -45px;
      content: counter(li);
      counter-increment: li;
      background: #0b2d4c;
      font-weight: 700; }

.normal_post a {
  font-weight: 700;
  text-decoration: underline; }
.normal_post h1 {
  color: #0b2d4c; }

.products_gallery_btn {
  width: auto !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  padding: 1em !important; }
  .products_gallery_btn h1 {
    padding: 0.5em !important;
    margin: 0 !important;
    font-size: 1.3rem !important; }
  .products_gallery_btn .fa-camera {
    margin-left: 0.5em !important;
    padding-right: 0.5em !important; }

.registermob {
  font-size: 1em !important; }

#infinite-article .entry-header .post-categories {
  background: #0b2d4c;
  color: white;
  padding: 0.4em;
  font-size: 0.8rem; }

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
  right: 5em;
}
.go-top {
  position: fixed;
  bottom: 0.9em;
  right: 1em;
  text-decoration: none;
  color: white;
  background-color: #a4c5e3;
  font-size: 21px;
  text-align: center;
  padding: 0.50em;
  border-radius: 100%;
  display: none;
  transition: 0.3s all;
  height: 48px !important;
  width: 48px !important; }
  .go-top:hover {
    background: #0b2d4c;
    transition: 0.3s all;
    color: white; }

.go-top-tooltip {
  position: fixed;
  bottom: 5em;
  right: 1em;
  text-decoration: none;
  color: white;
  background-color: black;
  text-align: center;
  padding: 0.6em;
  font-size: 14px;
  font-family: montserrat;
  transition: 0.3s all;
  opacity: 0;
  border-radius: 2px; }

.top-tooltip {
  transition: 0.3s all !important;
  opacity: 1 !important; }

.no_more {
  text-align: center; }

.white_box_category .space_right {
  display: none; }

.project_box_category .space_right img {
  padding-right: 0;
  margin: 0;
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.06);
  max-height: 10em;
  overflow: hidden;
  width: 100%;
  padding: 1em; }

.page-template-company-releases .space_right img {
  padding-right: 0;
  margin: 0;
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.06);
  max-height: 10em;
  overflow: hidden;
  width: 100%;
  padding: 1em; }

.company-a-z-feature {
  padding-bottom: 3em; }

.main-feature .article-text .post-author {
  font-size: 0.9rem; }

.features .main-feature .row .article-text .article-category a {
  background: #0b2d4c;
  color: white;
  padding: 0.4em 0.7em;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: montserrat; }

.project-sidebar .scrolling-content {
  position: relative !important; }

.large-12.feature-card.listcat .listcat_special {
  margin-left: 0;
  padding-left: 0; }
  .large-12.feature-card.listcat .listcat_special .large-4.columns {
    padding-left: 0em; }

.wpcf7-form .additional-options span.wpcf7-list-item-label {
  display: none !important; }

.kgi-common-text .section-Testimonials {
  font-size: 1.8em; }
.kgi-common-text .coloured_hyperlink {
  color: #0b2d4c;
  font-weight: 700; }
.kgi-common-text ul {
  list-style: disc !important;
  margin-left: 1em; }
.kgi-common-text ol {
  list-style: disc !important;
  margin-left: 1em; }
.kgi-common-text li {
  padding-top: 1em; }

.share-container .carousel {
  padding-bottom: 3em; }

.page-template-template-manage_profile .email_updates_box table label {
  font-size: 0.75rem; }
.page-template-template-manage_profile .email_updates_box table td {
  background: white;
  text-transform: uppercase;
  padding: 0.2em !important;
  width: 33%;
  float: left; }
  .page-template-template-manage_profile .email_updates_box table td label {
    max-width: 250px;
    vertical-align: middle; }
.page-template-template-manage_profile .email_updates_box table tr {
  background: none !important; }

@media (max-width: 728px) {
  .page-template-template-manage_profile .email_updates_box table td {
    width: 100%; } }
.share-container .post-content p a {
  text-decoration: underline;
  color: #2196F3; }





@media (min-width: 1439px){
  .box-skin_body {
    padding-top: 13em; }
    .box-skin_body .row {
      max-width: 1280px; }
    .box-skin_body .site-nav ul li a {
      padding: 1.5em 0.5em;
      font-size: 1em; }
    .box-skin_body .cards .columns article {
      min-height: 35em; }
    .box-skin_body .box-skin_layout {
      margin: auto;
      background: whitesmoke;
      max-width: 1280px;
      position: relative; }
    .box-skin_body .site-footer {
      position: relative; }
    .box-skin_body .top-leaderboard {
      max-width: 1280px;
      margin: auto;
      overflow: hidden;
      padding: 0;
      padding-top: 1em;
      padding-bottom: 1em;
      display: none !important; }
    .box-skin_body .box-skin_logo-box {
      padding: 2em; }
    .box-skin_body .box-skin_content {
      padding: 3em; }
    .box-skin_body .box_layout_ad {
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: top center;
      height: 100vh;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 0;
      cursor: pointer; }
    .box-skin_body .trending {
      margin-bottom: 3em;
      padding-left: 2em;
     }
    .box-skin_body .make_me_equal {
      height: 720px; }
    .box-skin_body .magazine-feature {
      padding: 5em 1em 4em 2em; }
    .box-skin_body .company_box_long article {
      height: 36em !important;
      min-height: 36em !important; }
    .box-skin_body .company_box_short .small-card {
      height: 36em !important;
      min-height: 36em !important; }
    .box-skin_body .features .main-feature .row .article-text h2 {
      font-size: 2.6em; }
    .box-skin_body .slick-slider .slick-slide {
      background: white; }
    .box-skin_body .comment-feature .secondary-content .dark-list-box {
      max-height: 785px; }
    .box-skin_body .comment-feature article {
      min-height: 37em; }
    .box-skin_body .newsletter {
      padding: 2em; }
    .box-skin_body .newsletter input[type='text'] {
      width: 100%;
      display: block; }
    .box-skin_body .newsletter input[type="submit"] {
      width: 100% !important;
      margin-top: 3px; }
    .box-skin_body .newsletter:after {
      border-left: solid 17em transparent;
      border-right: solid 17em transparent;
      left: -20%; }
    .box-skin_body .secondary-content {
      width: 33.3%;
      padding-left: 2em; }
    .box-skin_body .latest-news-col.secondary-content {
      width: 34.3%;
      padding-left: 0em; }
    .box-skin_body .features.primary-content {
      width: 65%; }
    .box-skin_body #company-az .listing-letters a {
      display: inline-block; }
    .box-skin_body .submit-event {
      max-width: 290px; }
    .box-skin_body #product_service .p_s_box span {
      left: 0.2em; }
    .box-skin_body #advertise_page .adv_us_box {
      padding: 2em; }
    .box-skin_body #advertise_page .adv_online_box {
      padding: 2em; }
    .box-skin_body #advertise_page .adv_mag_box {
      padding: 2em; }
    .box-skin_body #advertise_page .adv_img_box:before {
      display: none !important; }
    .box-skin_body #advertise_page .adv_img_box:after {
      display: none !important; }
    .box-skin_body #advertise_page .adv_img_box2:before {
      display: none !important; }
    .box-skin_body #advertise_page .adv_img_box2:after {
      display: none !important; }
    .box-skin_body #advertise_page .adv_img_box3:before {
      display: none !important; }
    .box-skin_body #advertise_page .adv_img_box3:after {
      display: none !important; }
    .box-skin_body #product_service .sort_region .region_box {
      width: 31.4%; }
    .box-skin_body #advertise_page .adv_us_box p {
      padding-right: 0; }
    .box-skin_body #advertise_page .adv_online_box p {
      padding-right: 0; }
    .box-skin_body #advertise_page .adv_mag_box p {
      padding-right: 0; }
    .box-skin_body .mag_headline {
      background: none; }
    .box-skin_body .category-header {
      padding-top: 0; }
    .box-skin_body .mag_headline {
      margin-top: 0; }
    .box-skin_body .project, .box-skin_body .article {
      padding-left: 0; }
    .box-skin_body .project-sidebar, .box-skin_body .article-sidebar {
      display: none; }
    .box-skin_body .sidebar-toggle {
      display: none; }
    .box-skin_body #infinite-article .primary-content {
      width: 66.66667%; }
    .box-skin_body #infinite-article .carousel img {
      max-width: 100%; }
    .box-skin_body #infinite-article .carousel .caption {
      font-size: 1em; }
    .box-skin_body #infinite-article .slick-slider .slick-dots {
      margin-bottom: 0; }
    .box-skin_body .comment-feature .secondary-content {
      width: 28% !important; }
    .box-skin_body .companies-feature .secondary-content {
      width: 28% !important; } }
.microformatting div:nth-child(4n+1) {
  clear: left; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
    80% {
    transform: translate3d(2px, 0, 0); }
  30%,
    50%,
    70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
    60% {
    transform: translate3d(4px, 0, 0); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(11, 45, 76, 0.7); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(11, 45, 76, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(11, 45, 76, 0.1); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(11, 45, 76, 0.7);
    box-shadow: 0 0 0 0 #0b2d4c; }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(11, 45, 76, 0);
    box-shadow: 0 0 0 10px #0b2d4c; }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(11, 45, 76, 0.1);
    box-shadow: 0 0 0 0 #0b2d4c; } }
@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg); } }
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg); } }
/* Primary darker */
/* Primary lighter */
/* Primary lighter still */
/* Green */
/* Light Green */
/* Dark orange */
@media (min-width: 990px) and (max-width: 1190px) {
  .primary-content {
    width: 67%; }

  .secondary-content {
    width: 33%; } }
@media (max-width: 990px) {
  .cards .columns article {
    min-height: 0; } }
@media (max-width: 440px) {
  .login-form .login-username label,
  .login-form .login-password label,
  .login-form .login-username input,
  .login-form .login-password input {
    width: 100%;
    float: none; } }
@media (max-width: 768px) {
  .site-header .large-6 .search-form {
    display: none; } }
@media (max-width: 940px) {
  .site-nav ul li .mega-menu .article-category {
    display: none; } }
@media (max-width: 960px) {
  .site-nav li:nth-last-child(3), .site-nav li:nth-last-child(4), .site-nav li:nth-last-child(5), .site-nav li:nth-last-child(6) {
    display: none; }

  .site-header .top-level-nav {
    display: block; }
    .site-header .top-level-nav ul li {
      display: none; }
      .site-header .top-level-nav ul li:nth-last-child(3), .site-header .top-level-nav ul li:nth-last-child(4), .site-header .top-level-nav ul li:nth-last-child(5), .site-header .top-level-nav ul li:nth-last-child(6) {
        display: block; } }
@media (max-width: 840px) {
  .site-nav li:nth-last-child(3), .site-nav li:nth-last-child(4), .site-nav li:nth-last-child(5), .site-nav li:nth-last-child(6), .site-nav li:nth-last-child(7) {
    display: none; }

  .site-header .top-level-nav {
    display: block; }
    .site-header .top-level-nav ul li {
      display: none; }
      .site-header .top-level-nav ul li:nth-last-child(3), .site-header .top-level-nav ul li:nth-last-child(4), .site-header .top-level-nav ul li:nth-last-child(5), .site-header .top-level-nav ul li:nth-last-child(6), .site-header .top-level-nav ul li:nth-last-child(7) {
        display: block; } }
@media (max-width: 740px) {
  .site-nav li:nth-last-child(3), .site-nav li:nth-last-child(4), .site-nav li:nth-last-child(5), .site-nav li:nth-last-child(6), .site-nav li:nth-last-child(7), .site-nav li:nth-last-child(8) {
    display: none; }

  .site-header .top-level-nav {
    display: block; }
    .site-header .top-level-nav ul li {
      display: none; }
      .site-header .top-level-nav ul li:nth-last-child(3), .site-header .top-level-nav ul li:nth-last-child(4), .site-header .top-level-nav ul li:nth-last-child(5), .site-header .top-level-nav ul li:nth-last-child(6), .site-header .top-level-nav ul li:nth-last-child(7), .site-header .top-level-nav ul li:nth-last-child(8) {
        display: block; }

  .site-nav .section-nav li:nth-of-type(9),
  .site-nav .section-nav li:nth-of-type(8),
  .site-nav .section-nav li:nth-of-type(7),
  .site-nav .section-nav li:nth-of-type(6),
  .site-nav .section-nav li:nth-of-type(5),
  .site-nav .section-nav li:nth-of-type(4) {
    display: block; }

  .small-6 .search-form {
    display: none; }

  .site-nav .search-toggle {
    display: block; } }
/* ------ sponsors logo css *******/
@media only screen and (max-width: 1200px) {
.sponsored_right_box {
    width: 100%;
    float: left;
}
.sponsored_left_box {
    width: 100%;
    float: left;
    padding: 0px!important;
}
	
}
/* ------ sponsors logo css end*******/	
@media (max-width: 1100px) {
  .site-header {
    padding: 1em 0;
    background: #0b2d4c;
    position: relative;
    height: 5.7em; }
    .site-header .site-logo {
     /* background: url("/wp-content/uploads/sites/2/2017/08/packaging-gateway-white2.png"); */
      background-size: 100%;
      height: 26px;
      width: 10em;
      position: relative;
      background-repeat: no-repeat; }
      .site-header .site-logo a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9999; }
      .site-header .site-logo img {
        display: none; }
    .site-header .small-8 {
      width: 18em;
      float: left !important; }
      .site-header .small-8 .login-links {
        padding: 0em;
        margin-left: 2em;
        margin-top: 0.25em;
        font-size: 1.4em; }
        .site-header .small-8 .login-links li a {
          color: white; }
    .site-header .site-nav {
      margin: 0;
      background: none;
      position: absolute;
      right: 0;
      top: 0em;
      width: 6em; }
      .site-header .site-nav li {
        display: none; }
        .site-header .site-nav li.nav-all {
          display: block;
          position: absolute;
          right: 4em;
          top: 0em;
          height: 4em;
          bottom: 0;
          width: 4em;
          text-indent: -5000px; }
          .site-header .site-nav li.nav-all .mega-toggle {
            border: none;
            background: rgba(255, 255, 255, 0.1);
            padding-left: 0; }
            .site-header .site-nav li.nav-all .mega-toggle:before {
              content: "\f0c9";
              font: 1.6em/2.5em fontawesome;
              color: white;
              text-align: center;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              margin: 0;
              text-indent: 0; }
        .site-header .site-nav li.nav-search {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 4em;
          height: 4em; }
          .site-header .site-nav li.nav-search .search-toggle {
            text-indent: -5000px;
            overflow: hidden;
            position: absolute;
            width: 4em;
            height: 4em;
            cursor: pointer;
            top: 0em;
            bottom: 0;
            left: 0;
            right: 0;
            display: block; }
            .site-header .site-nav li.nav-search .search-toggle:before {
              content: "\f002";
              font: 1.6em/2.5em fontawesome;
              color: white;
              text-align: center;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              text-indent: 0;
              background: rgba(255, 255, 255, 0.2); }
            .site-header .site-nav li.nav-search .search-toggle:hover {
              background: black; }
        .site-header .site-nav li .menu-toggle {
          width: 4em;
          height: 4em;
          text-indent: -5000px;
          overflow: hidden;
          text-align: center; }
          .site-header .site-nav li .menu-toggle:hover {
            background: black; }
        .site-header .site-nav li:hover {
          overflow: hidden; }

  .login-links {
    position: absolute;
    width: 5.7em;
    height: 5.7em;
    font-size: 1em;
    right: 11.5em;
    padding: 0;
    top: 0; }
    .login-links li:first-of-type span.login-link, .login-links .myaccount {
      display: block;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      text-indent: -5000px;
      overflow: hidden;
      cursor: pointer;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      color: #09243d; }
      .login-links li:first-of-type span.login-link:after, .login-links .myaccount:after {
        content: "\f2bd";
        color: white;
        font: 2em/3em fontawesome;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        text-indent: 0; }
      .login-links li:first-of-type span.login-link:hover, .login-links .myaccount:hover {
        background: #09243d; }
    .login-links li:last-child {
      display: none; }

  .dropdown-content {
    position: absolute;
    background: white;
    padding: 3em;
    font-size: 1em;
    top: 4em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
    opacity: 1;
    z-index: -999;
    transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out; }
    .dropdown-content:before {
      content: '';
      border-bottom: solid 1em white;
      border-left: solid 1em transparent;
      border-right: solid 1em transparent;
      position: absolute;
      left: 50%;
      top: -1em;
      margin-left: -0.5em; }

  .myaccount-open .dropdown-content {
    top: 4em;
    opacity: 1;
    visibility: visible;
    z-index: 999; }

  .search-open .search-form {
    padding: 10% 5%; }

  .search-open .site-nav ul li .close-search {
    right: 5%;
    top: 2%; }
  
  /* Mobile menu */
  .site-nav ul li .mega-menu {
    bottom: 100%;
    transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out; }

  .menu-open .mega-toggle {
    background: #0b2d4c;
    z-index: 9999; }
  .menu-open .site-nav ul li .mega-menu {
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: #0b2d4c; }

  .site-header .site-nav ul li {
    overflow: hidden; }
    .site-header .site-nav ul li li.nav-community, .site-header .site-nav ul li li.nav-search {
      position: static;
      width: auto; }
    .site-header .site-nav ul li li.nav-community {
      background: #0b2d4c;
      z-index: 9; }
    .site-header .site-nav ul li li:hover:before, .site-header .site-nav ul li li:hover:after {
      display: none; }
    .site-header .site-nav ul li .mega-menu:before, .site-header .site-nav ul li .mega-menu:after {
      display: none; }
    .site-header .site-nav ul li .mega-menu .top-level-nav {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0em;
      overflow: scroll; }
      .site-header .site-nav ul li .mega-menu .top-level-nav ul {
        font-size: 1em; }
        .site-header .site-nav ul li .mega-menu .top-level-nav ul li {
          display: block;
          float: none;
          position: static;
          width: auto;
          background: #0b2d4c;
          margin: 0; }
          .site-header .site-nav ul li .mega-menu .top-level-nav ul li a {
            border: none;
            color: white;
            text-indent: 0;
            border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important; }
            .site-header .site-nav ul li .mega-menu .top-level-nav ul li a:hover {
              background: rgba(0, 0, 0, 0.5); }
      .site-header .site-nav ul li .mega-menu .top-level-nav .large-3,
      .site-header .site-nav ul li .mega-menu .top-level-nav .large-9 {
        display: none; }

  .site-header .site-nav li:nth-last-child(2):hover .mega-menu {
    display: block; }

  .menu-open .entry-content .share-article-vertical {
    display: none !important; } }
@media (max-width: 990px) {
  .site-header {
    margin-top: 0 !important;
    padding-top: 2em; } }
@media (min-width: 450px) and (max-width: 990px) {
  .search-open .search-form {
    padding: 15%; }

  .search-open .site-nav ul li .close-search {
    right: 5%;
    top: 3%; } }
@media (max-width: 1100px) {
  .site-header .search-form {
    margin-top: -0.6em !important;
    font-size: 0.9em; }

  .trending {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .trending p {
      cursor: pointer;
      padding-right: 0;
      padding-left: 0;
      width: 7em;
      float: left; }
      .trending p:before {
        display: none; }
    .trending ul {
      margin: 0;
      overflow: scroll;
      height: 4.5em;
      padding: 0;
      position: absolute;
      right: 0;
      left: 7em;
      white-space: nowrap;
      transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
      -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
      -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out; }
    .trending:after {
      content: "\f07e";
      font: 2em/2.4 fontawesome;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 3em;
      display: block;
      background: #ebebeb;
      text-align: center;
      color: #0b2d4c;
      animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      transform: translate3d(0, 0, 0);
      backface-visibility: hidden;
      perspective: 100px; } }
@media (max-width: 1380px) {
  .site-header,
  .trending {
    padding-left: 2em;
    padding-right: 2em; }

  .site-header .top-level-nav {
    display: block;
    float: none;
    border: none; }
    .site-header .top-level-nav ul li {
      display: none; }
      .site-header .top-level-nav ul li:nth-last-child(3) {
        display: block; }
      .site-header .top-level-nav ul li a:hover {
        background: black;
        color: white; } }
@media (max-width: 1280px) {
  .listcat .article-category a {
    top: 2.4em; }

  .site-nav {
    margin-left: -2em;
    margin-right: -2em;
    padding: 0 2em; } }
@media (max-width: 460px) {
  .features .main-feature .row .article-text h2 {
    font-size: 2.4em; }

  .features .main-feature .feature-image {
    max-height: 24em; }

  .comment-feature article,
  .comment-feature .secondary-content .dark-list-box {
    margin: 0 -2em; } }
@media (max-width: 560px) {
  .comment-feature header h2 {
    font-size: 3.6em; }

  .dark-boxes .columns {
    padding: 1em 0; } }
@media (min-width: 460px) and (max-width: 768px) {
  .features .article-grid article h2,
  .dark-boxes article h3 {
    font-size: 2.4em; } }
@media (max-width: 768px) {
  .home main {
    padding: 2em; }
    .home main .features .main-feature {
      background: white;
      padding: 2em;
      margin: -2em -2em 0 -2em; }
      .home main .features .main-feature .row {
        border: none;
        padding: 0; }
        .home main .features .main-feature .row .article-text .article-author {
          background: none; }
          .home main .features .main-feature .row .article-text .article-author:after {
            display: none; }
          .home main .features .main-feature .row .article-text .article-author a {
            background: none; }

  .article-grid ul li {
    min-height: 0; }
    .article-grid ul li:nth-child(1) {
      border-top: 0; }

  .main-feature .article-text {
    margin-bottom: 3em; }

  .dark-boxes article {
    min-height: 0; }

  .magazine-text {
    padding-right: 0; }

  .magazine-feature .ipad {
    position: relative;
    margin: 3em;
    left: 0; } }
@media (max-width: 990px) {
  .primary-content {
    width: 100%; }

  .home main {
    padding-bottom: 0; }

  .features {
    padding-right: 0;
    padding-bottom: 3em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    border-right: none; }

  .comment-feature .secondary-content {
    padding-left: 0; }

  .secondary-content {
    width: 100%; }

  .latest-news-col {
    border-lefT: none;
    padding-top: 3em;
    border-top: solid 1px white;
    border-bottom: 0; }
    .latest-news-col .latest-news {
      border: none;
      padding-left: 0; }
    .latest-news-col .newsletter {
      margin: 0 -2em; }

  .companies-feature {
    padding: 0 2em; }
    .companies-feature .secondary-content {
      padding-left: 0;
      padding-top: 3em; }

  .comment-feature .secondary-content .dark-list-box {
    min-height: 0; }

  .home-most-read ol {
    font-size: 2.1em; }
    .home-most-read ol li {
      width: 100%;
      float: none;
      margin: 4em 0; }
      .home-most-read ol li:before {
        font-size: 2em; }

  .comment-feature .primary-content {
    padding-bottom: 3em; }

  .home-content .columns {
    width: 100%;
    float: none; } }
@media (max-width: 1220px) {
  .features .main-feature .row .article-text h2 {
    font-size: 3em; } }
@media (max-width: 1380px) {
  .home main,
  .comment-feature,
  .home-most-read,
  .companies-feature,
  .home-content,
  .magazine-feature {
    padding-left: 2em;
    padding-right: 2em; } }
@media (max-width: 990px) {
  .companies-feature {
    padding-left: 1em;
    padding-right: 1em; }
    .companies-feature .secondary-content {
      padding-left: 0; } }
@media (min-width: 900px) {
  .single .large-8 {
    padding-right: 3em; } }
@media (max-width: 540px) {
  .poll {
    width: 100%;
    float: none;
    margin: 6em 0 3em 0; } }
@media (max-width: 600px) {
  .single.sidebar-closed .post-detail-row {
    padding-left: 0em; }

  .top-most-read {
    display: none; }

  .single main .entry-header {
    padding-top: 2em;
    margin-bottom: 3em; }
    .single main .entry-header h1 {
      font-size: 3em; }

  .entry-content {
    padding-left: 7em; }
    .entry-content .share-article-vertical {
      margin-left: -7em; }

  .in-article-mpu {
    float: none;
    margin: 4em auto 0 auto; }

  .share-article-vertical a {
    width: 3.5em;
    border-radius: 3.5em !important;
    -moz-border-radius: 3.5em !important;
    -webkit-border-radius: 3.5em !important; }
    .share-article-vertical a .share-article-vertical span {
      display: none !important; } }
@media (max-width: 400px) {
  .single main .entry-header h1 {
    font-size: 2.4em; }

  .entry-content {
    padding-left: 0 !important; }
    .entry-content .share-article-vertical {
      width: auto;
      position: relative;
      margin-left: 0 !important;
      top: 0em; }
      .entry-content .share-article-vertical .st-btn {
        display: inline-block !important;
        margin: 0 1em 3em 0 !important; } }
@media (max-width: 1140px) {
  .single main .top-most-read ol li {
    padding: 0 1em; }
    .single main .top-most-read ol li a {
      max-height: 80px;
      overflow: hidden;
      display: block;
      margin-bottom: 1em; }
      .single main .top-most-read ol li a img {
        width: 100%; }
    .single main .top-most-read ol li:before {
      left: 0;
      top: 0;
      width: 1em;
      height: 1em;
      background: #0b2d4c;
      color: white;
      text-align: center;
      font-size: 1.8em;
      line-height: 1; }

  .post-image {
    width: 100%;
    max-width: 100%;
    margin: 0 0 3em 0; } }
@media (min-width: 600px) and (max-width: 768px) {
  .single main .top-most-read ol li {
    float: left;
    width: 33.3333%;
    padding-left: 1.8em; }
    .single main .top-most-read ol li a {
      margin: 0;
      display: none; }
      .single main .top-most-read ol li a img {
        display: none; }
    .single main .top-most-read ol li:before {
      font-size: 1.2em; }
    .single main .top-most-read ol li b a {
      display: block; }
    .single main .top-most-read ol li.nav-search {
      display: none; } }
@media (max-width: 640px) {
  .entry-content {
    padding-left: 0 !important; }
    .entry-content .share-article-vertical {
      position: relative !important;
      width: 100% !important;
      margin: 0em 0 3em 0 !important;
      text-align: center !important;
      border-bottom: solid 1px #ebebeb;
      padding: 0 0 2em 0;
      border-top: solid 1px #ebebeb; }
      .entry-content .share-article-vertical .share-title {
        display: inline-block;
        margin: 0 0.8em 0 0;
        position: relative;
        top: 1em; }
      .entry-content .share-article-vertical a {
        display: inline-block;
        margin: 0 0.2em; } }
@media (max-width: 768px) {
  .single main {
    padding-left: 2em;
    padding-right: 2em; }
    .single main .large-8 {
      padding-right: 0; }

  .entry-content .pullquote,
  .rightpullquote {
    width: 100%;
    min-width: 0;
    float: none;
    margin: 3em 0; } }
@media (min-width: 1140px) {
  .single main .entry-header h1 {
    font-size: 4em; } }
@media (max-width: 990px) {
  .project,
  .article {
    padding-left: 32em; }

  .single main {
    padding-left: 2em;
    padding-right: 2em !important; }
    .single main .large-8 {
      padding-right: 0; } }
@media (max-width: 700px) {
  .post-image {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 3em 0; }

  .size-full {
    margin-bottom: 1em;
    width: 100%; }

  .top-padding {
    padding-top: 0em; } }
@media (max-width: 1280px) {
  .entry-content {
    padding-left: 7em; }
    .entry-content .share-article-vertical {
      margin-left: -7em;
      width: 4em; }
      .entry-content .share-article-vertical a {
        width: 40px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%; }
        .entry-content .share-article-vertical a span {
          display: none !important; } }
@media (max-width: 1190px) {
  .article .primary-content {
    width: 100%; }
  .article .secondary-content {
    width: 100%; } }
@media (min-width: 1190px) and (max-width: 1420px) {
  .article .primary-content {
    width: 62%; }
  .article .secondary-content {
    width: 37%; } }
@media (min-width: 1660px) {
  .article-sidebar .scrolling-content h2:before {
    left: 1.5em !important; }

  .entry-content {
    padding-left: 0; }
    .entry-content p {
      color: #666; }
      .entry-content p:first-of-type {
        font-size: 2.4em;
        color: #666; }
    .entry-content .pullquote p,
    .entry-content .rightpullquote p {
      font-size: 2em; } }
/* Vertical responsiveness */
@media (max-height: 950px) {
  .single main .entry-header {
    padding: 4em 0 2em 0;
    margin-bottom: 4em; }
    .single main .entry-header h1 {
      font-size: 3em; } }
@media (max-height: 800px) {
  .single main .entry-header {
    padding: 3em 0 1em 0;
    margin-bottom: 3em; }
    .single main .entry-header h1 {
      font-size: 2.7em; }

  .entry-content p, .entry-content table, table {
    font-size: 1.6em; }
    .entry-content p:first-of-type {
      font-size: 1.9em; } }
@media (max-height: 650px) {
  .single main .entry-header {
    padding: 2em 0 1em 0;
    margin-bottom: 2em; }
    .single main .entry-header .post-categories {
      font-size: 1.5em; }
    .single main .entry-header h1 {
      font-size: 2.3em; } }
@media (max-width: 840px) {
  .project,
  .article {
    padding-left: 2em !important; }
    .project .entry-header h1,
    .article .entry-header h1 {
      font-size: 3em !important; } }
@media (max-height: 900px) {
  .most-read ol li {
    margin-bottom: 2em; } }
@media (max-width: 990px) {
  .sidebar {
    display: none; } }
@media (max-width: 989px) {
  .project {
    padding-left: 3em;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; }

  .project-sidebar {
    left: -31em; }
    .project-sidebar .sidebar-toggle:after {
      content: "\f054"; }

  .sidebar-closed .project-sidebar {
    left: -34em !important; } }
@media (max-width: 1400px) {
  .single-format-audio .post-image {
    width: 100%;
    max-width: 100%;
    margin: 0 0 3em 0;
    float: none; } }
@media (min-width: 1280px) and (max-width: 1499px) {
  .project-sidebar {
    left: -3em; }

  .fixed-sidebar {
    left: 0em; } }
@media (min-width: 1500px) {
  .project-sidebar {
    left: -5em; }

  .fixed-sidebar {
    left: 0em; } }
@media (min-width: 1660px) {
   /*.entry-content {
    padding-left: 12em;} */

  .project-sidebar .scrolling-content h2:before,
  .article-sidebar .scrolling-content h2:before {
    left: -1em; }
  .project-sidebar .scrolling-content .sal li:first-child:before,
  .article-sidebar .scrolling-content .sal li:first-child:before {
    left: 2.67em; } }
@media (max-width: 1660px) {
  .article-sidebar {
    width: 32em; }
    .article-sidebar .scrolling-content .sal li {
      padding: 1em; }
    .article-sidebar .scrolling-content .sal:before {
      left: 2.41em; } }
@media (max-width: 1970px) {
  .project .sharethis-inline-share-buttons {
    display: none;
    position: fixed;
    left: 2em;
    margin: 0;
    top: 2em;
    width: 27em; }
    .project .sharethis-inline-share-buttons .st-btn.st-remove-label {
      width: 40px !important;
      height: 40px !important;
      border-radius: 100% !important;
      -moz-border-radius: 100% !important;
      -webkit-border-radius: 100% !important;
      display: inline-block !important;
      white-space:normal !important;
	  overflow: hidden !important;
      float: left !important;
      margin: 0 0.5em !important; }
  .project .entry-content {
    padding-left: 0; } }
@media (min-width: 2000px) {
  .project {
    padding-left: 0; } }
@media (min-width: 1800px) {
  .article-sidebar,
  .project-sidebar {
    width: 39em; } }
@media (max-width: 768px) {
  .category header h1 {
    font-size: 1.4em; }

  .pal li {
    padding: 2em; }
    .pal li .article-image {
      padding: 0 0 2em 0; }
      .pal li .article-image img {
        width: 100%; } }
@media (max-width: 400px) {
  .pal li {
    padding: 2em 0; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .pal li {
    padding: 2em; }
    .pal li .article-image {
      padding-right: 2em; } }
@media (max-width: 1400px) {
  .category main {
    padding: 0 3em; } }
@media (max-width: 500px) {
  .category main {
    padding: 0 2em; } }
@media (max-width: 800px) {
  .login-form {
    left: 0;
    top: 0;
    margin-left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    height: 53em; }

  .registermob {
    display: none; }

  .login-links li a {
    padding-bottom: 0.8em;
	font-size: 13px !important;
	}

  .login-form h2 {
    margin-bottom: -0.4em; }

  .login-form .login-remember label {
    float: left;
    padding-top: 1em; } }
@media (min-width: 768px) {
  .login-form .login {
    padding-right: 3em;
    border-right: solid 1px rgba(255, 255, 255, 0.1); }
  .login-form .register {
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    padding-left: 3em; } }
@media screen and (min-width: 30em) {
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875rem; }

  /* Fix image alignment */
  img.alignleft {
    float: left;
    margin-right: 1.5em; }

  img.alignright {
    float: right;
    margin-left: 1.5em; }

  /* Gallery Columns */
  .gallery-item {
    max-width: 25%; }

  .gallery-columns-1 .gallery-item {
    max-width: 100%; }

  .gallery-columns-2 .gallery-item {
    max-width: 50%; }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }

  .gallery-columns-4 .gallery-item {
    max-width: 25%; } }
@media screen and (min-width: 48em) {
  .comments-pagination,
  .post-navigation {
    clear: both; }

  .post-navigation .nav-previous {
    float: left;
    width: 50%; }

  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }

  .nav-next,
  .post-navigation .nav-next {
    margin-top: 0; }

  /* Comments */
  #comments {
    padding-top: 5em; }

  .comments-title {
    margin-bottom: 2.5em; }

  ol.children .children {
    padding-left: 2em; }

  /* Posts pagination */
  .nav-links .nav-title {
    position: relative; }

  .nav-title-icon-wrapper {
    position: absolute;
    text-align: center;
    width: 2em; }

  .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    left: -2em; }

  .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    right: -2em; }

  /* Gallery Columns */
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; } }
@media screen and (min-width: 67em) {
  /* Pagination */
  .page-numbers {
    display: inline-block; }

  .page-numbers.current {
    font-size: 15px;
    font-size: 0.9375rem; }

  .page-numbers.current .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  /* Comments */
  .comment-body {
    margin-left: 0; } }
@media (max-width: 600px) {
  #aboutus_intro .about_box_online {
    width: 100%; }
  #aboutus_intro .about_magazine_box {
    width: 100%; }
  #aboutus_intro .about_intro_page {
    padding: 2em; } }
@media (max-width: 600px) {
  .about_online_page {
    padding: 2em; }

  .magazine_issue img {
    max-width: 100%;
    width: 100%; }
  .magazine_issue .issue_number {
    margin-top: 1em; }

  #about_online_sidebar {
    margin-top: 2em; } }
@media (max-width: 600px) {
  .about_online_page {
    padding: 2em; } }
@media (max-width: 728px) {
  #advertise_page .adv_us_box p {
    padding-right: 0; }
  #advertise_page .adv_online_box p {
    padding-right: 0; }
  #advertise_page .adv_mag_box p {
    padding-right: 0; }
  #advertise_page .adv_us_box {
    padding: 2em; }
  #advertise_page .adv_online_box {
    padding: 2em; }
  #advertise_page .adv_btn {
    width: 100%; }
  #advertise_page .adv_mag_box {
    padding: 2em; }

  .adv_img_box:before,
  .adv_img_box2:before,
  .adv_img_box3:before {
    display: none !important; }

  .adv_img_box:after,
  .adv_img_box2:after,
  .adv_img_box3:after {
    display: none !important; } }
@media (max-width: 600px) {
  #contactus_page {
    padding: 2em; } }
@media (max-width: 600px) {
  #editorial_page .contributor_page {
    padding: 2em; }
    #editorial_page .contributor_page .contributor_article {
      padding-left: 0em !important; }
    #editorial_page .contributor_page li:before {
      display: none; }
  #editorial_page .contributor_img_box {
    display: block;
    text-align: center; }
  #editorial_page .contributor_text_article {
    padding-top: 2em;
    padding-left: 0em !important; }
  #editorial_page .timeline_date {
    display: none; } }
@media (max-width: 600px) {
  .site-footer nav ul li a {
    display: block;
    padding: 1em;
    color: white;
    font-size: 0.8em; }

  .site-footer p {
    color: white;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 1em;
    font-size: 1em; }

  .site-footer nav ul li {
    display: block;
    font-family: 'montserrat'; }

  #magazine_page .future_magazine_box2 {
    padding: 2em; }
    #magazine_page .future_magazine_box2 img {
      position: relative;
      left: 0;
      width: 100%; }
  #magazine_page .future_magazine_box {
    padding: 2em; }
  #magazine_page .future_magazine_box3 {
    padding: 2em; }
    #magazine_page .future_magazine_box3 input {
      width: 100%; }
    #magazine_page .future_magazine_box3 button {
      width: 100%; }
  #magazine_page .future_magazine_box4 {
    padding: 2em; }
  #magazine_page .future_magazine_box5 {
    padding: 2em; }
    #magazine_page .future_magazine_box5 img {
      width: 100%;
      display: block;
      margin-top: 0em; }
    #magazine_page .future_magazine_box5 p {
      width: auto;
      float: none;
      display: block; }
  #magazine_page .cool_btn2 {
    margin-left: 0em;
    width: 100%;
    margin-top: 0; }
  #magazine_page .cool_btn1 {
    width: 100%; }
  #magazine_page .cta-try-btn {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    #magazine_page .cta-try-btn:after {
      right: 2.8em; }
  #magazine_page .author {
    margin-top: 0em;
    padding-left: 2em; }
  #magazine_page .feedback_box {
    padding-bottom: 5em;
    padding: 2em; }
    #magazine_page .feedback_box blockquote {
      padding: 2em; }
      #magazine_page .feedback_box blockquote:before {
        left: 0em; }
      #magazine_page .feedback_box blockquote:after {
        right: 0.5em; }
  #magazine_page .future_magazine_box6 {
    padding: 2em;
    margin-top: 1em; }
    #magazine_page .future_magazine_box6 p {
      width: 100%;
      float: none;
      display: block; }
    #magazine_page .future_magazine_box6 h2 {
      width: 100%;
      padding-top: 0em; }
    #magazine_page .future_magazine_box6 img {
      width: 100%; }
    #magazine_page .future_magazine_box6:after {
      display: none; }
  #magazine_page .mag_headline {
    padding-left: 1em; }
  #magazine_page .cta-reading-btn {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 600px) {
  #sign_up_page .email_updates_box label {
    width: 300px; }

  #step_2 {
    text-align: center !important; }

  #step_2 img {
    float: none !important; } }
@media (max-width: 600px) {
  #subscribe_page .sub_form {
    padding: 2em; }
    #subscribe_page .sub_form button {
      width: 100%; } }
@media (max-width: 600px) {
  #whitepaper_page .whitepaper_box_first {
    padding: 2em; }
  #whitepaper_page .white_paper_logo_box {
    display: none; }
  #whitepaper_page .white_paper_form {
    top: 0; }
    #whitepaper_page .white_paper_form input {
      width: 100%; }
  #whitepaper_page .whitepaper_box_second {
    padding: 2em; }
  #whitepaper_page .cta-form-download {
    display: none; }
  #whitepaper_page .cta-form-download_mobile {
    width: 100%;
    display: block; }
  #whitepaper_page .white_form_checkbox label {
    width: 270px !important; }
  #whitepaper_page .related_white_paper_box h3 {
    margin-top: 1em;
    text-align: center; } }
@media (max-width: 600px) {
  #company-az .listing-letters {
    padding: 2em;
    text-align: left; }
    #company-az .listing-letters a {
      display: inline-block; }
  #company-az .listing_content .alpha_letter {
    left: -1.4em;
    top: -3em; }
  #company-az .listing_content {
    margin-left: 3em;
    padding-left: 0; } }
@media (max-width: 600px) {
  #product_service {
    padding: 1em; }
    #product_service .p_s_box {
      background: -moz-linear-gradient(left, white 91%, #ffffff 86%);
      background: -webkit-linear-gradient(left, white 91%, #ffffff 86%);
      background: linear-gradient(to right, white 91%, #ffffff 86%); }
      #product_service .p_s_box:hover {
        background: none !important; }
      #product_service .p_s_box span {
        float: none;
        color: #FF9800;
        font-size: 1rem;
        position: relative;
        top: 0;
        width: auto;
        text-align: center;
        text-shadow: none;
        transition: 0.5s all;
        background: none;
        padding: 0.2em 0.5em;
        font-weight: 700; } }
@media (max-width: 600px) {
  #white_paper_listing .posts {
    padding: 2em; }

  #white_paper_listing .post-date {
    width: 100%;
    background: none;
    color: #0b2d4c;
    padding-bottom: 0; } }
@media (max-width: 600px) {
  #search_results_page .search_results .search_img {
    padding: 0em; }

  #whitepaper_page .white_paper_form select {
    width: 100%; }

  #category_project .pal li .article-image {
    padding: 0; } }
@media (max-width: 600px) {
  #category_project .white_box_category {
    width: 100%;
    margin: 0;
    margin-top: 2em; }

  #category_project .white_box_category:after {
    top: -1.1em;
    left: 2%; } }
@media (max-width: 600px) {
  .sponsored-article-header {
    width: 100%; }

  .sponsored_left_box {
    padding-left: 0em !important;
    position: relative; } }
@media (max-width: 1380px) {
  .features .main-feature .row .article-text h2 {
    font-size: 3em;
    margin: 0; }

  .latest-news-col .latest-news .btn {
    margin-top: 1.5em; }

  .dark-list-box ul li {
    padding-bottom: 0.8em; }

  .make_me_equal {
    height: 524px; } }
@media screen and (min-width: 70em) and (max-width: 89.9999em) {
  .row {
    max-width: 125em !important; }

  body {
    font: 58.5% 'Lora', Georgia, serif !important; }

  #company-az .listing-letters a {
    font-size: 1.3rem !important; }

  #company-az .listing-letters {
    padding: 3em 0 !important;
    margin: 40px 0 !important;
    margin-bottom: 10em !important; } }
@media (max-width: 600px) {
  .in-between-articles {
    display: none; }

  .entry-content .rightpullquote {
    max-width: 320px !important; }

  .post-image {
    min-width: 0 !important;
    min-height: 0 !important; }

  #editorial_page .contributor_page .contributor_article .author_img_box {
    padding: 0; }

  .pagination a {
    display: inline-block;
    padding: 0.5em !important; }

  .nav-links .prev {
    display: none; }

  .nav-links .next {
    display: none; }

  .tab .tabs li {
    display: block; }

  .sidebar-closed .article-sidebar {
    left: -350px; }

  #infinite-article .sidebar {
    display: block !important; }

  #infinite-article .entry-header .entry-title {
    font-size: 1.8rem !important; }

  .share-title {
    display: none; }

  .share-article {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    width: 300px;
    z-index: 2; }
    .share-article .email {
      width: auto;
      text-align: center;
      display: inline-block;
      padding: 0 14px 0 14px;
      vertical-align: baseline; }
    .share-article .share-article .social {
      display: inline-block;
      width: auto;
      padding: 0 14px 0 14px;
      vertical-align: top; }
      .share-article .share-article .social span {
        opacity: 0; }
      .share-article .share-article .social .whatsapp {
        width: 148px;
        text-align: center; }
      .share-article .share-article .social .reddit {
        width: auto;
        text-align: center;
        display: inline-block;
        padding: 0 14px 0 14px;
        vertical-align: baseline; }

  .share-article .social.whatsapp {
    text-align: center; }
    .share-article .social.whatsapp .fa {
      width: auto; }

  .share-main .email i {
    width: auto; }

  .share-main .reddit i {
    width: auto !important; } }
@media (max-width: 1100px) {
  .site-header .site-nav li.nav-all {
    display: none !important; }

  .site-header .site-nav li.nav-search .search-toggle {
    display: none !important; }

  .site-header .site-nav li.nav-search {
    display: none !important; }
	
	.advt_btn { display: none!important; }

  .login-links li:last-child {
    display: block;
    position: relative;
    right: 0 !important;
    left: -4px !important;
    font-size: 1.6em; }

  .nav-right-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; } }
@media (min-width: 1100px) {
  .themobile-menu {
    display: none; }

  .site-header .site-nav li.nav-search .search-toggle {
    display: none; } }
@media (min-width: 768px) and (max-width: 990px) {
  .site-header .search-form {
    margin-top: -1.6em !important; } }
@media (max-width: 1281px) {
  .tax-sector .newsletter {
    margin: 3em !important;
    margin-right: 0em !important; }
  .tax-sector .slick-slider .slick-arrow {
    right: -2em !important; }
  .tax-sector .slick-slider .slick-prev {
    left: -4em !important; } }
@media (max-width: 600px) {
  .tax-sector #product_service .sort_region .region_box {
    width: 46%;
    margin: 0.5em; }
  .tax-sector .pal.project_box_category li {
    padding: 0 !important; }
  .tax-sector .primary-content {
    padding: 2em !important; }
  .tax-sector .archive .latest-news-col .latest-news {
    padding: 2em !important; }
  .tax-sector .latest-news-col .mpu {
    padding: 2em !important; }
  .tax-sector .newsletter {
    margin: 5em !important;
    margin-right: 5em !important; }
  .tax-sector .home-most-read ol li {
    margin: 1em 0 !important;
    padding: 0em 3em !important; }
  .tax-sector .magazine-feature .magazine-text {
    padding-right: 0 !important;
    padding-bottom: 3em !important; }
  .tax-sector .magazine-feature .ipad {
    margin-bottom: 0em !important; }
  .tax-sector .slick-slider .slick-arrow {
    display: none !important; } }
@media (min-width: 778px) {
  .search-mobile {
    display: none !important; } }
@media (min-width: 990px) and (max-width: 1100px) {
  .mobile-logo {
    display: block !important;
    margin-top: 0.95em; } }
@media (max-width: 1100px) {
  .mobile-logo {
    display: block !important; } }
@media (min-width: 1100px) {
  .mobile-logo {
    display: none !important; } }
@media (max-width: 768px) {
  .search-mobile {
    display: block;
    position: absolute;
    right: 0;
    width: 5em;
    height: 6em; }

  .dark-boxes .columns {
    height: auto; }

  .slick-list {
    margin-left: 1.9em;
    overflow: visible; }

  .company-a-z-feature {
    overflow: hidden; }

  .home-most-read ol li {
    width: 100%;
    float: none;
    margin: 2em 0;
    font-size: 0.83em; }

  .slick-slider .slick-arrow {
    display: none !important; } }
@media (min-width: 1440px) {
  .comment-feature .secondary-content .dark-list-box {
    max-height: 765px; } }
/*@media (min-width: 1101px) {
    .site-header {
        margin-top: 130px;
    }
} */
@media (max-width: 840px) {
  .sidebar-toggle {
    margin-left: 220px; }

  .projects-template-default .sidebar-toggle {
    top: 105px; }
  .projects-template-default .fixed-sidebar.sidebar-toggle {
    top: 0px; }

  /*.fixed-sidebar.sidebar-toggle {
      height: 63px !important;
  } */
  .sidebar-closed .sidebar-toggle {
    margin-left: 0px !important; }

  .advertise_link {
    width: 100%; }

  .margin_ten_left .column-grid-3 {
    width: 100%;
    padding-right: 0em; }
    .margin_ten_left .column-grid-3 img {
      width: 100%;
      padding-right: 0em; }

  #company-az .listing-letters {
    margin: 0;
    margin-bottom: 10em;
    line-height: 3.8em; } }
@media (min-width: 1661px) {
  .sidebar-closed .article-sidebar {
    left: -540px; }

  .sidebar-closed .sidebar-toggle {
    margin-left: 0px !important; } }
@media (min-width: 1800px) {
  .fixed-sidebar.sidebar-toggle {
    height: 63px !important; } }
@media (min-width: 1800px) {
  .sidebar-toggle {
    margin-left: 0px; }

  .fixed-sidebar.sidebar-toggle {
    height: 63px !important; } }
@media only screen and (min-width: 1120px) and (max-width: 1439px) {
  .fixed-sidebar.sidebar-toggle {
    margin-left: 245px; } }
@media (max-width: 340px) {
  .slick-list {
    overflow: auto; }

  .slick-slider .slick-dots li {
    margin: 0 0.3em; }

  .article-sidebar {
    width: 30em; }

  .sidebar-toggle {
    margin-left: 230px; }

  .most-read h3:after {
    background-size: 70%;
    background-position: bottom; } }
@media (max-width: 600px) {
  .featured-box {
    margin-bottom: 10em; }

  .home-content .pressreleases:before {
    top: 0.8em;
    margin-left: 3.1em;
    position: relative; }

  .home-content .projects:before {
    top: 0.8em;
    margin-left: 3.1em;
    position: relative; }

  .home-content .whitepapers:before {
    top: 0.8em;
    margin-left: 3.1em;
    position: relative; }

  .company_box_long article {
    min-height: 36em !important;
    height: 100% !important; }

  .featured-box .title-box {
    position: absolute;
    width: 90%;
    bottom: -35%;
    left: 5%;
    right: 5%;
    text-align: center;
    padding: 1em;
    background: white;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(208, 208, 208, 0.23); }

  .featured-box .title-box .post-title {
    font-size: 1.6rem;
    margin: 0;
    font-weight: 700; }

  .tax-sector .pal li {
    padding: 1.5em !important; }

  #category_project {
    padding: 2em; }

  #search_results_page .search_results {
    padding-top: 3em;
    padding-right: 2em; }

  #search_results_page {
    padding-left: 1em; }

  #company-az {
    padding: 1em; }

  .search_content {
    padding-top: 2em; }

  .project-sidebar {
    width: 32em; }

  .latest-news .btn {
    display: block;
    width: 100%; }
    .latest-news .btn a {
      text-align: center;
      width: 100%;
      display: block; }

  .latest-news-col .mpu {
    padding-left: 0;
    padding-right: 0; }
  .latest-news-col .newsletter {
    margin-bottom: 2em; }

  .features .main-feature .row .article-text {
    padding-right: 0; }
    .features .main-feature .row .article-text .article-category a {
      background: white; }

  .comment-feature .secondary-content .dark-list-box {
    max-height: 780px; }

  .comment-feature .btn {
    margin-top: 0; }

  .companies-feature .companies-search form input:first-of-type {
    width: 65%; }

  .companies-feature .companies-search form input[type='submit'] {
    width: 35%;
    font-weight: 500; }

  .cards .save-article {
    bottom: 0 !important;
    right: 0 !important;
    left: auto; }

  .dark-list-box ul.whitepapers-list li {
    max-height: 145px; }

  .magazine-feature {
    padding-top: 3em; }
    .magazine-feature .ipad {
      display: none; }
    .magazine-feature .magazine-text {
      padding-right: 0em !important; }
      .magazine-feature .magazine-text form input[type="email"] {
        width: 65%; }
      .magazine-feature .magazine-text form button {
        width: 35%; }
    .magazine-feature h2 {
      font-size: 1.9rem; }
    .magazine-feature .btn {
      margin: 2em 0 3em 0; }
      .magazine-feature .btn a {
        width: 100%;
        display: block;
        text-align: center; }

  .site-footer nav ul li a {
    padding: 0.7em; }

  .site-footer p {
    font-size: 0.8rem; }

  .features .main-feature .row .article-text p {
    padding-bottom: 0em; }

  .related-companies .r-c-img {
    width: 25%;
    float: left; }
  .related-companies .r-c-title {
    width: 75%; }

  .sidebar-toggle {
    margin-left: 240px; }

  .project .sidebar-toggle {
    top: -26px; }

  .project .sidebar-toggle.fixed-sidebar {
    height: 54px !important;
    top: -0px; }

  .sidebar-closed .project .sidebar-toggle {
    top: 40vh; } }
/** 16.1.2018***/

@media only screen and (max-width:1024px){
.onmb.advt_btn.btn{display: block !important;width: 100%; float: left; margin-bottom: 4px;text-align: center;}
     
  .onmb.advt_btn.btn a {font-size: 16px; padding: 8px 38px;    line-height: 1.8; border-radius: 0 0 10px 10px;}  
  .style1.site-header.light {float: left; width: 100%;}
}
@media only screen and (max-width:767px){
  .onmb.advt_btn.btn a { font-size: 14px; padding: 7px 14px;  line-height: 1.8;  border-radius: 0 0 8px 8px;}  
 
   .block-ser form.search-form {display: none;}

}
@media (max-width: 420px) {
  .projects-template-default .sidebar-toggle {
    margin-left: 250px;
    top: 105px; }
  .projects-template-default .fixed-sidebar.sidebar-toggle {
    top: 0px; } }
@media (max-width: 1140px) {
  .slick-slider .slick-arrow {
    display: none !important; } }
@media (max-width: 460px) {
  .slick-slider .caption {
    position: relative !important;
    background: #0a2e4d !important; } }
@media (max-width: 1005px) {
  .cards .columns article {
    min-height: 35em; } }
a.disabled {
   pointer-events: none;
   cursor: default;
   opacity : 0.5;
}
#ctagd {
  background: #30283d;
  padding: 1em;
  text-align: center;
  color: white;
  border: 1px solid #01d5a2;
  font-family: Montserrat, sans-serif;
  position: relative;
  margin-right: -2.5em;
  overflow: auto;
  margin-top: 30px;
}

@media (max-width: 700px) {
  #ctagd {
    margin-right: 0;
  }
  #ctagd>.header_ctagd h3 {
    margin-top: 0.4em;
}
  .header_ctagd {
    text-align: left;
    padding: 0;
    margin: 0 !important;
    margin-left: 3em !IMPORTANT;
    margin-bottom: 2em !important;
}
.cta_full_report h3 {
  text-align: left;
    padding: 0 1em;
    font-size: 1.6em !important;
    margin-left: 1em !important;
}
#ctagd>.ctacenter.report_topic li {
	font-size: 1.2em;	
}
  .header_ctagd img {
    margin-top: -1em !important;
    margin-left: 0 !important;
  }
  .cta_full_report a {
    font-size: 1.5em !important;
  } 
}

.header_ctagd {
}

.ctacenter span {
  color: #00d5a2;
}
.ctacenter {
  font-size: .8em;
}

.cta_full_report a {
  background: #5c3e70;
  padding: .4em 1em;
  position: relative;
  display: inline-block;
  color: white;
  font-size: 2.4em;
  margin-top: .8em;
  margin-bottom: 1.4em;
  font-weight: 300;
  margin-left: -1em;
}
.cta_full_report span {
  text-align: center;
  display: inline-block;
}

.fricon {
  position: absolute;
  left: 16px;
  bottom: 20px;
  max-width: 17%;
}

.gdiconcta {
  position: absolute;
  bottom: 20%;
  right: 2em;
  max-width: 15em;
}

span.arrowsicon i {
  background: #00dca4;
  font-size: 1em;
  position: absolute;
  top: 0;
  line-height: 2;
  padding: 0 0.7em;
  margin-left: .5em;
}

.cta_full_report a:hover {
  background: #00dca4;
  color: black;
  transition: .4s;
}

span.arrowsicon {
    vertical-align: middle;
}

.ctagdleft img {
  max-width: 14em;
}

.ctagdright img {
  max-width: 15em;
  margin-top: 4em;
}



.header_ctagd span img {
  max-width: 20em;
  margin-left: 1em;
  margin-top: 7px;
}
.header_ctagd h3 {
  display: inline-block;
  color: #00dca4;
  vertical-align: middle;
}
.header_ctagd span {
  display: inline-block;
}

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

.ctacenter.report_topic li {
  padding-left: 2em; 
  padding-right: 2em; 
  text-indent: -.7em;
  text-align: left;
  vertical-align: middle;
  font-size: 1.4em;
  text-decoration: underline;
}

.ctacenter.report_topic li::before {
    content: "• ";
    color: rgb(0, 220, 164);
    font-size: 1.7em;
    display: inline-block;
    text-decoration: none !important;

}

#ctagd>.header_ctagd h3 {
    font-size: 2em;
}
#ctagd>.large-12>.cta_full_report h3 {
    font-size: 2em;
}

.cta_full_report h3 {
  color: #00dca4;
  margin-bottom: 0 !important;
}

.cta_full_report {
  margin-left: -1em;
}

p.creditreport {
  font-size: 1.2em !important;
  text-align: center;
  padding: 1em;
}

.cta_full_report h3 {
  text-align: center;
  padding: 0 1em;
}

.marketliners {
  background: #457cc2 !important;
}

.marketliners .cta_full_report h3 {
  color:  black;
}

.marketliners .header_ctagd h3 {
  color:  white;
}

.marketliners .cta_full_report a {
  background: #75b74b;
}

.marketliners span.arrowsicon .fa-angle-double-right:before {
  color: #74b74a;
}
.marketliners span.arrowsicon i {
  background: white;
}
.gdreport2 .cta_full_report a {
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.2;
}
.marketliners  img.marketline_logo
{
	width: 155px;
}
.related-companies-heading h3 span a
{
    font-size: 10px;
    background: #0b2d4c;
    color: white;
    padding: 1.5% 1% 1.5% 1%;
    float: right;
}
section.about_us_content a img {
    max-width: 30em;
}
.site-nav ul li:nth-last-child(2) a{ border-right:0; margin-right:0}
.login-hover .dropdown-content span.register-mobilemenu {display:none;}
@media (max-width: 1100px) {.login-links li:first-of-type span.login-link, .login-links .myaccount{text-indent:0; height: 5.5em; max-width: 5em;}  .registermob { display: none; } }
@media (max-width: 767px) { .login-links { right: 15.5em; } .themobile-menu { margin-right:3.3em;} .login-hover .dropdown-content span.register-mobilemenu {display:block;}}
/*@media (max-width: 500px) {.login-links {right: 47%; }}*/
@media (max-width: 500px) { .login-links {right: 30%; } }

body.post-template-single-deals-finance.post-template-single-deals-finance-php .site-footer { 
    padding-left: 0em;
}

body.post-template-single-deals-law.post-template-single-deals-law-php .site-footer { 
    padding-left: 0em;
}

/* Helper css */

.mb-40{
  margin-bottom: 40px;
}

/*whitepager*/

.whitepaper-form__download_title {
  display: block;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9em;
}
.whitepaper-form { overflow:hidden;}

.whitepaper-form h2 {
  display: inline-block;
  margin-top: 1.6em;
  font-weight: 400;
  font-family: 'Lora', serif;
  font-size: 2em;
  background: #0a2d4c;
  color: white;
  padding: .2em;
}

.whitepaper-form__left {
  position: relative;
  background: #bddaf3 ;
  padding: 2em;
}

.whitepaper-form__right {
  background: #0a2d4c ;
  color: white;
  padding: 2em;
}

.whitepaper_logo {
max-width: 20em;
  margin: 1em 0;
}
.whitepaper-form__text {
  margin: 2em 3.2em 2em 0;
}
.whitepaper-form__text p {
  font-family: 'Lora', serif;
  font-size: 1.6em;
}

.whitepaper-form__left:after {
    content: '';
    position: absolute;
    top: calc(50% - 2em);
    right: -6em;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 70px solid #bddbf4;
    transform: rotate(-90deg);
    clear: both;
}

.download_form {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  margin-top: 0%;
  font-family: 'Lora', serif;
}
.download_form input.wpcf7-text{
 /* margin-top: 2em;*/ margin-top:0.3em;
  display: block;
  min-height: 3em;
}
.download_form label { color:#fff; text-align: left;
margin-top: 1em; line-height: 1.5;}
.download_form a { color:#bddbf4;}
.download-form-button a,  .wpcf7-form-control.wpcf7-submit, #whitepaper_page input.wpcf7-form-control.wpcf7-submit {
  background: #bddbf4;
  color: black;
  font-weight: 300;
  display: block;
  line-height: 3;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}
.terms-condition {
  text-align: left;
  margin-bottom: 1.5em;
  font-size: .8em;
}
.terms-condition input {
    display: inline-block;
    margin: 0;
    margin-right: 1em;
}
.terms-condition span {
  width: 90%;
  display: inline-block;
  vertical-align: top;
}

.whitepaper-form input {
  border-radius: 0;
  border: 4px solid #bddbf4;
  font-family: 'Montserrat', sans-serif;
}
.whitepaper-form input::placeholder {
  color: #0a0a0a;
  font-family: 'Montserrat', sans-serif;
  font-size: .9em;
}

.whitepaper-form select {
  border-radius: 0;
  border: 4px solid #bddbf4;
  font-family: 'Montserrat', sans-serif;
}
.whitepaper-form select::placeholder {
  color: #0a0a0a;
  font-family: 'Montserrat', sans-serif;
  font-size: .9em;
}

.datato {
    display: inline-block;
    margin-left:  9%;
    background: #061b2c;
  margin-top: 1em;
}

span.whitepaper_company {
    display:  inline;
    color: #bddbf4;
}
.form_second_step input {
  margin-top: 1em;
}
.form_second_step .whitepaper-form__download_title {
  margin-bottom: 1em;
}

.download-whitepaper__thankyou {
    position: relative;
    background: #bddaf3;
    margin-top: 2em;
}
.thankyou-text {
  text-align: center;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8em;
  padding: 1em;
}

.thankyou_left, .thankyou_right {
  background: #102D4C;
  color: white;
  text-align: center;
}

.thankyou_left img {
  margin: 4em 0 3.2em 0;
  max-width: 9em;
}
.thankyou_left a {
  display: block;
  font-family: 'Lora', serif;
  color: white;
  font-size: 1.1em;
  padding-bottom: 2em;
}

.download-whitepaper__thankyou .download-form-button {
  padding-bottom: 2.15em;
}

.thankyou-text {
position: relative}

.thankyou-text:after {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    left: calc(50% - 2.2em);
    height: 0;
    bottom: -2em;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 70px solid #bddbf4;
    transform: rotate(0deg);
    clear: both;
}

/* Hide all steps by default: */
.white_paper_form .tab:nth-child(2) {
  display: none;
}

p#nextBtn, p#prevBtn {
  background: #bddbf4;
  color: black;
  font-weight: 300;
  display: block;
  line-height: 3;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none; text-align:center;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb; 
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 0.1px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0; 
}

.step.active {
  opacity: 0;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;   opacity: 0;
}

#whitepaper_page .top-padding {padding-top:0;}
#whitepaper_page .extra_checkbox{font-size: 1.5em; font-size: 1.2em;
margin-top: 1.3em;
text-align: left;} 
.single-whitepapers .box-skin_content { overflow:hidden;}
.wp-f_column {
    /*min-height: 50em;*/
}/**/
#whitepaper_page .download-form-button a, #whitepaper_page  .wpcf7-form-control.wpcf7-submit, #whitepaper_page input.wpcf7-form-control.wpcf7-submit {background:#228B22; padding:0;}
/*
#whitepaper_page .download-form-button a:hover, #whitepaper_page  .wpcf7-form-control.wpcf7-submit:hover, #whitepaper_page input.wpcf7-form-control.wpcf7-submit:hover {background:#32CD32 !important;padding:0;}
*/
@media only screen and (max-width: 1024px) {
	.single-whitepapers .box-skin_content { overflow:visible;}	
}
.single-whitepapers .whitepaper_box_first{background:#fff;}

/****** WP Site map CSS *******/
.sitemap_blocks ul li { list-style: disc; }
.sitemap_blocks ul li a { text-decoration: none; }
.wsp-container h2 { font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif; }
.wsp-container ul{ margin-left: 1em; }

/** Railway technology subscribe_box css ***/

.btn.btn-default.railway_sub {
    width: 100% !important;
}
.railway_sign-up {
    width: 100% !important;
}
.newsletter a {
    color: #666;
}

/** Railway technology subscribe_box css ***/

.btn.btn-default.railway_sub,.railway_sub {
    width: 100% !important;
}
.railway_sign-up {
    width: 100% !important;
}

.reg-form{min-height:1400px; height:auto;}
.sub-po-form{min-height:650px; height:auto;}
@media only screen and (max-width: 980px) {.sub-po-form{min-height:680px; }}
@media only screen and (max-width: 768px) {.reg-form{min-height:1500px; } .sub-po-form{min-height:700px; } }
@media only screen and (max-width: 600px) {.reg-form{min-height:2500px; } .sub-po-form{min-height:700px; } }
@media only screen and (max-width: 400px) {.sub-po-form{min-height:1060px; } }

.white_paper_form_thanks.large-12.small-12.column {
    font-size: 1.5em;
}
#pardot-form select
{
	border: 1px solid #cacaca;
    border-radius: 3px;
    background: rgba(236, 236, 236, 0.3);
}
.whitepaper-form__right .terms-and-condition .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    width: 5%;
}
.contactcompany-form .terms-and-condition .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    width: auto;
}
@media only screen and (max-width: 768px) { .download_form {width: 95%;} }
@media only screen and (max-width: 600px) { 
.whitepaper-form__left {height: auto !important;}
.whitepaper-form__right {height: auto !important;}
}
ul#menu-all-sections {
    display: none;
}
nav#mobile-menu ul li a span {
    padding-right: 1%;
}
ul.sub-menu li a {
    padding-left: 7%;
}
ul.sub-menu li ul li a {
    padding-left: 13%;
}
@media screen and (max-width: 414px) {
 ul.sub-menu li a {
    padding-left: 9%;
}
ul.sub-menu li ul li a {
    padding-left: 13%;
}
}
/***** verdict automation content embed graph ******/
.chart-container {
    width: 100%;
    float: left;
    margin: 2em 0em 2em 0em;
	position: relative;	
}
#tabsautomated li:nth-child(1):hover .tab-content1, #tabsautomated li:nth-child(2):hover .tab-content2 {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}
#tabsautomated li:nth-child(1){
       /* background: #ededed; */
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.13);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding: 7px 20px 7px 30px;
    display: inline-block;
    text-align: left;
    background-image: url(../png/icon-embed.png);
	line-height: 1.6;
}
#tabsautomated li:nth-child(2){
   -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.13);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding: 7px 20px 7px 30px;
    display: inline-block;
    text-align: left;
	background-image: url(../icon-share.html);
	margin-left: 3em;
	line-height: 1.6;
}
div#tabsautomated ul li {
    list-style: none;
}
div#tabsautomated ul {
	margin: auto !important;
    max-width: 100%;
}
.tab-content1 h3 {
    font-size: 1.2em!important;
    font-weight: 900!important;
}
.tab-content1 textarea {
    font-size: 1em;
	min-height: 100px;
}
.tab-content1 span {
    font-size: 1em;
}
.tab-content1{
    display: block;
    border-width: 0;
    padding: 0em 1.4em;
    background: none;
    visibility: hidden;
    opacity: 0;
    z-index: -9;
    position: absolute;
    background: #ededed;
    left: 0;
    right: 0;
	top: 2.2em;
}

div#tabsautomated ul li {
	float: left;
	padding: 1em;
}
div#tabsautomated ul li a {
    text-decoration: none;
    color: #000;
	padding-left: 2em;
    font-size: 1em;
}
.post-content.cf .sub_head {
    font-size: 3em;
    font-weight: 300;
    line-height: 1.2;
    margin: 1em 0 1em;
}
.dianomi_video{
   height: 550px;
}
@media (max-width: 990px) {
  .dianomi-ad {
      display: none;
  }
  .dianomi_video{
    display: block;
  }
}

li#categories form {
    width: 100%;
    padding: 0;
}
.cards .large-3.columns {
    min-height: 295px;
}
@media (min-width: 990px) and (max-width: 1100px) {
.cards .large-3.columns {
    min-height: 315px;
}
}
/*----For VBKFM-988----*/
.single-products .download_pdf_product .product-download-section input[type="submit"] {
    white-space: initial;
    text-align: left;
}
.article-author .post-author:not(strong) {
background: #f4f4f4;
    display: inline-block;
    position: relative;
    z-index: 99;
}
.features .main-feature .row .article-text .article-author .post-author strong:last-child a {
    padding-right: 0.5em;
}
.share-main .fa {
    font-family: "FontAwesome" !important;
} 
li#nav-menu-item-17077>.mega-menu {
    display: none;
}
li#nav-menu-item-228032>.mega-menu {
    display: none;
}
.page-template-template-covid-19-global-overview .entry-header
{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.page-template-template-covid-19-global-overview .global_iframe
{
	margin-bottom: 0px;
}
.page-template-template-covid-19-global-overview .entry-header h1.global_heading {
    font-weight: bold;
}
.page-template-template-covid-19-global-overview .total-19 h3 {
    font-size: 1.3em montserrat !important;
    font-weight: bold;
    margin: 0;
    padding-left: 10px;
}
a.text-white {
    color: #fff;
}
.js-hidden-on-start {
  opacity: 0;
}
#pardot-form p {
    font-size: 1.5em;
} 


.nokiabanner {
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 3em;
  background: #f7f7f7;
  border-radius: 0.2em;
  box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.2);
  font-family: "Montserrat";
}

.nokiabanner h1 {
  font-size: 23px;
  margin-left: 0.7em;
}

.nokiabanner li {
  font-size: 15px;
  list-style-type: circle;
  padding-bottom: 1em;
  text-decoration: underline;
  color: blue;
  position: relative;
  list-style-position: inside;
  text-indent: -1.4em;
  padding-left: 1em;
}

.nokiabanner a:hover {
  color: blue;
}

.nokiabanner li:last-child{
  padding-bottom: 1em;
}

.covid-banner {
  margin: 6em 0 4em 0;
  padding: 20px 0;
  border-top: solid 2px #0b2d4c;
  border-bottom: solid 2px #0b2d4c;
}

.covid-banner h2 small {
  display: block;
  font-weight: bold;
  font-size: 70%;
  text-transform: uppercase;
  margin-bottom: 1em;
}

#infinite-article .entry-content .covid-banner h2 {
  margin: 0 1em 0 0;
  font: 24px Rubik, montserrat, arial, sans-serif;
  display: inline-block;
}

.covid-banner .cta-button2 a {
  background: #0b2d4c;
  color: white;
  padding: 0.6em 5em 0.6em 0.6em;
  position: relative;
  border-radius: 0.2em;
  display: inline-block;
  margin-top: 20px;
  font-size: 16.848px;
  font-family: 'Montserrat';
}

.covid-banner .parent-company img {
  width: 130px;
  margin-bottom: 5px;
  display: block;
}

.covid-banner img {
  margin: 30px 0 0 0;
}

.covid-banner .cta-button2 a:after {
  content: "\f0da";
  font: 1em/2.3em fontawesome;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2em;
  text-align: center;
}

.entry-content .covid-banner .parent-company p, .entry-content .covid-banner .parent-company p:first-of-type {
  font: lighter 1.2em Montserrat, helvetica, arial, sans-serif;
  color: #666;
  margin: 0;
}
.viewmore { 
    padding-bottom: 4em;
    text-align: center;
    /* margin-bottom: -2em;*/
	clear: both;
	padding-top: 2em;
}

.viewmore a {
  background-color: #fff; 
  padding: 0.7em; 
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 2em; 
  color: #0B2D4C;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  
}

.viewmore a:hover {
  background-color: #0B2D4C;
  color: #f7f7f7; 
}

.second-articles h1 {
    border-top: 1px solid #0b2d4c;
    color: #0b2d4c;
    font-family: 'Lora';
    margin-top: 1.2em;
    /* margin-bottom: -0.5em; */
    margin-left: 1em;
    margin-right: 1em;
    padding-top: 1em;
}
.newsletterbanner {
  border: solid 1px #0b2d4c;
  margin-top: 2em;
  margin-left: 5px;
}

.newsletterbanner h1 {
    text-align: center;
    color: #000;
    margin-top: 1.3em;
    margin-bottom: -1em;
    font-family: 'Montserrat';
    font-weight: 500;
}
.bottom-envelope {
    display: inline-flex;
}
.getTheNewsletter {
  padding-bottom: 5em;
  text-align:center;
  margin-bottom: -3em;
  margin-top: 4em;
  font-family: 'Montserrat';
}

/*
.getTheNewsletter a {
  background-color: #f7f7f7;
  padding: 0.5em;
  font-size: 1.5em;
  box-shadow: 0.1em 0.1em 0.3em 0.1em rgba(0,0,0,0.2);
  color: #0a2d4c;
  font-weight: 500;
  padding-left: 1em;
  padding-right: 1em;
}
*/

.getTheNewsletter button {
  background-color: #ffffff;
    padding: 0.8em;
    font-size: 14px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #0B2D4C;
    font-weight: 500;
    padding-left: 1em;
    padding-right: 1em;
    font-family: 'Montserrat';
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.getTheNewsletter button:hover {
    background-color: #0B2D4C;
    color: #ffffff;
    opacity: inherit;
}

.more-from-investment .article-category a {
  font-size: 12px;
}

.more-from-investment .article-grid ul li article .article-category {
  position: absolute;
  font-size: 1.2em;
  top: 0.4em;
  z-index: 9;
}

.more-from-investment .article-list h2 a {
  font-size: 18px;
  margin-bottom: -2em;
}

.article-grid ul li:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0em;
  bottom: 0em;
  background: rgba(0, 0, 0, 0.05);
  width: 0px;
}

.top-envelope i {
  font-size: 3.2em; 
  display: none; 
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #0b2d4c;
  text-align: center;
}

.bottom-envelope i {
  font-size: 5em; 
  vertical-align: middle;
  margin-left: 13px; 
  color: #0b2d4c;
  margin-bottom: 5px;
}
.bottom-envelope img {
    vertical-align: middle;
    margin-left: 13px;
    margin-bottom: 5px;
    padding-top: 7px;
}
body.single-post .post-content .bottom-envelope img {
     display: inline !important;
}
@media (max-width: 740px) {
  .top-envelope i {
    display: block;
  }
  .bottom-envelope i {
    display:  none;
  }
  .newsletterbanner h1 {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: -0.5em;
  }
}


/************************************
MODAL POP UP ***********************/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  border-radius: 1.3em;
  border: 1px solid #888;
  box-shadow: 0.1em 0.1em 0.3em 0.1em rgba(0,0,0,0.2);
  margin: 15% auto; 
  padding: 20px;
  padding-top: 5em;
  padding-bottom: 5em;
  width: 55%; 
}

.modal-content i {
  color: #0b2d4c;
  display: block;
  text-align: center;
  font-size: 5em;
  margin: auto;
  width: 1em;
}

.modal-content i fa-angle-double-right{
  color: #0b2d4c;
  display: block;
  text-align: center;
  font-size: 2em;
  margin: auto;
  width: 1em;
}

.modal-content h1 {
  color: #0b2d4c;
  font-size: 22px;
  text-align: center;
}

.modal-content p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.modal-content li {list-style: none;}
.modal-content li, label {
  color: black !important;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  /*margin: 0 0 1rem;*/
}

.margin-content label {
  display: inline-block;
  width: 85%;
}



.modal-content .modalEmailInput input {
  border: none;
  display: inline-block;
  padding-top: 25px;

}

.modal-content .modalEmailInput {
  display: flex;
  margin: auto;
  width: 60%;
  box-shadow: 0.1em 0.1em 0.1em 0.1em rgba(0,0,0,0.1);
}

.modal-content2 .modalEmailInput i {
  color: #0b2d4c;
  font-size: 2em;
}


.modal-content .submitForm {
  background-color: #0b2d4c;
  color: #fff;
  margin: auto;
  text-transform: uppercase;
  padding: 10px 65px;
  display: flex;
  margin-top: 3em;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -1em;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 768px){
  .modal-content {
    width: 95%;
}
.margin-content li, label {
  width: 87%;
  display: inline-block;
} .margin-content li, .checkboxPrivacy2 {
  height: 47px;
} .modal-content h1 {
  /*text-align: justify; */
}
}
										

.article-list-catergory {
  margin-top: 3em;
}

@media (max-width: 450px) {
  .viewmore a {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.3em;
  }
}

.byAuthor{
  /* display: inline-block; */
    color: #CA6100;
    font-size: 18px;
    font-style: italic;
    padding-left: 0;
    padding-right: 13px;
    display: inline;
}

.byAuthor h1{
  padding-right: 5px;
  border-right: 1px solid grey;
  font-size: 18px !important ;
  display: inline;
}
.byAuthor h2 {
    padding-right: 5px;
    border-right: 1px solid grey;
    font-size: 18px ;
    display: inline;
}
.byAuthor a {
  color: #CA6100;
  font-size: 18px;
  font-style: italic;
  padding-left: 0;
  /* padding-right: 13px; */
  padding-right: 3px;
  display: inline;
}
.image-tag {
    position: relative;
    background-color: white;
    margin-top: -17em;
    margin-bottom:6em;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-left: 4em;
    padding-right: 4em;
    text-align: center;
    padding: 2em;
}
.image-tag p {
    color: black;
    opacity: 0.7;
    margin-bottom: -0.2em;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid white;
    margin: auto;
    margin-top: -4em;
}
.fdi-archive>img{
	  margin-bottom: 1em;
	  margin-top: -4em;
}
.newsletterbanner .top-envelope {
    display: none !important;
    margin: auto;
    margin-top: 2em;
}
.post-template-single-fdi .post-author, 
.post-template-single-tech-php .post-author {
    padding-right: 5px;
    border-right: 1px solid grey;
    font-size: 18px!important;
    display: inline;
    color: #0a0a0a;
    font-weight: bold;
}
.post-template-single-fdi .post-author a, 
.post-template-single-tech-php .post-author a {
    color: #CA6100;
    font-style: italic;
}
@media (max-width: 740px) {
.image-tag {
    position: initial;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    text-align: left;
    padding: initial;
    width: 100%;
}
  .newsletterbanner .bottom-envelope img {
    display: none !important;
}
.newsletterbanner .top-envelope {
    display: block !important;
    margin-top: 2em !important;
    margin: auto;
}
.byAuthor {
    margin-bottom: 20px;
}
}

.wp-polls-ul label {
    margin-right: 0;
}
#menu-main-navigation li.disable-mega .mega-menu
{
	display:none;
}

#surveyIframe{margin:0px !important;}

.asso-txt{
  color: #fff;
}
.asso-txt:hover{
  color: #fff;
}

.btn-tp {
  background: #fff;
  box-shadow: 3px 1px 10px rgba(0,0,0,.1);
  padding: 10px;
  margin-top: 15px;
  display: inline-block;
  color: #666;
  font-size: 16px;
}

.post-template-single-hub71 #infinite-article .entry-header {
  margin-bottom: 0em;
  clear: both;
}

.post-template-single-hub71 .single main{
  margin-top: 1em;
}

div#polls-7 {
  display: none;
}

.post-template-single-hub71 iframe#surveyIframe {
  display: none;
}

.post-template-single-hub71 .covid-banner {
  display: none;
}

/*  Mining-tech-products   */
.featured-product {
  border: solid 1px #ebebeb;
  padding: 1em;
  margin-bottom: 2em;
  position: relative;
}

@media (min-width: 1280px){
.featured-product {
  padding: 3em;
  }
}

@media (min-width: 768px){
.featured-product {
  padding: 2em;
  }
}

.featured-product h2 a {
  background: #ffd526;
  color: #2a3f64;
  padding: 0.5em;
  text-decoration: none;
}

.featured-product .price {
  font-size: 2em;
}

.featured-product .manufacturer {
  font-size: 2em;
  font-weight: lighter;
  color: #ccc;
}

.featured-product .buy-now {
  font-size: 2.4em;
  font-weight: bold;
  margin-top: 0.5em;
}

.featured-product .buy-now a {
  color: #1f2f4f;
}

.featured-product .sdd-icon {
  position: relative;
}

p.sdd-icon {
  background: #202F51 url(../jpg/delivery-icon-33.jpg) no-repeat 14px 11px;
  padding: 4px 18px 4px 62px;
  font-size: 1.6em;
  line-height: 1.3em;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 500;
  color: #fff;
  width: 12em;
}

.featured-product .sdd-icon {
  position: relative;
}

p.sdd-icon {
  background: #202F51 url(../jpg/delivery-icon-33.jpg) no-repeat 14px 11px;
  padding: 4px 18px 4px 62px;
  font-size: 1.6em;
  line-height: 1.3em;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 500;
  color: #fff;
  width: 12em;
}

.safety-visit header:before {
  background: url(../png/mine-safety-inspection.png);
  background-size: 100%;
}
.engineer-visit-cta header:before {
  content: '';
  background: url(../png/mine-optimization.png) no-repeat;
  width: 8em;
  height: 8.6em;
  background-size: 100%;
  position: absolute;
  left: 3.5em;
  top: 3.5em;
}

.engineer-visit-cta header {
  padding-left: 17em;
  background: #ffd200;
  padding: 3em 3em 3em 17em;
  margin: -3em -3em 2em -3em;
  position: relative;
}

.engineer-visit-cta header h2 {
  color: #112f56;
  margin-top: 0;
  font-size: 3.6em;
}

.engineer-visit-cta header p {
  color: #112f56;
  margin: 0;
}

.engineer-visit-cta {
  background: #ebebeb;
  padding: 3em;
  margin-bottom: 3em;
  clear: both;
}

.engineer-visit-cta .toggle-cta {
  background: #1f2f4f;
  color: white;
  font-size: 1.8em;
  padding: 0.75em 2em;
  border-radius: 0.2em;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}

/* .safety-form {
  display:  none;
} */

.featured-product h2{
  font-size:1.8em !important;
  margin-bottom:25px;
}

p.sdd-icon {
  color: #fff !important;
  width: 100%;
}

.nopad-rgt{
  padding-right: 0 !important;
}
.engineer-visit-cta.safety-visit {
  margin-top: 15px;
}

/* .safety-form, .optimization-form {
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  height: 0px;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}

.safety-form-open .safety-form, .optimization-form-open .optimization-form {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  height: auto;
} */

#surveyIframe{margin:0px !important;}
form.post-password-form label {
    margin-left: inherit;
}
#cn-accept-cookie, #cn-more-info{
background: none;
color: #1db1f6;
}
h1.c-post-single__title:first-letter, p.topdeal_text:first-letter, p.country_dealtype_text:first-letter{
    text-transform: uppercase;
}
.topdeal_text, .topdeal_text b{
    font-weight: 700;
}
