/*
	Version: 2.20.30
*/

@import "locations.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 "careers.css";

/*fix image heights*/
img {
  max-width: 100%;
  height: auto;
}

/*fix for quote slider when 1 instance is shown*/
section.module-post_content .quote ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

/*------------------------------------------------------------------------------------------------*/
/* 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 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: #ff5200;
    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: #ff5200;
    filter: brightness(75%);
    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--------------*/

/*----------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%;}

@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;
}
#template-news_article section.module-post_content table.basic tbody tr td:first-of-type {
  font-weight: normal;
}
#template-news_article section.module-post_content table.basic tbody tr:first-of-type * {
  color: white;
}
#template-news_article section.module-post_content table.basic tbody tr:first-of-type td {
  background-color: #14396d;
}
#template-news_article section.module-post_content table.basicHeader tbody tr td:first-of-type {
    font-weight: normal;
}

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

/*----Fix for tables in Insights 04/09/20----*/
@media print, all and (min-width: 1024px) {
  #template-news_article section.module-post_content table.withBullets tbody tr td ul {
    margin-left: 20px;
  }
}
#template-news_article section.module-post_content table.withBullets tbody tr td ul li {
    list-style: disc;
}
/* fix the printing issue with header rows */
@media print {
    #template-news_article section.module-post_content table thead tr {
        background-color: black !important;
        color: white;
    }
    #template-news_article section.module-post_content table thead tr td {
        vertical-align: bottom;
    }
    #template-news_article section.module-post_content table thead tr td * {
        font-size: 1.25em;
        line-height: 1.25em
    }
}
#template-news_article section.module-post_content table.col_1 tbody tr td:first-of-type {
  font-weight: 500;
}
#template-news_article section.module-post_content table.col_1 tbody tr td p {
  padding: 1.5em 0 0;
}
#template-news_article section.module-post_content table.col_1 tbody tr td p:first-of-type {
  padding: 0;
}
/*----/Fix for tables in Insights 04/09/20----*/


/*-----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
}
.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 {
  img {height: auto;}
  .layout-sidebar > .row {
    display: flex !important;
    flex-direction: column !important;
  }
  .layout-sidebar .col-content {
    width: 100%;
  }
  section.module-post_content .wrap>p:last-of-type {
      padding-bottom: 0;
  }
  .layout-sidebar .col-content {
      padding-bottom: 4em;
  }
  .layout-sidebar .row .col-sidebar {
    width: 100%;
  }
  .layout-sidebar .row .col-sidebar {
    padding: 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-----*/

/*-----video display in post-----*/
.module-post_content .fluid-width-video-wrapper {
  padding: 14em !important;
}
.module-post_content .fluid-width-video-wrapper iframe {
  border: none;
}
/*----/video display in post-----*/

#template-bio .page-content .bioExperience {
  list-style: none;
  padding-left: 0;
}

#template-bio .page-content .bioExperience ul {
  list-style: disc;
  margin-bottom: 2em;
}

#template-bio .page-content .bioExperience li:last-of-type ul {
  margin-bottom: 0;
}

#template-briefcase .col-reorder button {
  cursor: grab;
}

/*---- Empty Briefcase Button ----*/
section.module-briefcase_cart .row.footer .emptyBC {
	background: #505258;
	margin-right: 2em;
}
section.module-briefcase_cart .row.footer .emptyBC:hover {
	background: #38393d;
}

/*---- Forms Template ----*/
#template-diversity.forms section.page-hero .sub-intro h2 {
    font-weight: 600;
    font-size: 1.875em;
    line-height: 1.2em;
    text-transform: uppercase;
		text-shadow: 3px 3px 2px rgb(60, 60, 60);
}
/*---- Footer Modifactions ----*/
#footer .col-right .email-opt-in .copy p {
	padding-top: 1em;
}

#footer .col-right .email-opt-in .copy p:first-of-type {
	padding: 0;
}

@media print, (min-width: 1130px) {
	#footer .col-right .languages ul {
    display: grid;
		-ms-grid-template-columns: repeat(2, 50%);
		grid-template-columns: repeat(2, 50%);
	}
}

/*---- Calendar List Events Page ----*/
section.module-articles_list.events .article .col-services a {
	padding: 0;
	background: none;
}

section.module-articles_list.events .article .col-contributors a {
	padding: 0.35714em 0 0.35714em 2.85714em;
	background-size: 1.57143em;
	background: url(../../assets/images/icon-add_calendar_orange.svg) 0 50% no-repeat;
	letter-spacing: 0.15em;
}

/*---- List in homepage slider ----*/
#template-home .slides .page-title ul {
    padding: 0.5em 0 0 1.25em;
}
#template-home .slides .page-title li {
    font-size: 0.75em;
}

/*---- Forms Template ----*/
@media print, all and (min-width: 1130px) {
	#template-diversity.forms section.page-hero .page-title,
	#template-diversity.forms section.page-hero .sub-intro{
		max-width: 90%;
	}
}

#template-diversity.forms section.page-hero .sub-intro h2 {text-transform: none;}


/*---- Add Social Sharing to Forms Template ----*/
#template-diversity.forms .post-meta {
    padding: 1em 0 0 0;
    background: white;
}
#template-diversity.forms .post-meta .row {
  float: left;
}
@media print, (min-width: 1024px){
  #template-diversity.forms .post-meta .row {
    padding-left: 10em;
  }
}
@media print, (min-width: 1130px){
  #template-diversity.forms .post-meta .row {
    padding-left: 2em;
  }
}
#template-diversity.forms .module-post_content {padding-top: 0;}

/* fix menu scrollbar problem in chrome */
@media print, (min-width: 1130px){
    #main-nav .scroll-hide {overflow-y: auto;}
}

/* fix table header printing issue */
@media print {
    #template-news_article section.module-post_content table.basic tbody tr:first-of-type td {
        background-color: #14396d !important;
    }
}

/* fix sidebar text widget spacing */
.sidebar .widget.text p {
	padding-bottom: 1.25em;
}

/* add class to blockquote to remove automatic quotes */
section.module-post_content blockquote.no-quote p:first-child:before,
section.module-post_content blockquote.no-quote p:first-child:after {
    content: none !important;
}

/* fix ending blockquote */
section.module-post_content blockquote p:first-child:after {
    content: close-quote !important;
}

/* fix in-page anchor positions */
.pageAnchor {
  height: 7em;
  margin-top: -7em;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .pageAnchor {
    height: 8em;
    margin-top: -8em;
  }
}
@media only screen and (min-width: 1130px) {
  .pageAnchor {
    height: 6em;
    margin-top: -6em;
  }
}
.anchorHead {
    text-transform: uppercase;
}
.anchorTop {
    font-style: italic;
    text-transform: lowercase;
}
p:empty {
  display: none;
}

/* Add fix to corp responsibility slider page */
#template-corporate_responsibility .slider-desktop .card-set {
    display: flex;
    justify-content: center;
}

#template-corporate_responsibility .slider-mobile {
    margin-top: 2em;
}

/* Add fix for buttons showing on search results page */
#template-search-results .result button {
    display: none;
}


.social .subscribe {
    font-size: 1em;
    font-family: 'Gibson';
    font-weight: 600;
    background: rgb(255,82,0) !important;
    letter-spacing: 1px;
    line-height: 150%;
    padding: 0.75em 3em;
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    margin: 0 auto;
    height: 100% !important;
    width: 100% !important;
    border-radius: 4px;
}

.social .subscribe:hover {
  -webkit-filter: brightness(80%);
  -o-filter: brightness(80%);
  filter: brightness(80%);
}

#template-diversity.basic.forms .social .subscribe {
  max-height: 3em;
}
@media print {
    @page {
        size: letter;
        margin: 12mm 0;
    }
    html, body {
        width: 216mm;
        height: 279mm;        
    }
    body {
        padding: 12mm;
    }
    body .acsb-trigger.acsb-ready {
        display: none !important;
    }
    
    #page-container {
        padding: 0 !important;
    }
    .sidebar .widget.link-nav a {
        padding: 1em 1.07143em 1em 0;
    }
    section.module-post_header .post-meta .title {
        width: calc(100% - 12.625rem);
    }
    section.module-post_header {
        position: relative;
    }
}