/*
 Theme Name:  FSD v2
 Theme URI:    https://fsd.servicemax.com
 Description:  FSD v2 child theme built using Divi as a parent theme
 Author:       Jesse Jones
 Author URI:   https://servicemax.com
 Template:     Divi
 Text Domain:  fsd-v2
 Version:      2.0.0
*/

/*****Add any custom CSS below this line*****/

@font-face {
  font-family: "Merriweather";
  font-weight: normal;
  font-style: normal;
  src:  url("brand/type/merriweather/Merriweather-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-weight: normal;
  font-style: italic;
  src:  url("brand/type/merriweather/Merriweather-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-weight: lighter;
  font-style: normal;
  src:  url("brand/type/merriweather/Merriweather-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-weight: lighter;
  font-style: italic;
  src:  url("brand/type/merriweather/Merriweather-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-weight: bold;
  font-style: normal;
  src:  url("brand/type/merriweather/Merriweather-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-weight: bold;
  font-style: italic;
  src:  url("brand/type/merriweather/Merriweather-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-weight: bolder;
  font-style: normal;
  src:  url("brand/type/merriweather/Merriweather-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-weight: bolder;
  font-style: italic;
  src:  url("brand/type/merriweather/Merriweather-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome";
  font-weight: normal;
  font-style: normal;
  src:  url("brand/icons/fonts/fontawesome-webfont.woff2") format("woff2"),
        url("brand/icons/fonts/fontawesome-webfont.woff") format("woff"),
        url("brand/icons/fonts/FontAwesome.otf") format("opentype");
}



/*************************************
Global Typography
*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}

body {
  color: #4A4A4A;
  background-color: #fff;
  font-family: Interstate, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
  color: #4A4A4A;
}


h1 {
  font-weight: bold;
}

h2 {
  font-size: 29px;
/*  font-weight: 200 !important;
*/  
  color: #63666A;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul {
  padding: 0 0 23px 3em;
  line-height: 26px;
  list-style-type: disc;
}


/*************************************
Accent Color (e.g. links, hover states, buttons, etc)
*/

#et_search_icon:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .bottom-nav li.current-menu-item>a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #31B700;
}

.et_pb_button {
  font-family: Interstate, "Helvetica Neue", Arial, sans-serif !important;
}

#top-menu li li a {
    width: 200px;
    padding: 6px 0px;
}


/*************************************
Grid and Layout
*/

.container {
  position: relative;
  width: 80%;
  max-width: 1280px;
  margin: auto;
}

/*************************************
Header and Navbar
*/

#main-header {
  position: relative;
  z-index: 99999;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  line-height: 23px;
}

#top-menu a {
  display: block;
  font-weight: 500;  
  position: relative;
  color: rgba(0,0,0,1);
  letter-spacing: -0.75px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.et_header_style_centered #top-menu>li>a {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

#et_search_icon {
  color: rgba(0,0,0,1);
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#et_top_search {
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 2em;
  width: 18px;
  margin: 3px 0 0 22px;
}

.logo-initials {
  position: absolute;
  left: 0px;
  height: 57px;
  width: 57px;
  overflow: hidden;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    top: auto;
}

.nav li ul {
    border-color: #31b700 !important;
}

/* .et_header_style_centered .et-search-form input, 
.et_header_style_centered span.et_close_search_field {
  top: 40%;
}

.et-search-form input {
  height: 40px;
  border: solid 1px #
} */
@media (max-width: 1090px) { 
  .logo-initials {
    display: none;
  }
}

.et_header_style_centered #main-header div#et-top-navigation {
  position: relative;
  bottom: 0;
  width: 100%;
  /* border: solid 1px #B1B3B3; */
  border-left: none;
  border-right: none;
  margin-bottom: 10px;  
}

@media (min-width: 981px) {
  #main-header.et-fixed-header {
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
  }
}

#main-content .container {
  padding-top: 0;
}


@media (max-width: 980px) {
  .et_header_style_centered #main-header {
    padding: 20px 0 0 0;
  }

  .et_header_style_centered #et_mobile_nav_menu {
    float: none;
    position: relative;
    margin-top: 0;
  }

  .et_header_style_centered .mobile_menu_bar {
    position: absolute !important;
    top: 2px;
    left: 5px !important;
    width: 50px;
  }

  .logo_container {
    margin-left: 50px;
    margin-right: 50px;
  }

  .et_header_style_centered #main-header .mobile_nav {
    height: 36px;
    background: none;
  }

  .et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page {
    display: none;
    color: #666;
    font-size: 14px;
  }

  .et_header_style_centered #main-header div#et-top-navigation {
    top: -60px;
    border: none;
  }

  /* Full height */
  .logo_container {
    z-index: 10000;
  }  


}



@media (max-width: 550px) {
  .et_header_style_centered .mobile_menu_bar {
    position: absolute !important;
    top: 50% !important;
    left: 5px !important;
  }

  .logo_container {
    position: relative;
  }
  .logo-container img#logo {
    position: absolute;
    top: -20px;
    z-index: 5;
  }

  .et_header_style_centered #main-header {
    padding: 0;
  }

}


.mobile_menu_bar:before {
  color: #000000 !important;
}

#top-menu li.social-nav {
  padding: 0 5px 0 0;
  font-size: 20px;
  position: relative;
}

#top-menu li.social-nav a {
}

.et_header_style_centered #top-menu>li.social-nav>a {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/*************************************
Modules
*/

.email_cta .et_pb_newsletter_description {
  font-family: Interstate, "Helvetica Neue", Arial, sans-serif;
}

.image-caption-block {
  box-sizing: border-box;
  font-weight: normal;
  border-bottom: solid 1px #979797;
}

figcaption {
  font-weight: normal;
  padding-bottom: 1rem;  
}

.wp-caption {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 4px;
  border: none;
  padding: 0;
  border-bottom: 1px solid #979797;
  background-color: rgba(255,255,255,0);
  text-align: center;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}

.single-post p.article-credits {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -1px;
}

.single-post h1 {
  margin: .5em 0; 
}
.single-post h2 {
  margin: .67em 0;
}
.single-post h3 {
  margin: .67em 0;
}
.single-post h4 {
  margin: .67em 0;
}




#comment-wrap {
  font-size: 18px;
}
#comment-wrap #reply-title {
  font-size: 18px;
}

/*************************************
Footer
*/

#main-footer {
  background-color: #006AC6 !important;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  padding-top: 40px !important;
  padding-top: 40px !important;
}

#footer-info {
  color: #fff;
  float: none;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}

#footer-bottom {
  padding: 10px 0 0px 0;
  background-color: rgba(0,0,0,.22);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px !important;
}

#footer-info {
  font-size: 14px !important;
}

#footer-info a {
  color: #fff;
  font-weight: 700;
}

.footer-widget p {
  font-size: 16px !important;
}

.footer-widget a {
  color: #fff;
}

#footer-widgets {
  padding: 3% 0 0;
}

#footer-widgets .footer-widget li {
  position: relative;
  padding-left: 0px;
}

.jetpack_widget_social_icons {
  display: block;
  width: 100%;
}

@media (min-width: 981px) {
.et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
    margin-bottom: 0;
}
}

@media (min-width: 981px) {
.et_pb_gutters3 .footer-widget {
    margin-right: 5.5%;
    margin-bottom: 3.5%;
}
}


/*************************************
Home
*/

.home-hero {
  position: relative;
}

.home_featuredslider .et_pb_slider .et_pb_container {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: 1080px !important;
  margin: 0 auto;
}

.et_pb_slider .et_pb_container {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
}

.home_featuredslider .et_pb_slide_title {
  box-sizing: border-box;
  font-family: "Merriweather", "Georgia", serif;
  font-size: 58px !important;  
  font-weight: 900;
  letter-spacing: -1px;  
  padding: 30px 0 20px 0;
  position: relative;
  max-width: 80%;
  margin-top: 10px;
}

.home_featuredslider .et_pb_slide_title:before {
  background: #fff;
  content: " ";
  width: 20%;
  height: 6px;
  position: absolute;
  top: 0;
}

.home-slide__description .et_pb_slide_content {
  opacity: 0;
}

.home-slide__description .home-slide__category {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.home-slide__description .home-slide__category:after {
  content: ', ';
}

.home-slide__description .home-slide__category:last-of-type:after {
  content: '';
}


.et_pb_post .entry-featured-image-url {
  display: block;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #d8d8d8;
}

.home_featuredslider .et_pb_slide_content .post-meta, 
.home_featuredslider .et_pb_slide_content .post-meta a {
  font-size: 18px !important;
  margin-bottom: 10px;
  color: #fff;
}

.home_featuredslider .et_pb_slide_content .post-meta {
  box-sizing: border-box;
  padding-bottom: 20px;
}


.home_featuredslider .et_pb_slide_description, 
.home_featuredslider .et_pb_slider_fullwidth_off .et_pb_slide_description {
  width: auto;
  margin: auto;
  text-align: left;
}

.home-hero:after {
  background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 48%, rgba(0,0,0,0.46) 100%);
  position: absolute;
  height: 100%;
}

.home h1.entry-title {
  font-family: "Merriweather", "Georgia", serif;
  letter-spacing: -1px;  
  font-size: 58px !important;
  font-weight: 900 !important;
}

.et_pb_fullwidth_header_0 {
  max-width: 100% !important;
}

#sidebar .widgettitle {
  font-weight: bold;
}


/* Featured Blog Post Block */

.featured-post-block {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

.featured-post-block .post-meta {}

.featured-post-block h2 {
  color: #4a4a4a;
  font-family: "Merriweather", "Georgia", serif !important;
  font-family: block;
  font-size: 30px;
  font-weight: bold !important;
}

.featured-post-block p {
  font-size: 18px;
}


/*Equalize Blog Columns*/

.bloggrid .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bloggrid .et_pb_image_container {
  margin-bottom: 0;
}

.bloggrid article {
  box-sizing: border-box;
  position: relative !important;
        margin-bottom: 20px !important;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.bloggrid .post-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.bloggrid .column {
        margin-bottom: 20px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.bloggrid .post-meta {
  border-top: solid 1px #4A4A4A;
  position: absolute; 
  bottom: 0;
  left: 19px;
  right: 19px;
  max-width: 100%;
}

.bloggrid .post-meta a[rel="category"] {
  position: absolute;
  top: 0px;
  background: #000;
}

@media (max-width: 980px) {
	.et_pb_column .et_pb_blog_grid .column.size-1of1, .et_pb_column .et_pb_blog_grid .column.size-1of2 {
	    margin-bottom: 0 !important;
      width: 100% !important;
	}
}


.article-card-layout .et_pb_blog_grid {
  /* Article Card */
}

.article-card-layout .et_pb_blog_grid .article-card {
  position: relative;
  border: 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);

  padding: 0;
}

.article-card-layout .et_pb_blog_grid .article-card:hover {
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.article-card-layout .et_pb_blog_grid .article-card.et_pb_no_thumb.format-standard {
  background: #F3F3F3;
}

.article-card-layout .et_pb_blog_grid .article-card__content {
  z-index: 100;
  margin-top: -15px;
  width: 100%;
  background: #FFF;
  padding-bottom: 50px;
}

.article-card-layout .et_pb_blog_grid .post-content {
  display: none;
}

.article-card-layout .et_pb_blog_grid .article-card__category {
  cursor: pointer;
  display: none;
  padding: 0px 20px 10px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.article-card-layout .et_pb_blog_grid .article-card__category:first-of-type {
  display: block;
}


.article-card-layout .et_pb_blog_grid .article-card__title {
  margin: 0;
  padding: 15px 20px;
}

.article-card-layout .et_pb_blog_grid .article-card__excerpt {
  font-size: 0.875rem;
}

.article-card-layout .et_pb_blog_grid .article-card__meta {
  padding: 10px 0px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  box-sizing: border-box;
  border-top: solid 1px #4A4A4A;
}

.article-card-layout .et_pb_blog_grid .article-card__author {
  margin: 0;
}

.article-card-layout .et_pb_blog_grid .article-card__author a {
  color: inherit;
}

.article-card-layout .et_pb_blog_grid .article-card__date {
  float: right;
  margin-left: 8px;
}

.article-card-layout .et_pb_blog_grid .article-card .et_pb_image_container,
.article-card-layout .et_pb_blog_grid .article-card .et_pb_slider,
.article-card-layout .et_pb_blog_grid .article-card .et_audio_content,
.article-card-layout .et_pb_blog_grid .article-card .et_link_content,
.article-card-layout .et_pb_blog_grid .article-card .et_quote_content {
  margin: 0;
}

.article-card-layout .et_pb_blog_grid .article-card .et_link_content,
.article-card-layout .et_pb_blog_grid .article-card .et_quote_content {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .article-card-layout .et_pb_blog_grid .article-card .et_link_content,
  .article-card-layout .et_pb_blog_grid .article-card .et_quote_content {
    /* padding-top: 80px !important;
    padding-bottom: 80px !important; */
  }
}


.home_first_post {
  position: relative;
}

.home_first_post img {
  width: 100%;
}

.et_pb_blog_0 .post-content {
  display: none;
}

.home_first_post {
  display: flex;
  flex-direction: column;
}

.home_first_post .entry-title,
.home_first_post .post-meta,
.home_first_post .post-content {
  position: relative;
  bottom: 0;
}

.et_pb_blog_grid .et_pb_post h2:before {
  content: " ";
  background: #4A4A4A;
  height: 6px;
  width: 50%;
  position: absolute;
  top: 0px;
}


h2.entry-title {
  font-family: "Merriweather", "Georgia", serif;
  letter-spacing: -1px;
  font-weight: 900 !important;
}


.et_pb_blog_grid .et_pb_post {
  color: #444444;
}

.et_pb_blog_grid .et_pb_post .post-meta {
  font-size: 12px;
  color: #444444;
}

.et_pb_blog_grid .et_pb_post h2 {
  font-family: "Merriweather", "Georgia", serif !important;
  font-weight: bold;
  box-sizing: border-box;
  color: #444444;
  font-size: 22px !important;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 20px 0 10px 0;
  position: relative;
}
/* Top border on card-heading */
.et_pb_blog_grid .et_pb_post h2:before {
  content: " ";
  background: #4A4A4A;
  height: 6px;
  width: 50%;
  position: absolute;
  top: 0px;
}

.et_pb_blog_grid .et_pb_post .post-content {
  display: none;
  color: #444444;
}

@media (max-width: 550px) {

  .et_pb_slide_title {
    font-size: 30px;
  }
}



/*************************************
Posts
*/

.hero-image {
  position: relative;
  max-height: 600px;
  overflow: hidden;
}

.hero-image:before {
   background: rgba(20,20,0,0.1); 
/*  background: rgba(0,0,102,0.30);*/  
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
}

.hero-image img {
  max-width: 100%;
}

/* Featured Image Attribution */
.banner-credit {
  font-size: 0.8rem;
  color: #777;
  font-style: italic;
  position: absolute;
  right: -100px;
  top: -14px;
}

/* Social Links (title section) */
.sharedaddy {
  position: relative;
}
.sd-title {
  display: none !important;
}
.sd-content {
  position: absolute;
  right: 0;
  bottom: -15px;
}

.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
  background: #63666A !important;
  color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
  background: #63666A !important;
  color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
  background: #63666A !important;
  color: #fff !important;
}

.sd-social-icon .sd-button span.share-count {
	display: none !important;
}

@media all and (max-width: 650px) {
  .sharedaddy {
    display: none;
  }
}

/* Sticky Social Sidebar */

#social-sharing-sidebar {
  position: relative;

}
.social-sharing-sidebar {}

#social-sharing-content {}
.social-sharing-content {}



/* Social Links (title section) */
#social-sharing-sidebar .sharedaddy {
  position: relative;
}
#social-sharing-sidebar .sd-title {
  display: none !important;
}
#social-sharing-sidebar .sd-content {
  position: absolute;
  left: -100px;
  top: 120px;

}

#social-sharing-sidebar .sd-social-icon .sd-content ul {
  width: 30px;
}

#social-sharing-sidebar .sd-social-icon .sd-content ul li {
  display: block;
}


#social-sharing-sidebar .sd-social-icon .sd-content ul li[class*=share-] a, 
#social-sharing-sidebar .sd-social-icon .sd-content ul li[class*=share-] a:hover, 
#social-sharing-sidebar .sd-social-icon .sd-content ul li[class*=share-] div.option a {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

#social-sharing-sidebar .sd-content ul li a.sd-button:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal 30px/1 social-logos;
  vertical-align: top;
  text-align: center;
}


#social-sharing-sidebar .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button,
#social-sharing-sidebar .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button,
#social-sharing-sidebar .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
  background: #fff !important;
  border: solid 1px #ddd;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #63666A !important;
}

.social-sharing-sidebar .sd-social-icon .sd-content ul li[class*=share-] a,
.social-sharing-sidebar .sd-social-icon .sd-content ul li[class*=share-] a:hover {
  max-width: unset;
}

@media all and (max-width: 980px) {
  #social-sharing-sidebar {
    display: none;
  }
}

@media all and (max-width: 650px) {
  #social-sharing-sidebar .sharedaddy {
    display: none;
  }
}




/* End Sticky Social Sidebar */



.single-post .entry-title {
  font-family: "Merriweather", "Georgia", serif;
  font-size: 58px;
  font-weight: 900 !important;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;  
}

.single .et_pb_post {
  margin-bottom: 0;

}
.single .post {
  margin-bottom: 0;
  padding-bottom: 0;
}


.single .post_meta_wrapper {
  box-sizing: border-box;
  max-width: 752px;
  margin: 20px auto;
  padding: 20px 0;
  border-bottom: solid 1px #979797;
  position: relative;
}

/* Force full-width */

.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, 
.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
  width: 100% !important;
}

/* Related Posts */

#jp-relatedposts:before {
  content: "Related Posts";
  position: absolute;
  top: 5px;
  margin-bottom: 0px;
  width: 100%;
  font-family: "Merriweather", "Georgia", serif !important;
  font-weight: bold !important;
  font-size: 18px;  
}
#jp-relatedposts {
  padding-top: 2.5em !important;
  position: relative;
}


.jp-relatedposts-post-title {
  font-family: "Merriweather", "Georgia", serif !important;
  font-weight: bold !important;
  margin-top: 8px !important;
}


/* Popout */
.popout {
  font-size: 18px;  
  margin: 0 auto;
  max-width: 100%;
  background-color: #f0efef;
  padding: 1rem 1rem; }

.popout img {
  max-width: 100%;
  height: auto; }
.popout h1, .popout h2, .popout h3, .popout h4, .popout .comments-title,
.popout .comment-reply-title, .popout h5, .popout h6 {
  font-weight: 400 !important; 
}
  .popout h1:first-child, .popout h2:first-child, .popout h3:first-child, .popout h4:first-child, .popout .comments-title:first-child,
  .popout .comment-reply-title:first-child, .popout h5:first-child, .popout h6:first-child {
    margin-top: 0.33rem; 
}

@media (min-width: 480px) {
  .popout ul {
    padding-left: 1rem; } 
}
@media (min-width: 768px) {
  .popout {
    float: left;
    margin: 1em 2em 1em 0;
    width: 50%; } 

  .popout.full {
    float: none;
    margin: 1em 2em 1em 0;
    width: 100%; } 

}

/* Author box*/

.ds-author-bio-section {
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
  padding: 20px 0px 40px 0px;
  margin-top: 10px;
}

.single .ds-author-name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}

.single p.ds-author-details {
  padding-bottom: 0em;
  font-size: 14px;
}

.single .ds-author-details img {
  float: left;
  margin: 0px 20px 40px 0px;
}

.single .ds-author-links a {
  color: #31B700;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}




@media (min-width: 981px) {
  .et_pb_section_0.et_pb_section {
    padding-top: 0px;
  }
}


@media all and (max-width: 980px) {
  .single .post_meta_wrapper {
    box-sizing: border-box !important;
    max-width: 752px !important;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 !important;
    border-bottom: solid 1px #979797 !important;
  }

  .single .entry-title[style] {
    font-family: "Merriweather", "Georgia", serif !important;
  }

  .single .post {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .et_pb_post[style] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .single .et_pb_post[style] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .single .entry-content {
    max-width: 752px;
    width: 80%;
    margin: 0 auto;  
  }

}

@media (max-width: 980px) {
  .single-post .entry-title {
    font-family: "Merriweather", "Georgia", serif !important;
    font-size: 30px;
  }

}

.single .entry-content {
  max-width: 752px;
  width: 80%;
  margin: 20px auto;  
  position: relative;
}

.single-post p,
.single-post li,
.single-post em {
  font-size: 18px;
  line-height: 1.5;
}




#left-area .post-meta {
  padding-bottom: 15px;
  font-size: 16px;
}

.single-post h2, 
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  font-weight: bold;
}

/* Clean Comments */

#comment-wrap {
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
  padding-top: 0;
}

#comment-wrap p {
  font-size: 1rem;
}

#commentform input[type=email], 
#commentform input[type=text], 
#commentform input[type=url], 
#commentform textarea {
  border: solid 1px #ccc;
  color: #999;
  background-color: #fff;
  font-family: Interstate, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px;
  line-height: 1em;
  padding: 12px;
}

.comment_postinfo {
  margin-bottom: 8px;
}

input#submit {
  font-family: Interstate, "Helvetica Neue", Arial, sans-serif !important;
}

.comment_avatar {
  position: absolute;
  top: 7px;
  left: 0;
}

.comment_avatar {
  top: 3px;
}

#comment-wrap {
  background: #FFFFFF;
  margin: 0 auto 27px;
  overflow: hidden;
  padding: 30px 0px;
}

h1#comments, h3#reply-title {
  font-size: 18px;
  font-weight: bold;
}

h1#comments {
  margin-bottom: 20px;
  text-align: center;  
}

.comment_avatar img {
  border: 1px solid #E7E8EC;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  max-width: none !important;
}

.comment_avatar img {
  display: block;
  max-width: 100%;
  height: auto;
}

.comment-body {
  border-bottom: 1px solid #E7E8EC;
  margin-bottom: 15px;
  min-height: 87px;
  padding: 0 0 20px 70px;
  position: relative;
  box-sizing: border-box;
}

.comment_postinfo {
  margin-bottom: 8px;
}

span.fn, span.fn a {
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 800px) {
span.comment_date {
    float: right;
}
}

span.comment_date {
  color: #4A4A4A;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.single .comment_area .comment-reply-link {
  background: transparent !important;
  border: none;
  color: #656C7A !important;
  display: inline-block;
  font-size: 13px;
  padding: 0 !important;
  position: relative;
  top: 7px;
}

.comment_area .comment-reply-link::after {
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.comment .children {
  margin-left: 60px;
}

.comment .children {
  overflow: hidden;
  position: relative;
}

@media (min-width: 600px) {
.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 33.33%;
}

.comment-form-author, .comment-form-email {
  padding-right: 10px;
}

}

#commentform textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
  width: 100% !important;
}

p.comment-subscription-form {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* end clean comments */

.single-post blockquote p {
  font-size: 28px;
  line-height: 1.4;
  font-family: "Merriweather", "Georgia", serif;
}

.half_width_block_quote {
  font-size: 28px;
  font-family: "Merriweather", "Georgia", serif;
  position: relative;
  padding: 40px 0px 0px 0px;
  border-left: none;
  margin-left: 0px;
  margin-right: 0px;  
  max-width: 100%;  
}

.half_width_block_quote p {
  font-size: 28px;
}

.half_width_block_quote:before {
  background: #31B700;
  content: " ";
  height: 6px;
  position: absolute;
  top: 0px;
  width: 40%;  
}


.full_width_block_quote {
  font-size: 28px;
  font-family: "Merriweather", "Georgia", serif;
  position: relative;
  padding: 30px 0px 30px 0;
  border-left: none;
  margin-left: -70px;
  margin-right: 0px;  
  max-width: 100%;
}

.full_width_block_quote p {
  font-size: 28px;
}

.full_width_block_quote:before {
  background: #31B700;
  content: " ";
  height: 6px;
  position: absolute;
  top: 0px;
  width: 40%;
}

.full_width_block_quote:after {
  background:#979797;
  height: 1px;
  content: " ";
  position: absolute;
  bottom: 0px;
  width: 40%;
}

@media (max-width: 980px) {
  .container.et_menu_container { 
    width: calc( 100% - 60px);
  }

  .et_pb_section {
    /* padding: 0 !important; */
  }

  .et_pb_column .et_pb_row_inner, .et_pb_row {
    padding: 0;
  }

  .full_width_block_quote {
    font-size: 20px;
  }  

  .full_width_block_quote p {
    font-size: 20px;
  }  

  .full_width_block_quote {
    margin: 20px auto;
  }  

}
 
.et_mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}

/*
Article 2 - Layout
*/

.post-template-single-article2 #main-header {
  /* position: relative; */
  z-index: 99999;
  top: 0;
  width: 100%;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  line-height: 23px;
}

.post-template-single-article2 #main-header.et-fixed-header {
  background: #fff;
}

.post-template-single-article2 #main-header.et-fixed-header #top-menu a {
  color: rgba(0,0,0,1) !important;
}

.post-template-single-article2 #main-header.et-fixed-header #et_search_icon {
  color: rgba(0,0,0,1) !important;
}

.post-template-single-article2 .et_header_style_centered #main-header div#et-top-navigation {
  border: solid 1px #fff;
}

.post-template-single-article2 .et-search-form input {
  font-size: 14px;
  background: #fff !important;
  height: 30px;
}

.post-template-single-article2 span.et_close_search_field {
  color: #fff !important;
}

.post-template-single-article2 #logo {
  filter: brightness(0) invert(1);
}

.post-template-single-article2 #et_search_icon {
  color: rgba(255,255,255,1);
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.post-template-single-article2 .hero-image {
  content: " ";
  top: 0;
  left: 0;
  min-height: 720px !important;
  width: 100%;
  margin-top: -200px;
  position: relative;
}

@media all and (max-width: 981px) {
  .post-template-single-article2 .hero-image {
    content: " ";
    top: 0;
    left: 0;
    min-height: 520px !important;
    width: 100%;
    margin-top: -200px;
    position: relative;
  }
}

.post-template-single-article2 .hero-image img {
  position: absolute;
  z-index: 0;
  min-height: 100%;
  max-width: 100%;
}

.post-template-single-article2 .hero-image img:before {
  background: rgba(0,0,0,0.3);
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;  
}

.post-template-single-article2 .mobile_menu_bar:before {
  color: #fff !important;
}

.post-template-single-article2 .hero-image .entry-title {
  z-index: 1;
  position: absolute;
  color: #fff;
  bottom: 30px;
  left: 10%;
  right: 10%;
}

@media (max-width: 735px) {
  .post-template-single-article2 .hero-image {
    content: " ";
    top: 0;
    left: 0;
    min-height: 520px !important;
    width: 100%;
    margin-top: -200px;
    position: relative;
    overflow: hidden;
  }
  .post-template-single-article2 .hero-image img {
  	object-fit: cover;
    left: 0px;
    width: 100%;
  }  

  .banner-credit {
    font-size: 0.8rem;
    color: #777;
    font-style: italic;
    position: relative;
    top: -14px;
    left: 0;
    text-align: left;
  }    

}

.dark-overlay {
  background: rgba(0,0,0,0.3);
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.post-template-single-article2 .hero-image:before {
  background: rgba(0,0,0,0.1);
}

.post-template-single-article2 .et_header_style_centered #main-header div#et-top-navigation {
  border: solid 1px #fff;
}

.post-template-single-article2 #top-menu a {
  color: #fff;
}


/* Search and Archive */

/*Reduce the post meta font size on archive pages*/

.archive .post-meta,
.search .post-meta {
  font-size: 12px !important;
  padding-bottom: 5px !important;
}

.archive .entry-title,
.search .entry-title {
  margin-top: 10px;
}

/*Add margin to the post meta elements and prevent breaking*/

.archive .author,
.search .author,
.archive .published,
.search .published,
.archive .post-meta a[rel~="category"],
.search .post-meta a[rel~="category"],
.archive .comments-number,
.search .comments-number {
    display: inline-block;
}


/*Style the post meta icons*/

.archive .author a:before,
.search .author a:before,
.archive .published:before,
.search .published:before,
.archive .post-meta a[rel~="category"]:before,
.search .post-meta a[rel~="category"]:before,
.archive .comments-number a:before,
.search .comments-number a:before {
    color: #636789;
    margin-right: 5px;
    margin-left: -20px;
}


/***Sidebar***/


/*Remove the dividing line*/

@media all and (min-width: 981px) {
    .archive #main-content .container:before,
    .search #main-content .container:before,
    .error404  #main-content .container:before {
        display: none;
    }
}


/*Style the sidebar links*/

#sidebar .et_pb_widget a {
    font-weight: 300;
    border-left: 5px solid #f5f5f5;
    padding-left: 10px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


/*Style the sidebar links on hover*/

#sidebar .et_pb_widget a:hover {
    background: #f5f5f5;
    margin-left: 10px;
}


/*Style the search box*/

#sidebar .widget_search input#s,
#sidebar .widget_search input#searchsubmit {
    border-radius: 0;
}

#sidebar .widget_search input#s {
    border: 5px solid #f5f5f5;
}


/*Hide the search button*/

#sidebar .widget_search input#searchsubmit {
    background: transparent;
    color: transparent;
    border: none;
    z-index: 1;
}


/*Add the magnifying glass icon*/

#sidebar .widget_search #searchform:after {
    content: '\55';
    position: absolute;
    display: block;
    font-size: 20px;
    font-weight: bold;
    right: 10px;
    top: 10px;
}


/*Style the titles*/

#sidebar h4.widgettitle {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}



/***Archive pages***/


@media (min-width: 981px) {
.category #left-area,
.archive #left-area,
.search #left-area  {
    width: 100%;
    padding-bottom: 23px;
    float: left;
    padding-right: 0; 
}

}

.search-archive-grid {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;*/
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 0 0 -1rem;
    text-align: center;
}

.search-archive-grid .entry {
  margin-left: 1rem;
}

[class*="pbd-alp-placeholder-"] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 0 0 -1rem;
}


.category__card {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;  
  width: 100%;
  max-width: 300px;
  flex:1 0 25%;
  margin:0 0 2.5rem 2.5rem;
/*  margin-left: 20px;
  float: left;*/

  box-sizing: border-box;
  position: relative;  
  text-align: left;
}


.category_card__meta {
  border-top: solid 1px #4A4A4A;
  position: relative;
  padding-bottom: 10px;
  bottom: 0;
}

.category_author__meta {
  position: absolute;
  left: 0;
}

.category_author__date {
  position: absolute;
  right: 0;  
}

.category_author__meta,
.category_author__date {

}

.card__content {
  padding: 15px 20px 30px 20px;
  box-sizing: border-box;
}

.category__card ul.post-categories {
    padding: 0 !important;
    line-height: 26px;
    list-style-type: none !important;
    display: none;
}

.category__card ul.post-categories li {
  display: inline;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.category__card ul.post-categories li:nth-of-type(2) {
  /*display: none;*/
}

.category__card .article-card__title{
    font-family: "Merriweather", "Georgia", serif !important;
    font-weight: bold;
    box-sizing: border-box;
    color: #444444;
    font-size: 22px !important;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 20px 0 10px 0;
    position: relative;
}

.category__card .article-card__title:before {

    content: " ";
    background: #4A4A4A;
    height: 6px;
    width: 50%;
    position: absolute;
    top: 0px;
}

.category__card:hover {
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}



@media all and (max-width: 667px) {
    .search-archive-grid {
      margin: 0 auto;
      width: 100%;
      display: inline-block;
      text-align: center;
    }
    .search-archive-grid .category__card  {
      display: inline-block;
      width: 100%;
      max-width: 400px;
      text-align: left;
        margin: 0 auto 2rem;
        flex: 1;
    }
}


/*Set the post width and margin for two columns and add the border*/

/*.archive .et_pb_post,
.search .et_pb_post {
    width: 33%;
    float: left;
}

.article-card__content {
    width: 33%;
    float: left; 
    clear: both; 
}

.category_archive_title {
  color: #31B700;
  font-weight: bold !important;
  text-transform: uppercase;
}*/


/*Remove margin from every second post*/

.archive .et_pb_post:nth-child(2n),
.search .et_pb_post:nth-child(2n) {
    margin-right: 0;
}


@media all and (max-width: 767px) {
    .archive .et_pb_post,
    .search .et_pb_post {
        width: 100%;
        margin-right: 0;
    }
}


/*Remove padding on featured image with negative margin*/

.archive .et_pb_post .ds-archive-featured,
.search .et_pb_post .ds-archive-featured {
    margin: 0 -15px 15px -15px;
}


/*Style the read more link and post nav*/

.archive a.more-link,
.search a.more-link {
    display: block;
    width: 7.2em;
}

.archive a.more-link,
.search a.more-link {
    display: none;
    color: #fff;
    background: #31B700;
    /* font-weight: bold; */
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: .3em .5em !important;
    border: 2px solid #31B700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}

.archive a.more-link:hover,
.search a.more-link:hover,
.archive .pagination a:hover,
.search .pagination a:hover {
    color: #31B700;
    background: #fff;
}


/*Add bottom margin to the pagination*/

.archive .pagination,
.search .pagination,
.et_pb_ajax_pagination_container .pagination {
    margin-bottom: 40px;
    border-top: solid 1px #979797;
    padding-top: 10px;
}


/*Add padding to the post title on mobile*/

@media all and (max-width: 479px) {
    .archive .et_pb_post .entry-title,
    .search .et_pb_post .entry-title {
        padding-bottom: 10px;
    }
}

/* Search results heading */
 
.blog-title {
  margin-bottom: 30px;
}

/* Fix mobile nav bug */

@media only screen and (max-width: 980px) {
	.et_header_style_split #main-header { visibility:hidden; }	
}

/* Author Pages */

.author-info { border: 1px solid #ddd; padding: 20px; }
.author-img { float: left; margin-right: 20px; }


/* 
Advertisement Widget:
Taken from original FSD theme
*/

/* .affix {
  position: fixed;
} */
#ads-wrapper {
  z-index: 10;
}

#ads-wrapper.js-is-sticky {
  right: 0;
}

@media (min-width: 980px) {
  #ads-wrapper {
    position: relative;
  }

  #advertisements {
    position: relative;
    margin-top: 1rem;
    max-width: 100%;
  }

  #advertisements aside {
    margin-bottom: 0.6em;
  }  

  #advertisements img {
    max-width: 100% !important;
    width: 96px !important;
    height: 96px !important;
    flex: 1 0 96px;
  }  

  #advertisements {
    position: absolute;
    right: -250px;
    top: 100px;
    margin-right: 0px;

    /* top: 24rem; */
  }

  #advertisements.affix {
    /* position: fixed !important;
    top: 10.2rem; */
  }

  .admin-bar #advertisements.affix {
    /* top: 12rem; */
  }

}

@media (max-width: 1300px) {
  #ads-wrapper {
    display: none;
  }
}

/* Divi Ads */

.et-single-post-ad {
  text-align: center;
  margin-top: 30px;
}

/* Magazine - Article Page */

.magazine__title {
  border-bottom: 1px solid #CCC;
}

ul.magazine__article-list {
  list-style: none;
    padding: 0;
    margin: 0;
}

.magazine__article {
  margin-bottom: 30px;
  padding-left: 160px;
}

.magazine__article {
  padding-top: 30px;
  border-top: 1px solid #CCC;
}


.magazine__article a {
  color: #4a4a4a !important;
}

.magazine__intro {
  font-weight: 100;
  line-height: 1.5em;
}

.magazine__intro h3,
.magazine__intro h4,
.magazine__intro h5,
.magazine__intro h6 {
  font-weight: 100;
  line-height: 1.5em;
}

.magazine__article-button {
  background: #31b700;
  color: #fff;
  border-color: #31b700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-radius: 0;
  line-height: 1.5;
  font-weight: 800;
  background-color: #31b700;
  border-color: #31b700;
  vertical-align: middle;
}

.magazine__article figure {
    position: relative;
    width: 160px;
    float: left;
    margin-top: 5px;
    margin-left: -160px;
}

.magazine__article h2 {
  font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
}

.magazine__article p {
    color: #434343;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3;
}

.magazine__article:after {
    content: "";
    display: table;
    clear: both;
}

/* FSD - Meet Our Experts Widget */
#advertisements {
  max-width: 210px;
}

#advertisements h6.widget-title {
  font-size: 20px !important;
  font-weight: bold !important;
}

.fsd-random-experts {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style-type: none !important;
  display: block;
  padding-bottom: 16px !important;
}

.fsd-random-experts li {
  font-size: 14px;
  margin: 0 0 5px 0;  
  overflow: ellipsis;
  position: relative;
  padding-top: 10px;
  display: flex;
}

.fsd-random-experts li span.fsd_expert_name {
  font-weight: bold;
  display: block;
}

.fsd-random-experts li span {
  flex: 1 1 auto;
}

.fsd-random-experts li span.fsd_expert_desc {
  box-sizing: border-box;
}

.fsd-random-experts img {
  margin-right: 10px;
  align-self: flex-start;  
  width: 40px;
  height: 40px;

}
.fsd-random-experts span {

}

a.btn-green {
  background: #31b700;
  color: #fff;
  font-weight: bold;
  padding: 0.75em;
  font-size: 14px;
  text-transform: uppercase;
}

#advertisements a.btn-green  {
  width: 100%;
  display: block;
  text-align: center;
}


/* FSD - Home Experts Widget */

.fsd-experts-home-grid {
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.fsd-expert-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  text-align: center;
  margin: 10px;
}

.fsd-expert-col img {
  margin: 10px auto;
  text-align: center;
}

.fsd-expert-col .fsd_expert_desc {
  max-width: 90%;
  margin: 0px auto;
  text-align: center;
}

.fsd-experts-home-grid div span{
  color: #fff;
  display: block;
}

.fsd-experts-home-grid .fsd_expert_name {
  font-weight: bold;
}

@media screen and (min-width: 660px) {
  .fsd-expert-col {
    flex: 1;
  }

}


/* FSD - Meet Our Experts Page */

article.post-36235 h1 {
  font-size: 40px;
  text-align: center !important;
}
.fsd-experts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
}


.fsd-experts .fsd-expert {
    width: 260px;
    display: inline-block;
    margin-bottom: 20px;
}

.fsd-experts .fsd-expert img {
    width: auto;
    height: 260px;
}

.fsd_expert_articles {
  color: #31B700;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  text-align: center;
}

.fsd-experts .fsd-expert .fsd_expert_name {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.fsd-experts .fsd-expert p {
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-bottom:10px;
}

@media print, screen and (min-width: 769px) {
.fsd-experts .fsd-expert {
    width: 260px;
}
}

/* Japanese typography */
[lang="ja"] #main-content,
[lang="ja"] input,
[lang="ja"] textarea,
[lang="ja"] select,
[lang="ja"] .single-post .entry-title,
[lang="ja"] .category__card .article-card__title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

[lang="ja"] #main-header,
[lang="ja"] #et-top-navigation,
[lang="ja"] .category_archive_title,
[lang="ja"] .category_card__meta [rel="author"] {
  font-family: Interstate, "Helvetica Neue", Arial, sans-serif !important;
}

/* ADDENDUM May/June 2020 */

/* CO-AUTHORS plugin CSS modifcations by Seth Quittner and Angela Lau */

/* category.php and author.php */

.category-article-card__date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #31b700;
}
.category_card__meta a {
  color: inherit;
}
.category-article-card__date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #31b700;
}
.category_card__meta a {
  color: inherit;
}
/*single.php*/
.single .ds-author-links a {
  color: #31B700;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.0em;
  margin-bottom: 1em;
}
.ds-author-links {
  margin-bottom: 2.25em;
}
.single .ds-author-bio-section .ds-author-punctuation:after{
  content: ", ";
}
.single .ds-author-bio-section .ds-author-punctuation:last-child:after{
  content: "";
}
.single .ds-author-bio-section .ds-author-punctuation:nth-last-child(2):after{
  content: " & ";
}