/* Wordpress generated content */

.pl-section {
  position: relative;
}

.avatar {
  border-radius: 50%;
}

/* Content from our theme */

.pl-blog {
  /* TODO: change this upstream */
  margin-top: 14em;
}

.hero-container {
  height: 74vh;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.pl-hero-caption {
  position: absolute;
  color: #fff;
  bottom: 2.5vh;  
  right: 20px;
  line-height: 22px;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  max-width: 50%;
}

.pl-post-author {
  font-size: 13px;
  font-weight: 400;
}

.pl-hero-title {
  position: absolute;
  font-weight: 100 !important;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  text-align: left;
  left: 67px;
}

.pl-hero-title h1 {
  font-weight: 100 !important;
  font-size: 60px;
  background: url('./assets/images/pulse_title.png');
  width: 100%;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}

.pl-hero-title.pl-science-pubs-title h1 {
  background: none;
  height: auto;
}

.pl-hero-title span {
  display: none;
}

.pl-hero-title p {
  color:  #fff;
  font-size: 25px;
  line-height: 28px;
}

@media only screen and (max-width: 1024px) {
  .pl-blog {
    /* TODO: change this upstream */
    margin-top: 20em;
  }
  .pl-search-icon {
    top: 36px;
    right: 95px;
    width: 26px;
    height: 26px;
  }
}

.pl-blog h1 a,
.pl-blog h2 a,
.pl-blog h3 a,
.pl-blog h4 a,
.pl-blog h5 a,
.pl-blog h6 a {
  text-decoration: none;
}

.pl-content {
  float: right;
  width: 76%;
  padding: 0 2%;
}

.pl-content h1 a {
  color: #4f5258;
  font-weight: 400;
  text-transform: capitalize;
}

.pl-content h1 a:hover {
  text-decoration: none;
}

.pl-content.single {
  float: none;
  width: 68%;
  padding: 0 2%;
  margin: 0 auto;
}

.pl-content a {
  color: #009da5;
  text-decoration: none;
}

.pl-content a:hover {
  text-decoration: underline;
}

blockquote {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: italic;
  font-size: 19px;
  font-weight: 400;
  position: relative;
  padding: 14px 54px 48px 26px;
  line-height: 29px;
  margin-top: 40px;
  margin-bottom: 40px;
}

blockquote p {
  margin: 0 auto;
}

blockquote span {
  position: absolute;
  bottom: 0px;
  right: 54px;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  color: #009da5;
}

blockquote:before {
  content: '“';
  font-size: 110px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  position: absolute;
  color: #ddd;
  top: -27px;
  height: 62px;
  left: -37px;
  z-index: 1;
  line-height: 110px;
}

blockquote:after {
  content: '”';
  font-size: 110px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  position: absolute;
  color: #ddd;
  bottom: 3px;
  height: 62px;
  right: -13px;
  z-index: 1;
  line-height: 110px;
}

.pl-content section {
  font-size: 1.1em;
  position: relative;
}

.pl-content section p {
  line-height: 2.25em;
}

.pl-content img {
  max-width: 100%;
  height: auto;
}

.pl-aside {
  float: left;
  width: 16%;
  padding: 0 2%;
}

.pl-avatar-box:after {
  content: '';
  display: block;
  clear: both;
}

.pl-blog-category {
  float: left;
  position: relative;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  background: #009da5;
}

.pl-blog-category a {
  color: #fff;
}

.pl-blog-category a:hover {
  text-decoration: none;
}

.pl-blog-category.tech, .pl-blog-category-border.tech {
  background: #19BA24;
  border-color: #19BA24;
}

.pl-blog-category.features, .pl-blog-category-border.features {
  background: #19BA24;
  border-color: #19BA24;
}

.pl-blog-category.features, .pl-blog-category-border.features {
  background: #19BA24;
  border-color: #19BA24;
}

.pl-blog-category.news, .pl-blog-category-border.news {
  background: #009da5;
  border-color: #009da5;
}

.pl-blog-category.blog, .pl-blog-category-border.blog {
  background: #009da5;
  border-color: #009da5;
}

.pl-blog-category.stories, .pl-blog-category-border.stories {
  background: #573155;
  border-color: #573155;
}

.pl-blog-category.insights, .pl-blog-category-border.insights {
  background: #cc6600;
  border-color: #cc6600;
}

.pl-blog-category.paper, .pl-blog-category-border.paper {
  background: #573155;
  border-color: #573155;
}

.pl-blog-tags {
  padding-top: 20px;
  margin-bottom: 35px;
  width: 100%;
  border-top: 1px solid #ddd;
}

.pl-blog-tags a {
  font-size: 14px;
  color: #009da5;
  text-decoration: none;
}

.pl-about-author {
  position: absolute;
  right: 0;
  width: 265px;
  padding-right: 40px;
}

@media ( max-width: 768px ) {
  .pl-about-author {
    display: none;
  }
}

@media ( max-width: 970px ) {
  .pl-about-author {
    position: relative;
  }
  .pl-content.single {
    width: 94%;
  }
}


@media (max-width: 1440px) {
  .pl-about-author {
    width: 220px;
    padding-right: 20px;
  }
}

.pl-about-author::before {
  content: '';
  position: absolute;
  height:1px;
  top: 0;
  right:0;
  width: 150px;
  background: #ddd;
}

.pl-author-header {
  padding-top: 20px;
}

.pl-author-header img {
  width: 65px;
  height: 65px;
  float: left;
  border: 4px solid #009da5;
}

@media (max-width: 1440px) {
  .pl-author-header img {
    width: 50px;
    height: 50px;
    margin-left: 16px;
  }
}

.pl-author-name {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}

.pl-author-name a {
  color: #4f5258;
}

.pl-author-name a:hover {
  color: #4f5258;
  text-decoration: underline;
}

.pl-author-department {
  font-size: 0.8em;
}

.pl-author-details {
  width: 140px;
  float: right;
}

@media (max-width: 1440px) {
  .pl-author-details {
    width: 120px;
  }
}

.pl-author-title {
  line-height: 30px;
  font-size: 0.8em;
  color: #009da5;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: 600;
}

.pl-toggle-bio {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #4f5258 transparent transparent transparent;
  position: absolute;
  clear: both;
  margin: 0 auto;
  top: 94px;
  left: 108px;
}

.pl-toggle-bio:hover {
  cursor: pointer;
  border-color: #009da5 transparent transparent transparent;
}

.pl-about-author.open .pl-toggle-bio {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #4f5258 transparent;
}

.pl-about-author.open .pl-toggle-bio:hover {
  border-color: transparent transparent #009da5 transparent;
}

.pl-about-author.open .pl-author-bio {
  display: block;
}

.pl-toggle-bio span {
  display: none;
}

.pl-author-bio {
  font-size: 0.9em;
  padding-left: 20px;
  position: relative;
  padding-top: 20px;
  clear: both;
  display: block;
}

@media (max-width: 1024px) {
  .pl-toggle-bio {
    display: none;
  }
}

@media (max-width: 970px) {
  .pl-about-author {
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
  .pl-author-details {
    float:left;
    margin-left: 20px;
  }
  .pl-author-bio {
    display: block;
    padding-left: 4px;
    padding-top: 16px;
    padding-bottom: 34px;
  }
}

@media (max-width: 768px) {
  .pl-footer-nav {
    padding-top: 32px;
  }
}

@media (max-width: 991px) {

  .pl-content,
  .pl-aside {
    width: 100%;
  }

  .pl-avatar-box {
    margin: 20px 0;
  }

  .pl-avatar-box .avatar {
    width: 50px;
    height: 50px;
    vertical-align: middle;
  }

  .pl-avatar-box .pl-byline {
    margin: 10px;
    display: inline-block;
  }

}

.single .pl-byline {
  margin-bottom: 20px;
}

.pl-byline {
  line-height: 2.25em;
  font-weight: bold;
}

.pl-byline a {
  text-decoration: none: ;
  font-size: 1.1em;
}

/* AUTHOR POST LISTING PAGE */

.pl-author img.avatar {
  float: left;
  margin-right: 20px;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.pl-author h2 {
  text-align: left;
  float: left;
  position: relative;
  top: 12px;
}

.pl-author h2:before {
  display: none;
}

.pl-author-wrap {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.pl-author .archive-meta {
  line-height: 20px;
  text-align: left;
  font-style: italic;
  margin-top: 1em;
  padding-bottom: 2.5em;
}

.pl-author .archive-meta:after {
  content: '';
  width: 3.2em;
  height: 3px;
  background-color: #009da5;
  position: relative;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  top: 30px;
}



/* END AUTHOR POST LISTING PAGE */

/* -----  SOCIAL SHARING  ----- */

.social-share {
  z-index: 1;
  position: fixed;
  left: -200px;
  opacity: 0;
  transition: 0.5s ease-in-out;
  top: 45vh;
  list-style: none;
}

.social-share.show {
  left: 40px;
  opacity: 1;
}

.social-share li {
  position: relative;
}

.social-share .social-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 4px;
  border: 2px solid #cccccc;
  border-radius: 50%;
  position: relative;
  margin-bottom: 6px;
}

.social-share .social-icon:hover {
  border-color: #009da5;
}

.social-share .social-icon:hover svg {
  fill: #009da5;
}

.social-share .social-icon svg {
  fill: #cccccc;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 10px;
  top: 10px;
}

@media (max-width:970px) {
  .social-share {
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .social-share li {
    display: inline-block;
    float: left;
  }
  .social-share.show {
    left: 0;
  }
}

/* ---- END SOCIAL SHARING ---- */

/* --- AUTHOR PAGE --- */

.archive-meta {
  font-size: 0.9em;
  line-height: 18px;
}

/* --- END AUTHOR --- */

/* ----- SEARCH / LISTING PAGES ----- */

.pl-section.pl-listing .pl-content {
  width: 56%;
}

.pl-section.pl-listing .pl-content h1 {
  margin-bottom: 0.1em;
  font-size: 2em;
}

.pl-listing .pl-blog-category {
  font-size: 12px;
}

.pl-listing .pl-blog-tags {
  padding-top: 3px;
}

.pl-listing .pl-blog-tags a {
  font-size: 12px;
}

.pl-listing .pl-aside {
  width: 42%;
  height: 310px;
  overflow:hidden;
}

@media (max-width: 1024px) {
  .pl-section.pl-listing .pl-content {
    width: 100%;
  }
  .pl-listing .pl-aside {
    width: 100%;
  }
}

.pl-listing .pl-aside img {
  top: -20px;
  position: relative;
}

.pl-listing .pl-content section p {
  line-height: 1.8em;
  font-size: 0.85em;
}

.pl-listing .pl-byline a, .pl-byline a {
  color: #4f5258;
}

/* ----- END SEARCH LISTING PAGES ----- */


.pl-main-menu .pl-main-menu-items .pl-main-menu-item .pl-main-menu-items .pl-main-menu-item {
  float: left;
}

/* --- BLOG SEARCH STYLES --- */

.pl-search-icon {
  position: fixed;
  top: 58px;
  right: 20px;
  z-index: 3;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .pl-search-icon {
    top: 36px;
    right: 95px;
    width: 26px;
    height: 26px;
  }
}

.pl-search-icon span {
  color: #000;
  font-weight: bold;
}

.pl-highlight-contain {
  width: 85%;
  margin: 0 auto;
  position: relative;
  top: 106px;
  z-index: 1;
}

.pl-searchbar {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 34px;
  text-align: center;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  padding-bottom: 133px;
  transition: transform 0.15s ease-in-out;
  -webkit-transition: transform 0.15s ease-in-out;
}

.pl-searchbar input[type="text"] {
  padding: 8px;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  width: 85%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 56PX;
  padding-left: 0;
  background: none;
  cursor: text;
  color: #fff;
  position: relative;
  top: 106px;
}

::-webkit-input-placeholder {
  color: #565656;
  font-weight: 100;
}

:-moz-placeholder { /* Firefox 18- */
  color: #565656;
  font-weight: 100;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #565656;
  font-weight: 100;
}

:-ms-input-placeholder {
  color: #565656;
  font-weight: 100;
}

.pl-input-highlight {
  border-bottom: 3px solid #009da5;
  position: absolute;
  bottom: 33px;
  left: 0;
  font-size: 56px;
  top: 82px;
  min-height: 0;
  overflow: hidden;
  color: transparent;
}


.pl-searchbar input[type="text"]:hover, .pl-searchbar input[type="text"]:focus {
  outline:none;
}

.pl-searchbar .pl-button {
  color: #fff;
  font-weight: normal;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  margin-left: -79px;
  bottom: 30px;
}

.pl-searchbar button:after {
  content: ">";
  position: absolute;
  right: -2px;
  font-size: 16px;
  display: block;
  top: 0px;
}

.pl-searchbar button:hover {
  color: #009da5;
}

.pl-searchbar .pl-close {
  position: absolute;
  right: 25px;
  top: 58px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}

.pl-searchbar .pl-close:hover {
  color: #009da5;
}

.pl-searchbar.closed {
  /*visibility: hidden;
  opacity: 0; */
  transform: translateY(-260px);
  -webkit-transform: translateY(-260px);
}

.pl-searchbar.open {
  /*visibility: visible;
  opacity: 1; */
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

@media (max-width: 768px) {
  .pl-search-icon {
    top: 15px;
    right: 95px;
  }
  .pl-searchbar {
    padding-bottom: 83px;
  }
  .pl-searchbar .pl-button {
    bottom: 45px;
  }
  .pl-highlight-contain {
    top: 25px;
  }
  .pl-input-highlight {
    font-size: 38px;
  }
  .pl-searchbar input[type="text"] {
    top: 47px;
    font-size: 38px;
  }
}

@media (max-width: 630px) {
  .pl-searchbar input[type="text"] {
    font-size: 18px;
  }
  .pl-highlight-contain {
    top: 1px;
  }
  .pl-input-highlight {
    font-size: 18px;
  }
}

/* -- END BLOG SEARCH STYLES -- */

/* --- HERO STYLES --- */

.pl-hero {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  height: 300px;
  overflow: hidden;
  margin-bottom: 0;
}

.pl-hero img {
  width: 100%;
}

@media (max-width: 1024px) {
  .pl-hero img {
    width: auto;
    height: 100%;
  }
}

.pl-home-hero .pl-hero-content h1 {
  margin-bottom: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 2.4em;
  line-height: 1.2em;
}

.pl-blog .pl-home.pl-app .pl-home-hero .pl-hero-content {
  background: rgba(0, 0, 0, 0.7);
}

/* --- END HERO STYLES --- */

/* --- HEADER STYLES --- */

.pl-header-background {
  transition: padding 0.2s ease-in-out;
}

.pl-header-background.open-search {
  /*padding-bottom: 15em; */
}

.pl-hero .pl-hero-caption {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: 4px;
  float: right;
  color: #4f5258;
  right: 60px;
}

.pl-blog .pl-hero {
  overflow: hidden;
}

/* --- END HEADER STYLES --- */

/* MAIN STYLES */
body.category .pl-blog, body.tag .pl-blog, body.search .pl-blog, body.post-type-archive .pl-blog {
  margin-top: 0;
}

body.tax-publications_categories .pl-blog {
  margin-top: 0;
}

body.tax-publications_tags .pl-blog {
  margin-top: 0;
}

/* override styles */
body .pl-blog .pl-wrap.pl-blog-wrap {
  width: 57%;
}

@media (max-width: 768px) {
  body .pl-blog .pl-wrap.pl-blog-wrap {
    width: 100%;
  }
}

body .pl-blog .pl-content.single {
  width: auto;
}

body .pl-blog .pl-content.single h2 {
  font-size: 1.6em;
  margin-bottom: 0;
  padding-bottom: 0;
}

body .pl-blog .pl-content.single h2:before {
  display: none;
}

body .pl-blog img.fullscreen {
  width: 100vw;
  max-width: 100vw;
  margin-left: -42%;
  height: auto;
}

body .pl-blog img.oversized {
  width: 70vw;
  max-width: 70vw;
  margin-left: -15%;
  height: auto;
}

@media (max-width: 970px) {
  body .pl-blog .pl-wrap {
    width: 78%;
  }
  body .pl-blog img.fullscreen {
    margin-left: -18%;
  }
  body .pl-blog img.oversized {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  body .pl-blog .pl-wrap {
    width: 100%;
  }
  body .pl-blog img.fullscreen {
    margin-left: -14%;
  }
}

/* image fader styles */

.noScroll {
  overflow: hidden;
  position: fixed;
}

.fixedelement {
  position: absolute;
  top: 0;
  width:100%;
  z-index:100;
}

#content {
  margin-top: 125px;
  margin-left: 250px;
  display: block;
  margin-bottom: 125px;
}

.content2 {
  padding-top: 120px;
}

.copy {
  max-width: 640px;
  font-size: 1.5em;
}

#nav {
 top: 0;
 position: absolute;
 display: block;
 height: 75px;
 width: 100%;
 background-color: #3d3d3d;
 padding-left: 50px;
 z-index: 200;
}

h1.nav_header {
  color: white;
  font-size: 30px;
}

#imageFader {
  width: 100vw;
  max-width: 100vw;
  margin-left: -42%;
  height: 100vh;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 970px) {
  #imageFader {
    margin-left: -17%;
  }
}

#mobileFader {
  display: none;
  margin-bottom: 40px;
}

@media (max-width: 770px) {
  #imageFader {
    display: none;
  }
  #mobileFader {
    display: block;
  }
}

#imageFader:hover{
  cursor: ns-resize;
}
#imageFader img {
  width: 100%;
  position: absolute;
  left:0;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: auto;
}

#imageFader img.opaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}

#imageFader.fixedelement {
  position: fixed;
  width: 100vw;
  margin-left: 0;
  left: 0;
  top: 121px;
}

#circleLegend {
  position: absolute;
  z-index: 1;
}

.circle-nav-horizontal .circle {
  display: inline-block;
	width: 20px;
	height: 20px;
	background: lightblue;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  margin: 10px 5px 0px 10px;
  z-index: 1000;
}
.circle-nav-horizontal .active {
  background-color: white;
}

/* caption styles */

.wp-caption {
  position: relative;
}

.graph.wp-caption {
  text-align: center;
}

.graph.wp-caption p {
  margin-top: 0;
}

.wp-caption p {
  position: relative;
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 55px;
}

/* table styles */

table.tablepress tr td {
  font-size: 0.8em;
  padding: 16px 0;
}

table.tablepress tr td:first-child {
  font-weight: 400;
  font-size: 1.1em;
  width: 30%;
}

table.tablepress {
  margin-bottom: 55px;
}

table.tablepress.handling-scale {
  margin-bottom: 0;
}

table.tablepress.handling-scale tr td {
  font-size: 1em;
  font-weight: 600;
  text-align: center;
}

/* SINGLE POST SPECIFIC STYLES */

.single .pl-section {
  margin-top: 0;
  background: #fff;
  padding-top: 6em;
  margin-bottom: 0;
  overflow: visible;
}

.single .pl-section .pl-wrap {
  padding-bottom: 8em;
}

.single .pl-blog {
  margin-top: 0;
}

.single header {
  width: 100%;
  text-align: center;
}

.single #heading {
  position: relative;
  width: 640px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  margin-bottom: 0 !important;
  padding-bottom: 4px;
  text-transform: none;
  font-weight: 400;
  font-size: 2.4em;
  line-height: 1.2em;
}

@media (max-width: 678px) {
  .single #heading {
    max-width: 100%;
  }
  .single.single-post .pl-content h1 a {
    font-size: 0.95em;
  }
}

.single #heading2 {
  opacity: 0;
}

.single #heading2.inline {
  position: relative;
  top: auto;
}

.single .pl-content h1 {
  text-align: center;
}

.single #heading2 a {
  color: #4f5258;
  text-shadow: none;
}

.single .pl-content h1:before {
  display: none;
}

.single .pl-content h1 {
  margin-bottom: 30px;
}

.single .pl-content h1 a {
  font-size: 1.1em;
}

.single .pl-blog-category {
  border-radius: 4px;
  display: inline-block;
  padding: 8px 18px;
  padding-top: 6px;
  font-size: 0.75em;
  float: none;
}

.single .pl-blog-tags {
  top: 2px;
  padding-top: 12px;
  margin-bottom: 35px;
  display: inline-block;
}

.single .pl-blog-category-border {
  border: 3px solid inherit;
  width: 100%;
  display: block;
  height: 3px;
}

.single .pl-avatar-box {
  text-align: center;
}

.single .pl-byline {
  font-size: 1.3em;
  margin: 0;
  margin-bottom: 26px;
}

.single .pl-content section p {
  font-size: 1em;
  line-height: 1.5em;
}

.single .pl-section.pl-no-hero {
  margin-top: 0;
  padding-top: 180px;
}

.single .pl-section.pl-no-hero #heading {
  display: block;
}

@media (max-width: 970px) {
  .pl-blog #header-contain {
    height: auto !important;
  }
  .hero-container {
    display: none;
  }
  .single .pl-section {
    margin-top: 0;
  }
  .social-share {
    max-width: 100%;
    text-align: center;
  }
  .social-share li {
    float: none;
  }
  .pl-author-title {
    display: block;
  }
  .pl-about-author:before {
    display: none;
  }
  .single .pl-section.pl-no-hero {
    padding-top: 8em;
  }
}

/* overwrite common body styles (from common.css) */
body {
  overflow-x: hidden;
}
body.single-post {
  background-size: 0 0;
  background-image: none;
  overflow-x: hidden;
}
body.single-post #pl-header .pl-header-background {
  background: #000;
}

/* hide intercom chat widget */
#intercom-container {
  display: none !important;
}

/* home page theme styles */

.page-template-homepage-template-php .pl-blog {
  margin-top: 0;
}

.pl-app.pl-home .pl-hero.pl-home-hero {
  width: 100vw;
  height: 100vh;
}

.pl-app.pl-home .pl-hero.pl-home-hero .pl-hero-bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
}

.pl-app.pl-home .pl-blog-feed-item {
  position: relative;
  width: 32.66%;
  display: block;
  float: left;
}

.pl-app.pl-home .pl-blog-feed-item .pl-post-author a {
  color: #4f5258;
  font-size: 13px;
  text-decoration: underline;
}

.pl-app.pl-home .pl-blog-feed-item .pl-post-author a:hover {
  text-decoration: none;
}

.pl-app.pl-home .pl-blog-feed-item a.pl-read-more {
  color: #4f5258;
}

.pl-app.pl-home .pl-blog-feed-item h3 {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 16px 14px;
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 0;
  position: absolute;
  top: 0;
}

.pl-app.pl-home .pl-blog-feed-item.stories h3 {
  background: rgba(82, 51, 83, 0.8);
}

.pl-app.pl-home .pl-blog-feed-item.paper h3 {
  background: rgba(82, 51, 83, 0.8);
}

.pl-app.pl-home .pl-blog-feed-item.news h3 {
  background: rgba(65, 155, 163, 0.8);
}

.pl-app.pl-home .pl-blog-feed-item.blog h3 {
  background: rgba(65, 155, 163, 0.8);
}

.pl-app.pl-home .pl-blog-feed-item.tech h3 {
  background: rgba(60, 129, 60, 0.8);
}

.pl-app.pl-home .pl-blog-feed-item.insights h3 {
  background: rgba(204, 102, 0, 0.8);
}

.pl-app.pl-home .pl-blog-feed-item.features h3 {
  background: rgba(60, 129, 60, 0.8);
}

.pl-app.pl-home .pl-blog-feed-item img {
  max-width: 100%;
  margin-bottom: 25px;
}

.pl-app.pl-home .pl-blog-feed-item-image {
  height: 280px;
  margin-bottom: 28px;
}

@media (min-width: 1441px) {
  .pl-app.pl-home .pl-blog-feed-item-image {
    height: 340px;
  }
}

@media (max-width: 1024px) {
  .pl-app.pl-home .pl-blog-feed-item-image {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .pl-app.pl-home .pl-blog-feed-item-image {
    height: 300px;
  }
  .pl-blog-feed-item {
    margin-bottom: 35px;
  }
  .pl-hero-title {
    display: none;
  }
}


.pl-app.pl-home .pl-blog-feed-item+.pl-blog-feed-item {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .pl-app.pl-home .pl-blog-feed-item, .pl-app.pl-home .pl-blog-feed-item+.pl-blog-feed-item {
    margin-left: 10px;
    width: 32%;
  }
  .pl-app.pl-home .pl-blog-feed-item:first-child {
    margin-left: 0;
  }
  .pl-app.pl-home .pl-blog-feed-item:nth-child(2n) {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .pl-app.pl-home .pl-blog-feed-item, .pl-app.pl-home .pl-blog-feed-item+.pl-blog-feed-item {
    margin-left: 0;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .pl-app.pl-home .pl-blog-feed-item:first-child {
    margin-left: 0;
  }
  .pl-app.pl-home .pl-blog-feed-item:nth-child(2n) {
    margin-left: 0;
  }
}

.pl-app.pl-home .pl-blog-feed-item h4 {
  font-weight: 600;
  font-size: 20px;
}

.pl-app.pl-home .pl-blog-feed-item a {
  color: #419ba3;
  text-decoration: none;
  font-size: 12px;
}

.pl-app.pl-home .pl-blog-cta {
  background: url('./assets/images/blue-imagery-bg.jpg');
  background-position: center center;
}

.pl-app.pl-home .pl-blog-cta.pl-insights-cta {
  background: url('./assets/images/insights-cta-image.jpg');
  background-size: cover;
  background-position: 0 -130px;
}

.pl-app.pl-home .pl-blog-cta h1 {
  display: block;
  margin-bottom: 8px;
  font-size: 30px;
  opacity: 0;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transform: translateY(1.5rem) scale(.95);
  -webkit-transform: translateY(1.5rem) scale(.95);
}

.pl-app.pl-home .pl-blog-cta.pl-insights-cta h1 {
  text-transform: none;
  font-weight: normal;
  opacity: 1;
  transform: none;
}

.pl-app.pl-home .pl-blog-cta .pl-button {
  display: inline-block;
  opacity: 1;
  background: #009da4;
  padding: 4px 20px;
  border-radius: 6px;
  border: none;
  margin-top: 14px;
}

.pl-app.pl-home .pl-blog-cta .pl-button:hover {
  background: #006266;
}

.pl-app.pl-home .pl-blog-cta.showing h1 {
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
}

@media (max-width: 768px) {
  .pl-app.pl-home .pl-blog-cta h1 {
    font-size: 20px;
  }
}

.pl-app.pl-home .nav-next, .pl-app.pl-home .nav-prev {
  display: inline-block;
}

.pl-app.pl-home .pl-next-prev {
  width: 100%;
  display: block;
  text-align: center;
}

.pl-app.pl-home .pl-blog-cta h1:before {
  content: '';
  display: none;
}

/* home page listing styles */
.pl-blog-listing .pl-blog-listing-item {
  display: block;
  margin-bottom: 50px;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-tags {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  color: #009da5;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-tags a {
  margin-right: 6px;
  margin-left: 6px;
  font-size: 12px;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-image {
  width: 32%;
  float: left;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-image img {
  max-width: 100%;
  height: auto;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details {
  width: 66%;
  padding-top: 20px;
  float: right;
}

@media (max-width: 1024px) {
  .pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-image {
    width: 100%;
    display: block;
  }
  .pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details {
    width: 100%;
  }
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details h3 {
  font-weight: 800;
  margin: 12px auto;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 8px;
  margin-bottom: 0;
  margin-right: 10px;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details h4.news {
  background: #419ba3;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details h4.blog {
  background: #419ba3;
}


.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details h4.stories {
  background: #523353;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details h4.paper {
  background: #523353;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details h4.tech {
  background: #3c813c;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details h4.insights {
  background: #cc6600;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details h4.features {
  background: #3c813c;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details h4.uncategorized {
  background: #419ba3;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details h4.unlisted {
  background: #419ba3;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details a.pl-blog-title {
  text-decoration: none;
}

.pl-blog-listing .pl-blog-listing-item .pl-blog-listing-item-details a.pl-read-more {
  color: #419ba3;
  text-decoration: none;
  font-size: 12px;
}

/* related posts */
.related-thumb {
  display: inline-block;
}
.related-posts {border-top: 1px solid #dfdfdf; width: 100%; margin: 2em 0 20px 0; display: inline-block; font-size: 12px; padding-top: 2em;}
.related-posts h3 {font-size: 20px; margin: 0 0 12px 0; }
.related-thumb { vertical-align: top; margin-right: 30px; }
.related-thumb:last-child {margin-right: 0;}
.related-thumb img { margin: 0 0 3px 0; padding: 0; width: 100%; }
.related-thumb a {color :#333; text-decoration: none; display:block; width: 150px;}
.related-img-contain { height: 100px; overflow: hidden; }
.pl-post-tags { display: inline-block; margin-top: 6px; border-top: 1px solid #d4d4d4; padding-top: 6px; font-size: 10px; font-style: italic; }

@media (max-width: 768px) {
  .related-posts {
    text-align: center;
  }
  .related-thumb {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .related-thumb a {
    margin: 0 auto;
  }
}

.pl-post-tags { width: 100%; display: inline-block; margin-top: 6px; border-top: 1px solid #d4d4d4; padding-top: 6px; font-size: 10px; font-style: italic; }
.related-thumb a:hover {
  text-decoration: none;
  color: #009da5;
}
/* breadcrumbs */
#breadcrumbs{
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    padding-left: 0;
}

#breadcrumbs li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#breadcrumbs .separator{
    font-size: 12px;
    font-weight: 100;
}

/* single post CTA banner styles */
.single-post .pl-blog-cta {
  width: 100vw;
  max-width: 100vw;
  margin-left: -42%;
  height: auto;
  background: #444;
  padding: 70px 0 80px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .single-post .pl-blog-cta {
    margin-left: -12%;
    width: 104vw;
    max-width: 104vw;
  }
}

@media (max-width: 430px) {
  .single-post .pl-blog-cta {
    margin-left: -15%;
  }
}

.single-post .pl-bg-image {
  z-index: 0;
  width: 100vw;
  position: absolute;
  left: 0;
  margin-top: -50%;
  transform: translateY(50%);
}

.single-post .pl-blog-cta .pl-wrap {
  padding-bottom: 0;
}

.single-post .pl-blog-cta .pl-wrap h2, .single-post .pl-blog-cta .pl-wrap h4 {
  display: block;
  opacity: 0;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transform: translateY(1.5rem) scale(.95);
  -webkit-transform: translateY(1.5rem) scale(.95);
}

.single-post .pl-blog-cta.showing .pl-wrap h2, .single-post .pl-blog-cta.showing h4 {
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
}

.single-post .pl-blog-cta .pl-button.pl-primary {
  opacity: 0;
  border-color: #009da4;
  border-radius: 4px;
  margin-top: 2em;
  position: relative;
  transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transform: translateY(1.5rem) scale(.95);
  -webkit-transform: translateY(1.5rem) scale(.95);
}

.single-post .pl-blog-cta.showing .pl-button.pl-primary {
  position: relative;
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  z-index: 1;
}

.single-post .pl-blog-cta .pl-button.pl-primary:hover {
  text-decoration: none;
}

.single-post .pl-blog-cta .pl-cta-holder input {
  margin-top: 2em;
  margin-right: 10px;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  padding: 6px;
  position: relative;
  top: 1px;
  opacity: 0;
  border-color: #009da4;
  position: relative;
  transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transform: translateY(1.5rem) scale(.95);
  -webkit-transform: translateY(1.5rem) scale(.95);
}

.single-post .pl-blog-cta.showing .pl-cta-holder input {
  position: relative;
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  border: 1px solid #fff;
  z-index: 1;
}

.single-post .pl-blog-cta.showing .pl-cta-holder input.pl-error {
  border-color: red;
}

.pl-cta-holder {
  transition: all 350ms ease-in-out;
}

.pl-hide {
  opacity: 0;
}

/* cta email capture */
.pl-success {
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 50%;
  transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transform: translateX(-50%) translateY(1.5rem) scale(.95);
  -webkit-transform: translateX(-50%) translateY(1.5rem) scale(.95);
}

.pl-success.showing {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  -webkit-transform: translateX(-50%) translateY(0) scale(1);
}

.pl-row {
  display: block;
  clear: both;
  position: relative;
}

#pl-mailchimp-cta {
  margin-top: 60px;
}

input[name="lname"] {
  margin-right: 0 !important;
}

input[name="company"] {
  margin-right: 0 !important;
}

.response-contain {
  position: relative;
  margin-top: 20px;
  opacity: 0;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transform: translateY(1.5rem) scale(.95);
  -webkit-transform: translateY(1.5rem) scale(.95);
}

.error {
  padding: 4px 6px;
  width: 368px;
  background: #ff4d4d;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
}

@media (min-width: 1442px) {
  .error {
    width: 448px;
  }
}

.response-contain.showing {
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
}

.success {
  padding: 4px 6px;
  width: 368px;
  background: #5cd65c;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
}

.error p, .success p {
  color: #fff;
}

.clear {
  position: relative;
  clear: both;
}

.field-error {
  border: 1px solid #ff4d4d !important;
}

#mailchimpSubmit:disabled,
#mailchimpSubmit[disabled] {
  background: #006266;
  opacity: 0.6;
}

/* code block / pre tag styling */
pre, code {
  font-family: 'Source Sans Pro' !important;
}

/* new footer styles */
.pl-section.pl-footer-overlay {
    width: 100%;
    position: fixed;
    height: 150px;
    bottom: 0;
    z-index: 1;
    overflow: visible;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translateY(174px);
    transform: translateY(174px)
}
@media only screen and (max-width: 767px),
only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 3) {
    .pl-section.pl-footer-overlay {
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: 138px
    }
    .pl-section.pl-footer-overlay.pl-no-margin {
        margin-top: 100px
    }
}
@media only screen and (max-width: 1441px) {
    .pl-section.pl-footer-overlay .pl-wrap {
        width: 1024px
    }
}
@media only screen and (max-width: 1023px) {
    .pl-section.pl-footer-overlay .pl-wrap {
        width: 630px
    }
}
@media only screen and (max-width: 767px),
only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 3) {
    .pl-section.pl-footer-overlay .pl-wrap {
        width: 100%
    }
}
.pl-section.pl-footer-overlay.pl-scrolled {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.pl-section.pl-footer-overlay.pl-hidden {
    display: none
}
.pl-section.pl-footer-overlay .pl-left {
    float: left;
    position: relative
}
.pl-section.pl-footer-overlay .pl-left:first-child {
    margin-right: 5em;
    margin-top: -40px
}
@media only screen and (max-width: 767px),
only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 3) {
    .pl-section.pl-footer-overlay .pl-left:first-child {
        display: none
    }
}
.pl-section.pl-footer-overlay .pl-left:first-child img {
    border: 5px solid #dbdbdb
}
@media only screen and (max-width: 767px),
only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 3) {
    .pl-section.pl-footer-overlay .pl-left:nth-of-type(2) {
        width: 95%;
        text-align: center
    }
}
.pl-section.pl-footer-overlay .pl-overlay-content {
    margin-top: .5em;
    margin-bottom: .8em;
    color: #ffffff
}
@media only screen and (max-width: 1441px) {
    .pl-section.pl-footer-overlay .pl-overlay-content {
        line-height: 24px
    }
}
.pl-section.pl-footer-overlay .pl-close {
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    float: right;
    text-decoration: none
}
.pl-section.pl-footer-overlay .pl-close:hover {
    color: #009da4
}
.pl-section.pl-footer-overlay .pl-button {
    border-radius: 6px
}

.pl-footer {
  background-color: #f4f5f6;
  position: relative;
}
.pl-footer .pl-footer-logo {
  width: 130px;
  height: auto;
  position: absolute;
  top: 30px;
  left: -44px;
  max-width: 60%;
}
@media only screen and (max-width: 1441px) {
  .pl-footer .pl-footer-logo {
    width: 117px;
  }
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-logo {
    width: 108px;
    top: 30px;
    left: -8px;
  }
}
@media only screen and (max-width: 767px),
    only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 2),
    only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 3) {
  .pl-footer .pl-footer-logo {
    width: 100px;
    top: 0;
    left: -8px;
    position: relative;
  }
}
.pl-footer .pl-footer-nav {
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 1441px) {
  .pl-footer .pl-footer-nav {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-nav {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px),
    only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 2),
    only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 3) {
  .pl-footer .pl-footer-nav {
    padding-bottom: 124px;
  }
}
.pl-footer .pl-footer-nav .pl-footer-nav-section {
  display: inline-block;
  vertical-align: top;
  width: 22%;
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section {
    width: 100%;
  }
}
.pl-footer .pl-footer-nav .pl-footer-nav-section:first-child {
  width: 12%;
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section:first-child {
    width: 12%;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px),
    only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 2),
    only screen and (max-width: 767px) and (-webkit-device-pixel-ratio: 3) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section:first-child {
    width: 100%;
  }
}
.pl-footer .pl-footer-nav .pl-footer-nav-section:nth-of-type(2) {
  width: 19.5%;
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section:nth-of-type(2) {
    width: 100%;
  }
}
.pl-footer .pl-footer-nav .pl-footer-nav-section:nth-of-type(3) {
  width: 19%;
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section:nth-of-type(3) {
    width: 100%;
  }
}
.pl-footer .pl-footer-nav .pl-footer-nav-section:nth-of-type(4) {
  width: 16%;
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section:nth-of-type(4) {
    width: 100%;
  }
}
.pl-footer .pl-footer-nav .pl-footer-nav-section:nth-of-type(5) {
  width: 16%;
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section:nth-of-type(5) {
    width: 100%;
  }
}
.pl-footer .pl-footer-nav .pl-footer-nav-section:last-child {
  float: right;
}
@media only screen and (min-width: 1441px) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section:last-child {
    width: 14%;
  }
}
@media only screen and (max-width: 1441px) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section:last-child {
    width: 14%;
  }
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section {
    width: 100%;
    display: block;
    margin-bottom: 1.5em;
  }
}
.pl-footer .pl-footer-nav .pl-footer-nav-section h4 {
  color: #252525;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
}
.pl-footer .pl-footer-nav .pl-footer-nav-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pl-footer .pl-footer-nav .pl-footer-nav-section ul li {
  margin-bottom: 0.2em;
  color: #777;
  font-size: 0.9em;
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-nav .pl-footer-nav-section ul li {
    margin-bottom: 0.5em;
    margin-right: 14px;
    display: inline-block;
  }
}
.pl-footer .pl-footer-nav .pl-footer-nav-section ul li a {
  text-decoration: none;
}
.pl-footer .pl-footer-nav .pl-footer-nav-section ul li a:hover {
  text-decoration: underline;
}
.pl-footer .pl-footer-social-icons {
  padding: 0;
  float: right;
  position: relative;
  bottom: 12px;
  right: 30px;
  margin-bottom: -6px;
}
@media only screen and (min-width: 1441px) {
  .pl-footer .pl-footer-social-icons {
    right: 65px;
  }
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-social-icons {
    float: none;
    bottom: 12px;
    right: 6px;
    margin-bottom: -6px;
    margin-top: 20px;
  }
}
.pl-footer .pl-footer-social-icons .pl-footer-social-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  position: relative;
}
.pl-footer .pl-footer-social-icons .pl-footer-social-icon img {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pl-footer .pl-footer-social-icons .pl-footer-social-icon svg {
  width: 16px;
  height: 16px;
  position: relative;
  left: 7px;
  top: 0;
  fill: #ffffff;
}
.pl-footer .pl-footer-social-icons .pl-footer-social-icon svg path,
.pl-footer .pl-footer-social-icons .pl-footer-social-icon svg polygon,
.pl-footer .pl-footer-social-icons .pl-footer-social-icon svg rect,
.pl-footer .pl-footer-social-icons .pl-footer-social-icon svg circle {
  fill: #ffffff;
}
.pl-footer .pl-footer-social-icons .pl-footer-social-icon:hover svg * {
  fill: #cccccc;
}
.pl-footer .pl-footer-social-icons .pl-footer-medium-icon svg {
  width: 27px;
  height: 27px;
  top: 5px;
  left: 0;
}
.pl-footer .pl-footer-social-icons .pl-footer-medium-icon svg path {
  fill: #ffffff;
}
.pl-footer .pl-footer-social-icons .pl-footer-youtube-icon svg {
  width: 21px;
  height: 21px;
  top: 3px;
  left: 5px;
  fill: #ffffff;
}
.pl-footer .pl-footer-colophon {
  padding: 20px 0 14px 0;
  color: #cccccc;
  background: #252525;
  position: relative;
}
.pl-footer .pl-footer-colophon a {
  text-decoration: none;
}
.pl-footer .pl-footer-colophon a:hover {
  text-decoration: underline;
}
.pl-footer .pl-footer-colophon span {
  position: relative;
  left: 13%;
}
@media only screen and (max-width: 1023px) {
  .pl-footer .pl-footer-colophon span {
    left: 0;
  }
}

.tax-publications_categories .breadcrumbs a, .single-publications .breadcrumbs a, .tax-publications_tags .breadcrumbs a {
  color: #009da5;
  text-decoration: none;
  padding-right: 12px;
}

.tax-publications_categories .breadcrumbs a:hover, .single-publications .breadcrumbs a:hover, .tax-publications_tags .breadcrumbs a:hover {
  text-decoration: underline;
}

/* April 9th, 2018 update to reflect Planet.com menu update */
.pl-main-menu .pl-main-menu-items .pl-main-menu-item:nth-of-type(3) .pl-main-menu-items .pl-main-menu-item {
  display: block;
  float: none;
}

/* May 30th, 2018 cookies CTA styles */

.pl-cookies-cta-contain {
  display: none;
}
.pl-cookies-cta-contain.pl-show {
  display: block;
}
.pl-cookies-cta {
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  z-index: 10;
  background: #4f5258;
  color: #fff;
  width: 100%;
}
.pl-cookies-cta p {
  width: 85%;
  display: inline-block;
  line-height: 19px;
}
.pl-cookies-cta button {
  float: right;
  top: 20px;
  position: relative;
  border: 1px solid #fff;
  background: #fff;
  color: #4f5258;
}
.pl-cookies-cta button:hover {
  background: #4f5258;
  color: #fff;
}
