/*
	Version: 2.13.3
*/

@import "locations.css";
@import "diversity.css";
@import "download-list.css";
@import "insight-grid-short.css";
@import "footnotes.css";
@import "attorneyBios.css";
@import "landing-events.css";
@import "new-locations.css";
@import "newsearch.css";
@import "new-newsevents.css";

@import "main.css";

/*------------------------------------------------------------------------------------------------*/
/* Added To section.module-callout_slider .slider .slick-dots */
section.module-callout_slider .slider .slick-dots,
.page-hero.home .slick-dots {
    bottom: 4.625em;
    display: table;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 23.4375em;
    z-index: 5;
}

@media print, (min-width: 1130px) {
    section.module-callout_slider .slider .slick-dots,
    .page-hero.home .slick-dots {
        max-width:none;
        display: table !important;
        bottom: -5.25em
    }

    .page-hero.home .slick-dots {
    	width: auto;
    	left: 5em;
    	padding: 0 1.875em;
    	margin: auto 0;
    }
}

section.module-callout_slider .slider .slick-dots li,
.page-hero.home .slick-dots li {
    height: 50px;
    line-height: 0;
    width: auto;
    display: table-cell;
    padding: 0 15px
}

@media print, (min-width: 1130px) {
    section.module-callout_slider .slider .slick-dots li,
    .page-hero.home .slick-dots li {
        display:inline-block;
        padding: 0 10px
    }
}

section.module-callout_slider .slider .slick-dots li.slick-active button,
section.module-callout_slider .slider .slick-dots li:hover button,
.page-hero.home .slick-dots li.slick-active button,
.page-hero.home .slick-dots li:hover button {
    background: #F3720A
}

section.module-callout_slider .slider .slick-dots li button,
.page-hero.home .slick-dots li button {
    height: 4px;
    width: 100%;
    margin: 23px 0;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    background: white
}

@media print, (min-width: 1130px) {
    section.module-callout_slider .slider .slick-dots li button,
    .page-hero.home .slick-dots li button {
        width:95px
    }
}

section.module-callout_slider .slider .slick-dots li button:before,
.page-hero.home .slick-dots li button:before {
    display: none
}

section.module-callout_slider .slider .slick-dots,
.page-hero.home .slick-dots {
    bottom: 3.5625em
}

.page-hero.home .slick-dots {
	bottom: 0.7em;
}

@media print, (min-width: 1130px) {
    section.module-callout_slider .slider .slick-dots,
    .page-hero.home .slick-dots {
        bottom:7em
    }
}
/* Added To Buttons Code */
.slide__button {
    font-size: 1em;
    font-family: 'Gibson';
    font-weight: 600;
    background: #F3720A;
    margin-bottom: 0.625em;
    letter-spacing: 1px;
    line-height: 150%;
    padding: 1.2em 0.9375em;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    max-width: 29.3125em;
    margin: 0 auto;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
/* Added New */
section.page-hero .intro-text h1 {
    text-transform: uppercase;
}
.intro-text, .page-title, .slide__button {
    position: relative;
    bottom: 0;
}

.wrap-hero_text {
    position: relative;
    z-index: 2;
}

.slide__button {
    padding: 0.3em 0.9375em;
    margin: 0;
}
.slide__button:hover {
    background: #c25b08;
    color: #fff;
}

@media print, (min-width: 768px) {
	.slide__button {
		font-size: 1rem;
        padding: 0.8em 0.9375em;
	}
}

@media print, (min-width: 1130px) {
	.slide__button {
        padding: 1.2em 0.9375em;
	}
}

.slide__image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

section.page-hero .page-title {
    margin-bottom: 18px;
}

.slides, .slide {
    height: 100%;
}

.slides {
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

/*------------------------------------------------------------------------------------------------*/


/*---------added by sydor1 - 6/12-----------*/
section#diversityUpdata.module-offset_slider .card:before, .desktop-posts .col-featured .post-tile:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.28) 35%, rgba(0,0,0,0.65) 80%);
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.28) 35%, rgba(0,0,0,0.65) 80%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0.28)), color-stop(80%, rgba(0,0,0,0.65)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.28) 35%, rgba(0,0,0,0.65) 80%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.28) 35%, rgba(0,0,0,0.65) 80%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.28) 35%, rgba(0,0,0,0.65) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
} 

/*---sydor1-2/28/18---*/
section#diversityUpdata.module-offset_slider .card.empty:before {
    background: rgba(200,200,200,0.7);
}
section#diversityUpdata.module-offset_slider .card.empty {
    text-shadow: 2px 2px 2px rgba(135, 135, 135, 1);
}
/*--/sydor1-2/28/18---*/

/*---------/added by sydor1 - 6/12-----------*/
/*----------Jobs Apply Button & Footer Submit Button; added by sydor1 on 6/15--------------*/
#template-diversity section.module-post_content .wrap-form form.form-styles>.row:last-of-type {
	padding-bottom: 0;
}
.apply-btn {padding-bottom: 1.4375em;}
.job-apply {
    display: block;
    height: 3.61538em;
    line-height: 3.61538em;
    text-align: center;
    background: #F3720A;
    text-transform: uppercase;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: 400;
    letter-spacing: 1.25;
}
@media print, (min-width: 667px){
    .job-apply, #footer .email-opt-in .BTN a {
        width: calc(100% / 3);
    }
}
@media print, (min-width: 1130px){
    #footer .email-opt-in .BTN a {
        width: 100%;
    }
}
.job-apply {
    font-family: Gibson, Georgia, sans-serif;
    font-size: 1rem;
}
.job-apply:hover, #footer .email-opt-in .BTN a:hover {
    background: #c25b08;
    color: #FFFFFF;
}
/*----------/Jobs Apply Button & Footer Submit Button; added by sydor1 on 6/15--------------*/
/*----------Diversity Page Updates; added by sydor1 on 6/16--------------*/
section#diversityUpdata.module-offset_slider.gray {
    background: #1F2228;
    padding: 3em 0 9em;
}
section#diversityUpdata ul.slick-dots {
    display: table !important;
}

/*---------/Diversity Page Updates; added by sydor1 on 6/16--------------*/
/*----------Update this line for the slider on diversity; modified by sydor1 on 6/16--------------*/
@media print, (min-width: 1130px) {
	section.module-offset_slider .details h4 {
		font-size: 1.75em;
		line-height: 1.125em;
		padding-right: 15px;
	}
	div.landing section.module-offset_slider .details h4 {
		font-size: 1.5em;
	}
}
/*---------/Update this line for the slider on diversity; modified by sydor1 on 6/16--------------*/

/*----------Add Diversity & Inclusion content 3 list styles; modified by sydor1 on 6/22--------------*/
#template-diversity_2017 .content3 {
    margin: 30px 0;
    background: white;
    padding: 10px 30px;
    /* width: 75%; */
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.48);
}

#template-diversity_2017 .content3 h5 {
    font-family: Gibson;
    font-weight: 500;
    color: #888;
    font-size: 14pt;
}

#template-diversity_2017 .content3 ul {
    font-family: Gibson;
    font-weight: 300;
    list-style: none;
    padding: 0;
}

#template-diversity_2017 .content3 li {
    padding: 6px 10px;
    margin: 15px 0;
    /* border-top: 1px solid #DDD; */
    border-left: 4px solid #F3720A;
}

section.module-post_content .content4 a:last-of-type img {margin-bottom: 0;} /* fixes margin below last logo */

#template-diversity_2017 .content3 li:before {content: "";display: block;height: 1px;width: 100%;margin: -15px 0 15px -15px;background: #DDD;}

#template-diversity_2017 .content3 li:last-of-type:after {}
/*---------/Add Diversity & Inclusion content 3 list styles; modified by sydor1 on 6/22--------------*/
/*----------Temporary Fix for List Styles (fix in _global.sass line #158 later); modified by sydor1 on 6/26--------------*/
#template-bio section.module-post_content table td, 
#template-bio section.module-post_content table p, 
#template-service_detail section.module-post_content table td, 
#template-service_detail section.module-post_content table p {
	background: #F4F5F8;
}
/*---------/Temporary Fix for List Styles (fix in _global.sass line #158 later); modified by sydor1 on 6/26--------------*/

/*-----Home Page Edits 8/4/17----*/

#template-home .page-content {padding-bottom: 10%;}
#template-home .desktop-posts .read-more,
#template-home .desktop-posts .view-all {text-transform: uppercase;}

@media print, (min-width: 667px) {
	#template-home .page-content {padding-bottom: 5%;}
}

/*----/Home Page Edits 8/4/17----*/

/*-----Home Page Edits 8/21/17----*/
section.page-hero.home {background-image: none; background-color: gray;}
/*----/Home Page Edits 8/21/17----*/

/*-----Home Page Edits 8/24/17----*/
.hero-briefcase__add-btn-pro-tip:after {content: '×';}
@media print, all and (min-width:1680px){
	.hero-briefcase__add-btn-pro-tip {
		top: 5.62rem;
	}
}
/*----/Home Page Edits 8/24/17----*/

/*-----Home Page Edits 9/1/17----*/

#template-home section.page-hero.home .wrap-hero_text {top: 7%;}

.intro-text, .page-title {
	text-shadow: 1px 1px 2px rgb(60, 60, 60);
}

.slide__image:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.2)
}

/*#template-home section.page-hero.home .page-title h1 {
	font-size: 1em;
	text-transform: none;
	line-height: 1.5;
	font-weight: normal;	
}*/
	
.slide__button {
    padding: 0.3em 0;
    margin: 0 30px 0 0;
}

section.page-hero .page-title {
    margin-bottom: 10px;
}

@media print, all and (min-width: 414px) {
	/*#template-home section.page-hero .intro-text p {
		font-size: 1em;
		margin-bottom: 5px;
	}*/
	.slide__button {
		padding: 0.3em 0.9375em;
		margin: 0;
		width: 75%;
	}
}

/*@media print, all and (min-width: 568px) {
	#template-home section.page-hero.home .page-title h1 {margin: 0 50px 0 0}
	.slide__button {width: 50%;}
}*/

@media print, all and (min-width: 667px) {
	#template-home section.page-hero.home .wrap-hero_text {top: 15%;}
	.slide__text {margin: 0 0 0 25px;}
}

@media print, all and (min-width: 768px) {
	.intro-text, .page-title {
	text-shadow: 3px 3px 2px rgb(60, 60, 60);
	}
	#template-home section.page-hero.home .wrap-hero_text {
		top: 40%;
		left: 3em;
		width: 90%;
	}
	/*#template-home section.page-hero .intro-text p {
		font-size: 1.53em;
		line-height: 28px;
		letter-spacing: 8.3px;
	}
	#template-home section.page-hero.home .page-title h1 {
		font-size: 1.5em;
		letter-spacing: 1px;
		text-transform: none;
		line-height: 1.25;
		font-weight: normal;	
	}*/
	.slide__button {
		width: 100%;
		padding: 0.8em 0.9375em;
	}
}

@media print, all and (min-width: 1024px) {
	
}

@media print, all and (min-width: 1130px) {
	/*#template-home section.page-hero.home .page-title h1 {
		font-size: 2em;
		margin: 0;
	}*/
	section.page-hero .page-title {
		margin-bottom: 18px;
	}
}

/*----/Home Page Edits 9/1/17----*/

/*-----Search Results Edits 9/1/17----*/
.search-results .category.people .header {
    margin-top: 20px;
}
.search-results .category.services .result {
    padding-bottom: 20px;
}
.search-results .category .header {
	font-size: 1.12em;
	color: #13376F;
	text-transform: uppercase;
}
/*----/Search Results Edits 9/1/17----*/

/*-----Fix for col-explaination p spacing & Header for Issue Aside 10/24/17----*/
section.module-bullets_explanation .bullet-row .col-explanation p {
	padding-top: 25px;
}
section.module-bullets_explanation .bullet-row .col-explanation p:first-of-type {
	padding-top: 0;
}
.sidebar .widget.issuu .embed-container {margin-top: 20px;}
/*----/Fix for col-explaination p spacing & Header for Issue Aside 10/24/17----*/

/*-----Fix for content section merged with Bullet Exp Section 10/26/17----*/
section.no-top-padding-desktop {padding-top: 0;}
/*----/Fix for content section merged with Bullet Exp Section 10/26/17----*/

/*-----Fix for tables in Insights 11/17/17----*/

#template-news_article section.module-post_content table thead tr {
  background-color: #13376f;
  color: white;
}
#template-news_article section.module-post_content table thead tr td {
  border: 0 !important;
  padding: 10px 15px;
  line-height: 1.25;
  font-size: 11pt;
  vertical-align: top;
}
#template-news_article section.module-post_content table tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
#template-news_article section.module-post_content table tbody tr td {
  line-height: 1.25;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 10px 15px !important;
  font-size: 13pt;
  vertical-align: top;
}
#template-news_article section.module-post_content table tbody tr td:first-of-type {
  font-weight: bold;
}
#template-news_article section.module-post_content table tbody tr td p {
  font-size: 13pt;
  line-height: 1.25;
  padding: 0.625em 0 0;
}
#template-news_article section.module-post_content table tbody tr td p:first-of-type:first-letter {
  font-size: 13pt !important;
  padding-right: 0 !important;
  line-height: 1.25 !important;
  float: none !important;
}
#template-news_article section.module-post_content table tbody tr td p:first-of-type {
  padding-top: 0;
}
#template-news_article section.module-post_content table tbody tr td ul {
  padding: 0.625em 0 0 0.5em;
}
#template-news_article section.module-post_content table tbody tr td ul li {
  padding-bottom: 20px;
  list-style: none;
}
#template-news_article section.module-post_content table tbody tr td ul li:last-of-type {
  padding-bottom: 0;
}


/*----/Fix for tables in Insights 11/17/17----*/

/*-----content pages 02/08/18----*/
.module-bullets_explanation .wrap-bullets.col-1 .bullet-row {
    display: flex;
    flex-direction: column;
}
.module-bullets_explanation .wrap-bullets.col-1 .bullet-row .col-bullet,
.module-bullets_explanation .wrap-bullets.col-1 .bullet-row .col-explanation {
    width: 100%;
}

#template-service section.module-content_card_slider.dark {
    background: #13376F;
}
#template-service section.module-content_card_slider.dark h4 {
    color: white;
}

section.module-post_content blockquote.special p {
    font-family: georgia;
    font-size:  20px;
}

section.module-post_content blockquote.special {
    background: #13376F;
    margin-bottom: 40px !important;
    padding: 40px !important;
    border: 0;
}

section.module-post_content blockquote.special > * {
    color: white !important;
    text-align: center !important;
}
section.module-post_content blockquote.special h4 {
    padding-bottom: 10px;
}
section.module-post_content blockquote.special a {
    color: #d27828 !important;
}
/*----/content pages 02/08/18----*/

/*-----diversity single posts (insights) and bio name for print 03/08/18----*/

#template.diversity.single section.module-post_content {padding-top: 0;}
#template.diversity.single section.module-post_content p:first-child:first-letter {
    float: left;
    font-size: 3.75em;
    line-height: 0.8em;
    padding: 10px 5px 0 0;
}
@media print {
    #template-bio section.bio-hero .col-bio_content h1 {font-size:2.5em;}
}
/*----/diversity single posts (insights) and bio name for print 03/08/18----*/

/*-----Site ADA fixes 03/13/18----*/

#template-home section.page-hero.home .intro-text h1 {
    font-weight: 600;
}
@media print, all and (min-width: 414px) {
    #template-home section.page-hero.home .intro-text h1 {
        margin-bottom: 5px;
    }
}
@media print, all and (min-width: 768px) {
    #template-home section.page-hero.home .intro-text h1 {
        font-size: 1.53em;
        line-height: 28px;
        letter-spacing: 8.3px;
    }
}
@media print, all and (min-width: 1130px) {
    #template-home section.page-hero.home .page-title h2 {
        font-size: 2em;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 1.25;
        text-transform: none;
        margin: 0;
    }
}
#template-home .desktop-posts .col-featured .post-tile p {
    font-size: 2.25em;
    font-weight: 300;
    padding: 0.22222em 1.11111em 0.83333em 0;
    line-height: 1.25em;
}
#template-home .desktop-posts .col-sub_featured .post-tile h1 {
    font-size: 1.25em;
    line-height: 1.8em;
    font-weight: normal;
}
#template-home .desktop-posts .col-sub_featured .post-tile.tile-2 h1 {
    color: white;
}
#template-home .desktop-posts .col-post_feed h1 a {
    font-size: 1.12em;
    font-weight: normal;
    line-height: 2em;
    text-decoration: none;
    display: inline-block;
    color: #1f2228;
}

[id|=template] #desktop-form label,
/* Hide Close Icon Label on Mobile */
[id|=template] #mobile-form .label,
#main-nav .nav-footer .social-media .label,
[id|=template] .post-meta .social .label {display: none;}

[id|=template] #mobile-form label {
    color: #F3720A;
    font-weight: 600;
}

[id|=template] #mobile-form .wrap-select .mobile-select {
    margin-top: 10px;
}

section.module-content_grid .header h4,
section.module-content_cards_recent .header h4 {font-size: 3em;}

/*replaces h5 rule in styles.css*/
section.module-office_head .header h2 {
    font-size: 2.25em;
    font-weight: 600;
}

/*----/Site ADA fixes 03/13/18----*/

section.module-post_content .wrap hr {
    margin: -0.5em 0 1em;
}

/*-----Add Position to Attorney Bios----*/

#template-bio section.bio-hero .col-bio_content .position {
    padding: 0.4375em 0 1.375em 0;
    margin-top: -0.37em;
}

#template-bio section.bio-hero .col-bio_content .position h2 {
    font-size: 1.5em;
    line-height: 32px;
}

section.module-people_grid .col-info .position {
    padding-bottom: 0.5em;
}

@media print, all and (min-width: 1130px) {
    section.module-people_grid .col-info .position {
        padding-bottom: 0.6em;
        margin-top: -0.33em;
        font-weight: 600;
        font-size: 1.25em;
    }
}

section.module-people_grid .col-photo {margin-right: 2.12% !important;}

@media print, all and (min-width: 1130px) {
    section.module-people_grid .col-photo {margin-right: 0 !important;}
}

section.module-people_grid .col-info .wrap-info div:last-of-type {padding-bottom: 0.5em;}

@media print, all and (min-width: 1130px) {
    section.module-people_grid .col-info .wrap-info div:last-of-type {padding-bottom: 0;}

}
/*----/Add Position to Attorney Bios----*/

#template-news_article .page-content .col-content .module-post_content .footnotes {font-size: 0.95em; line-height: 1.75em;}
#template-news_article .page-content .col-content .module-post_content .footnotes sup {margin-left: -1em; margin-right: 1em;}


/*-----Fix Orange Colors throughout site----*/

/* fix text and border colors */
a, 
#main-nav nav.primary > ul > li.active > a, 
#main-nav nav.secondary > ul > li.active > a, 
#main-nav nav.primary > ul > li a:hover, 
#main-nav nav.secondary > ul > li a:hover, 
#main-nav nav.primary .has-sub_menu.active > a, #main-nav nav.secondary .has-sub_menu.active > a, 
section.module-inpage_nav .wrap-inpage_nav li.active a, section.module-inpage_nav .wrap-inpage_nav li a:hover, 
.hero-briefcase--orange .hero-briefcase__add-btn, 
.hero-briefcase__add-btn:hover, 
.sidebar .widget.tag-cloud a:hover {
  color: #ff5200;
  border-color: #ff5200;
}

#main-nav nav.primary > ul > li ul.sub-menu li a:hover, 
#main-nav nav.secondary > ul > li ul.sub-menu li a:hover, 
#main-nav nav.primary .has-sub_menu a.active, #main-nav nav.secondary .has-sub_menu a.active, 
#main-nav nav.primary > ul > li ul.sub-menu li a.nav-viewAll {
  color: #ff5200;
  border-color: transparent;
}

/* new orange graphics */
.sidebar .widget.link-nav a {
  background: url("../../assets/images/bio/icon-chevron-right-orange-new.png") 100% 50% no-repeat;
  background-size: 0.57em;
}
#template-bio section.bio-hero .col-bio_content .contact-widgets a.vcard {
  background-image: url("../../assets/images/icons/vcard-circle_orange-new.svg");
}
#template-bio section.bio-hero .col-bio_content .contact-widgets a.print {
  background-image: url("../../assets/images/icons/printer-circle_orange-new.svg");
}
.hero-briefcase--orange .hero-briefcase__add-btn {
  background-image: url("../../assets/images/icons/briefcase-add-circle_orange-new.svg");
}
@media all and (-ms-high-contrast:none) {
  .hero-briefcase--orange .hero-briefcase__add-btn {background-size: 9em;} /* IE11 */
}
.search-desktop .search-toggle {
  background: url("../../assets/images/icons/search_orange.svg") 50% no-repeat
}
section.module-blog_posts_grid .desktop-posts .col-featured .read-more a, 
section.module-blog_posts_grid .desktop-posts .col-post_feed .view-all a{
  background: url("../../assets/images/icons/arrow-right_orange-new.png") 0 0 no-repeat;
  background-size: auto 90%;
  font-weight: 600;
  
}
.sidebar .widget.download a {
  background: url("../../assets/images/icons/download_orange-new.svg") 0% 50% no-repeat;
  background-size: 0.75em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
  .sidebar .widget.download a {background-size: 11px 18px;}
}
/*----/Fix Orange Colors throughout site----*/

/*-----Fix List spacing-----*/
.col-content li:last-of-type {padding-bottom: 0 !important;}
section.module-post_content .wrap > ul ul, section.module-post_content .wrap > ul ol, section.module-post_content .wrap > ol ul, section.module-post_content .wrap > ol ol {padding: 0.625em 0 0 1.25em}
/*----/Fix List spacing-----*/

/*-----fix printing options-----*/
@media print {
  .layout-sidebar > .row {
    display: flex !important;
    flex-direction: column !important;
  }
  .layout-sidebar .col-content {
    width: 100%;
  }
  .layout-sidebar .row .col-sidebar {
    width: 100%;
  }
  .layout-sidebar .row .col-sidebar {
    padding: 40px 0 0 !important;
  }
  .layout-sidebar .row .col-sidebar > .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .layout-sidebar .row .col-sidebar .widget {
    padding: 0 25px 0 0;
    margin: 0;
    width: 33.33%;
  }
  .layout-sidebar .row .col-sidebar .widget.link-nav a {
    background: none;
  }
  section.module-post_header .post-meta .social {display: none;}
}
/*----/fix printing options-----*/