/* ---- ARTICLE -------------------------------------------------------------- */

#article .story-body {
  margin-bottom: 20px;
}

#article h1,
#article h2,
#article h3,
#article p,
#article blockquote,
#article .story-body ul li,
#article .story-body ol li {
  font-family: georgia, "times new roman", times, serif;
  font-weight: normal;
}

#article p a,
#article p a:visited,
#item-listing p a,
#item-listing p a:visited {
  text-decoration: underline;
}

#article p i,
#article p em {
  font-style: italic;
}

#article p b,
#article p strong {
  font-weight: bold;
}

#article h2 {
  font-size: 1.8em;
  font-style: italic;
  margin: 10px 0;
}

#article h3.paragraph-header {
  font-size: 2em;
  margin: 1.5em 0 .8em 0;
}

#article h6.byline,
#article h6.pubdate {
  display: block;
  font-family: arial, helvetica, sans-serif;
  color: #666666;
  text-transform: uppercase;
  font-size: 1.1em;
  margin: 1em 0;
}

#article.blog h6.pubdate {
  font-size: 1.2em;
  color: #666666;
}

#article h6.byline-article-closing {
  font-size: 1.3em;
  font-family: georgia, "times new roman", times, serif;
  font-style: italic;
  font-weight: bold;
  color: #666666;
  line-height: 1.5em;
}

h6.byline,
h6.pubdate {
  font-size: 1.3em;
  display: inline;
  margin: 4px 0;
}

h6.byline a {
  font-weight: bold;
  text-transform: uppercase;
}

.byline-pubdate {
  margin: 5px 0;
}

#article .footnote {
  font-family: arial, helvetica, sans-serif;
  color: #666;
  font-size: 1.1em;
}

#article.ask-the-expert .question {
  padding-top: 1.4em;
  border-top: 2px solid #d1d1d1;
  border-bottom: 2px solid #d1d1d1;
  margin: 10px 0;
}

#article.ask-the-expert .question p {
  font-style: italic;
}

#article.ask-the-expert .stylized {
  float: left;
  font-family: georgia;
  font-size: 6em;
  font-style: italic;
  color: #e04d32;
  padding: 2px 20px 10px 0;
}

#article.ask-the-expert .item-listing div.item-block:first-child {
  padding-top: 15px;
  border-top: 1px solid #d1d1d1;
}

#article .photo-credit {
  font-family: arial, helvetica, sans-serif;
  font-size: .9em;
  margin: .9px 0;
  color: #999999;
  text-align: right;
  display: block;
}

#article .caption {
  margin: 5px 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.1em;
  color: #666666;
  line-height: 1.3em;
  text-align: left;
  display: block;
}

#article .related-topics {
  color: #666666;
  font-size: 1.1em;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

#article .related-topics a {
  font-weight: normal;
  text-decoration: none;
}

#article .article-ad {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

#article .article-ad > div {
  display: inline-block !important;
}


/* toolbar */

#article .article-toolbar {
  width: 100%;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
}

#article .article-toolbar-left,
#article .article-toolbar-right {
  width: 50%;
}

#article .article-toolbar-left {
  float: left;
}

#article .article-toolbar-right {
  float: right;
}

.article-toolbar-standalone {
  width: 100%;
}

#article .article-toolbar-right ul,
.article-toolbar-standalone ul {
  list-style-type: none;
  float: right;
  padding-top: 15px;
}

#article .article-toolbar-right ul.bottom,
.article-toolbar-standalone ul.bottom {
  padding-top: 0;
}

#article .article-toolbar-right ul li,
.article-toolbar-standalone ul li {
  float: left;
}

.filed-under {
  border-top: 1px dotted #d1d1d1;
  margin-top: 5px;
  padding-top: 5px;
}

#swiftypeTags {
  display: none;
}


/* inline ads */

#article .inline-adx43 img.add-border {
  border-top: 1px solid #d1d1d1 !important;
  padding-top: 10px;
}

#article .inline-adx42 img.no-border,
#article .inline-adx43 img.no-border {
  border: none !important;
  padding: none !important;
}


/* download box tools */

.download-box-wrapper {
  border: 1px solid #d1d1d1;
  background: #eeeeee;
  padding: 10px;
  margin: 30px 0;
}

ul.download-box {
  list-style-type: none;
  height: 30px;
}

.white-papers-wrapper #article-contents .download-box li {
  text-align: center;
}

ul.download-box .download {
  background: url('/images/icons/download-16x16.gif') top left no-repeat;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  color: #00451c;
}

.author {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: .5px;
  color: #979797;
  text-transform: uppercase;
}

@media only screen and (min-width: 900px) {
  .author {
    font-size: 16px;
    max-width: 550px;
    margin: 16px 0 16px auto;
  }
  article.full-width .author {
    max-width: 100%;
  }
}

#feature {
  margin: 25px -20px 0;
}

@media only screen and (min-width: 900px) {
  #feature {
    margin: 25px 0;
  }
}

.article-tools {
  position: absolute;
  margin-left: 20px;
}

.article-tools ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: center;
}

.article-tools li {
  border-bottom: 1px solid #cccccc;
}

.article-tools a {
  display: block;
  padding: 14px 12px 10px;
  font-size: 25px;
  color: #c7c7c7;
  line-height: normal;
}

.article-tools a:hover {
  background-color: #00451c;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.article-tools [class^="icon-"],
.article-tools [class*=" icon-"] {
  display: block;
  padding-left: 0;
  color: #c7c7c7;
  font-size: 1em;
  font-family: 'ns-fonts';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-tools a:hover [class^="icon-"],
.article-tools a:hover [class*=" icon-"] {
  color: #ffffff;
}

  /* Category Page Articles=========== */

article.static-page{
  padding: 0 !important;
}

article.static-page p,
article.static-page h2,
article.static-page h3,
article.static-page h4,
article.static-page ol,
article.static-page ul{
  max-width: none !important;
}

article.static-page li{
  margin: 16px 0 16px 16px;
}

article.static-page img{
  width: auto;
  max-width: 100%;
}



@media only screen and (min-width: 900px) {
  .content-wrap {
    padding-left: 110px !important;
    margin-top: 70px;
  }
  article {
    padding: 0 20px 0 110px;
  }
}



article h1 {
  font-family: "grad", serif;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 24px 0;
}
.CUSTOM_MEDIA article h1 {
    font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
}
.CUSTOM_MEDIA article .summary {
  font-family: "Oswald", sans-serif;
}
.CUSTOM_MEDIA article p {
  font-family: "Source Sans Pro",  sans-serif;
}
@media only screen and (min-width: 768px) {
  article h1 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1024px) {
  article h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

article h2 {
  font-family: "grad", serif;
  font-weight: bold;
  font-size: 18px;
  max-width: 550px;
  margin: 16px 0 16px auto;
}

article.full-width h2 {
  max-width: 100%;
}

article h1 a,
article h2 a {
  color: #000000;
  text-decoration: none;
}
article h1 a:hover,
article h2 a:hover {
  text-decoration: underline;
}
article p {
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  margin: 16px 0 16px 0;
  line-height: 28px;
}
@media only screen and (min-width: 900px) {
  article p{
    margin: 16px 0 16px 0px;
    font-size: 16px;
  }
  #slideshow-article  #article-contents p,
  .white-papers-wrapper #article-contents p{
    margin-left:0px;
  }
  #article-contents p{
    /* intentionally left blank */
  }
  #intractive-article #article-contents p{
    margin-left: 20px;
  }
  #article-contents .tagline p {
    margin-left: 0px;
  }
  #slideshow-article #article-contents ul,
  .white-papers-wrapper #article-contents ul{
    margin: 16px 0 16px 0px;
  }
  #article-contents ul {
    margin: 16px 0 16px 0;
  }
  #article-contents footer p{
    margin-left:0px;
  }
  #slideshow-article #article-contents .image-wrapper-right,
  #intractive-article #article-contents p:first-child  {
    padding: 8px 0 8px 18px;
  }
  #article-contents .author {
    display: block;
    max-width: 550px;
    margin: 16px 0 16px 0;
  }
  #slideshow-article #article-contents .author,
  .white-papers-wrapper #article-contents .author {
    max-width: 550px;
    margin: 16px 0 16px 0px;
  }
  #article-contents footer .author , #intractive-article #article-contents p:first-child  {
    margin-left:0px;
  }
  footer p {
    margin: 16px 0 16px 0px;
  }
}
.author {
  max-width: 550px;
  margin: 16px 0 16px auto;

}
article.full-width p {
  max-width: 100%;
}
}
article p i {
  color: #7b7b7b;
}
article p.dropcap:first-letter {
  float: left;
  margin-top: 13px;
  margin-right: 3px;
  font-size: 52px;
  font-weight: bold;
  color: #000000;
}
article ul {
  list-style-type: disc;
}
article ol,
article ul {
  list-style-position: outside;
  margin: 16px 0 16px auto;
  font-size: 16px;
  font-family: "Source Serif Pro", serif;
  max-width: 490px;
}
article img {
  width: 100%;
  height: auto;
}

article hr {
  width: 50px;
}
article a {
  color: #166f38;
  text-decoration: none;
}
article header {
  border-top: 4px solid #00451c;
  padding: 0 20px;
  margin: 0 -20px;
}
@media only screen and (min-width: 900px) {
  article header {
    padding: 0;
    margin: 0;
  }
}
article section {
  padding: 25px 0;
  margin: 25px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-family: "Droid Serif", serif;
}
@media only screen and (min-width: 900px) {
  article section {
    padding: 40px 0;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 700px) {
  article section {
    border-bottom: none;
  }
}
article section h3 {
  font-style: italic;
  font-size: 18px;
  color: #9e865a;
}
article .custom-media-article h3 {
  font-style: italic;
  font-size: 18px;
  color: #9e865a;
  margin-bottom: 25px;
  margin-top: 10px;
}
article section figcaption {
  font-size: 14px;
  font-style: italic;
  color: #979797;
  margin-top: 20px;
  line-height: 26px;
}
article .tagline {
  border: none;
  float: left;
  width: 200px;
  padding: 0 25px 0 0;
  margin: 0;
}
article .tagline p {
  font-family: "Source Serif Pro", serif;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
article footer {
  border-top: none;
  background-color: transparent;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  article footer {
    max-width: 550px;
    margin: 16px 0 16px 0;
  }

  article.full-width footer {
    max-width: 100%;
  }
}
article footer:before {
  display: block;
  content: " ";
  background-color: #cccccc;
  width: 50px;
  height: 1px;
}
article .embed {
  position: relative;
  top: 0;
  cursor: pointer;
  margin: 0 -20px;
}
@media only screen and (min-width: 768px) {
  article .embed {
    margin: 0;
  }
}
article .embed img {
  position: relative;
  z-index: 2;
}
article .embed .icon-play-circle {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 50px;
  z-index: 3;
  color: #ffffff;
  cursor: pointer;
}
article .related-coverage {
  width: 305px;
  float: left;
  padding: 10px 0;
  margin: 10px 40px 10px 0;
}
article.full-width .related-coverage {
  width: 100%;
}
article .related-coverage h3, article .mobile-related-coverage h3 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #979797;
}
article .related-coverage img {
  float: left;
  width: 12%;
  height: 22px;
}
article .related-coverage a, .mobile-related-coverage a {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin: 0;
  float: right;
  width: 100%;
  border-bottom: 1px dotted #cccccc;
  padding: 4px 0 8px 0;
}
article .related-coverage a:last-child, .mobile-related-coverage a:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}
article .related-coverage a:hover {
  text-decoration: underline;
}
article .related-coverage ol,
article .related-coverage ul, .mobile-related-coverage ul {
  list-style-type: none;
}
article .related-stories {
  margin-left: 0;
}
article .correction {
  max-width: 100%;
  margin: 0;
}
@media only screen and (min-width: 900px) {
  article .correction {
    max-width: 550px;
    margin: 40px 0 40px auto;
    font-size: 16px;
  }

  article.full-width .correction {
    max-width: 100%;
  }
}
article .correction h3 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #00451c;
}
article .correction p {
  margin: 0;
  color: #7b7b7b;
  font-family: "Droid Serif", serif;
  font-style: italic;
}
article blockquote {
  width: 100%;
  margin: 25px 0;
  padding: 25px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #9e865a;
}
@media only screen and (min-width: 900px) {
  article blockquote {
    padding: 40px 0;
    margin: 40px 0;
  }
}
article blockquote img {
  display: block;
  float: left;
  width: 8%;
}
article blockquote .quote-wrap {
  float: left;
  padding-left: 20px;
  width: 92%;
}
article blockquote p {
  margin: 0;
  max-width: 100%;
  width: 100%;
  font-family: "Droid Serif", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 38px;
}
article blockquote span {
  display: inline-block;
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .5px;
  color: #00451c;
  text-transform: uppercase;
}
article .advertisement {
  border: none;
}
article #related-content {
  border: none;
  border-top: 4px solid #e4dbc7;
  z-index: 5;
}
article #institutional-wire {
  border: none;
  border-top: 4px solid #cccccc;
}
article #institutional-wire,
article .advertisement {
  margin: 25px -20px;
}
article #institutional-wire article,
article #related-content article,
article .advertisement article {
  padding: 0;
}
article #institutional-wire h4,
article #related-content h4,
article .advertisement h4 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: 400;
}
article .image-wrapper-left,
article .image-wrapper-right {
  max-width: 180px;
}
article .image-wrapper-right {
  padding: 8px 0 8px 18px;
  float: right;
}
aside {

  position: relative;
}
@media only screen and (max-width: 900px) {
  aside {
   margin-top: 50px;
 }
}
@media only screen and (min-width: 900px) {
  #career-page aside {
    margin-top: 68px;
  }
}
@media only screen and (min-width: 900px) {
  aside {
    width: 27%;
    float:right;
    margin-top: 60px;
    right: 0;
    z-index: 0;
    padding: 0;
    margin-right: 20px;
  }

  aside article {
    position: relative;
    z-index: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {


  #career-page .careers-section article {
    padding: 0px !important;
  }
}
#popular-stories {
  border-top: 4px solid #cccccc;
  padding-top: 18px;
  margin-bottom: 40px;
  line-height: 22px;
}
#popular-stories h3 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-style: normal;
  color: #9e865a;
  letter-spacing: .5px;
}
#popular-stories a {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #000000;
}
#popular-stories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#popular-stories ul li {
  margin-top: 15px;
}
#popular-stories ul a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #000000;
}
footer a .icon-twitter {
  font-size: 100%;
}

/*lower related content starts*/
article #related-content {
  border: none;
  border-top: 4px solid #e4dbc7;
}
article #institutional-wire {
  border: none;
  border-top: 4px solid #cccccc;
}
article #institutional-wire,
article .advertisement {
  margin: 25px -20px;
}
article #institutional-wire article,
article #related-content article,
article .advertisement article {
  padding: 0;
}
article #institutional-wire h4,
article #related-content h4,
article .advertisement h4 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: 400;
}
#related-content {
  border: none;
  border-top: 4px solid #e4dbc7;
  background-color: #f8f5ee;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  max-width: 400px;
}
.related-hide {
  position: fixed;
  bottom: 300px;
  right: -450px;
}
#related-content article {
  float: left;
  width: 90%;
  padding: 18px 20px;
}
#related-content h2 a, #related-content-mobile h2 a {
  font-family: "grad", serif;
  font-size: 18px;
  color: #000000;
}
#related-content h3 , #related-content-mobile h3{
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #00451c;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: .5px;
}
#related-content .arrow {
  display: block;
  float: right;
  width: 10%;
  border-left: 1px solid #e4dbc7;
  padding: 50px 10px;
  text-align: center;
}
#related-content .arrow span {
  color: #e4dbc7;
  font-weight: bold;
  font-size: 25px;
}
.article-related-content section {
  padding: 0;
  top: 80%;
}
.article-related-content section article {
  padding: 18px 20px !important;
}
article .article-related-content #related-content {
  margin: 25px 0;
}
@media only screen and (min-width: 768px) {
  #institutional-wire,
  #related-content {
    margin: 25px 0 0 0;
  }
}

/*lower related content ends*/
.article-slideshow article .latest-slideshows a {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #article-right-column aside {
    margin-top: 15px;
    bottom: 0;
    padding-top: 25px;
  }
  #popular-stories {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  article.content-wrap {
    padding-left: 0 !important;
  }
  article p {
    max-width: 100%;
  }
  aside {
    position: relative;
  }
}
@media only screen and (max-width: 1000px) {
  article p {
    display: block;
  }
  .dropcap {
    display: block;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1000px){
  section.related-coverage {
    width: 100%;
  }
}
.article-tools {
  margin-top: 60px;
}
article footer:before {
  display: inline-block;
}

/*intractive Article starts and slide show related artciles */
@media only screen and (min-width: 900px) {
  #intractive-article #article-contents {
    margin-left: 0;
  }
}
#slideshow-article #editors-picks p a {
  padding-right: 20px;
}
#slideshow-article #editors-picks p .icon-arrow-right{
  font-size: 16px;
  color: #00451c;
}
#intractive-article #editors-picks, #slideshow-article #editors-picks {
  margin-top: 50px;
}
@media only screen and (min-width: 1024px) {
  #intractive-article #editors-picks .editors-pick-wrap, #slideshow-article #editors-picks .editors-pick-wrap {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 1023px) {
  #intractive-article #article-contents, #slideshow-article div.content-wrap {
    width: 100%;
  }
  #intractive-article #article-right-column aside, #slideshow-article #article-right-column aside {
    width: 100%;
    float: left;
  }
  #slideshow-article span.author {
    max-width: 100%;
  }
}
#intractive-article #editors-picks, #slideshow-article #editors-picks {
  padding: 0;
  border-bottom: none;
  border-top: none;
}
#intractive-article .chart-of-day section:first-child {
  border-top: 1px solid #cccccc;
}
#intractive-article #editors-picks h2, #slideshow-article #editors-picks h2 {
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 30px;
}
#intractive-article #editors-picks .pick, #slideshow-article #editors-picks .pick {
  border-top: none;
  width: 25%;
  border-left: 1px solid #cccccc;
  padding: 0 20px;
  display: table-cell;
}
#intractive-article #editors-picks .pick img, #slideshow-article #editors-picks .pick img {
  margin-left: 0;
  float: none;
  width: 100%;
}
#intractive-article #editors-picks .pick a h3, #slideshow-article #editors-picks .pick a h3 {
  margin-top: 20px;
  font-style: normal;
  font-family: "grad", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}
#intractive-article #editors-picks .pick a:hover h3, #slideshow-article #editors-picks .pick a:hover h3 {
  color: #006529;
}
#intractive-article #editors-picks .pick:nth-child(2), #slideshow-article #editors-picks .pick:nth-child(2) {
  border-left: 1px solid #cccccc;
}
#intractive-article #editors-picks .editors-pick-wrap a + div.pick, #intractive-article #editors-picks .pick:nth-child(1), #slideshow-article #editors-picks .editors-pick-wrap a + div.pick, #slideshow-article #editors-picks .pick:nth-child(1), #slideshow-article #editors-picks .pick:nth-child(7) {
  border: none !important;
}
#editors-picks a, #editors-picks a {
  text-decoration: none;
}
#intractive-article #editors-picks a h2, #slideshow-article #editors-picks a h2 {
  color: #222222;
  font-family: "grad", serif;
  font-weight: 700;
}
#intractive-article article footer p span, #intractive-article article span.author {
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  #intractive-article .chart-of-day, #slideshow-article .chart-of-day {
    margin-bottom: 75px;
  }
  article footer p {
    margin: 16px 0 16px 0;
  }
  #intractive-article article.content-wrap {
    margin-top: 0;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1024px) {
  #intractive-article #article-contents, #intractive-article #editors-picks, #slideshow-article #editors-picks {
    padding-right: 20px;
  }
  #intractive-article aside, #slideshow-article aside {
    position: relative;
    width: 100%;
  }
  #slideshow-article .content-wrap {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
 #intractive-article #editors-picks .pick, #slideshow-article #editors-picks .pick {
  width: 35%;
}
#slideshow-article #editors-picks .pick:nth-child(5), #slideshow-article #editors-picks .pick:nth-child(8), #slideshow-article #editors-picks .pick:nth-child(11) {
  border: none !important;
}
#slideshow-article #editors-picks {
  margin-bottom: 25px;
}
#intractive-article article, #intractive-article article.content-wrap {
  margin-top: 25px;
}
}
@media only screen and (max-width: 400px) {
 #intractive-article #editors-picks .pick, #slideshow-article #editors-picks .pick {
  width: 40%;
}
}
@media only screen and (max-width: 320px) {
 #intractive-article #editors-picks .pick, #slideshow-article #editors-picks .pick {
  width: 50%;
}
}
@media only screen and (min-width: 768px) {
  #intractive-article .mobile, #slideshow-article .mobile {
    display: none;
  }
  #slideshow-article #editors-picks {
    margin-bottom: 25px;
  }
}
#intractive-article #interactive-content #article-contents {
  margin-left: 0;
  padding-left: 95px;
}
#intractive-article #interactive-content #article-contents {
  width: 94%;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  #intractive-article #interactive-content #article-contents {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #intractive-article #interactive-content #article-contents {
    padding-left: 0px;
    width: 100%;
  }
}

/*intractive Article ends*/


/*videos page style starts*/

.video-brightCover object {
  width: 100%;
}
/*videos page style ends*/

/*article blockquote style starts*/
article blockquote img {
  border-radius: 35px;
}
/*article blockquote style starts*/
article blockquote img {
  border-radius: 35px;
}
.sponsoredArticleFacts {
  width: 195px;
  margin: 0 15px 15px 0;
  float: left;
}
.sponsoredLogo {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
header .sponsoredLogo img {
  width: auto !important;
}
.no-uppercase {
  text-transform: none !important;
}
#slideshow-article .slideshow-content-article #editors-picks {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .rfps article header {
    border-top: 4px solid #00451c;

    margin-top: 16px;
  }
}

/*article blockquote style ends*/
@media only screen and (min-width: 768px) {
  #popular-stories {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
 article .author {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}
article time {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
 article .author {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
article time {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
}
@media only screen and (min-width: 900px) {
  .video-article-page {
    padding-left: 120px !important;
  }
}

@media only screen and (min-width: 675px) and (max-width: 768px){

  article .custom-media-article h3 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .custom-bottom .bottom-text .bottom-left{
   width:100%;
 }
 .custom-bottom img {
  float: right;
}
}
/*article right rail style starts*/
@media only screen and (min-width: 900px) {
  .content-wrap {
    width: 67%;
  }
  #article-right-column aside {
    width: 30%;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  section.related-coverage {
    display: none;
  }
  #slideshow-article #article-right-column aside {
    top: 0;
    margin-top: 25px;
  }
}
#slideshow-article .content-wrap {
  padding-left: 0!important;
}
.rfps article {
  padding-left: 0!important;
}
main {
  overflow: visible !important;
}
.front_page main, .left-flyout {
  overflow-x: hidden !important;
}
/*article right rail style ends*/

/*Right ad styles starts */
@media only screen and (min-width: 900px) {
  #article-contents #SD_Mrec1 {
    display: none;

  }
  .front_page #right-column #SD_Mrec1 {
    display: block;
  }
  #related-content-mobile {
    display: none;
  }
  .mobile-paragraph-content {
   display: none;
 }
}
@media only screen and (max-width: 900px) {

  .mobile-related-coverage {
    border-top: 4px solid #cccccc;
    width: 100%;
    padding: 10px 0;
    margin: 10px 40px 10px 0;
  }
  #SD_Mrec1 {
    margin-top: 15px;
  }
  #SD_Mrec1 img {
    width: auto !important;
  }
  #related-content-mobile {
    border-top: 4px solid #cccccc;
    padding-top: 14px;
  }
  #related-content-mobile h2 {
    max-width: 100% !important;
  }
  .desktop-paragraph-content {
    display:none;
  }
}
@media only screen and (min-width: 768px) and and (min-width: 900px) {
  #related-content {
    margin-top: 30px;
  }
}

/*Right ad styles ends */

/*Editor Pick Section Starts */
#Aticle-Editor-Pick #editors-picks {
  padding-left: 0;
  padding-right: 0;
}
#Aticle-Editor-Pick #editors-picks h2 {
  margin-left: 0;
  padding-left: 20px;
}
#Aticle-Editor-Pick #editors-picks {
  border: none;
  margin-top: 0;
}
#Aticle-Editor-Pick .editor-pick-mobile {
  margin-top: 40px;
}
#Aticle-Editor-Pick .editor-pick-mobile div.pick:first-child {
  border-left: none;
}
#Aticle-Editor-Pick .editor-pick-mobile div.pick:nth-child(2) {
  border-left: 1px solid #cccccc;
}
.editors-pick-wrap .pick span.icon-play {
  position: absolute;
  font-size: 20px;
  margin-top: 3%;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .editors-pick-wrap .pick span.icon-play {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 900px) {
  .editors-pick-wrap .pick span.icon-play {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .editors-pick-wrap .pick span.icon-play {
    margin-top: 18%;
    font-size: 30px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .editors-pick-wrap .pick span.icon-play {
    margin-top: 15%;
  }
}
@media only screen and (max-width: 500px) {
  .editors-pick-wrap .pick span.icon-play {
    margin-top: 12%;
    font-size: 20px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 900px) {
  #Aticle-Editor-Pick #editors-picks .editors-pick-wrap {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 767px) {
  #Aticle-Editor-Pick #editors-picks .pick {
    min-width: 50%;
    width: 50%;
  }
}
/*Editor Pick Section Ends */
@media only screen and (min-width: 900px) {
  .related-coverage #related-content article {
    float: left;
    width: 90%;
    padding: 18px 20px;
  }
}
article .paragraph-sub-head {
  max-width: 100%;
}
#article-contents .add-border {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
}

#article-contents .dx-inline-adx40{
  padding: 0 !important;
  width: 100%;
  display: inline-block !important;
}
@media only screen and (min-width: 900px) {
    #article-contents section.related-coverage ul {
      margin-left: 0;
    }
    article .paragraph-sub-head {
        margin-left: 0;
    }
}
#article-contents span ul {
    max-width: none;
}
@media only screen and (max-width: 768px) {
    #article-contents span ul li {
        margin-left: 20px;
    }
}
@media only screen and (min-width: 900px) {
    #article-contents span ul {
        max-width: 630px;
        margin-left: 0;
    }
    #article-contents span .related-coverage li {
        margin-left: 0;
    }
    #article-contents span li {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 900px) {
    article ul .related-coverage {
        float: none;
        display: inline-block;
    }
}
h3.kicker a {
    color: #00451c;
}

#article-contents .article-image .center-image .article-image-meta .caption,
#article-contents #feature figcaption {
    font-family: "Droid Serif", sans-serif;
    font-weight: bold;
    color: #666666;
}
#article-contents .article-image .center-image .article-image-meta .photo-credit {
    font-family: "Raleway", serif;
    font-weight: normal;
    color: #cccccc;
    text-transform: uppercase;
}
#article-contents .article-image .center-image .article-image-meta .caption {
    margin-right: 10px;
}
#article-contents #feature figcaption span {
    font-weight: normal;
    font-family: "Raleway", serif;
    color: #cccccc;
    margin-left: 10px;
}
#article-contents #feature figcaption,
#article-contents .article-image .center-image figcaption {
    margin-top: 3px;
}

#art-email-template .form-contactus .inputbox {
    width: 75%;
}
@media only screen and (max-width: 540px) {
    #art-email-template .form-contactus .inputbox {
        width: 100%;
    }
}
/*article share tools starts */
#socialShareMobile ul {
    list-style-type: none;
    display: -webkit-inline-box;
    display: inline-flex;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 2px 0 5px 0;
}
#socialShareMobile ul li {
   border-right: 1px solid #cccccc;
}
#socialShareMobile ul li:first-child {
   border-left: 1px solid #cccccc;
}
#socialShareMobile ul li [class^="icon-"],
#socialShareMobile [class*=" icon-"] {
    display: block;
    color: inherit;
    font-size: inherit;
    font-family: 'ns-fonts';
    padding: 0;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
#socialShareMobile li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    font-size: 20px;
    color: #c7c7c7;
    line-height: normal;
}
#socialShareMobile {
    display: none;
    margin: 10px 0;
}
#socialShareMobile a:hover {
    background-color: #00451c;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
@media only screen and (max-width: 900px) {
    #socialShareMobile {
        display: block;
    }
}
@media only screen and (max-width: 400px) {
    #socialShareMobile li a {
        padding: 10px;
        font-size: 18px;
    }
}
/*article share tools ends */

/*Content Solution slides show page start */
.CONTENT_SOLUTION .contentSolution .description.bottom {
    width: 30%;
    float: left;
    margin-left: 10px;
}
.CONTENT_SOLUTION .contentSolution #image {
    width: 65%;
    float: left;
}
.CONTENT_SOLUTION .contentSolution .slideshow-pagination {
    float: none;
}
.CONTENT_SOLUTION .contentSolution .buttonPrevious {
    margin-left: 0px;
}
.CONTENT_SOLUTION .contentSolution .slideCount {
    margin-left: 38%;
}
.CONTENT_SOLUTION .contentSolution .buttonNext {
    float: right;
}
.CONTENT_SOLUTION .contentSolution .sponsorContacts {
    margin: 20px 0 30px 0;
}
.CONTENT_SOLUTION .contentSolution .sponsorDirctory {
    padding-top: 40px
}
.CONTENT_SOLUTION .contentSolution .sponsorDirctory a img {
    width: 150px;
}
.CONTENT_SOLUTION .contentSolution article ul {
    max-width: 100%;
}
.CONTENT_SOLUTION .contentSolution .sponsorContacts .sponsorContactsTitle {
    font-weight:bold;
}
/*Content Solution slides show page ends */
