/*!
Theme Name: The One Brief
Theme URI: theonebrief.com
Author: Brett Aiello
Author URI: 
Description: 
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: The One Brief
*/

@font-face {
  font-family: 'HelveticaNowDisplay';
  src: url("fonts/helvetica_now/HelveticaNowDisplay.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: 'HelveticaNowDisplayBold';
  src: url("fonts/helvetica_now/HelveticaNowDisplayBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'HelveticaNowDisplayLight';
  src: url("fonts/helvetica_now/HelveticaNowDisplayLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'HelveticaNowDisplayMedium';
  src: url("fonts/helvetica_now/HelveticaNowDisplayMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'HelveticaNowDisplay';
  src: url("fonts/helvetica_now/HelveticaNowDisplay.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
    font-family: "HelveticaNowDisplay", Helvetica, Arial, sans-serif;
    margin: 0;
    font-size: 1.8rem;
    color: #262836;
    margin-top: 100px;
}

body > iframe {
  display: none;
}

a {
  text-decoration: none;
  color: #262836;
}

h1, h2, h3, h4, h5 {
  font-family: "HelveticaNowDisplayBold", Times, serif;
  margin:0;
}

h1.page-title {
  font-size: 2.2em;
  margin-bottom: 30px;
}

.btn-primary {
    background-color: #007585;
    line-height: 3.5rem;
    border: none;
    color: #fff;
    padding: 0 25px;
    font-family: "HelveticaNowDisplayMedium", Times, serif;
    font-size: 1.6rem;
    border: 3px solid #007585;
    border-radius: 0;
}

.btn-primary:hover {
    color: #007585;
    background-color: #fff;
    border-color: #007585;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.site-header {
  margin-bottom: 1.4em;
  border-bottom: 1px solid #c8c8c8;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  top: 0;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
}

.site-header .mobile-toggle {
  display: none;
  position: absolute;
  top: 50%;
  font-size: 27px;
  color: #8c8c8c;
  margin-top: -20px;
}

.site-header .mobile-menu-close {
  display: none;
  position: absolute;
  left: 15px;
  top: 11px;
  font-size: 26px;
  line-height: normal;
  color: #8e8e8e;
  z-index: 2;
}

.mobile-menu-active .site-header .mobile-menu-close {
  display: block;
}

.site-header .site-branding {
    padding: 1em 0;
}

.site-header .site-title {
  margin: 0;
}

.site-header .site-title a {
  display: inline-block;
  text-decoration: none;
  transition: opacity .3s;
  opacity: 1;
}

.site-header .site-title a:hover {
  opacity: 0.6;
}

.site-header h2.tob-logo {
  font-size: 25px;
  letter-spacing: -1px;
  font-family: 'HelveticaNowDisplayBold';
  color: #000;
  text-decoration: none;
}

.site-header h2.tob-logo span {
}

.new-better-landing .site-header h2.tob-logo {
  color: #fff;
}

.header-actions {
  position: absolute;
  right: 15px;
  top: 43%;
  margin-top: -17px;
}

.header-actions .action {
  display: inline-block;
  margin-left: 10px;
  font-size: 2.4rem;
  color: #5d6d78;
  cursor: pointer;
}

.header-actions .action a {
    color: #5d6d78;
    font-family: 'HelveticaNowDisplay';
}

.header-actions .action a:hover {
  text-decoration: none;
  color: #007585;
}

.header-actions .action:hover {
  color: #0d0d0d; 
}

.header-actions .header-aon {
    display: inline-block;
    margin-left: 10px;
    padding-left: 0px;
    /* border-left: 1px solid #a5a5a5; */
    top: -2px;
    position: relative;
}
.header-actions .header-aon img {
  max-width: 60px;
}



.header-actions .search img {
  max-width: 20px;
  margin-right: 21px;
}

.action-panel {
    overflow: hidden;
    transition: all 0.3s;
    background-color: #aac0c4;
    border-bottom: 1px solid #aac0c4;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    margin: 0;
    z-index: 5;
    left: 0;
    padding: 0;
    max-height: 0;
}

.action-panel.active {
    max-height: 100px;
    visibility: visible;
    opacity: 1;
    border-bottom: 1px solid #aac0c4;
}

.action-panel .container {
  padding: 1.2rem 0;
}

.action-panel label {
  font-size: 1.4rem;
}

.action-panel .siq-searchwidget input[type="search"] {
    font-size: 1.7rem;
    line-height: 3.8rem;
    width: 80%;
    margin: 0 0 0 10px;
    padding: 0 .7rem;
    display: inline-block;
    border: 1px solid #0003;
}

.action-panel button {
  position: relative;
}

.action-panel.search button {
    background-color: #6C277A;  
}

.action-panel .panel-close {
    position: absolute;
    right: 12px;
    top: 1px;
    font-size: 2rem;
    color: #314d52;
}

.main-post-wrap {
  overflow-x: hidden;
}

.tob-post-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.tob-post {
  margin-bottom: 30px;
  position: relative;
}

.tob-post.small {
    padding: 0 4% 0 0;
    float: left;
    width: 33.3%;
    position: relative;
    height: 233px;
}

/*.page-template-template-home .tob-post.small:nth-of-type(1) {
  display: none;
}
*/
.tob-post.small:nth-of-type(3n) {
  padding-right: 0;
}

.tob-post .thumb {
    position: relative;
    overflow: hidden;
    min-height: 138px;
    max-height: 165px;
}

.tob-post .thumb img {
    width: 100%;
    height: auto;
    transition: all 0.7s;
    will-change: transform;
}

.tob-post.small .thumb img {
    /* margin-top: -6%; */
}

.tob-post:hover .thumb img {
  transform: scale(1.1);
}

.tob-post .thumb > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.tob-post .thumb > a:before {
  content: "";
  transition: all 0.2s;
  background: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    position: absolute; 
    opacity: 0;
    visibility: hidden;
    will-change:opacity;
    z-index: 1;
}

.tob-post:hover .thumb > a:before {
  opacity: 1;
  visibility: visible;
}

.tob-post .content {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    background: #fff;
    /* width: 90%; */
    position: relative;
    float: right;
    margin-top: -25px;
    padding: 7px 12px;
    /* height: 104px; */
    position: relative;
    z-index: 3;
}

.tob-post h2 {
  font-size: 1em;
  font-family: 'HelveticaNowDisplayMedium';
}

.tob-post .category {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: none;
}

.tob-post .category.in-brief a  {
  color: #d10000;
}

.category.gold, .category.gold a {color: #ECA934;}
.category.blue, .category.blue a {color: #1483A6;}
.category.red, .category.red a {color: #eb0017;}

.tob-post .post-title:hover {
      color: #333;
      text-decoration: none;
}

.tob-post .share {
  position: absolute;
  bottom:30px;
  right: -60px;
  transition: all 0.4s;
  transition-delay: 0.2s;
  z-index: 4;
}

.tob-post .share .hexagon {
  position: relative;
  width: 48px;
  height: 27.71px;
  background-color: #ffffff;
  margin: 13.86px 0;
  display: block;
  transition: all 0.4s;
  transition-delay: 0.2s;
  display: none;
}

.tob-post:hover .share {
  bottom: 30px;
  right: 6px; 
}

.tob-post:hover .share .hexagon:nth-of-type(2) {
  margin-top: 22px;
  margin-left: 24px;
}

.tob-post .share .hexagon:before,
.tob-post .share .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}

.tob-post .share .hexagon:before {
  bottom: 100%;
  border-bottom: 13.86px solid #ffffff;
}

.tob-post .share .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 13.86px solid #ffffff;
} 

.tob-post .share .hexagon i {
  position: absolute;
  font-size: 24px;
  left: 50%;
  margin-left: -11px;
  top: 2px;
  color: #55ACEE;
}

.tob-post:hover .share .hexagon:nth-of-type(2) i {
  color: #0077B5;
}

.featured-post {
  width: 100%;
}

.featured-post .tob-post {
  float: none;
  width: 100%;
  padding:0;
  margin-bottom: 132px;
}

.featured-post .tob-post .thumb {
    max-height: 409px;
}

.featured-post .tob-post .content {
  position: absolute;
  bottom: -64px;
  margin: 0;
  width: 82%;
  font-size: 35px;
  line-height: normal;
  height: auto;
  padding: 20px 20px;
  line-height: 40px;
  font-weight: 400;
}

.featured-post .tob-post .content:before,
.featured-post .tob-post .content:after {
    left: 50%;
    right: 0;
    position: absolute;
    z-index: 1;
    background: #fff;
    content: '';
    display: block;
}

.featured-post .tob-post .content:before {
    top: 0;
    bottom: 50%;
    -webkit-transform: none;
    -webkit-transform-origin: top;
}

.featured-post .tob-post .content:after {
    top: 50%;
    bottom: 0;
    -webkit-transform: skewX(-27deg);
    -webkit-transform-origin: bottom;
}

.featured-post .tob-post .content span {
    position: relative;
    z-index: 2;
}

.featured-post .tob-post .category {
    font-size: 20px;
    line-height: normal;
    z-index: 2;
    position: relative;
}

.alignleft {
  float: left;
  margin: 0px 20px 30px 0;
  max-width: 100%;
}

.alignright {
  float: right;
  margin: 0px 0px 30px 20px;
  max-width: 100%;
}

.image-row {
  text-align: center;
  margin-bottom: 30px;
}

.image-row br {
  display: none;
}

.image-row img {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 100%;
}


.single-article {
    max-width: 1015px;
}

.single-article .single-header {

}

.single-article .single-header .thumb {
    max-height: 400px;
    overflow: hidden;
}

.single-article .single-header .thumb img {
  width: 100%;
  height: auto;
  margin-top: -10%;
}

.single-article .single-header .title {
    background: #fff;
    padding: 20px;
    margin-top: -39px;
    position: relative;
    margin-left: 30px;
    font-size: 2em;
    font-weight: 500;
    max-width: 830px;
    margin-bottom: 20px;
}

.single-article .single-header .category {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.single-article .single-header .title-name {
  font-size: 1em;
  line-height: 1.2em;
  font-family: "HelveticaNowDisplayMedium";
}

.single-content {
    color: #4A4A4A;
    line-height: 34px;
    max-width: 900px;
    margin: 0 auto;
}

.single-content a,
.popover a {
  color: #007585;
  border-bottom: 1px solid #aac0c4;
  font-family: "HelveticaNowDisplayBold";
  transition: all .3s;
}

.single-content a:hover,
.popover a:hover {
  border-bottom: 2px solid #007585;
  text-decoration: none;
}

.single-content a:focus,
.popover a:focus {
  outline: 1px solid #aac0c4;
}

.single-content a:visited,
.popover a:visited {
  color: #5d6d78;
  border-bottom: 2px solid #aac0c4;
}

.single-content strong {
  display: block;
  margin-top: 20px;
}


.ceros-half {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.ceros-half-right {
  width: 50%;
  float: right;
  padding-left: 15px;
}

.ceros-left {
  width: 40%;
  float: left;
  padding-right: 15px;
}

.ceros-right {
  width: 40%;
  float: right;
  padding-left: 15px;
}

.ceros-center {
  width: 50%;
  margin: auto;
}

.single-content hr {
  clear: both;
  width: 60px;
  border-top: 10px solid #5d6d78;
  margin: 35px 0;
}

.single-content h2 {
  clear: both;
  font-size: 24px;
  color: #262836;
  letter-spacing: 0.99px;
  line-height: 31px;
  font-weight: 800;
  margin-bottom: 24px;
}

.single-content h2 span,
.single-content h3 span {
/* text-transform:uppercase !important; */
}

.single-content h3 {
    font-weight: 600;
    color: #262836;
    margin-bottom: 40px;
    font-size: 20px;
}

.single-content h4 {
    font-size: 1.1em;
    color: #fff;
    font-weight: 200;
    margin-bottom: 10px;
    font-family: 'HelveticaNowDisplay';
}

.wpsisac-slick-slider.wpsisac-prodesign-20 .wpsisac-slider-content .wpsisac-show-hide-content {
    position: absolute;
    right: 65px;
    left: 65px;
    bottom: 0px;
    background: rgb(0 0 0 / 70%) none repeat scroll 0% 0%;
    padding: 10px 10px 40px 10px;
}

.single-content h2::first-line,
.single-content h3::first-line,
.single-content h4::first-line {
/*   text-transform: capitalize; */
}

.post-template-template-post-QA .single-content h2,
.post-template-template-post-QA .single-content h3,
.post-template-template-post-QA .single-content h4,
.post-template-template-post-QA .single-content h2::first-line,
.post-template-template-post-QA .single-content h3::first-line,
.post-template-template-post-QA .single-content h4::first-line {
/*   text-transform: none; */
}

.single-content p, 
.single-content ul, 
.single-content ol, 
.single-content li {
    font-size: 18px;
    color: #4A4A4A;
    line-height: 33px;
   margin-bottom: 2rem;
}

.single-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.single-content #further-reading a {
  clear: both;
  display: block;
  margin-bottom: 10px;
}

.about-cat {
     margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 2px; 
}

.article-top-bar {
    margin-bottom: 20px;
}

.article-top-bar.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    right: auto;
    top: 68px;
    z-index: 2;
}

.article-top-bar .contain .inner {
  max-width: 960px;
  margin: 0 auto;
  background: #262836;
  border-radius: 2px;
  padding: 7px 15px 9px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  line-height: normal;
}

.article-top-bar.fixed .contain .inner {
    position: relative;
    left: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    max-width: 1100px;
}

.article-top-bar .contain .inner:after {
  clear: both;
  content: "";
  display: block;
}


.article-top-bar .article-nav {
    color: #000;
    float: left;
    padding: 8px 0;
}

.article-top-bar .article-nav .default-option {
  display: none;
}

.article-top-bar .jump-title, 
.article-top-bar .share-title {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 800;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 3px;
    color: #fff;
    font-family: "HelveticaNowDisplayBold";
}

.article-top-bar .share-title {
  top: -2px;
  margin-right: 10px;
}

.article-top-bar .article-nav select {
    font-size: 16px;
    border-radius: 3px;
    border: none;
    background: rgba(255, 255, 255, 1);
    line-height: 26px;
    height: 31px;
    padding: 5px 4px;
    width: 217px;
}

.article-top-bar .article-nav option {

}

.article-top-bar .social {
  float: right;
  position: relative;
  top: 7px;
}


.article-top-bar .subscribe {
  float: right;
  margin-left: 20px;
  display: none;
}

.article-top-bar .subscribe-button {
    display: inline-block;
    background-color: #5d6d78;
    color: #fff !important;
    font-weight: 700;
    padding: 4px 26px;
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    line-height: normal;
    font-family: "HelveticaNowDisplayBlack";
}


.article-top-bar .social-icon {
  display: inline-block;
  position: relative;
  padding: 4px 10px;
  background-color: #eb0017;
  border: none;
  background: none;
}

.article-top-bar .social-icon:hover {
cursor:pointer;
}


.article-top-bar .social-icon-twitter:hover,
.article-top-bar .social-icon-twitter:hover:before,
.article-top-bar .social-icon-twitter:hover:after {
    background: #55ACEE;
    border-color: #55ACEE;
    content: "";
}

.article-top-bar .social-icon-linkedin:hover,
.article-top-bar .social-icon-linkedin:hover:before,
.article-top-bar .social-icon-linkedin:hover:after {
    background: #0077b5;
    border-color: #0077b5;
    content: "";
}

.article-top-bar .social-icon-print:hover,
.article-top-bar .social-icon-print:hover:before,
.article-top-bar .social-icon-print:hover:after {
    background: #BEBEBE;
    border-color: #BEBEBE;
    content: "";
}

.article-top-bar .social-icon-envelope:hover,
.article-top-bar .social-icon-envelope:hover:before,
.article-top-bar .social-icon-envelope:hover:after {
    background: #6E267B;
    border-color: #6E267B;
    content: "";
}

.article-top-bar .social-icon i {
    color: #fff;
    font-size: 19px;
    z-index: 2;
}

.elm-wrapper {
  margin: 0em auto 1em;
  text-align: center;
}

.elm-button {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border: none;
  padding: 10px 0;
  background: #007585;
  color: #ffffff;
  font-size: 16px;
  width: 180px;
  text-align: center;
  cursor: pointer;
  font-family: 'HelveticaNowDisplayBold';
  border: 3px solid transparent;
}

.elm-button:hover {
    background-color: #fff;
    border: 3px solid #007585;
    color: #007585;
    text-decoration: none;
}

.elm-button:focus {
  outline:0;
}

.elm-button.ajax-inactive {
  display: none;
}

.elm-button.is-loading .elm-loading-anim {
  display: block;
  height: 24px;
}

.elm-button.is-loading .elm-button-text {
  display: none;
}

.elm-loading-anim {
  display: none;
}

.elm-loading-icon {
  width: 1.5em;
  height: 1.5em;
}

.elm-loading-icon path:first-of-type {
  fill: #fff;
  opacity: 1;
}

.top-stories {
   background-color: #E9E9E9;
   padding: 13px;
   min-height: 600px;
}

.top-stories h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3em;
}

.site-footer {
  background: #edf6f7;
  padding:20px 0;
  margin-top: 3em;
}

.site-footer:after {
  content: "";
  clear: both;
  display: block;
}

.site-footer .footer-logo {
  float: left;
}

.site-footer .footer-logo a {
  display: block;
}

.site-footer .footer-logo img {max-width: 60px;margin-top: 11px;}

.site-footer .footer-links {
  float: right;
margin-top: 2px;
}

.site-footer .footer-links .item {
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
    color: #676767;
    font-size: 14px;
    font-weight: lighter;
}

.site-footer .footer-links .item.icon-item {

}

.site-footer .footer-links .item a {
  color: #676767;
}

.site-footer .footer-links .item i {
  font-size: 24px;
}

.site-footer #mc-embedded-subscribe {
  display: none;
}

.tob-modal .vertical-alignment {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.tob-modal .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.tob-modal .modal-content {
    width:inherit;
    max-width:inherit;
    height:inherit;
    margin: 0 auto;
    pointer-events: all;
    border-radius: 0;
    max-width: 700px;
}

.tob-modal .modal-header {
    padding: 0;
    text-align: center;
    background-size: cover;
    background-position: bottom;
    background-color: #17759f;
    border-radius: 0;
}

.tob-modal .modal-header .inner {
  width: 100%;
  height: 100%;
  padding: 35px 30px 60px 30px;
  position: relative;
}

.tob-modal .modal-header h4 {
    color: #fff;
    font-size: 1.6em;
    text-transform: none;
    font-weight: 600;
    line-height: 1.1em;
}

.tob-modal .icon-wrap {
  display: flex;
  margin-top: -58px;
}

.tob-modal .hex-wrap {
  flex: 1;
}

.tob-modal .hex-wrap .caption {
    text-align: center;
    font-weight: 400;
    font-size: .9em;
    font-weight: 700;
    color: #646464;
}

.tob-modal form {
  margin: 14px 0;
}

.tob-modal form input,
.tob-modal form select {
    padding: 7px 11px;
    display: inline-block;
    max-width: 500px;
    font-size: 18px;
    height: auto;
    background-color: #fcfcfc;
}

.tob-modal form ::placeholder { 
  color: #999;
  opacity: 1;
}

.tob-modal form :-ms-input-placeholder { 
  color: #999;
}

.tob-modal form ::-ms-input-placeholder { 
  color: #999;
}

.tob-modal form select {
    height: auto !important;
    color: #999;
}

.tob-modal form button {
  vertical-align: top;
  height: 48px;
  font-weight: 800;
  font-size: 16px;
}

.tob-modal .sub-text {
    text-align: center;
    color: #e21a22;
    cursor: pointer;
    text-decoration: underline;
}
.tob-modal .modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 0.8;
    font-size: 40px;
    position: absolute;
    right: 10px;
    top: 4px;
}

.tob-modal .input-wrap {
  text-align: center;
}

.tob-modal .modal-body br {
  display: none;
}

.tob-modal input[type="submit"] {
     margin: 0 auto;
    display: block;
    width: 200px;
    margin-top: 18px; 
        background-color: #eb0017;
}

.tob-modal input[type="button"] {
     margin: 0 auto;
    display: block;
    width: 200px;
    margin-top: 18px; 
        background-color: #eb0017;
}

.red-hex {
  position: relative;
  width: 100px;
  height: 57.74px;
  background-color: #e21a22;
  margin: 28.87px auto;
}

.red-hex:before,
.red-hex:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

.red-hex:before {
  bottom: 100%;
  border-bottom: 28.87px solid #e21a22;
}

.red-hex:after {
  top: 100%;
  width: 0;
  border-top: 28.87px solid #e21a22;
}

.red-hex img {
    max-width: 55px;
    position: absolute;
    z-index: 2;
    margin-left: 21px;
    margin-top: 0px;
}

#at4-share,
#at-share-dock {
  visibility: hidden !important;
  opacity: 0 !important;
}

.contact__info {
    border-bottom: 1px dotted gainsboro;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.contact__position {
    font-weight: normal;
    font-size: 1em;
    margin-top: 26px;
}

.contact__icon {
    color: #eb0017;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
    /* background: url(images/contact-icon.svg); */
    width: 24px;
    height: 18px;
}

.contact__email {
    color: #eb0017 !important;
    vertical-align: middle;
    position: relative;
    top: 3px;
}

.about-widget {
    background: #edf6f7;
    padding: 20px;
    font-size: 15px;
    text-align: center;
}

.about-widget h2 {
    font-size: 1.3em;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.about-widget p:first-of-type {
    background: #fff;
    padding: 12px;
    border: 1px solid #cacaca;
    margin-bottom: 20px;
    text-align: left;
    font-size: 13px;
}

.about-widget .elm-button {
    width: 100%;
    margin-top: 20px;
    display: block;
    padding: 2px 0;
}

.about-widget .signup-text {
    font-size: 15px;
    text-align: left;
    font-size: 13px;
}

.about-widget .form-control {
font-size: 15px;
    line-height: 28px;  
}

.about-widget .h2-margintop {
        margin-top: 20px;  
}

.single-content .quote-block {
    padding: 0px 90px 70px 20px;
    margin: 40px 0;
    position: relative;
    border-right: 7px solid #eb0017;
}

.single-content .quote-block:before {
    content: " ";
    background: url(images/q2.png) no-repeat left top;
    width: 39px;
    height: 47px;
    display: block;
    background-size: contain;
}

.single-content .quote-block .message {
    padding-top: 0px;
    font-size: 23px;
    line-height: 30px;
    font-family: 'HelveticaNowDisplayBold';
    margin-bottom: 10px;
}

.single-content .quote-block .source {
  padding-top: 7px;
  font-size: 15px;
}

.single-content .quote-block .quote-share {
    position: absolute;
    font-weight: 700;
    right: 38px;
    bottom: 15px;
    color: #1da1f2;
    cursor: pointer;
    font-size: 16px;
}

.single-content .quote-block .quote-share:before {
  font-family: FontAwesome;
  content: "\f099";
  margin-right: 5px;
}

.single-content .quote-block .share-li {
    position: absolute;
    font-weight: 700;
    right: 174px;
    bottom: 15px;
    color: #0E76A8;
    cursor: pointer;
    font-size: 16px;
}

.single-content .quote-block .share-li:before {
   font-family: FontAwesome;
  content: "\f08c";
  margin-right: 5px; 
}

.single-content .quote-block .share-li a {
  border:none !important;
}

.image-title {
    text-align: center;
    color: #eb0017;
    font-size: 1.7em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.popover {
  z-index: 1 !important;
  padding: 0 !important;
  font-size: .8em;
  text-align: center;
}

.popover-link {
  font-weight: 400;
}

.popover-header {
    background: #262836;
    color: #fff;  
    font-size: 1em;
    font-weight: 600;    
}

.popover .article-name {
  font-weight: 600;
  padding-bottom: 5px;
  line-height: normal;
}

.aside {
    position: fixed;
    line-height: normal;
    right: 0;
    bottom: 0;
    background: #ffffff;
    padding: 22px;
    z-index: 10;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    border-top: 5px solid #1d88a9;
    max-width: 380px; 
   -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;    
    transform: translateX(395px);  
}

.aside.active {
  transform: translateX(0);  
}

.aside .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    color: #1d88a9;
}

.in-brief-body .site-header {
  margin-bottom: 0;
}

.in-brief-body .site-footer {
  margin-top: 0;
}

.in-brief-body .single-article .single-header {
    padding-top: 10px;
}

.in-brief-body .site-content {
  /* background-color: #f1f1f1; */
}

.in-brief-body .single-article {
  max-width: 1165px;
}

.page-id-6392.english .col-lg-9,
.home.english .col-lg-9  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.page-id-6392.english .col-lg-3,
.home.english .col-lg-3
 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.in-brief-feed {
    position: sticky;
    top: 87px;
    display: block;
    /*    padding: 10px 20px;
    background: #f4f4f4;
    border: 1px solid #cacaca;*/
    background: #ffffff;
    padding: 0;
    border: 1px solid #cacaca;
}

.in-brief-feed .news-list {
    padding-top: 0;
    height: 350px;
    overflow: auto;
}

.in-brief-feed h2 {
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0;
    background: #262835;
    padding: 11px;
    margin-left: 0;
    font-family: 'HelveticaNowDisplayBold';
    padding-left: 12px;
}

.in-brief-feed h2 .icon img {
    max-width: 33px;
    display: inline-block;
    margin-right: 8px;
    display: none;
}

.in-brief-feed .in-brief-sub {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
    border-bottom: 1px solid #cdd5d6;
    padding: 16px 10px;
    background: #eef6f7;
    font-family: 'HelveticaNowDisplayMedium';
}

.in-brief-feed .news-item {
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.in-brief-feed .news-item:last-of-type {
  border: none;
  padding-bottom: 0;
}

.in-brief-feed .news-item a:hover {
      color: #007585;
      text-decoration: none;
}

.in-brief-feed .news-item .banner {
  background: #262835;
  color: #fff;
  padding: 1px 6px;
  font-size: 12px;
  position: relative;
  top: 1px;
  left:9px;
  height: 20px;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'HelveticaNowDisplayBold';
}

.in-brief-feed .news-item a:hover .banner {
  padding: 1px 29px 1px 6px;
}

.in-brief-feed .news-item .banner:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #dc2330;
    position: absolute;
    right: -20px;
    top: 0px;
    opacity: 0;
}

.in-brief-feed .news-item .details {
    padding: 10px;
    border-top: 1px solid #e1e1e1;
    background: transparent;
    transition: all 0.3s;
}

.in-brief-feed .news-item a:hover .details {
  background: #fafafa;
}

.in-brief-feed .news-item .title {
    font-size: 14px;
    /* color: #eb0017; */
    font-weight: 400;
    line-height: 20px;
}

.in-brief-feed .news-item .title .line2 {
  color: #4d4d4d;
  font-weight: 400;
  display: block;
  font-size: 14px;
}

.in-brief-feed .news-item .thumb {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #eb0017;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: none;
}

.in-brief-feed .news-item.qa .thumb {
    background-image:url(/wp-content/themes/the-one-brief/images/icon-qa.png);
}

.in-brief-feed .news-item .date {
    font-size: 13px;
    padding: 4px 0 0;
}

.single-article .in-brief .ib-wrap {
  padding-left: 110px;
  position: relative;
}

.single-article .in-brief-share {
  position: absolute;
  left: 0;
  top: 0;
}

.single-article .in-brief .article-top-bar .social {
  float: none;
}

.single-article .in-brief .article-top-bar.fixed {
    position: fixed;
    top: 95px;
    left: auto;
    width: auto;
    margin-left: -111px;
}

.single-article .in-brief .ib-header {
  background-image:url(images/inbrief-bg.png);
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 15px 25px;
  margin-bottom: 2em;
  position: relative;
}

.single-article .in-brief .single-header .title-name {
    color: #262835;
    font-weight: 400;
    font-size: 39px;
    bottom: 15px;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 23px;
    border-bottom: 1px solid #dadada;
    padding-top: 23px;
    margin-bottom: 43px;
    border-top: 1px solid #c9c9c9;
}

.single-article .in-brief .single-header .entry-date {
  font-size: 20px;
}

.single-article .in-brief .single-header .cat-badge {
    background: #eb0017;
    color: #fff;
    display: inline-block;
    padding: 7px 12px 7px 48px;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: -1px;
    background: #262835;
    font-family: 'HelveticaNowDisplayBold';
}

.single-article .in-brief .single-header .cat-badge:after {
  width: 27px;
  height: 27px;
  content: "";
  display: block;
  border-bottom: solid 25px #eb0017;
  border-left: solid 10px #eb0017;
  border-right: solid 25px transparent;
  border-top: solid 10px transparent;
  position: absolute;
  right: -35px;
  top: 0px;
  opacity: 0;
}

.single-article .in-brief .single-header .cat-badge:before {
    position: absolute;
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-top: 15px solid #800707;
    border-left: 15px solid transparent;
    bottom: -15px;
    left: 0px;
}


.single-article .in-brief .single-header .cat-badge a {
  color: #fff;
}

.single-article .in-brief .single-header .cat-badge a:hover {
  text-decoration: none;
}

.single-article .in-brief .single-header .cat-badge .sub {
    display: inline-block;
    font-size: 15px;
}

.single-article .in-brief .single-header .cat-badge .sub > div {
  background-image: url(images/icon-stopwatch.png);
  width: 26px;
  height: 26px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  position: absolute;
  left: 14px;
  top: 7px;
}

.single-article .in-brief .single-header .cat-badge .sub > div.ib-qa { background-image: url(images/icon-qa.png);}
.single-article .in-brief .single-header .cat-badge .sub > div.ib-video { background-image: url(images/icon-vid.png);}

.in-brief .single-content {
    padding: 0;
    max-width: 100%;
    margin: 0;
    position: relative;
    padding-bottom: 70px;    
}

.in-brief .in-brief-share a {
    position: relative;
    width: 55px;
    height: 55px;
    padding-top:5px;
    text-align:center;
    display: block;
    margin-bottom: 10px;
}


.in-brief .in-brief-share span {
    position: absolute;
    color: #4b4b4b;
    font-size: 28px;
    left: 50%;
    margin-left: -14px;
}


.video-cont {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 40px;
}

.video-cont iframe {
 border: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; 
}

.single-article .in-brief h2 {
    font-weight: 700;
    font-size: 1.4em;
    margin: 12px 0 13px;
    text-transform: lowercase;
}

.single-article .in-brief h2::first-line {
  text-transform: capitalize;
}


.single-article .in-brief .article-cont {
  padding-bottom: 50px;
}

.single-article .in-brief .article-banner img {
  max-width: 100%;
  margin-bottom: 47px;
}

.single-article .in-brief.article .title-name {
  margin-bottom: 0;
}

.single-article .in-brief.qa h1 span {
  display: block;
  font-size: 46px;
  line-height: 46px;
  font-weight: 800;
  margin-top: 10px;
  color: #eb0017;
}

.single-article .in-brief.qa h1 span.line2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 10px;
  padding-bottom: 10px;
  color: #000;
}

.single-article .in-brief.qa .qa-desc {
      padding-left: 41px;
    margin-bottom: 42px;
    font-style: italic;
}

.single-article .in-brief.qa .question {
    font-weight: 600;
    font-size: 1.2em;
    position: relative;
    padding-left: 38px;
}

.single-article .in-brief.qa .answer {
    margin-bottom: 40px;
    margin-top: 10px;
    padding-left: 37px;
}

.single-article .in-brief.qa .question i {
    color: #eb0017;
    font-size: 28px;
    position: absolute;
    top: 3px;
    left: 0;
}

.single-article .in-brief.qa .qa-cont {
  width: 75%;
  float: left;
  padding-right: 40px;
}

.single-article .in-brief.qa .qa-box {
  width: 25%;
  float: right;
  border: 1px solid #dadada;
  border-radius: 4px;
}

.single-article .in-brief.qa .qa-box .title {
  padding: 10px;
  font-weight: 600;
  text-align: center;
  background: #eb0017;
  color: #fff;
  font-size: 20px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.single-article .in-brief.qa .qa-box .bio {
  padding: 27px;
  font-size: .85em;
  line-height: 22px;
}

.single-article .in-brief.qa .qa-box .photo {
  
}

.single-article .in-brief.qa .qa-box img {
  width: 100%;
}

.related-posts-wrap {
  max-width: 946px;
  margin: 40px auto;
  padding-top: 30px;
  border-top: 1px solid #c9c9c9;
}

.related-posts-wrap h3 {
  font-size: 25px;
  margin-bottom: 23px;
}

.pp-wrap {
    max-width: 430px;
    background-color: #fff;
    position: fixed;
    bottom: 30px;
    right: -100px;
    box-shadow: 0px 0px 28px rgba(0,0,0,0.3);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    margin-left: 150px;
    transition: all .55s;
}

.pp-wrap.active {
    opacity: 1;
    visibility: visible;
    right: 30px;
}

.pp-wrap .pp-header {
    background-color: #4d4d4d;
    padding: 17px 10px;
    position: relative;
}

.pp-wrap .pp-header h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}

.pp-wrap .pp-header .close {
    float: none;
    position: absolute;
    color: #444444;
    opacity: 1;
    text-shadow: none;
    right: -10px;
    top: -8%;
    margin-top: -10px;
    font-size: 22px;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

.pp-wrap.has-link {
  cursor: pointer;
  text-decoration: none;
}

.pp-wrap.has-link:hover {
  box-shadow: 0px 0px 38px rgba(0,0,0,0.5);
}

.pp-wrap .pp-cover {
  
}

.pp-wrap .pp-cover img {
  max-width: 100%;
}

.pp-wrap .pp-body {
    background: #fff;
    padding: 20px;
}

.pp-wrap .pp-body .btn {
  color: #fff;
  margin: 0 auto;
}

.pp-wrap .pp-body .btn:hover {
  color: #fff;
}

.pp-wrap .pp-cta {
  padding: 10px 20px;
  background: hsl(0deg 0% 0% / 80%);
  color:#fff;
  font-family: "HelveticaNowDisplayBold", Times, serif;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
}

.pp-wrap .pp-cta:after {
  content:"";
  font-family:FontAwesome;
  content: "\f054";
  color:#fff;
  display:inline-block;
  margin-left: 5px;
}

#popup-7006:before {
    content: "";
    background-image: url(https://theonebrief.com/wp-content/uploads/2020/04/well-one-app.png);
    display: block;
    height: 261px;
    width: 180px;
    position: absolute;
    left: -39px;
    background-size: cover;
    z-index: 100;
    opacity: 1;
    transition: all 1.2s;
  -moz-animation: fade-in 5s 5s;
    -webkit-animation: fade-in 5s 5s;
    animation: fade-in 5s 5s;    
}

#popup-7006.active:before{
  opacity: 1;
  left: -99px;
}
#popup-7006 .pp-header {
    background-color: #1e88a9;
    padding: 17px 10px;
    position: relative;
}

#popup-7196:before {
    content: "";
    background-image: url(https://theonebrief.com/wp-content/uploads/2020/07/popup-wp.png);
    display: block;
    height: 185px;
    width: 235px;
    position: absolute;
    left: -39px;
    background-size: cover;
    z-index: 100;
    opacity: 1;
    transition: all 1.2s;
    -moz-animation: fade-in 5s 5s;
    -webkit-animation: fade-in 5s 5s;
    animation: fade-in 5s 5s;
    top: 10px;
}

#popup-7196.active:before{
  opacity: 1;
  left: -156px;
}
#popup-7196 .pp-header {
    background-color: #1483A6;
    padding: 17px 10px;
    position: relative;
}

#popup-7196 .pp-header h3 {
  font-size: 19px;
}

#popup-7699:before {
    content: "";
    background-image: url(https://theonebrief.com/wp-content/uploads/2021/02/rrsa-phone.png);
    display: block;
    height: 251px;
    width: 131px;
    position: absolute;
    left: -39px;
    background-size: cover;
    z-index: 100;
    opacity: 1;
    transition: all 1.2s;
    -moz-animation: fade-in 5s 5s;
    -webkit-animation: fade-in 5s 5s;
    animation: fade-in 5s 5s;
    top: -24px;
    transform: rotate(-6deg);
}

#popup-7699.active:before{
  opacity: 1;
  left: -94px;
}
#popup-7699 .pp-header {
    background-color: #007585;
    padding: 12px 10px;
    position: relative;
}

#popup-7699 .pp-header h3 {
  font-size: 17px;
}

@media (max-width: 500px) {
  .pp-wrap {
    margin-left: 10px;
  }
  .pp-wrap.active {
    right: 10px;
  }
  .pp-wrap .pp-header h3 {
    font-size: 17px;
  }

  .pp-wrap .pp-header h3 br {
    /*display: none;*/
  }
  #popup-7006:before,
  #popup-7196:before,
  #popup-7966:before {
    display: none;
  }
}

  pre {
  word-break: break-all; /* webkit */
  word-wrap: break-word;
    white-space: pre;
    white-space: -moz-pre-wrap; /* fennec */
  white-space: pre-wrap;
    white-space: pre\9; /* IE7+ */
        background: #f7f7f7;
}

code {

}

.page-template-template-UI h2 {

}

.wpsisac-slick-slider .wpsisac-slider-content p {
  color: #fff !important;
}



.asia .article-top-bar .social {
  float: none;
  display: inline-block;
}

.asia .article-top-bar {
    text-align: center;
}

.language-select {
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #cacaca;
}

.language-select select {
    font-size: 14px;
    line-height: normal;
    height: auto !important;
}

.language-select h5 {
    font-size: 15px;
    margin-bottom: 6px;
}

.region-picker {
    position: absolute;
    top: 18px;
    right: 229px;
    border: 1px solid #cacaca;
    border-radius: 2px;
}

.region-picker .dropdown-menu {
  font-size: 14px;
} 

.region-picker .dropdown-toggle {
  font-size: 14px;
  color: #5d6e78 !important;

}

.region-picker .bootstrap-select .dropdown-menu li a.active {
  background-color: #262836;
}

.page-id-6392 .region-picker {
  display: block !important;
}

.new-better-landing {
    margin-top: 0;
}

.new-better-landing .site-header {
  position: relative;
  padding-bottom: 0em;
  background-size: cover;
  background-position: top;
}

.new-better-landing .site-header .header-actions {
    right: 77px;
    top: 25px;
    display: none;
}

.new-better-landing .site-header .header-actions .action {
    color: #fff;
    opacity: 0.7;
}

.new-better-landing .site-header .site-branding {
    /* max-width: 200px; */
    text-align: left;
    margin: 0 auto;
    padding: .7em 0;
}

.new-better-landing .site-header .site-branding a:hover {
  text-decoration: none;
}

.new-better-landing .site-header .site-branding .tag {
    position: relative;
    top: -5px;
    transform: scale(1.1);
}

.new-better-landing .site-header .site-branding .tag img {

}

.new-better-landing .site-header .site-branding img {
  width: 100%;
}

.new-better-landing .site-header .aon-corp {
    position: absolute;
    right: 0;
    top: .6em;
    max-width: 70px;
}

.new-better-landing .site-header .aon-corp img {
    width: 100%;
    opacity: 1;
    max-width: 60px;
}
.new-better-landing .site-header .intro {
  padding: 4em 0 10em;
}

.new-better-landing .site-header h1 {
  color: #fff;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.45);
  font-size: 3em;
  font-weight: 100;
  padding-bottom: 18px;
  font-family: 'HelveticaNowDisplay';
}

.new-better-landing .site-header h1 span {
  transition: all .3s;
  display: inline-block;
}

.new-better-landing .site-header .subline {
    color: #fff;
    padding-top: 1em;
    font-weight: 500;
    font-size: 21px;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
}
.new-better-landing .site-content {
  margin-top: -80px;
}

.new-better-landing .nb-post-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  z-index: 6;
}


.new-better-landing .nb-post {
  min-width: 33.3%;
  float: none;
  margin: 0;
  height: auto;
  margin-bottom: 1em;
  padding: 1em;
}

.new-better-landing .nb-post .inner {
    background-color: #fff;
    width: 100%;
    padding: 0 0 20px 0;
    box-shadow: 0px 1px 7px rgba(0,0,0,0.2);
    margin: 0;
    overflow: hidden;
    height: 100%;
}

.new-better-landing .nb-post .thumb {
    position: relative;
    height: 150px;
}

.new-better-landing .nb-post .thumb a {
    background-size: cover;
    background-position: center;
}

.new-better-landing .nb-post .thumb img {
  margin:0;
}

.new-better-landing .nb-post .content {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0;
    height: auto;
}

.new-better-landing .nb-post .content h2 {
    padding: 15px;
    font-size: 2rem;
    font-weight: 600;
}


.new-better-landing .nb-post .content .excerpt {
    padding: 0 15px 15px;
    font-size: 1.05em;
}

.new-better-landing .nb-post .content .category {
 background-color: #ce222a;
 color: #fff;
 font-weight: 600;
 padding: 2px 10px;
 text-transform: none;
 letter-spacing: 0;
 font-size: 1.5rem;
 display: block;
}

.new-better-landing .nb-post .content .category.qa {background-color: #007585;}
.new-better-landing .nb-post .content .category.article {background-color: #ce222a;}
.new-better-landing .nb-post .content .category.audio {background-color: #ce222a;}
.new-better-landing .nb-post .content .category.video {background-color: #262835;}
.new-better-landing .nb-post .content .category.infographic {background-color: #1b997c;}
.new-better-landing .nb-post .content .category.link {background-color: #ca8409;}

.new-better-landing .nb-post .content .category.qa:before {content: "Q & A";}
.new-better-landing .nb-post .content .category.article:before {content: "Article";}
.new-better-landing .nb-post .content .category.audio:before {content: "Audio";}
.new-better-landing .nb-post .content .category.video:before {content: "Video";}
.new-better-landing .nb-post .content .category.infographic:before {content: "Infographic";}
.new-better-landing .nb-post .content .category.link:before {content: "The One Brief News";}


.single.new-better .site-header {
  border-bottom: 4px solid #eb0017;
}

.single.new-better .site-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}

.single.new-better .site-header h1 {
    line-height: 1em;
}

.single.new-better .site-header .intro {
    padding: 3em 0 5em;
}

.single.new-better .site-content {
  margin-top: 0;
}

.single.new-better .single-content {
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

.single.new-better .post-meta {
  color: #fff;
border-top: 1px solid hsla(0, 0%, 100%, 0.45);
  margin-top: 25px;
}

.single.new-better .post-meta .author {
  display: inline-block;
}

.single.new-better .post-meta .published {
  display: inline-block;
  margin: 20px;
}

.single.new-better .post-meta .lbl {
  display: block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  bottom: -2px;
}

.single .qa-intro {
  padding-top: .5em;
}

.single .qa-intro h3 {
  margin-bottom: 1em;
}

.single .qa-body {
  padding-left: 355px;
  position: relative;
}

.single .qa-body .qa-people {
  position: absolute;
  left: 0;
  top: 14px;
  width: 335px;
}

.single .qa-body .qa-people .interviewee-box {
  background-color: #f1f1f1;
  padding: 20px;
  margin-right: 34px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 45px;
}

.single .qa-body .qa-people .interviewee-box .photo {
  max-width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0px;
  position: relative;
  top: -26px;
}

.single .qa-body .qa-people .interviewee-box .photo img {
  width: 100%;
}

.single .qa-body .qa-people .interviewee-box .name {
  font-weight: 600;
  margin-top: 0;
  font-size: 1.1em;
  margin-bottom: 0;
  line-height: 1.2em;
}

.single .qa-body .qa-people .interviewee-box .description {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.single .qa-content .question {
    border-top: 4px solid #f1f1f1;
    padding-top: 1.6em;
    margin-top: 1.6em;
    font-size: 1.5em;
    font-weight: 800;
    margin-bottom: 1.5em;
    color: #262836;
}

.post-template-template-post-QA .qa-body .qa-people {
  width: 275px;
}

.post-template-template-post-QA .qa-body .qa-people .interviewee-box .photo {
  max-width: 150px;
}

.post-template-template-post-QA .qa-body {
    padding-left: 285px;
    position: relative;
}

.post-template-template-post-QA .qa-body h2 {
  color: #1483A6 !important;
}

.qa-rev .single-content {
  max-width: 100%;
  color: #000;
}

.qa-rev .cat-badge {
    color: #fff;
    background: #262837;
    display: inline-block;
    padding: 1px 20px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 25px;
}

.qa-rev .q-set {
 padding: 0;
 border-top: 1px solid #dfdfdf;
 margin: 30px 0 0;
 padding-top: 30px;
}

.qa-rev .answer-wrap {
  position: relative;
  padding-left: 100px;
  margin-left: 90px;
  margin-bottom: 30px;
}

.qa-rev .answer-wrap h3 {
  margin-bottom: 10px;
}

.qa-rev .answer-wrap .thumb {
  position: absolute;
  max-width: 74px;
  left: 0;
}

.qa-rev .answer-wrap .thumb img {
  max-width: 100%;
}

.qa-rev .answer-wrap .answer {
  border: 1px solid #d9d9d9;
  padding: 14px;
  font-size: 15px;
  line-height: normal;
}

.qa-rev .answer-wrap .answer .name {
  display: inline-block;
  font-family: "HelveticaNowDisplayBold";
  font-size: 15px;
}

.qa-rev .answer-wrap .answer .title {
  display: inline-block;
  font-size: 15px;
  padding-left: 10px;
}

.qa-rev .answer-wrap .answer:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(https://theonebrief.com/wp-content/uploads/2021/12/a-l.png);
  width: 16px;
  height: 19px;
  background-size: cover;
  margin-left: -30px;
}
.qa-rev .answer-wrap .answer .answer-content {margin-top: 10px;}

.qa-rev.qa-single .intro {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
}

.qa-rev.qa-single .speaker-wrap {
    position: sticky;
    width: 256px;
    border: 1px solid #ccc;
    padding: 10px;
    line-height: normal;
    top: 81px;
    float: left;
}

.qa-rev.qa-single .speaker-wrap .thumb {
  max-width: 100%;
}

.qa-rev.qa-single .speaker-wrap .thumb img {
  max-width: 100%;
}

.qa-rev.qa-single .speaker-wrap .speaker-name {
  font-weight: 800;
  margin-top: 6px;
}

.qa-rev.qa-single .speaker-wrap .speaker-title {
  font-size: 18px;
  margin-bottom: 6px;
}

.qa-rev.qa-single .speaker-wrap .speaker-bio {
  font-size: 14px;
}

.qa-rev.qa-single .answer-wrap .answer .answer-content {
    margin-top: 0;
}

.qa-rev.qa-single .answer-wrap {
    position: relative;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 30px;
}

.qa-rev.qa-single .q-wrap {
  padding-left: 282px;
  position: relative;
  top: 0;
  padding-top: 0;
}

.qa-rev.qa-single .q-set {
    padding: 0;
    border-top: 0;
    margin: 0;
    padding-top: 0;
}

.qa-rev h1 {
  font-size: 33px;
  font-family: "HelveticaNowDisplayMedium";
}

.qa-rev .post-meta {
    margin-top: 7px;
    font-style: italic;
}

.qa-rev hr {
  margin: 20px 0
}

#audio-only {
    height: 80px !important;
    overflow: visible;
    padding: 0;
    border-radius: 10px;
    margin: 0 auto;
}

#audio-only .vjs-control-bar {
    background: #dc222e;
    top: 0 !important;
    transform: translateY(0) !important;
    height: 80px;
    padding-top: 20px;
    border-radius: 10px;
    display: flex;
    opacity: 1 !important;
}

#audio-only .vjs-picture-in-picture-control,
#audio-only .vjs-fullscreen-control,
#audio-only .vjs-player-info-modal,
#audio-only .vjs-contextmenu-ui-menu,
#audio-only .vjs-big-play-button{
display:none !important;
}

#audio-only .vjs-progress-control {
    top: 0;
    height: 12px;
    background: #fff;
    left: 0;
    width: 100%;
    overflow: hidden;
}

#audio-only .vjs-play-progress,
#audio-only .vjs-volume-level {
    background-color: #2b435e;
}

#audio-only .vjs-poster,
#audio-only .vjs-dock-shelf, 
#audio-only .vjs-dock-text{
  background:#fff !important;
}

#audio-only .vjs-playback-rate .vjs-menu .vjs-menu-content {
    background-color: #3f6388;
    border-radius: 10px;
    max-width: 118px;
    left: 60px;
    margin-bottom: 10px;
}

#audio-only .vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.2em;
    line-height: 2;
    text-align: center;
    font-weight: 700;
    padding-right: 10px;
    padding-top: 7px;
}

 #audio-only .vjs-playback-rate .vjs-menu .vjs-menu-item {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: .3em;
    color: #fff;
    font-weight: 600;
    font-size: .85em;
}

.bc-audio-widget {
    max-width: 750px;
    margin: 30px auto;
}

.bc-audio-wrap {
    border: 1px solid #cacaca;
    border-radius: 10px;
    background: #fafafa;

}

.bc-audio-wrap .title-banner {
    font-size: 1.3em;
    font-weight: 700;
    background: #e5e5e5;
    color: #2d2d2d;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}



.bc-audio-wrap .info {
  padding:15px;
  display:flex;
}

.bc-audio-wrap .info:after {
  content:"";
  display:block;
  clear:both;
}

.bc-audio-wrap .thumb {
    min-width: 127px;
    margin-right: 15px;
}

.bc-audio-wrap .thumb img {
    width: 100%;
}

.bc-audio-wrap .desc {
    font-size: .9em;
    line-height: 1.5em;
    padding-bottom: 20px;
}

.bc-audio-wrap .player {
  position:relative;
}

.bc-audio-wrap .title-banner {}

.bc-audio-wrap .title-banner .name {
    font-size: .85em;
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 4px;
    margin-bottom: 7px;
}

.bc-audio-wrap .title-banner .speakers {font-size:14px;line-height:normal;font-weight:500;}

.bc-audio-wrap .title-banner p {
    background: #e5e5e5;
    color: #2d2d2d;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    margin: 10px 0;
}

.vjs-playing .vjs-audio-button.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button.vjs-hidden,
.vjs-chapters-button.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button.vjs-hidden,
 .video-js.vjs-layout-small .vjs-chapters-button,
 .video-js.vjs-layout-small .vjs-playing .vjs-audio-button,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-playback-rate.vjs-hidden,
.video-js.vjs-playing.vjs-layout-small .vjs-audio-button
{
    display: block !important;
}

.vjs-playing .vjs-audio-button.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button.vjs-hidden .vjs-menu,
.vjs-chapters-button.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button.vjs-hidden .vjs-menu{
  display:none !important;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
    content: "";
    background-image: url(https://theonebrief.com/wp-content/uploads/2021/04/eq.gif);
    max-width: 46px;
    height: 25px;
    background-size: cover;
    position: absolute;
    top: 9px;
    left: -8px;
}


button.vjs-chapters-button.vjs-menu-button.vjs-menu-button-popup.vjs-button {
    padding: 0;
    margin: 0;
    margin-left: -25px;
    position: relative;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
    content: "\f1c7";
    font-family: 'FontAwesome';
    font-size: 21px;
    margin-top: 6px;
}

.transcript {
    padding: .9em;
    background: #fafafa;
    border: 1px solid #cacaca;
    position: relative;
    top: -11px;
    max-height: 500px;
    overflow: auto;
  display:none;
}

.transcript.active {
  display:block;
}

.transcript p {
    font-size: .8em;
    line-height: 1.35em;
}



@media(max-width:500px) {
button.vjs-chapters-button.vjs-menu-button.vjs-menu-button-popup.vjs-button {
    margin-left: 0;
}
}

.audio-full {

}

.audio-full .site-footer {
    background: #fff;
    padding-top: 52px;
}

.audio-full .container {
  max-width: 1350px;
}

.audio-full header {
  height: 100vh;
  position: relative;
      border-bottom: 5px solid #eb0017;
}

.audio-full header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  display: block;  
}

.audio-full header .inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45%;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  display: block;
}

.audio-full .audio-tag {
    font-family: "HelveticaNowDisplay";
    font-weight: 600;
    background-color: #007585;
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.audio-full .audio-wrap {
    display: flex;
    height: 100vh;
    margin-top: -92px;
    align-items: center;
}

.audio-full .audio-left {
  width: 60%;
  padding-right: 10%;
}

.audio-full .audio-right {
  width: 40%;
}



.audio-full .site-header .intro-wrap {
  color: #fff;
  text-align: left;
  transition: all .2s;
  opacity: 1;
  visibility: visible;
}

.audio-full.transcript-active .intro-wrap {
  opacity: 0;
  visibility: hidden;
}

.audio-full .site-header h1 {
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
}

.audio-full .speaker {
  display: flex;
  color: #fff;
  text-align: left;
  font-size: .8em;
}

.audio-full .speaker .speaker-thumb {
  margin-right: 20px;
  width: 25%;
  overflow: hidden;
}

.audio-full .speaker .speaker-thumb img {
  width: 100%;
  border-radius: 5px;
}

.audio-full .speaker .speaker-content {
  width: 75%;
}

.audio-full .speaker .speaker-content h4 {
  opacity: 0.5;
  font-size: 17px;
  margin-bottom: 6px;
  margin-top: -3px;
}

.audio-full .speaker .speaker-content .speaker-name {
  font-family: "HelveticaNowDisplayBold";
  font-weight: 700;
  padding:4px 0;
  font-size: 24px;
}

.audio-full #audio-only {
    background: transparent;
    height: 250px !important;
    position: relative;
}

.audio-full #audio-only .vjs-poster, 
.audio-full #audio-only .vjs-dock-shelf, 
.audio-full #audio-only .vjs-dock-text {
  background:transparent !important;
}

.audio-full #audio-only .vjs-control-bar {
    background: transparent;
    position: absolute;
    bottom: 0;
    top: auto !important;
}

.audio-full #audio-only .vjs-dock-text {
    display: none;
}

.audio-full button.vjs-play-control.vjs-control.vjs-button {
    position: absolute;
    top: -125px;
    left: 44%;
    background: #eb0017;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    font-size: 33px;
}

.audio-full button.vjs-chapters-button.vjs-menu-button.vjs-menu-button-popup.vjs-button {
    display: none;
}

.audio-full .video-js .vjs-big-play-button .vjs-icon-placeholder:before, 
.audio-full .video-js .vjs-play-control .vjs-icon-placeholder:before, 
.audio-full .vjs-icon-play:before {
    content: "\f101";
    margin-top: -5px;
}

.audio-full .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .audio-full  .vjs-icon-pause:before {
    content: "\f103";
}

.audio-full .vjs-playing .vjs-audio-button.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button.vjs-hidden, 
.audio-full .vjs-chapters-button.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button.vjs-hidden, 
.audio-full .video-js.vjs-layout-small .vjs-chapters-button, 
.audio-full .video-js.vjs-layout-small .vjs-playing .vjs-audio-button, 
.video-js.vjs-playing.vjs-layout-small .vjs-audio-button {
    display: none !important;
}

.audio-full .video-js.vjs-layout-small .vjs-current-time,
.audio-full .video-js.vjs-layout-small .vjs-duration,
.audio-full .video-js.vjs-layout-x-small .vjs-current-time,
.audio-full .video-js.vjs-layout-x-small .vjs-duration,
.audio-full .video-js.vjs-layout-x-small .vjs-playback-rate {
  display: block !important;
}

.audio-full .vjs-playback-rate.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button.vjs-menu-popup-last-visible {
    position: absolute;
    top: -110px;
    right: 0;
    color: #8a8a8a;
    font-size: 20px;
}

.audio-full .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    position: absolute;
    top: -109px;
    left: 0;
    color: #8a8a8a;
    font-size: 20px;
}

.audio-full .bc-player-Luk0kflf2_default .vjs-time-control.vjs-current-time {
    margin-left: 0em;
    font-size: 15px;
    font-weight: 700;
    opacity: 0.7;
}

.audio-full .vjs-duration.vjs-time-control.vjs-control {
  position: absolute;
  right: 0;
    font-size: 15px;
    font-weight: 700;
    opacity: 0.7;  
}

.audio-full .vjs-control-bar .vjs-menu-popup-last-visible .vjs-menu {
    left: -4em;
}

.audio-full .bc-player-Luk0kflf2_default .vjs-time-control.vjs-time-divider {
    width: 14px;
    display: none;
}

.audio-full span.vjs-menu-item-text {
    padding: 4px 0;
    display: inline-block;
}

.transcript-toggle {
  font-family: "HelveticaNowDisplayBold";
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 31px;
    padding: 3px 18px;
    color: #fff;
    display: inline-block;
    /* text-transform: uppercase; */
    font-size: .9em;
    font-weight: 700;
    margin-top: 23px;
    cursor: pointer;
    transition: all .3s;
    border: 3px solid #007585;
}

.transcript-toggle:hover {
  background-color: rgba(255,255,255,0.2);
}

.transcript-wrap {
    color: #fff;
    text-align: left;
    font-size: .85em;
    height: calc(100vh - 151px);
    margin-top: 105px;
    transition: all .3s;
    transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 53%;
}

.transcript-active .transcript-wrap {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    /* overflow: hidden; */
}

.transcript-wrap h4 {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
}

.transcript-inner {
    height: 100%;
    overflow: auto;
    padding: 0px 20px 0px 0;
}


.transcript-inner::-webkit-scrollbar-track
{
  -webkit-box-shadow: none;
  border-radius: 10px;
  opacity: 0.2;
  background-color: #F5F5F5;
  display: none;
}

.transcript-inner::-webkit-scrollbar
{
  width: 12px;
  background-color: rgb(29 25 25 / 0%);
  opacity: 0.7;
}

.transcript-inner::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color:rgb(206 30 30 / 68%);
}

.audio-full .transcript-wrap .close {
  display: none;
}

.audio-new .audio-right.mobile {
  display: none;
}

.audio-new {
  background: #fff;
  margin:0;
  padding-top: 85px;
}

.audio-new:before {
    content: "";
    width: 47%;
    background: #e1eff0;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
}

.audio-new header {
  height: auto;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
  border-bottom: 1px solid #c8c8c8;
  position: fixed;
}

.audio-new header .inner:before,
.audio-new header:before {
  display: none;
}

.audio-new .site-content {
  margin-top: 0;
  padding: 0;
}

.audio-new .audio-wrap {
  height: auto;
  margin-top: 0;
  align-items: flex-start;
}



.audio-new .audio-wrap .audio-left {
  position: relative;
  font-size: 16px;
}

.audio-new .audio-wrap .audio-right {
  position: sticky;
  background: #e1eff0;
  top: 20%;
  bottom: 0;
  height: 100%;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding-top: 30px;
}

.audio-new .audio-tag {
    font-family: "HelveticaNowDisplay";
    border-radius: 0;
    color: #fff;
    background: #262837;
    display: inline-block;
    padding: 1px 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


.audio-new h1 {
    font-size: 32px;
    margin-bottom: 15px;
}

.audio-new .thumbnail img {
  max-width: 100%;
  margin-bottom: 20px;
}

.audio-new .intro-content {
    font-size: 18px;
    color: #4A4A4A;
    line-height: 33px;
}

.audio-new .speaker {
    color: #262836;
}

.audio-new .speaker .speaker-content {
  width: 100%;
}

.audio-new .transcript-toggle {
  border-radius: 0;
  background: #027585;
  border: 3px solid #027585;
}

.audio-new .transcript-toggle:hover {
  background: #fff;
  color: #027585;
}

.audio-new .transcript-wrap {
  margin:0;
  transition: none;
}

.audio-new .transcript-inner {
  height: 90%;
}

.audio-new.transcript-active .transcript-wrap {
    color: #101010;
    margin: 0;
    width: 80%;
    font-size: 15px;
    position: fixed;
    width: 40%;
    top: 90px;
    transition: none;
    /* height: calc(100vh - 173px); */
    /* overflow: hidden; */
}

.audio-new .transcript-inner::-webkit-scrollbar
{
  width: 12px;
  background-color: rgb(29 25 25 / 0%);
  opacity: 0.7;
}

.audio-new .transcript-inner::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color:#5d6d78;
}

.audio-new .bc-player-Luk0kflf2_default .vjs-control-bar {
    background-color: rgba(0,0,0,.45);
    color: #262837;
}

.audio-new button.vjs-play-control.vjs-control.vjs-button {
    background: transparent;
    border: 5px solid #262836;
}

.audio-new .video-js .vjs-play-control .vjs-icon-placeholder {
    flex: none;
    margin-top: -44px;
    position: relative;
    padding: 0;
}

.audio-new .video .audio-wrap .audio-right {
  padding-bottom: 30px;
}

.audio-new .player.yt {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.audio-new .player.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (max-width:950px) {

.audio-full header {
  height: auto;
}

.audio-full .audio-wrap {
    display: block;
    height: auto;
    margin-top: 0;
    align-items: center;
}

.audio-full .audio-left {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
}

.audio-full .audio-right {
    width: 100%;
    margin-top: 22px;
    border-top: 1px solid #707070;
    padding-top: 30px;
    padding-bottom: 30px;
}

.audio-full header .inner:before {
  display: none;
}

.audio-full header:before {
    background-color: rgba(0,0,0,0.7);
}

.audio-full .site-header .intro-wrap {
  font-size: .8em;
}

.audio-full .site-footer .footer-logo {
    float: none;
    margin-top: 40px;
}

.transcript-wrap {
  width: 91%;
}

.transcript-active .audio-right {
  opacity: 0;
  visibility: hidden;
}

.audio-full .transcript-wrap .close {
     display: block;
    color: #fff;
    text-shadow: none;
}

.audio-full .transcript-wrap .close-top {
  float: right;
  font-size: 24px;
}

.audio-full .transcript-wrap .close-bottom {
  text-align: center;
  margin-top: 20px;
}

.audio-full button.vjs-play-control.vjs-control.vjs-button {
  left: 40%;
}



.audio-new:before {
  display: none;
}

.audio-new .audio-left .intro-wrap,
.audio-new .audio-right {
  display: none;
}

.audio-new .audio-right.mobile {
  position: relative;
  display: block;
  width: 100%;
  padding:0;
  border: none;
  padding-top: 0;
  background: transparent;
}

.audio-new .audio-right.mobile .player-wrap-cont {
    background: #e1eff0;
    padding: 20px;
    margin-bottom: 25px;
    padding-bottom: 0;
}

.audio-new .site-header {
    margin-bottom: 1.4em;
    border-bottom: 1px solid #c8c8c8;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    top: 0;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
}

.audio-new .transcript-wrap {
  padding-top: 30px;
}

.audio-new.transcript-active .transcript-wrap {
    color: #101010;
    margin: 0;
    width: 100%;
    font-size: 15px;
    padding-top: 0;
    z-index: 1;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 90%;
}

.audio-full .transcript-wrap .close {
    display: block;
    color: #000;
    text-shadow: none;
}

.audio-new .video .thumbnail {
  display: none;
}

.audio-new .video .audio-right.mobile .player-wrap-cont {
  padding: 0;
  background: transparent;
}

}

@media(max-width: 1140px) {
  .header-actions .sticky-sub {
    display: none;
  }  

  .new-better-landing .site-header .aon-corp {
    right: 10px;
  }

  .new-better-landing .site-header h1 {
       font-size: 2em;
  }

  .single.new-better .site-header .intro {
      padding: 2em 0 3em;
  }


}

@media (max-width: 990px) {
.site-header {
    border-bottom: 1px solid #cacaca;
}

.site-header .mobile-toggle {
  display: block;
}

.site-header .site-title a {
    width: 200px;
}

.site-header .site-branding {
    padding: .9em 0;
}

.site-header .tagline {
    font-size: 1rem;
}

.main-navigation {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    bottom: 0;
    z-index: 5;
    border: none;
}

.main-navigation .menu {
    display: block;
}

.header-actions {
    right: 15px;
    margin-top: -18px;
}

.article-top-bar.fixed {
    top: 0px;
}

.article-top-bar.fixed .contain .inner {
    max-width: 100%;
    width: 100%;
    left: 0;
    border-radius: 0;
}

.article-top-bar .jump-title, 
.article-top-bar .share-title {
  display: none;
}

.article-top-bar .article-nav .default-option {
  display: block;
}

.action-panel input[type="text"] {
    width: 52%;
}
.action-panel .panel-close {
  display: none;
}
.region-picker {
    position: absolute;
    top: 11px;
    right: 226px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

.region-picker .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  display: none;
}

.region-picker .bootstrap-select .dropdown-toggle .filter-option-inner:before {
  content: "\f0ac";
  font-family: FontAwesome;
  font-size: 22px;
  margin-right: 7px;
}

.home-subscribe {
    display: block;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #46535e;
    color: #fff;
    padding: 14px 0;
    z-index: 22;
    border-top: 1px solid #fff;
    box-shadow: 0 -2px 7px rgba(0,0,0,0.2);
    transition: all 0.3s;
    font-size: 16px;
    left: 0;
}


.home-subscribe a {
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    border: none;
    border-radius: 0;
    padding: 3px 15px;
    background: #007585;
}

.home-subscribe .label {
  line-height: 30px;
}

.page-id-6392.english .col-lg-9,
.home.english .col-lg-9,
.page-id-6392.english .col-lg-3,
.home.english .col-lg-3  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.in-brief-feed {
  margin-top: 40px;
}

.in-brief-feed .news-list {
  height: auto;
}

}


@media (max-width: 767px) {

  .site-header .tagline,
  .header-actions .action.subscribe,
  .header-actions .action.twitter,
  .header-actions .action.linkedin {
    display: none;
  }


.region-picker {
    position: absolute;
    top: 11px;
    right: 157px;
}

  .tob-post.small {
      width: 50%;
  }

  .tob-post.small:nth-of-type(2n) {
      padding-right: 0;
  }

  .tob-post.small:nth-of-type(3n) {
      padding-right: 4%;
  }

  .sidebar {
    margin-top: 2em;
  }

  .site-footer {
      text-align: center;
      margin-top: 1em;
  }

.site-footer .footer-logo {
    float: none;
    margin-bottom: 20px;
}

  .site-footer .footer-links {
      float: none;
  }

  .site-footer .footer-links .item {
      display: block;
      text-align: center;
      margin-left: 0;
      width: 100%;
      margin-bottom: 20px;
  }

  .ceros-half, .ceros-half-right, .ceros-left, .ceros-right, .ceros-center {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  .single-article .in-brief .single-header .title-name {
    font-size: 33px;
  }

.single-article .in-brief .ib-wrap {
    padding-left: 0;
    position: relative;
}

.in-brief .in-brief-share .hexagon {
    position: relative;
    margin: 0;
    display: inline-block;
    margin-bottom: 10px;
}

.single-article .in-brief-share {
    position: relative;
    left: 0;
}

.single-article .in-brief .article-top-bar.fixed {
    position: relative;
    top: 0;
    left: auto;
    width: auto;
    margin-left: 0;
    text-align: center;
}

.single-article .in-brief.qa .qa-box {
    width: 100%;
    float: none;
}

.single-article .in-brief.qa .qa-cont {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-top: 40px;
}

.single .qa-body {
    padding-left: 0;
}

.single .qa-body .qa-people {
    width: 100%;
    position: relative;
    max-width: 475px;
    margin: 1em auto;
}

.single .qa-content .question {
    font-size: 1.2em;
    line-height: 1.3em;
}

.page-template-template-new-better-php .header-actions .action.subscribe, 
.page-template-template-new-better-php .header-actions .action.twitter, 
.page-template-template-new-better-php .header-actions .action.linkedin {
    display: inline-block;
    top: 8px;
    position: relative;
}

.qa-rev .answer-wrap {
  margin-left: 0;
}

.qa-rev .single-content {
    max-width: 100%;
    color: #000;
    font-size: 15px;
    line-height: 27px;
}

}

@media (max-width:615px) {

body {
  margin-top: 75px;
}

  .featured-post .tob-post .content {
      font-size: 22px;
      padding: 14px 20px;
      line-height: 28px;
  }  

  .article-top-bar .article-nav {
    display: none;
  } 

  .single-article .single-header .title-name {
      font-size: 23px;
  }

  .tob-modal .modal-header h4 {
      font-size: 1.5em;
  }

  .tob-modal .icon-wrap {
      display: none;
  }

  .tob-modal .modal-header .inner {
      padding: 30px;
  }

  .tob-modal form input {
      max-width: 100%;
      font-size: 18px;
  }

  .tob-modal form button {
      width: 70%;
      margin-top: 15px;
  }

  .single-content .quote-block .message {
      padding-top: 0px;
      font-size: 20px;
      line-height: 30px;
  }

  .alignleft,
  .alignright {
    float: none;
  }

.single-article .in-brief.qa h1 span {
    font-size: 28px !important;
    line-height: 32px !important;
}

.qa-rev.qa-single .q-wrap {
    padding-left: 0;
}

.qa-rev.qa-single .speaker-wrap {
    position: relative;
    width: 100%;
    padding: 10px;
    top: 0;
    float: none;
    margin-bottom: 30px;
}

.qa-rev.qa-single .speaker-wrap .speaker-name {
    margin-top: 11px;
    font-size: 20px;
}

.qa-rev.qa-single .answer-wrap .answer:before {
    margin-left: -30px;
    transform: rotate(90deg);
    left: 50%;
    top: -16px;
}

.qa-rev .cat-badge {
    margin-bottom: 10px;
}

.single-content hr {
    margin: 20px 0;
}

}

@media (max-width:500px) {
  .site-header .site-title a {
      width: 200px;
      zoom: .9;
  }
  .site-header .site-branding {
      padding: .6em 0;
  }

  .region-picker {
      top: 6px;
  }

  .region-picker .bootstrap-select .dropdown-toggle .filter-option-inner:before {
      font-size: 19px;
  }

  .tob-post.small {
      width: 100%;
      padding: 0;
      height: 207px;
  }
  .tob-post .content {
    height: 88px;
  }

  .featured-post .tob-post .content {
    font-size: 14px;
    padding: 14px 20px;
    line-height: normal;
    position: relative;
    width: 90%;
    margin-top: -117px;
  }

.new-better-landing .site-header h1 {
    font-size: 2.7em;
}

  .new-better-landing .site-header .subline {
      padding-top: .7em;
      font-size: 17px;
  }

.new-better-landing .site-header .site-branding {
 
}

.new-better-landing .site-header .aon-corp {
  max-width: 56px;
}

.new-better-landing .site-header .intro {
    padding: 1.5em 0 5em;
}

.new-better-landing .nb-post {
    width: 100%;
    padding: 0;
    height: auto;
}

.qa-rev .answer-wrap .thumb {
    max-width: 50px;
}

.qa-rev .answer-wrap {
    margin-left: 0;
    padding-left: 70px;
}

.qa-rev .answer-wrap .answer {
    font-size: 14px;
}

.qa-rev .answer-wrap .answer .title {
  display: block;
    padding-left: 0;
}

}

@media (max-width:400px) {

  .article-top-bar .subscribe-button {
      padding: 4px 11px;
  }

  .article-top-bar .contain .inner {
      padding: 7px 8px;
  }

  .article-top-bar .social {
      float: left;
  }

}


/* NAV BAR HIDE (Possibly Temp) */
.main-navigation {
  border-top: none;
}

.menu-main-nav-container,
.menu-main-nav-asia-container,
.menu-main-nav-portugues-container,
.menu-main-nav-latin-america-container {
    display: none;
}

.fixed-nav .main-navigation {
    padding-top: 22px;
}

.main-navigation .fixed-logo {
  transition: none;
}

.site-header .mobile-toggle {
    display: none !important;
}

