/* LESS Document */
/* LESS Document */
/*.gradient(@default: #F5F5F5, @start: #EEE, @stop: #FFF) {
	.linear-gradient-top(@default, @start, 0%, @stop, 100%);
}*/
/* SB added mixin */
/*
.transition(@transition; @prefixes: webkit, moz, ms, o; @index: length(@prefixes)) when (@index > 0) {
    .transition(@transition; @prefixes; (@index - 1));
 
    @prefix  : extract(@prefixes, @index);
	
	transition: ~"-@{prefix}-@{transition}";
  & when ( @index = length(@prefixes) ) {
        transition: ~"@{transition}";
  }
}*/
/* LESS Document */
/* LESS Document */
@font-face {
  font-family: 'Bebas Neue';
  font-weight: normal;
  src: url("../fonts/bebas-neue.ttf");
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ProximaNova-Light.otf");
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/ProximaNova-LightIt.otf");
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/ProximaNova-Semibold.otf");
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/ProximaNova-SemiboldIt.otf");
}
i,
em {
  font-family: 'Proxima Nova';
  font-style: italic;
}
b,
strong {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  color: #27323A;
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 15px;
}
@media (min-width 768px) {
  .content-inner {
    padding: 0;
  }
}
img {
  max-width: 100%;
}
p {
  margin: 0;
  line-height: 1.6em;
}
a {
  color: #29A19C;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -ms-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
a:hover,
a:focus,
a:target {
  color: #27323A;
  text-decoration: none;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: bold;
  line-height: 1em;
}
h1 {
  font-size: 4em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.5em;
  }
}
h2 {
  font-size: 1.6em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 1.5em;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.btn {
  background: #A3F7BF;
  border: none;
  border-radius: 0;
  display: inline-block;
  padding: 0;
}
.btn:after {
  content: '';
  display: block;
  border-bottom: 5px solid #27323A;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  width: 100%;
}
.btn a {
  color: #27323A;
  display: block;
  font-family: 'Bebas Neue';
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1em;
  padding: 15px 40px 7px 40px;
  text-transform: uppercase;
  text-align: center;
}
.btn:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.btn span {
  color: #27323A;
  display: block;
}
.med-btn {
  background: #29A19C;
}
.med-btn a {
  color: #A3F7BF;
}
.med-btn:after {
  border-bottom: 5px solid #A3F7BF;
}
.dark-btn {
  background: #27323A;
}
.dark-btn a {
  color: #A3F7BF;
}
.dark-btn:after {
  border-bottom: 5px solid #A3F7BF;
}
.alt-btn {
  background: #ffffff;
}
.alt-btn a {
  color: #29A19C;
}
.alt-btn:after {
  border-bottom: 5px solid #29A19C;
}
.btn-inactive {
  opacity: 0.4;
}
.btn-inactive a {
  cursor: not-allowed;
}
.btn-inactive:hover:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/* Modals */
.modal {
  text-align: left;
}
.modal .modal-body {
  padding: 15px 25px;
}
.modal .modal-body h2 {
  margin-bottom: 15px;
  text-align: center;
}
.modal .modal-body p,
.modal .modal-body ol {
  margin-bottom: 15px;
}
.modal .modal-body ol {
  font-size: 1em;
  padding-left: 25px;
}
header {
  background-image: -webkit-linear-gradient(left, #A3F7BF, #29A19C);
  background-image: -moz-linear-gradient(left, #A3F7BF, #29A19C);
  background-image: -ms-linear-gradient(left, #A3F7BF, #29A19C);
  background-image: -o-linear-gradient(left, #A3F7BF, #29A19C);
  background-image: linear-gradient(left, #A3F7BF, #29A19C);
  background-image: url('../images/header-bg-fallback.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 12%;
  padding: 10px 0 75px 0;
}
@supports (background-blend-mode: multiply) {
  header {
    background-image: linear-gradient(to right, #A3F7BF, #29A19C 65%), url('../images/header-bg.jpg');
    background-blend-mode: multiply;
  }
}
header .acfe-logo {
  margin-top: 25px;
}
header .acfe-logo img {
  width: 145px;
}
header h1 a {
  color: #27323A;
}
header h1,
header h3 {
  text-transform: uppercase;
}
header h3 {
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin-top: 10px;
}
header h3 span {
  font-weight: bold;
}
header .content-inner {
  margin-top: 50px;
}
@media (max-width: 549px) {
  header h1 {
    font-size: 2.5em;
  }
  header h3 {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  header {
    padding-top: 25px;
  }
  header .acfe-logo {
    margin-top: 0;
  }
  header .content-inner {
    margin-top: 100px;
  }
}
.header-top {
  background: transparent;
}
#nav-icon {
  cursor: pointer;
}
#nav-icon .bar {
  display: block;
  background: #ffffff;
  width: 45px;
  height: 4px;
  margin: 0 0 5px auto;
}
.ht-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
.ht-inner nav ul {
  background: rgba(255, 255, 255, 0.3);
  display: none;
  list-style-type: none;
}
.ht-inner nav ul li {
  border-bottom: 1px solid #95d0cd;
  padding: 5px 0;
  margin-bottom: 8px;
}
.ht-inner nav ul li:last-child {
  border-bottom: none;
}
.ht-inner nav ul li a {
  color: #ffffff;
  font-size: 1.13em;
  text-transform: uppercase;
}
.ht-inner nav ul li a:hover {
  color: #A3F7BF;
}
@media (min-width: 768px) {
  .ht-inner nav {
    float: right;
  }
  .ht-inner .acfe-logo {
    float: left;
  }
  .ht-inner:after {
    display: block;
    content: '';
    clear: both;
  }
  @supports (display: flex) {
    .ht-inner {
      align-items: center;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
    }
    .ht-inner nav,
    .ht-inner .acfe-logo {
      float: none;
    }
    .ht-inner:after {
      display: none;
    }
  }
  .ht-inner nav ul {
    background: none;
    display: block;
    margin-bottom: 0;
  }
  .ht-inner nav ul li {
    border-bottom: none;
    display: inline-block;
    margin: 0 20px;
    pading: 0;
  }
  .ht-inner #nav-icon {
    display: none;
  }
}
@media (min-width: 1250px) {
  .ht-inner {
    padding: 0;
  }
}
.header-cta {
  margin-top: 45px;
}
.header-cta .btn {
  margin: 15px;
}
@media (max-width: 600px) {
  .header-cta .btn {
    width: 255px;
  }
  .header-cta .btn a {
    font-size: 1.5em;
  }
}
.fixed .header-top {
  background: #29A19C;
  border-bottom: 3px solid #A3F7BF;
  left: 0;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
}
.fixed .acfe-logo {
  display: none;
}
/* styles for header on download page - different master page */
.access-download-page .ht-inner {
  display: block;
}
section .content-inner {
  padding: 50px 15px;
}
section h1,
section h3 {
  text-transform: uppercase;
}
section h1 {
  color: #29A19C;
  display: inline-block;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  section h1 {
    background: -webkit-linear-gradient(135deg, #A3F7BF 0%, #29A19C 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
section h3 {
  letter-spacing: 2px;
  margin-left: 15%;
}
.news {
  background: #27323A;
}
.news .content-inner {
  padding: 25px 15px;
}
.news h3 {
  background: url('../images/notification-bell.svg') no-repeat left center;
  background-size: 36px;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0;
  line-height: 34px;
  padding-left: 40px;
  margin: 0;
}
.news a {
  color: #A3F7BF;
  text-transform: none;
}
.news a:hover {
  color: #29A19C;
}
.about .section-content {
  margin-top: 30px;
}
.about .section-content p {
  border-bottom: 2px solid #29A19C;
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 25px 0;
  text-align: left;
}
.about .section-content p:last-child {
  border-bottom: none;
}
.about .section-content p span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .about .section-content p {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .about .section-header {
    float: left;
    margin-top: 0;
    width: 45%;
  }
  @supports (position: sticky) {
    .about .section-header {
      top: 20vh;
      position: -webkit-sticky;
      position: sticky;
    }
  }
  .about .section-content {
    float: right;
    width: 50%;
  }
  @supports (display: flex) {
    .about .content-inner {
      align-items: flex-start;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      flex-shrink: 0;
    }
    .about .content-inner .section-header,
    .about .content-inner .section-content {
      float: none;
    }
  }
  .about .content-inner:after {
    display: block;
    content: "";
    clear: both;
  }
}
.methodology-link a {
  text-transform: uppercase;
}
.methodology-link a span {
  background: #29A19C;
  border-radius: 20px;
  color: #ffffff;
  margin-right: 5px;
  padding: 4px 10px;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -ms-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
.methodology-link a:hover span {
  background: #27323A;
}
.explore {
  background: #27323A;
}
.explore h3 {
  color: #ffffff;
}
.explore h2 {
  font-size: 1.6em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .explore h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  .explore {
    font-size: 1.2em;
  }
}
.explore-content {
  margin-top: 10vh;
}
.explore-item {
  color: #ffffff;
  text-align: left;
  margin-bottom: 50px;
}
.explore-item .explore-header {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .explore-item:after {
    display: block;
    content: '';
    clear: both;
  }
  .explore-item .explore-header {
    float: left;
    width: 45%;
  }
  .explore-item .explore-graphic {
    float: right;
    width: 45%;
  }
  @supports (display: flex) {
    .explore-item {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-bottom: 80px;
    }
    .explore-item .explore-header,
    .explore-item .explore-graphic {
      float: none;
    }
    .explore-item:after {
      display: none;
    }
  }
}
.doc-size {
  color: #929292;
  display: block;
  font-size: 15px;
  margin-top: 5px;
  font-weight: bold;
}
.download .get-section {
  padding: 35px 0;
  text-align: left;
}
.download .get-section .resource {
  border-bottom: 1px solid #dddddd;
  margin: 25px 0 0 0;
  padding-bottom: 23px;
}
.download .get-section .resource h2 {
  color: #27323A;
}
@media (max-width: 767px) {
  .download .get-section .resource {
    padding-top: 20px;
  }
}
.download .get-section h2 {
  margin-bottom: 5px;
}
.download .get-section h2 span {
  color: #929292;
  display: block;
  font-style: italic;
  font-size: 15px;
  margin-left: 5px;
}
@media (min-width: 525px) {
  .download .get-section h2 span {
    display: inline;
  }
}
.download .get-section h2 span img {
  margin-right: 5px;
  vertical-align: baseline;
}
.download .get-section .btn {
  margin: 25px 15px 0 0;
}
.download .get-section p {
  font-size: 1.1em;
}
@media (min-width: 800px) {
  .download .dl-btns {
    display: block;
    display: flex;
  }
}
.download .rttn-resource {
  background: #ececec;
  margin-top: 30px;
}
.resources {
  background: #29A19C;
}
.resources h1 {
  background: -webkit-linear-gradient(135deg, #A3F7BF 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .resources h1 {
    font-size: 3.2em;
  }
}
.resources h3 {
  color: #ffffff;
  margin-left: -40%;
}
#resources {
  color: #ffffff;
}
#resources h1 {
  margin-bottom: 10px;
}
#resources .btn {
  margin-top: 35px;
}
.public-blurb p {
  font-size: 18px;
}
.resources-inner {
  margin: 0 auto 40px auto;
  max-width: 650px;
  text-align: left;
}
.resources-inner-alt {
  margin: 40px auto 0 auto;
}
.rttn-resource {
  background: #ffffff;
  border-radius: 5px;
  color: #27323A;
  margin: 25px 0;
  padding: 16px;
}
.rttn-resource h3 {
  color: inherit;
  letter-spacing: 0;
  margin-left: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .rttn-resource {
    padding: 20px 16px;
  }
}
.resource-preview {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .resource-preview {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.resource-content {
  padding-top: 25px;
}
.resource-content p {
  border-bottom: 1px solid #d4d4d4;
}
.resource-content p a {
  background: url('../images/download.svg') no-repeat right center;
  background-size: 30px;
  display: block;
  padding: 15px 0;
}
.resource-content p:last-child {
  border-bottom: none;
}
.resource-content p:last-child a {
  padding-bottom: 0;
}
.view {
  align-self: flex-end;
  background: #29A19C;
  border-radius: 23px;
  color: #ffffff;
  cursor: pointer;
  font-size: 34px;
  font-weight: bold;
  height: 30px;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
}
.view img {
  transition: transform 0.5s cubic-bezier(0.5, -0.55, 0.265, 1.55);
  width: 23px;
}
@media (min-width: 768px) {
  .view {
    height: 40px;
    line-height: 42px;
    margin-bottom: 0;
    width: 40px;
  }
  .view img {
    width: 30px;
  }
}
.view-close img {
  transform: rotate(-180deg);
  transform-origin: center 40%;
}
.public-view h3 {
  background: url('../images/lock-icon.jpg') no-repeat right 60%;
  padding-right: 20px;
}
.public-view .resource-content p a {
  cursor: not-allowed;
  opacity: 0.5;
}
.public-view .resource-content p a:hover,
.public-view .resource-content p a:active,
.public-view .resource-content p a:focus {
  color: #29A19C;
}
.resource {
  margin: 20px 0;
  padding-bottom: 20px;
  text-align: left;
}
.resource h2 {
  margin-bottom: 20px;
}
.resource span {
  color: #ffffff;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .resource h2 {
    float: left;
    margin: 40px 0 0 0;
  }
  .resource .outer-btn {
    float: right;
  }
  .resource:after {
    display: block;
    content: '';
    clear: both;
  }
  @supports (display: flex) {
    .resource {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .resource .btn {
      float: none;
    }
    .resource h2 {
      margin-top: 0;
    }
    .resource:after {
      display: none;
    }
  }
}
#other-resources .dark-btn {
  margin-top: 20px;
}
.rttn2018-secondary-master header {
  background-position: center 27%;
  padding-bottom: 45px;
}
.rttn2018-secondary-master header a {
  color: #27323A;
}
.rttn2018-secondary-master header .content-inner {
  margin-top: 30px;
}
.rttn-secondary {
  text-align: left;
}
#resources-download h1 {
  color: #27323A;
  background: none;
  background-clip: inherit;
  text-fill-color: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  text-transform: none;
  font-size: 53px;
  margin-bottom: 50px;
}
#resources-download h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #27323A;
}
#resources-download h3 {
  letter-spacing: 0;
  margin-left: 0;
  text-transform: none;
}
#resources-download .rd-section {
  margin-bottom: 50px;
}
#resources-download .resource {
  border-bottom-color: #d4d4d4;
}
#resources-download .resource:last-child {
  border-bottom: none;
}
/* LESS Document */
#back-to-top {
  background: #29A19C;
  border: 1px solid #74bfbd;
  border-radius: 29px;
  bottom: 10px;
  height: 40px;
  padding: 10px;
  position: fixed;
  opacity: 0;
  right: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 40px;
}
#back-to-top:hover {
  background: #33cac3;
}
#back-to-top a {
  display: block;
  height: 100%;
}
#back-to-top img {
  vertical-align: text-top;
}
@media (min-width: 992px) {
  #back-to-top {
    bottom: 15px;
    height: 55px;
    padding: 12px;
    right: 25px;
    width: 55px;
  }
}
#back-to-top.active {
  opacity: 1;
}
footer {
  background: #eeeeee;
  padding: 30px 0;
}
footer a {
  color: #27323A;
}
footer a:hover {
  color: #29A19C;
}
@media (min-width: 768px) {
  footer .content-inner .about-acfe {
    float: left;
  }
  footer .content-inner .footer-links {
    float: right;
  }
  footer .content-inner:after {
    display: block;
    content: '';
    clear: both;
  }
  @supports (display: flex) {
    footer .content-inner {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
    }
    footer .content-inner .about-acfe,
    footer .content-inner .footer-links {
      float: none;
    }
    footer .content-inner:after {
      display: none;
    }
  }
}
.about-acfe {
  text-align: left;
}
.about-acfe .logo {
  margin-bottom: 15px;
}
.about-acfe .logo img {
  width: 140px;
}
@media (min-width: 768px) {
  .about-acfe {
    width: 65%;
  }
}
.copyright {
  font-size: .8em;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .footer-links {
    margin-bottom: 45px;
  }
}
.footer-resources {
  list-style: none;
  line-height: 1.6em;
  text-align: left;
}
@media (min-width: 768px) {
  .footer-resources {
    text-align: right;
  }
}
.social {
  margin-bottom: 30px;
  list-style: none;
}
.social li {
  background: #27323A;
  border-radius: 20px;
  display: inline-block;
  height: 35px;
  width: 35px;
  margin: 0 4px;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -ms-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
.social li:hover {
  background: #29A19C;
}
.social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}
.social li img {
  max-height: 16px;
  max-width: 16px;
}
@supports (display: flex) {
  .social {
    display: flex;
  }
  .social li {
    display: block;
  }
  @media (min-width: 768px) {
    .social {
      justify-content: flex-end;
    }
  }
}
#access-download .back-link {
  display: block;
  text-align: left;
  color: #29A19C;
  font-size: 20px;
}
.download-thankyou {
  text-align: left;
  margin: 35px 0 0;
}
.download-thankyou h2 {
  margin-bottom: 5px;
}
/* LESS Document */
.fof-header {
  background: #27323A;
  color: #ffffff;
  margin-bottom: 40px;
  padding: 30px 25px 26px 25px;
  text-align: center;
}
.fof-header h2 {
  font-size: 40px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.fof-header .gradient-text {
  color: #A3F7BF;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .fof-header .gradient-text {
    background: -webkit-linear-gradient(135deg, #A3F7BF 0%, #29A19C 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.fof-header h3 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .fof-header h2 {
    font-size: 60px;
  }
  .fof-header h3 {
    font-size: 23px;
  }
}
.btn-intro {
  margin-bottom: 35px;
}
.btn-intro p {
  margin-bottom: 15px;
}
.btn-intro p:first-child {
  font-size: 18px;
}
.story-grid {
  margin-bottom: 50px;
}
.story-grid:after {
  content: '';
  clear: both;
  display: table;
}
 .story-tile {
  background: #27323A;
  border-radius: 5px;
  color: #ffffff;
  margin: 0 0 35px 0;
  padding: 35px 10px 30px 10px;
  text-align: center;
  height: 445px;
}
.story-grid .story-tile img {
  max-width: 100px;
  height: 87px;
}
.story-grid .story-tile h3 {
  margin: 20px 0 10px 0;
}
.story-grid .story-tile .btn {
  margin-top: 25px;
}
@media (min-width: 525px) {
  .story-grid .story-tile {
    margin: 0 6px 35px 6px;
    height: 455px;
    float: left;
    width: 47%;
  }
}
@media (min-width: 940px) {
  .story-grid .story-tile {
    margin: 0 10px 35px 10px;
    width: 30%;
  }
}
@supports (display: flex) {
  .story-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 35px 0;
  }
  .story-grid  {
    align-items: center;
    display: flex;
    float: none;
    height: auto;
    flex-direction: row;
    justify-content: center; 
  }
}
.fof-story {
  padding-bottom: 50px;
}
.fof-story .fof-header img {
  display: block;
  max-height: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.fof-story .fof-header h2 {
  margin: 37px 0 15px 0;
  text-transform: none;
}
.fof-story .fof-header h3 {
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .fof-story .fof-header h3 {
    font-size: 26px;
  }
}
.fof-story .content-inner p {
  color: #333333;
  font-size: 18px;
  margin-bottom: 20px;
}
.fof-story .block-quote {
  margin: 25px 0;
  padding: 0 30px;
}
.fof-story .block-quote p {
  color: #29A19C;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.fof-story .block-quote:before,
.fof-story .block-quote:after {
  display: block;
  margin: 0 auto;
  width: 30px;
}
.fof-story .block-quote:before {
  content: url('../images/behind-the-numbers/left-quote.svg');
  margin-bottom: 20px;
}
.fof-story .block-quote:after {
  content: url('../images/behind-the-numbers/right-quote.svg');
}
@media (min-width: 786px) {
  .fof-story .block-quote {
    padding: 0 50px;
  }
  .fof-story .block-quote p {
    font-size: 22px;
  }
}
.byline {
  font-size: 18px;
  margin-top: 25px;
}
.lessons {
  background: #eeeeee;
  padding: 30px;
  margin: 45px 0;
}
.article-info {
  font-style: italic;
}
.article-info:before {
  content: url('../images/behind-the-numbers/article-end-dots.svg');
  display: block;
  margin: 0 auto 18px auto;
  width: 50px;
}

/*# sourceMappingURL=rttn-styles.css.map */