/*
 Theme Name:   Divi-child

 Template:     Divi


*/
/*--------------------------------------------------------------
# Breakpoints
--------------------------------------------------------------*/
.site-container-max-width {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .site-container-max-width {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .site-container-max-width {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .site-container-max-width {
      max-width: 1000px; } }

.site-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.resources-filtering {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .resources-filtering__sidebar {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    @media (min-width: 768px) {
      .resources-filtering__sidebar {
        max-width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
    @media (min-width: 992px) {
      .resources-filtering__sidebar {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%; } }
  .resources-filtering__topics-title {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    color: #595A6D;
    padding-bottom: 10px;
    font-weight: 700; }
.resources-filtering__topics .facetwp-dropdown {
  width: 100%;
  border: 2px solid #E5E5E5;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 20px;
  font-weight: 400;
  color: #595A6D;
}
  /*.resources-filtering__topics .facetwp-link {
    padding: 12px 20px;
    border: 2px solid #E5E5E5;
    color: #595A6D;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    border-bottom-color: transparent;
    cursor: pointer; }*/
.resources-filtering__topics .facetwp-link {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.resources-filtering__topics .facetwp-depth {
  margin-left: 12px; }
.resources-filtering__topics .facetwp-link.checked {
  font-weight: bold; }
    .resources-filtering__topics .facetwp-link:last-child {
      border-bottom-color: #E5E5E5; }
.resources-filtering__topics .facetwp-checkbox {
  padding: 12px 25px 12px 20px;
  border: 2px solid #E5E5E5;
  color: #595A6D;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  border-bottom-color: transparent;
  cursor: pointer;
  background-image: none;
  margin-bottom: 0;
  position: relative; }
.resources-filtering__topics .facetwp-depth .facetwp-checkbox {
  padding-left: 34px;
}
.resources-filtering__topics .facetwp-checkbox.checked {
  background-image: none;
  color: #0182A9;
  border-color: #c1d72f;
  background-color: #c1d72f; }
.resources-filtering__topics .facetwp-checkbox:last-child {
  border-bottom-color: #E5E5E5; }
.resources-filtering__topics .facetwp-checkbox:hover, .resources-filtering__topics .facetwp-checkbox:focus {
  background: #0182A9;
  border-color: #0182A9;
  color: #fff; }
.facetwp-checkbox .facetwp-expand {
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 6px;
}

.resources-filtering__topics ul.child-term-filter {
  border-bottom: 2px solid #E5E5E5;
  margin-bottom: 20px;
}
.resources-filtering__topics ul.child-term-filter li a {
  padding: 12px 25px 12px 20px;
  border: 2px solid #E5E5E5;
  color: #595A6D;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  border-bottom-color: transparent;
  cursor: pointer;
  background-image: none;
  margin-bottom: 0;
  position: relative;
}
.resources-filtering__topics ul.child-term-filter li a:hover, .resources-filtering__topics ul.child-term-filter li a:focus {
  background: #0182A9;
  border-color: #0182A9;
  color: #fff;
}
.resources-filtering__topics ul.child-term-filter li a.active {
  background-image: none;
  color: #0182A9;
  border-color: #c1d72f;
  background-color: #c1d72f;
}
.cf-dd {
  margin-bottom: 40px;
}
.cf-dd option.hidden {
  display: none;
}
.resources-filtering__items .loader {
  background: rgba(255, 255, 255, .7);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.facetwp-pager-label {
    display: inline-block;
    margin-right: 12px;
}

.facetwp-page {
    display: inline-block;
    padding: 0px 4px;
    margin-right: 6px;
    cursor: pointer;
}

.facetwp-page.active {
    font-weight: bold;
    cursor: default;
}

.resources-filtering__main {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    @media (min-width: 768px) {
      .resources-filtering__main {
        max-width: 60%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 992px) {
      .resources-filtering__main {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%; } }
    .resources-filtering__main-title {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      font-size: 36px;
      line-height: 38px;
      color: #0A6CB6;
      padding-bottom: 20px; }
  .resources-filtering__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (min-width: 768px) {
      .resources-filtering__filters {
        max-width: 85%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%; } }
    .resources-filtering__filters label {
      color: #7F84A0;
      font-size: 14px; }
    @media (min-width: 992px) {
      .resources-filtering__filters select {
        min-width: 150px; } }
    .resources-filtering__filters-title {
      font-size: 14px;
      font-weight: 700;
      color: #595C79;
      text-transform: uppercase; }
  .resources-filtering__items {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative; }
  .resources-filtering__item {
    padding-bottom: 20px;
    border-bottom-width: 4px;
    border-bottom-style: dotted;
    border-bottom-color: rgba(51,51,51,0.2);
    margin-bottom: 20px; }
    .resources-filtering__item:last-child {
      border-bottom: transparent; }
    .resources-filtering__item-data {
      text-transform: uppercase;
      font-size: 13px;
      line-height: 13px;
      color: #F38E0C !important;
      font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
      font-weight: 400;
      padding-bottom: 8px; }
    .resources-filtering__item-title {
      padding-bottom: 5px;
		line-height: 18px !important;}
      .resources-filtering__item-title a {
        font-weight: 700;
        color: #0182A9;
        font-size: 18px;
        line-height: 18px; }
        .resources-filtering__item-title a:hover, .resources-filtering__item-title a:focus {
          text-decoration: underline; }
    .resources-filtering__item-excerpt {
      font-size: 16px;
      line-height: 22px; }
  .resources-filtering__pagination {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    text-align: right;
    padding: 10px 20px; }
.resources-filtering__list li a {
  padding: 12px 20px;
  border: 2px solid #E5E5E5;
  color: #595A6D;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  border-bottom-color: transparent;
  cursor: pointer;
  display: block; }
.resources-filtering__list li:last-child a {
  border-bottom-color: #E5E5E5; }
.resources-filtering__description p:not(.has-background) {
  padding-bottom: 1em; }
.resources-filtering__description .et_pb_row {
  padding: 0;
  width: 100%;
}
.sing-resource {
  overflow-x: hidden;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 992px) {
    .sing-resource {
      padding-left: 20px;
      padding-right: 20px; } }
  .sing-resource__title {
    color: #01508B;
    font-size: 40px;
    line-height: 36px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-weight: 500;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    padding-bottom: 20px;
    padding-top: 30px; }
  .sing-resource__source {
    font-size: 14px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .sing-resource__source span {
      font-weight: 700; }
.sing-resource__data {
  font-size: 14px; }
  .sing-resource__main {
    margin-top: 10px;
    border-top: 5px dotted #DADADA;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .sing-resource__content {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .sing-resource__thumb {
    padding-bottom: 20px;
    float: right;
    padding-left: 10px;
    max-width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px; }
    .sing-resource__thumb img {
      max-width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border: 1px solid lightgrey; }
    @media (min-width: 992px) {
      .sing-resource__thumb {
        float: right;
        padding-left: 30px;
        max-width: 280px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px; } }
  .sing-resource__button {
    display: inline-block;
    margin-top: 30px;
    background: #0182A9; }
    .sing-resource__button a {
      text-transform: uppercase;
      color: #fff;
      font-size: 18px;
      line-height: 18px;
      padding: 10px 15px;
      font-weight: 700;
      display: block; }
      .sing-resource__button a:hover, .sing-resource__button a:focus {
        color: #fff;
        text-decoration: underline; }
      .sing-resource__button a i {
        padding-left: 3px;
        padding-bottom: 3px;
        font-size: 10px;
        vertical-align: middle; }
  .sing-resource__posted {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: right;
    font-style: italic;
    font-size: 14px;
    border-bottom: 5px dotted #DADADA;
    margin-bottom: 20px; }
    .sing-resource__posted span {
      font-weight: 700; }
  .sing-resource__related, .sing-resource__related-topics {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px; }
    .sing-resource__related-title, .sing-resource__related-topics-title {
      color: #01508B;
      font-size: 24px;
      line-height: 28px;
      font-weight: 700;
      padding-bottom: 20px; }
    .sing-resource__related-item, .sing-resource__related-topics-item {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding-bottom: 10px;
      padding-top: 10px;
      border-bottom: 2px solid #F2F2F2; }
      .sing-resource__related-item-data, .sing-resource__related-topics-item-data {
        font: 400 13px/13px Oswald;
        text-transform: uppercase;
        color: #F48C0C; }
      .sing-resource__related-item-title a, .sing-resource__related-topics-item-title a {
        color: #0182A9;
        font-size: 18px;
        font-weight: 700; }
        .sing-resource__related-item-title a:hover, .sing-resource__related-item-title a:focus, .sing-resource__related-topics-item-title a:hover, .sing-resource__related-topics-item-title a:focus {
          text-decoration: underline; }
  .sing-resource__related-topics {
    border-bottom: 5px dotted #DADADA;
    padding-bottom: 20px; }
    .sing-resource__related-topics-item {
      border-bottom: none;
      padding-left: 30px;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
      position: relative; }
      .sing-resource__related-topics-item::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10px;
        background: #0182A9; }
