/*
                         _
 ___  ___  __ _ _ __ ___| |__
/ __|/ _ \/ _` | '__/ __| '_ \
\__ \  __/ (_| | | | (__| | | |
|___/\___|\__,_|_|  \___|_| |_|


*/
/* Breakpoints */
/* when using touch media queries exist. */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
html, body, h1, h2, h3, h5, #article-body p {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

.l-content p, .l-content #article-body ul, .l-content #article-body ol {
  font-size: 1em;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  line-height: 1.6em;
  margin-bottom: 1.375em;
  color: #333;
  padding: 0;
  list-style-position: inside;
}

.l-content #article-body .gallery-group ul p {
  font-size: 0.9em;
}

.l-content h3 {
  color: #010101;
  font-size: 1.125em;
  letter-spacing: -0.015em;
  line-height: 1.048em;
  margin: 0 0 0.5em;
  font-weight: normal;
  padding: 0;
}

.l-content h5 {
  font-size: 0.75rem;
  font-style: italic;
  color: #666666;
  line-height: 1.25em;
  margin-bottom: 2em;
  font-weight: normal;
  padding: 0 1.667em;
  padding: 0;
}

.l-content ul li {
  list-style-type: disc;
  margin-left: 1em;
}

.l-content ul.primary li {
  list-style-type: none;
  margin-left: 0;
}

#article-header {
  margin: 0;
  padding: 0;
}

#article-header h2 {
  font-size: 1.25em;
  padding: 0.65em 0.9em 0.25em 0.9em;
  margin: 0;
}

nav#story h3:after {
  top: 0.65em;
}

#article-body {
  font-family: Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
  padding: 0;
  border-bottom: 1px solid #E0DEDB;
  border-top: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

#article-body > h2 {
  padding: 1em 1.5em;
}

.node-type-story-front #article-body > h2 {
  padding: 0.75em 0.85em;
  font-size: 1.375em;
}

#article-text, #article-actions {
  padding: 0.25em 1.75em 0.25em 2em;
}

#content-story-resources {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-order: 3;
  order: 3;
  margin: 0 auto;
  overflow-x: hidden;
}

#content-story-resources .view .view-content {
  overflow-x: scroll;
}

#content-story-resources .resource-item img {
  box-shadow: 1px 1px 0.188em rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}

#content-story-resources img:hover {
  transition: all 0.2s ease-in-out;
  -webkit-filter: brightness(105%);
}

#content-story-resources .view .view-content, #article-body.empty #content-story-resources .contextual-links-region .view .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  padding: 0 0 0.5em;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#article-body.empty #content-story-resources {
  float: none;
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 3em auto;
}

#article-body.empty .all-images {
  width: 8em;
}

#content-story-resources .resource-item {
  min-width: 5em;
  width: 5em;
  padding: 0;
  margin: 0;
}

#content-story-resources .resource-item img {
  margin-bottom: 0.250em;
  height: 5.625em;
  width: 6.250em;
  width: 5em;
  height: auto;
  margin-bottom: 0;
}

#content-story-resources .resource-item p {
  font-size: 1em;
  padding: 0;
  display: none;
}

#content-story-resources .resource-item p a {
  color: #525C7F;
  letter-spacing: -0.01em;
  line-height: 1.25em;
  padding: 0.15em 1.5em 0 0;
  display: block;
  margin-bottom: 2em;
}

.topicbox {
  width: 90%;
  min-width: 6.25em;
  background-color: #F2EFEB;
  margin: 0.5em 1.5em 1.25em 0;
  padding: 0.25em 0.5em;
  float: none;
  clear: left;
}

#article-body .topicbox h3 {
  font-size: 0.938em;
  color: #333;
  border-bottom: 1px dashed #CCC;
  padding: 0.25em 1.4em 0.5em 0.25em;
  margin: 0 0 0.333em;
  line-height: 1.2em;
  position: relative;
}

.l-content .topicbox p {
  font-size: 0.875em;
  color: #333;
  line-height: 1.643em;
  margin-bottom: 0.5em;
  padding: 0 0.25em 0.25em;
}

.topicbox .ellipses {
  display: inline;
}

.topicbox .topic-text {
  display: none;
}

/* All Images (media) page */
.view-all-resources-for-story {
  padding: 0.5em 0 0;
}

#article-body .view-all-resources-for-story h3 {
  font-size: 1.125em;
  border-bottom: 1px solid #e0dedb;
  padding: 0 1.75em 0.25em;
  margin: 0;
}

.view-all-resources-for-story .gallery-group {
  border-top: 1px solid #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-direction: flex-start;
  flex-direction: flex-start;
  min-height: 10em;
  padding: 1em 0 1em 1.5em;
  margin: 0;
  width: 100%;
}

.view-all-resources-for-story .gallery-group .resource-item {
  margin: 1em 1em 1em 0;
  max-width: 7.5em;
  min-width: auto;
  width: 40%;
}

.view-all-resources-for-story .gallery-group .resource-item img {
  width: 100%;
  box-shadow: 1px 1px 0.188em rgba(0, 0, 0, 0.25);
}

.view-all-resources-for-story .gallery-group .resource-item img:hover {
  transition: all 0.2s ease-in-out;
  -webkit-filter: brightness(105%);
}

.view-all-resources-for-story .gallery-group .resource-item p {
  display: inline;
  font-size: 1em;
  line-height: 1em;
}

.view-all-resources-for-story .resource-item:hover a, .view-all-resources-for-story a:hover {
  color: #455280;
  border: 0;
}

.gallery-group .resource_id {
  font-style: italic;
  font-size: 0.75em;
  margin: 0;
  color: #666;
}

.gallery-group ul#sources, .gallery-group ul#suggestions {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  margin-left: 0;
  padding: 0;
}

.gallery-group ul#sources li, .gallery-group ul#suggestions li {
  list-style-type: unset;
}

#article-text .view .resource-item a.res-sound, #article-text .view .resource-item a.res-media, #article-text .view .resource-item a.res-flash, #article-text .view .resource-item a.res-zoomify, #article-text .view .resource-item a.res-your-story, #article-text .view .resource-item a.res-pdf, #article-text .view .resource-item a.res-table {
  background: url("/sites/all/themes/teara2/images/sprites-common.svg") no-repeat scroll -3.75em -13.5em transparent;
  padding-right: 20px;
}

#article-text .view .resource-item a.res-media {
  background-position: -14.75em -13.5em;
}

#article-text .view .resource-item a.res-flash {
  background-position: -26.35em -13.5em;
}

#article-text .view .resource-item a.res-zoomify {
  background-position: 8em -13.5em;
}

#article-text .view .resource-item a.res-your-story {
  background-position: -49.35em -13.5em;
}

#article-text .view .resource-item a.res-pdf {
  background-position: -38.35em -13.5em;
}

#article-text .view .resource-item a.res-table {
  background-position: -31.75em -7em;
}

.community-contrib {
  clear: both;
  margin-bottom: 1em;
}

.community-contrib .resource-item {
  min-width: 7em;
  float: left;
  margin-right: 1.5em;
}

.community-contrib a, #article-text .community-contrib a {
  border-bottom: 0;
  color: #455280;
}

.community-contrib a:hover, #article-text .community-contrib a:hover {
  color: #4169F9;
}

#article-actions {
  clear: both;
  -webkit-order: 4;
  order: 4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
}

#article-body h5.small-title {
  color: #777;
  display: block;
  width: 100%;
  margin-bottom: 0.65em;
  font-size: 0.75em;
  font-style: normal;
}

.page-story-media #article-text {
  padding: 0.25em 0;
}

.share-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 50%;
  color: #455280;
}

#pinit, #facebook, #twitter {
  background: url("/sites/all/themes/teara2/images/share-logos.svg") no-repeat scroll 0.1em 0 #cb2027;
  background-size: cover;
  cursor: pointer;
  margin: 0 0.5em 0.5em 0;
  height: 3em;
  width: 3.1em;
  display: block;
  background-color: #cb2027;
  opacity: 0.9;
  text-indent: -1000em;
}

#facebook {
  background-position: -5.6em 0;
  background-position: -6.6em 0;
  background-color: #768bb5;
  background-color: #3b5998;
}

#twitter {
  background-position: -3.25em 0;
  background-color: #55acee;
}

.share-buttons a:hover #pinit, .share-buttons a:hover #facebook, .share-buttons a:hover #twitter, .print-contribute a:hover .print {
  opacity: 1;
}

.print-contribute {
  font-size: 1em;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 50%;
  text-align: right;
}

.print-contribute .print {
  background: url("/sites/all/themes/teara2/images/print-icon.svg") no-repeat scroll 0 0;
  display: block;
  margin: 0 0 0.5em 0;
  height: 3em;
  width: 3.063em;
  opacity: 0.9;
  text-indent: -1000em;
  color: transparent;
}

#article-actions .contextual-links-region {
  width: 100%;
}

#next-part {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.5em 0;
  width: 100%;
}

#next-part #next-wrapper {
  -webkit-order: -1;
  order: -1;
  display: block;
  font-style: italic;
  font-size: 0.938em;
  margin: 0 0 1.5em 0;
  text-align: right;
  width: 100%;
}

.pagination {
  display: none;
  background-color: #f9f9f9;
  padding: 0;
}

#article-footer #teara-pager {
  background-color: #F2F0ED;
  border-top: 1px solid #FFFFFF;
  margin: 0;
  padding: 0;
  text-align: center;
}
#article-footer #teara-pager ul {
  border-bottom: 1px solid #E0DEDB;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.275em;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-weight: bold;
  list-style-type: none;
  margin: -1px 0 0 0;
  padding: 0;
  width: 100%;
}
#article-footer #teara-pager ul li {
  background-color: #F9F7F4;
  border-left: 1px solid #E0DEDB;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -1px;
  padding: 0;
}
#article-footer #teara-pager ul li a {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #E0DEDB;
  border-left: 1px solid #FFFFFF;
  margin: 0;
  padding: 0.75em 1.2em;
}
#article-footer #teara-pager ul li a.active {
  background-color: #455280;
  color: #FFF;
  cursor: default;
}

#article-body ul, #article-body ol, #article-footer ul, #article-footer ol {
  font-size: 1em;
}

#article-body h4, .l-content h4 {
  font-size: 1.25em;
  margin: 0 0 0.5em;
}

#article-body #sources h4, .l-content #sources h4 {
  font-size: 1.125em;
}

article ul, article ol, div#article ul, div#article ol,
#article-body ul, #article-body ol, #article-footer ul, #article-footer ol {
  list-style: disc outside;
  line-height: 1.375em;
  margin-left: 1.250em;
  margin-bottom: 1.375em;
}

.node-type-story-front #teara-pager ul {
  margin-top: 0;
}

.node-type-story-front #article-footer #teara-pager ul li a {
  border-top: 0;
}

.node-type-story-front #article-footer #teara-pager ul li a.active {
  background-color: #F9F7F4;
  color: #455280;
  cursor: pointer;
}

.node-type-story-front #article-footer #teara-pager ul li a.active:hover {
  color: #4169F9;
}

#footnotes h5 {
  cursor: pointer;
}

#footnotes a {
  color: #4169f9;
}

#footnotes.closed ol {
  transition: opacity 0.3s ease-in;
  height: 0;
  opacity: 0;
}

#footnotes.closed h5 {
  background: url("/sites/all/themes/teara2/images/icons-story-nav-02.svg") 100% -40.15em no-repeat;
  color: #4169f9;
  transition: margin 0.5s ease-out;
  margin: 0;
}

#footnotes.open h5 {
  transition: margin 0.5s ease-out;
  background: url("/sites/all/themes/teara2/images/icons-story-nav-02.svg") 100% -6.55em no-repeat;
  margin: 0 0 2em;
  color: #455280;
}

#footnotes.closed:hover h5 {
  background: url("/sites/all/themes/teara2/images/icons-story-nav-02.svg") 100% -33.55em no-repeat;
  color: #4169f9;
}

#footnotes.open:hover h5 {
  background: url("/sites/all/themes/teara2/images/icons-story-nav-02.svg") 100% 0.25em no-repeat;
  color: #4169f9;
}

#footnotes.open ol {
  transition: opacity 0.3s ease-in;
  height: auto;
  opacity: 1;
}

#article-footer #citation, #article-footer #footnotes {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #E0DEDB;
  padding: 1.5em;
}
#article-footer #citation h5, #article-footer #footnotes h5 {
  font-style: normal;
  font-weight: bold;
  padding: 0;
}
#article-footer #citation h5, #article-footer #citation ol, #article-footer #citation p, #article-footer #footnotes h5, #article-footer #footnotes ol, #article-footer #footnotes p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.75em;
  font-style: normal;
  color: #666666;
  line-height: 1.4em;
  padding: 0;
}
#article-footer #citation ol, #article-footer #footnotes ol {
  margin: 0 0 0 19px;
  list-style-type: decimal;
}
#article-footer #citation ol li, #article-footer #footnotes ol li {
  border-top: 1px dotted #d7d7d7;
  padding: 6px 0;
  margin: 0;
}
#article-footer #citation ol li.first, #article-footer #footnotes ol li.first {
  border: 0;
  padding-top: 0;
}

#citation {
  border-bottom: 0;
}

@media all and (min-width: 20em) {
  .l-content h3 {
    line-height: 1.250em;
    padding: 0;
    font-size: 1.250em;
  }

  #content-story-resources .resource-item {
    min-width: 7em;
    width: 7em;
  }

  #content-story-resources .resource-item img {
    width: 7em;
  }

  #article-body .topicbox h3 {
    font-size: 1.063em;
  }
}
@media all and (min-width: 24em) {
  .l-content p, .l-content #article-body ul, .l-content #article-body ol {
    font-size: 1em;
  }

  #article-header h2 {
    font-size: 1.375em;
  }

  .node-type-story-front #article-body > h2 {
    padding: 0.75em 1.825em;
  }

  #article-body h3, .l-content h3 {
    font-size: 1.25em;
    padding: 0 0.800em;
    padding: 0;
  }

  #article-text, #article-actions {
    padding: 0.25em 2.5em;
  }

  .page-story-media #article-text {
    padding: 0.25em 0;
  }

  #article-body .view-all-resources-for-story h3 {
    font-size: 1.25em;
  }

  #article-body ul, #article-body ol, #article-footer ul, #article-footer ol {
    font-size: 1em;
  }

  .view-all-resources-for-story .gallery-group {
    padding: 1em 10%;
  }

  .resource-item p a {
    font-size: 0.813em;
  }

  #footnotes {
    padding: 1.2em 1.5em;
  }
}
@media all and (min-width: 30em) {
  #article-footer #footnotes {
    padding: 1.5em 2.5em;
  }

  #content-story-resources .resource-item img {
    width: 7.500em;
  }

  .topicbox {
    cursor: default;
  }

  .topicbox .topic-text {
    display: inline;
  }

  .topicbox .ellipses {
    display: none;
  }

  #next-part #next-wrapper {
    display: inline;
  }
}
@media all and (min-width: 32em) {
  #article-text, #article-actions {
    padding: 0.25em 3.5em;
  }

  #article-body .topicbox p {
    padding: 0 0.75em 0.75em;
  }

  .page-story-media #article-text {
    padding: 0.25em 0;
  }

  .node-type-story-front #article-body h2 {
    padding: 1em 2.15em 0.75em;
    font-size: 1.625em;
  }

  .topicbox {
    margin: 0.5em 1.5em 1.25em -3.5em;
    padding: 0.5em 0.75em;
    float: left;
    width: 45%;
  }

  #article-body .topicbox h3 {
    background: transparent;
    font-size: 1.188em;
    margin: 0 0 0.5em 0;
    padding: 0.5em 0.6em;
  }

  #content-story-resources .view .view-content {
    overflow: hidden;
  }

  #article-body #footnotes {
    padding: 1.25em 1.75em;
  }
}
@media all and (min-width: 38em) {
  .l-content p, .l-content #article-body ul, .l-content #article-body ol {
    font-size: 1.188em;
  }

  #content-story-resources .view .view-content {
    padding: 0;
  }

  #content-story-resources .resource-item {
    min-width: 7.5em;
    width: 7.5em;
  }

  #article-header h2 {
    font-size: 1.5em;
    padding: 1em 0 0.25em 1.5em;
    margin: 0;
  }

  .l-content h3, #article-body h3 {
    font-size: 1.313em;
    padding: 0;
  }

  #article-body .view-all-resources-for-story h3 {
    font-size: 1.313em;
    padding: 0 2.125em 0.25em;
  }

  #article-body ul, #article-body ol, #article-footer ul, #article-footer ol {
    font-size: 1.188em;
  }

  .view-all-resources-for-story .gallery-group .resource-item {
    margin: 0.5em 1.5em 1em 0;
    width: 7.5em;
  }

  .view-all-resources-for-story .gallery .resource-item:hover a, .view-all-resources-for-story .gallery a:hover {
    color: #4169f9;
  }

  #next-part {
    -webkit-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #next-part #next-wrapper {
    -webkit-order: inherit;
    order: inherit;
    display: inline;
    margin: 0 1em;
    width: auto;
  }

  #article-footer #citation, #article-footer #footnotes {
    padding: 1.5em 2.5em;
  }
}
@media all and (min-width: 42em) {
  #next-part {
    margin: 2.5em 0;
    padding: 0;
  }

  .pagination {
    display: block;
  }
}
@media all and (min-width: 46.8em) {
  #article-body {
    display: block;
  }

  #content-story-resources {
    display: block;
    position: static;
    float: right;
    margin: 1em 2.5em 1em 2em;
    width: 7.5em;
    overflow: visible;
  }

  #article-body.empty #content-story-resources {
    margin: 3em 3.5em;
  }

  #content-story-resources .contextual-links-region .view .view-content,
  #content-story-resources .view .view-content,
  #content-story-resources .contextual-links-region .view .view-empty .view-content {
    margin: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #content-story-resources .resource-item p {
    display: inline;
  }

  .topicbox {
    margin: 0.5em 1.5em 1.25em -3.5em;
    padding: 0.5em 0.75em;
  }

  .view-all-resources-for-story .gallery-group .resource-item {
    margin: 1em 2em 2em 0;
  }

  #next-part #next-wrapper {
    width: 100%;
  }
}
@media all and (min-width: 52em) {
  .page-story-media .l-content h1 {
    padding: 0.65em 1.4em 0.5em;
  }

  .l-content h1, .node-type-story-front .l-content h1 {
    padding: 0.75em 1.4em 0.5em;
  }

  #article-header h2 {
    padding: 1em 1.75em 0.25em 1.75em;
  }

  #article-text, #article-actions {
    padding: 0.666em 5.75em;
  }

  #article-body .view-all-resources-for-story h3 {
    padding: 0 2em 0.25em;
  }

  .page-story-media #article-text {
    padding: 0.25em 0;
  }

  .node-type-story-front #article-body h2 {
    padding: 1.5em 3.54em 0.75em;
  }

  #content-story-resources {
    margin: 1em 3.5em 2em 2.5em;
  }

  .topicbox {
    width: 33%;
    margin: 0.5em 2em 1.25em -5.75em;
  }

  .l-content h3, #article-body h3 {
    font-size: 1.35em;
  }

  #article-footer #teara-pager ul {
    font-size: 1.188em;
  }

  #article-footer #teara-pager ul li a {
    padding: 0.5em 0.895em;
  }

  #footnotes.open h5, #footnotes.closed:hover h5, #footnotes.open:hover h5 {
    background: none;
  }

  #footnotes h5 {
    cursor: default;
  }
}
@media all and (min-width: 62.5em) {
  #article-body.empty #content-story-resources {
    margin: 3em 5.5em;
  }

  #article-footer #teara-pager ul {
    font-size: 0.938em;
  }
}
