@import url('//fonts.googleapis.com/css?family=Poppins:300,400,700');
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700');

body {
	color: #414141;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}

h2 {
	font-size: 30px;
	font-weight: bold;
}

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

iframe {
	max-width: 100%;
    max-height: 480px;
}

a {
	color: #000;
}

.no-result {
	color: #999;
	text-align: center;
	padding: 25px;
}

.main-content {
	margin-top: 100px;
	min-height: 250px;
}

.main-content p {
	font-size: 18px;
	line-height: 30px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.alignleft {
    float: left;
   	margin-right: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.container-852 {
	max-width: 852px;
}

.container-950 {
	max-width: 950px;
}

.main-header {
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #FFF;
	z-index: 999;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
}

.main-header .primary-menu .container {
	position: relative;
}

.main-header .primary-menu ul>li>a{
	color: #000000;
	padding: 0 20px;
	line-height: 64px;
	display: block;
}

.main-header .logo {
	    width: 180px;
	}

@media only screen and (min-width: 992px) {
	.main-header {
		height: 64px;
	}

	.main-header .primary-menu {
	    font-size: 18px;
	    height: 64px;
	}

	.main-header .logo {
	    position: absolute;
	    left: calc(50% - 90px);
	    right: calc(50% - 90px);
	    text-align: center;
	    display: inline-block;
	}

	.main-header .logo img {
	    vertical-align: top;
	}
}


@media only screen and (min-width: 992px) {
	#menu-secondary-menu {
		margin-right: 0px !important;
	    float: right;
	}
}

@media (min-width: 992px){
	#header-search-box.show {
		display: block !important;
	}

	#header-search-box {
		position: absolute;
	    top: 66px;
	    right: 0;
	    background: #FFF;
	    padding: 0px 10px;
	}

	#header-search-box input, #header-search-box button {
	    font-size: 14px;
	}

}

.admin-bar .main-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .main-header {
		top: 46px;
	}
}




#main {
	margin-top: 64px;
}

#home-search {
	color: #0473BA;
	background-image: url("../images/home-banner.jpg");
    background-position: top center;
    background-size: cover;
}

#home-search .row {
	height: 500px;
	max-height: calc(100vh - 64px);
}

#home-search h1 {
	font-size: 48px;
	font-weight: 700;
}


#home-search .search-box input {
	color: #999;
    font-size: 24px;
	padding: 5px 40px 5px 10px;
	width: 100%;
	border: none;
	border-bottom: #BBB solid 2px;
	outline: none;
	background: transparent;
}

#home-search .search-box button {
	color: #BBB;
    font-size: 24px;
    line-height: 48px;
    background: none;
    border: none;
    position: absolute;
    right: 20px;
    top: 0px;
    cursor: pointer;
}

#home-search .keyword-suggestion {
	margin-top: 10px;
}

#home-search .keyword-suggestion a {
	color: #0473BA;
}

.home-section {
	margin: 60px 0px;
}

.home-section .section-title {
	color: #424242;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.profile-items .card {
    margin-bottom: 30px;
    overflow: hidden;
}

.profile-items .card .card-img {
	transform: scale(1);
	transition: transform .2s;
}

.profile-items .card:hover .card-img {
	transform: scale(1.1);
}

.profile-items .card-img-overlay {
    background-color: rgba(0,0,0,0.6);
    display: flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.profile-items .card .card-img-overlay {
	text-align: center;
	justify-content: center;
}

.profile-items .card .card-img-overlay h3 {
	color: #FFF;
	font-size: 16px;
}

.profile-items .card.more-link .card-img-overlay h3 {
	font-size: 20px;
}

.profile-items .card .card-link {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.story-items .item {
	margin-bottom: 15px;
}

.story-items .item .item-title h3 {
	font-size: 16px;
    margin: 10px 0px;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
}


.resource-posts>.media {
	font-size: 14px;
	border-bottom: 1px solid #EBEBEB;
	padding: 20px 0px;
}

.resource-posts>.media h5{
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
}

.resource-posts>.media .report-publisher{
	margin-bottom: 10px;
}

.resource-posts>.media ul {
	margin: 0;
    padding: 0;
	list-style: none;
}

.resource-items .resource {
	font-size: 14px;
	min-height: 115px;
}

.resource-items .resource h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}



.content {
	margin: 60px 0;
}


.banner-category {
	color: #444;
    max-height: 340px;
    overflow: hidden;
	background-image: url("../images/home-banner.jpg");
	background-attachment: scroll;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #E5E6E8;
}

.banner-category .row {
	height: 340px;
}

.banner-category.banner-industry .row {
	height: 240px;
}

.category-title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 15px;
}




.pagination {
	margin-top: 40px;
}

.pagination .page-item>.prev {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 30px;
}

.pagination .page-item>.next {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 30px;
}

.pagination .page-link {
	color: #424242;
	border: none;
}

.pagination .page-link.current {
	color: #AAA;
	font-weight: 700;
	cursor: auto;
	background-color: #FFF;
}

.page-title {
	font-size: 48px;
	font-weight: 700;
}

.page-container {
	max-width: 754px;
}

.page-container a {
	color: #0056b3;
}

.page-container .wp-caption {
	max-width: 100%;
}

.page-container p+h2 {
	margin-top: 25px;
    margin-bottom: 15px;
}


.banner-story {
	color: #FFF;
	background-image: url("../images/home-banner.jpg");
	background-attachment: fixed;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.banner-story .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.6;
}

.banner-story a {
	color: #FFF;
}

.banner-story>.container>.row {
	height: 400px;
}

.banner-story .story-title {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner-story .description {
	margin-top: 20px;
	margin-bottom: 60px;
}

.banner-story .author-name a {
	font-weight: 700;
}

.banner-story .social-share {
	text-align: left;
	list-style: none;
	padding: 0px;
}
.banner-story .social-share li {
	display: inline-block;
	margin-right: 10px;
}

.banner-story .social-share a {
	color: #FFF;
	font-size: 36px;
}



.banner-story-archive {
	color: #444;
	background-image: url("../images/home-banner.jpg");
	background-color: #E5E6E8;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 340px;
}

.banner-story-archive>.container>.row {
	height: 340px;
}

.banner-story-archive .story-title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner-story-archive .description {
	margin-top: 20px;
	margin-bottom: 20px;
}

.story-item {
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #EBEBEB;
}

.story-item h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

.story-item .excerpt {
	font-size: 16px;
}

.story-item .meta-data {
	color: #999;
	font-size: 14px;
	margin-top: 15px;
}

.story-item .img-thumb a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 180px;
	background-color: #EBEBEB;
}

.story-item .img-thumb img {
	box-shadow: 4px 10px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 10px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 10px 15px rgba(0,0,0,0.2);
}

.banner-page .sub-title {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
}

.banner-profile {
	color: #FFF;
	background-image: url("../images/profile-banner.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner-profile>.container {
    position: relative;
}

.banner-profile>.container>.row {
	height: 480px;
}

.banner-profile .profile-title {
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 15px;
}

.banner-profile .data-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.banner-profile .data-group .data-group-title{
	font-size: 14px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

.banner-profile .data-group .data-group-title .data-source{
	font-size: 14px;
	vertical-align: super;
	letter-spacing: 3px;
}

.banner-profile .data-group .data-item {
	text-align: center;
	max-width: 180px;
	padding: 5px 10px;
}

.banner-profile .data-group .data-item .data-title {
	font-size: 14px;
    line-height: 20px;
}

.banner-profile .data-group .data-item .data-value {
	font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 5px;
}

.banner-profile .data-group .data-item>div:last-child {
	margin-bottom: 10px;
}

.banner-profile .data-group .data-item .data-value + .data-unit {
	font-size: 14px;
	margin-bottom: 10px;
}

.banner-profile .meta-data {
	font-size: 12px;
	font-weight: 300;
	position: absolute;
	bottom: 20px;
	right: 0;
}


.banner-profile a {
	color: #AAA;
}

.banner-overlay {
	background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-top-actions .breadcrumb {
	background-color: transparent;
	padding: 10px 0px;
	line-height: 36px;
	color: #AAA;
}

.social-share {
	list-style: none;
	text-align: right;
	padding: 10px 0px;
}

.social-share li {
	font-size: 36px;
	line-height: 36px;
	margin-right: 10px;
	display: inline-block;
}

.social-share li:last-child {
	margin-right: 0px;
}


.profile-body h2 {
	font-weight: 700;
}

.profile-body h3 {
	font-size: 20px;
}

.profile-body ul>li {
	margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	color: #999;
    padding: 8px 6px 5px;
    border-bottom: 1px solid #EBEBEB;
}

.wp-block-image {
	display: inline-block;
}

.wp-block-image figcaption {
	font-size: 14px;
	color: #999;
    padding: 8px 6px 5px;
    border-bottom: 1px solid #EBEBEB;
}

.post-tags {
	font-size: 12px;
	margin: 10px 0px;
}

.post-tags a {
	color: #FFF;
    padding: 5px;
    border-radius: 2px;
	display: inline-block;
    background: #999;
}


.reports-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.reports-box .section-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.reports-box article {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.reports-box article .report-title{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

.reports-box article .report-publisher{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
	.reports-box article {
		font-size: 14px;
	}

	.reports-box article .report-title{
		font-size: 18px;
	}
}




.author-box .author-info {
	border-top: 1px solid #888;
	padding: 30px 0px;
	font-size: 14px;
}

.author-box .author-info h5 {
	font-size: 16px;
}

.author-box .author-info .avatar {
	margin-right: 10px;
	border-radius: 50%;
	max-width: 60px;
}


.page-section {
	margin: 50px 0;
}

.section-title {
	font-weight: 700;
	margin-bottom: 25px;
}

.archive-news .news-banner, .archive-news .news-banner .row {
	max-height: 230px;
}

.post-filter {
	padding-top: 10px;
	padding-bottom: 10px;
}

.post-filter .searchandfilter ul {
	padding: 0;
}

.news-items .news-item {

}

.news-items .news-item {
	padding: 5px 0;
}

.news-items .news-item .news-date {
	font-weight: bold;
	margin-bottom: 10px;
}

.news-items .news-item .news-headline {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}

.related-items .item h3 {
	font-size: 14px;
	margin-top: 8px;
}

.contact-us {
	padding: 50px 0;
	background-color: #ebebeb;
	margin-bottom: 0px;
}

.contact-us h2 {
	font-weight: 700;
	margin: 20px 0;
}

.contact-us .call-to-action {
	font-size: 14px;
	text-align: center;
}

.contact-us .call-to-action h3 {
	font-size: 16px;
	margin: 10px 0;
}



.card-report {
	display: flex;
	position: relative;
	margin-bottom: 15px;
    margin-top: 15px;
}

.card-report .report-thumb{
	height: 150px;
	margin-right: 10px;
}

.card-report .report-info {
	padding: 10px 0;
	position: relative;
	text-align: left !important;
}

.card-report .report-meta {
	position: absolute;
	bottom: 10px;
}

.card-report .report-title{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

.card-report .report-price{
	color: #a0a0a0;
	font-size: 14px;
	margin-top: 30px;
}

.card-report .report-date{
	font-size: 14px;
}

.card-report .card-link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



.banner-report {
	color: #FFF;
	padding: 65px 0;
	background-image: url("../images/report-banner.jpg");
}

.banner-report .banner-title{
	font-size: 48px;
	font-weight: bold;
}

.banner-report .report-price{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}

.banner-report .post-type {
	text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.single-report .content {
	margin-top: 0;
}

.single-report .report-info {
	padding: 0px;
	list-style: none;
	text-align: right;
}

.single-report .report-info li {
	margin-top: 25px;
}

.single-report .report-info .meta-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.single-report .report-info .meta-value {
	font-size: 16px;
}



.single-report .abstract {
  max-height: 350px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.single-report .abstract .button {
	display: none !important;
}

.single-report .abstract .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin-top: 40px;
  padding: 100px 0;
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #FFF);
}

.single-report .abstract .read-more .more-button{
	font-weight: bold;
	position: absolute;
	left: 0;
    right: 0;
    bottom: 10px;
    display: block;
    background: rgba(200,200,200,0.2);
    padding: 13px;
}

.single-report .abstract .read-more .more-button:hover{
	text-decoration: none;
	background: rgba(200,200,200,0.4);
}



.single-report .resource-list{
	width: 100%;
}

.single-report .resource-list tr {
	border-bottom: 1px solid #EBEBEB;
}

.single-report .resource-list tr>td {
	font-size: 14px;
	padding: 10px 0px;
}

.single-report .resource-list tr>td:first-child {
    width: 55px;
    padding-right: 5px;
}

.single-report .resource-list h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

.single-report .resource-list .download-btn{
	text-align: center;
}

.single-report .resource-list .download-btn .file-size{
	margin: 5px 0; font-size: 10px;
}

.single-report .publisher-info {
	border: 1px solid #EBEBEB;
    padding: 20px;
    margin-top: 25px;
    font-size: 14px;
}

.single-report .publisher-info .publisher-name {
	font-size: 18px;
}

.single-report .publisher-info img {
	width: 80px;
	max-width: 80px;
	margin-right: 10px;
}

.featured-report {
	color: #FFF;
	padding: 80px 0;
	background-image: url("../images/report-banner.jpg");
	background-size: cover;
}

.featured-report .report-title {
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
}

.featured-report .purchase-link {
	margin-top: 10px;
}



.single-deal h2 {
	font-size: 24px;
	margin-top: 30px;
}


.single-deal h3 {
	font-size: 24px;
}

.deal-title {
	font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

#deal-filter ul {
    padding: 0;
}


#deal-filter h4 {
	font-size: 12px;
	font-weight: bold;
}

#deal-filter select {
	padding: 8px;
}

#deal-items {
	margin-top: 30px;
}

#deal-items .item {
	padding: 15px 0;
	border-bottom: 1px solid #EBEBEB;
}

#deal-items .item .title {
	font-size: 18px;
}

#deal-items .item .meta {
	font-size: 12px;
}

#deal-views .nav-item .nav-link {
	border-radius: 0;
}

#deal-views .nav-item:first-child .nav-link {
	border-radius: 10px 0px 0px 10px;
}

#deal-views .nav-item:last-child .nav-link {
	border-radius: 0px 10px 10px 0px;
}

.banner-deal {
	background-color: #EBEBEB;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-deal .row {
	height: 240px;
}

.banner-deal .logo {
	width: 100px;
	height: 100px;
}


.org-info {
	border: 1px solid #EBEBEB;
    padding: 20px;
}

.deal-news, .deal-investors, .deal-people {
	font-size: 14px;
}

.deal-investors thead tr th, .deal-people thead tr th {
	border-top: none;
}

.deal-investors tbody tr>td:first-child {
	text-align: center;
}

/***
FOOTER
***/


.search-page-box {
	margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 30px;
}


#footer {
	font-size: 14px;
	padding: 40px 0;
	background-color: #EEEEEE;
}

#footer p {
	margin: 12px 0px;
}

#footer .footer-menu {
	list-style: none;
	padding: 0px;
}

#footer .footer-menu li {
	font-size: 14px;
	margin: 10px 0px;
}

#footer .footer-menu li:first-child {
	font-weight: 700;
	margin-top: 0;
}


#footer .footer-menu li a {
	color: #151515;
}

#footer .footer-social {
	list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#footer .footer-social li {
	display: inline-block;
	margin-right: 8px;
}

#footer .footer-social li a {
	color: #444;
	text-decoration: none;
	padding: 4px 10px;
	border: 1px solid #444;
    border-radius: 5px;
}

#footer .footer-social li a:hover {
	color: #FFF;
	background-color: #0473BA;
}

#footer .footer-social li a>span {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

#footer .footer-social li:last-child {
	margin-right: 0px;
}

#footer .footer-social>li a:before {
	content: '\f0c1';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
}

#footer .footer-social>li a[href*="facebook.com"]:before {
    content: '\f09a';
}

#footer .footer-social>li a[href*="pinterest.com"]:before {
    content: '\f0d2';
}

#footer .footer-social>li a[href*="instagram.com"]:before {
    content: '\f16d';
}

#footer .footer-socia>li a[href*="youtube.com"]:before {
    content: '\f16a';
}

#edd_checkout_cart {
	margin-top: 20px;
}

#edd_checkout_cart .edd_cart_header_row th {
    background: #fafafa;
    padding: 8px 15px;
}


#edd_checkout_form_wrap {
	margin-top: 40px;
}

#edd_checkout_form_wrap legend {
    padding: 0px 10px;
    margin: 0 -10px 0px;
    width: auto;
}

#edd_checkout_form_wrap #edd_purchase_form input {
	font-size: 14px;

	padding: 4px 10px;
	border: 1px solid #EBEBEB;
}


#edd_checkout_user_info > p {
	margin-bottom: 35px;
}

#edd_checkout_user_info .edd-label {
	font-size: 14px;
	margin: 0px;
}

#edd_checkout_form_wrap #edd_purchase_form .edd-submit {
	padding: 8px 25px;
    font-size: 16px;
}

#page-404 {
	padding: 50px;
}

.references h2 {
	margin-top: 25px;
    margin-bottom: 15px;
}

.references ul {
	list-style: none;
	padding-left: 20px;
}

.references ul li{
	margin-bottom: 5px;
}

.references ul li span {
	font-style: italic;
}

.references ul li a {
	font-style: normal;
}

.inline_ref {
	font-size: 14px;
	font-family: Arial;
	color: #F35029;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content li {
	font-family: 'Lato', sans-serif;
	list-style: none;
    font-size: 12px;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content li i {
	font-style: italic;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content a {
	color: #444;
	text-decoration: underline;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content a:hover {
	color: #F35029;
}


.industry-primer {
	margin-top: 30px;
}

.industry-primer .media {
	padding: 20px;
	background: #EBEBEB;
}


.lcp-foreign-banner {
	background-image:url('../../../../uploads/sites/5/2020/04/DataBD-Banner.jpg');
	background-position: center;
	text-align: center; color: #FFF;
	padding: 60px 40px 45px;
	margin-bottom: 20px;
}

.lcp-foreign-banner a {
	color: #FFF;
}


.wp-block-table table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
}

.wp-block-table table th,
.wp-block-table table td {
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}

.wp-block-table table tbody {
  vertical-align: inherit;
}

.wp-block-table table thead th {
  vertical-align: bottom;
  border-bottom-color: #495057;
}

.wp-block-table table tbody + tbody {
  border-top: 2px solid #dee2e6;
}


.wp-block-table figcaption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
	height: 100px;
	width: 100%;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
	background: #0473ba;
	border: 2px solid #0473ba;
	border-radius: 5px;
	color: #fff;
	text-align: right;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	cursor: pointer;
}
.v-social-cta ul {
	float: right;
	padding: 20px 0 15px 0;
}
.v-social-cta ul li {
	display: inline-block;
	padding: 0 10px;
}
.v-social-cta ul li a{
	font-size: 25px;
}
.page-top-actions .breadcrumb {
	background-color: transparent;
	padding: 20px 10px 0px;
	line-height: 36px;
	color: #AAA;
}