.learn-more-page {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #ffffff; }
  .learn-more-page a,
  .learn-more-page a:visited {
    color: #118dcd; }
    .learn-more-page a:hover, .learn-more-page a:focus,
    .learn-more-page a:visited:hover,
    .learn-more-page a:visited:focus {
      color: #b2d46f; }
  .learn-more-page h3 a {
    text-decoration: underline; }
  .learn-more-page h2 {
    font: 400 36px "Arvo", serif;
    line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      .learn-more-page h2 {
        font-size: 22px; } }
  .learn-more-page h3 {
    font: 400 24px "Arvo", serif;
    line-height: 1.4; }
    @media only screen and (max-width: 767px) {
      .learn-more-page h3 {
        font-size: 18px; } }
  .learn-more-page h4 {
    font: 400 18px "Arvo", serif;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .learn-more-page h4 {
        font-size: 16px; } }

.learn-more-page a.btn-learn-more {
  padding: 0 75px;
  background-color: #94b94c;
  color: #ffffff;
  font: 400 20px/28px "Arvo", serif; }
  .learn-more-page a.btn-learn-more:hover, .learn-more-page a.btn-learn-more:focus, .learn-more-page a.btn-learn-more:active {
    background-color: #449d44;
    color: #ffffff; }

.learn-more-page-header {
  margin-bottom: 50px;
  padding: 60px 55px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 375px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .learn-more-page-header {
      padding: 60px 20px; } }
  .learn-more-page-header h1 {
    margin: 0 0 20px 0;
    font: 400 44px "Arvo", serif; }
    @media only screen and (max-width: 767px) {
      .learn-more-page-header h1 {
        font-size: 24px; } }
  .learn-more-page-header p {
    margin: 0;
    font: italic 400 24px "Open Sans", sans-serif; }
    @media only screen and (max-width: 767px) {
      .learn-more-page-header p {
        font-size: 16px; } }
  .learn-more-page-header .btn-learn-more {
    margin-top: 20px; }

.learn-more-page-section-wrapper.mod-with-bg {
  padding: 50px 0;
  background: #f1f2f2; }
.learn-more-page-section-wrapper.mod-with-bg-dark {
  padding: 50px 0;
  background-color: #484f61; }
  .learn-more-page-section-wrapper.mod-with-bg-dark h2 {
    color: #ffffff; }
.learn-more-page-section-wrapper .learn-more-page-section:last-child {
  margin-bottom: 0; }

.learn-more-page-section {
  margin: 0 -25px 50px -25px;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .learn-more-page-section {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .learn-more-page-section.mod-image-first {
      flex-direction: column-reverse; } }

.learn-more-page-section-text {
  box-sizing: border-box;
  padding: 0 25px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .learn-more-page-section-text {
      margin-bottom: 25px;
      width: 100%; } }
  .learn-more-page-section-text.mod-top {
    display: block; }
  .learn-more-page-section-text p:last-child {
    margin-bottom: 0; }
  .learn-more-page-section-text > h3 {
    margin-top: 0; }

.learn-more-page-section-image {
  box-sizing: border-box;
  padding: 0 25px;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .learn-more-page-section-image {
      width: 100%;
      text-align: center; } }
  .learn-more-page-section-image img {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .learn-more-page-section-image img {
        width: auto;
        max-width: 100%; } }

.learn-more-page-section-container {
  margin-bottom: 50px; }
  .learn-more-page-section-container.mod-center {
    text-align: center; }
  .learn-more-page-section-container > h2, .learn-more-page-section-container > h3 {
    margin: 0; }
  .learn-more-page-section-container p:last-child {
    margin-bottom: 0; }
  .learn-more-page-section-container > h2 + p, .learn-more-page-section-container > h3 + p {
    margin-top: 25px; }

.learn-more-page-section-text a.btn-default,
.learn-more-page-section-container a.btn-default {
  padding: 10px 30px;
  font-size: 16px;
  color: #ffffff;
  background: #118dcd;
  border: none; }
  .learn-more-page-section-text a.btn-default:hover, .learn-more-page-section-text a.btn-default:focus,
  .learn-more-page-section-container a.btn-default:hover,
  .learn-more-page-section-container a.btn-default:focus {
    color: #ffffff;
    background: #0b6a8e; }

.learn-more-page-col4 {
  margin: 0 -15px 50px -15px;
  display: flex; }
  @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
    .learn-more-page-col4 {
      flex-wrap: wrap; } }
  .learn-more-page-col4 h3 {
    margin: 0 0 25px 0;
    text-align: center; }

.learn-more-page-col4-item {
  box-sizing: border-box;
  padding: 0 15px;
  width: 25%; }
  @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
    .learn-more-page-col4-item {
      margin-bottom: 25px;
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .learn-more-page-col4-item {
      width: 100%; } }

.learn-more-page-col4-item-image {
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.learn-more-page-btn-in-block {
  margin: 0;
  padding: 20px;
  background: #d2d2d2;
  text-align: center; }
  .learn-more-page-btn-in-block h3 {
    margin: 0 0 15px 0; }
  .learn-more-page-btn-in-block p {
    margin: 0 0 15px 0; }
  .learn-more-page-btn-in-block .btn-default {
    width: 100%; }

.training-col4-wrapper {
  margin-bottom: 50px;
  padding: 50px 0;
  background: #f1f2f2; }
  .training-col4-wrapper .learn-more-page-col4 {
    margin-bottom: 0; }

.training-resources {
  margin: 0 0 50px 0;
  padding: 50px;
  background-color: #484f61; }
  @media only screen and (max-width: 767px) {
    .training-resources {
      padding: 20px; } }
  .training-resources h2 {
    margin: 0;
    color: #ffffff; }
  .training-resources h3 {
    margin: 0 0 1em 0;
    color: #ffffff; }
  .training-resources a {
    color: #ffffff; }

.training-resources-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

.training-resources-col {
  position: relative;
  width: 40%; }
  .training-resources-col:first-child {
    width: 50%; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .training-resources-col {
      width: 100%; }
      .training-resources-col:first-child {
        margin-bottom: 50px;
        width: 100%; }
      .training-resources-col.training-resources-types {
        margin-top: 0; } }

.training-webinars .btn-view-all {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  height: 40px;
  width: 165px;
  font: 500 16px/28px "Arvo", serif; }

.training-webinars-title {
  color: #ffffff; }

.training-webinars-item {
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  color: #ffffff; }
  .training-webinars-item:last-child {
    margin-bottom: 0; }

.training-webinars-item-link {
  margin-right: 18px;
  display: block;
  position: relative;
  min-width: 200px;
  /* For safari 9.1.1 */ }
  .training-webinars-item-link .fa {
    padding: 12px 20px 12px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 39px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px; }
  .training-webinars-item-link:hover .fa, .training-webinars-item-link:focus .fa {
    background: #000; }

.training-webinars-item-link-image {
  border-radius: 10px; }

.training-webinars-item-title a {
  color: #ffffff; }
  .training-webinars-item-title a:hover, .training-webinars-item-title a:focus {
    color: #b2d46f; }

.training-webinars-item-description {
  margin-top: 1em;
  font: 400 14px/22px "Open Sans", sans-serif; }

.training-webinars-modal .modal-content {
  border: none; }
.training-webinars-modal .modal-title {
  color: #000; }
  .training-webinars-modal .modal-title span {
    display: block;
    color: #999;
    text-transform: uppercase;
    font-size: 13px; }
.training-webinars-modal .modal-body {
  padding: 0;
  width: 600px;
  height: 400px; }

.training-resources-type-item {
  border-color: #999999;
  border-width: 0 0 1px 0;
  border-style: solid;
  list-style: none; }
  .training-resources-type-item:first-child {
    border-width: 1px 0 1px 0; }

.training-resources-type-item-link {
  padding: 1.2em 0 .9em 0;
  color: #ffffff;
  font: 400 18px/22px "Open Sans", sans-serif;
  display: flex;
  align-items: center; }
  .training-resources-type-item-link::before {
    margin-right: 10px;
    content: "";
    display: block;
    width: 70px;
    height: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; }
  .training-resources-type-item-link.mod-activities::before {
    background-image: url("/static/staticpages/images/training/resources/activities-and-labs.png?c0f1168381ba"); }
  .training-resources-type-item-link.mod-readings::before {
    background-image: url("/static/staticpages/images/training/resources/readings.png?c0f1168381ba"); }
  .training-resources-type-item-link.mod-strategies::before {
    background-image: url("/static/staticpages/images/training/resources/strategies.png?c0f1168381ba"); }
  .training-resources-type-item-link.mod-video-lectures::before {
    background-image: url("/static/staticpages/images/training/resources/video-lectures.png?c0f1168381ba"); }
  .training-resources-type-item-link.mod-professional-development::before {
    background-image: url("/static/staticpages/images/training/resources/professional-development.png?c0f1168381ba"); }

.training-image-before-link {
  margin-bottom: 15px; }
