.clr:before,
.clr:after {
  content: "";
  display: table; }

.clr:after {
  clear: both; }

.clr {
  zoom: 1; }

.resources-container {
  max-width: 1260px;
  padding: 68px 40px 40px;
  color: black;
  margin: 0 auto; }

.top-filter {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 34px;
  color: #939DA5;
  width: 100%; }
  .top-filter .sort {
    padding: 0;
    width: 380px;
    float: left; }
    .top-filter .sort .sort-by {
      text-align: center;
      display: inline-block;
      float: left;
      cursor: pointer;
      width: 23.5%;
      margin-right: 2%;
      margin-top: 2%;
      float: left;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
      .top-filter .sort .sort-by:nth-child(4n) {
        margin-right: 0; }
      .top-filter .sort .sort-by:nth-child(-n+4) {
        margin-top: 0; }
      .top-filter .sort .sort-by label p {
        line-height: 1em; }
      .top-filter .sort .sort-by input[type="radio"] {
        display: none; }
        .top-filter .sort .sort-by input[type="radio"]:checked + label svg .innerFill {
          fill: #0083CB; }
        .top-filter .sort .sort-by input[type="radio"]:checked + label svg .innerIcon * {
          stroke: #fff; }
        .top-filter .sort .sort-by input[type="radio"]:checked + label p {
          color: #84C2C0; }
      .top-filter .sort .sort-by svg {
        height: 55px;
        cursor: pointer; }
        .top-filter .sort .sort-by svg .innerFill, .top-filter .sort .sort-by svg .innerIcon * {
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out; }
      .top-filter .sort .sort-by p {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        cursor: pointer; }
      .top-filter .sort .sort-by:hover svg .innerFill {
        fill: #0083CB; }
      .top-filter .sort .sort-by:hover svg .innerIcon * {
        stroke: #fff; }
      .top-filter .sort .sort-by:hover p {
        color: #84C2C0; }
  .top-filter .search {
    max-width: 95%;
    float: right;
    border-radius: 26.439px;
    border: 1px solid #939DA5;
    width: 347px;
    padding-left: 28px;
    line-height: 53px;
    position: relative; }
    .top-filter .search input[type="text"] {
      width: calc(100% - 55px);
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 34px;
      border: none;
      color: #939DA5; }
    .top-filter .search .button {
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      cursor: pointer;
      background-color: #0083CB;
      color: white;
      border-radius: 100%;
      height: 40px;
      width: 40px;
      position: absolute;
      top: 50%;
      transform: translatey(-50%);
      right: 6px; }
      .top-filter .search .button:hover {
        background-color: #84C2C0; }
      .top-filter .search .button:focus {
        outline: none; }

.bottom-filter {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  margin-top: 20px;
  color: #939DA5;
  clear: both; }
  .bottom-filter ul {
    float: left;
    list-style: none;
    padding: 0; }
    .bottom-filter ul .label {
      display: inline-block;
      padding-right: 20px; }
      .bottom-filter ul .label li {
        border: none; }
    .bottom-filter ul .filters {
      display: inline-block; }
      .bottom-filter ul .filters li:last-child {
        border-right: 1px solid #939DA5; }
      .bottom-filter ul .filters li:hover:not(.active) {
        background-color: #ECECEC; }
    .bottom-filter ul li {
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      display: inline-block;
      border-left: 1px solid #939DA5;
      margin-right: 2px; }
      .bottom-filter ul li.active {
        background-color: rgba(236, 236, 236, 0.4); }
      .bottom-filter ul li input {
        display: none; }
      .bottom-filter ul li label {
        cursor: pointer;
        padding: 8px 20px;
        line-height: 34px;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
      .bottom-filter ul li:first-child {
        padding-left: 0;
        line-height: 34px; }
      .bottom-filter ul li:not(:first-child) {
        margin-left: -5px; }
        .bottom-filter ul li:not(:first-child) label {
          cursor: pointer; }

.library-grid {
  padding-top: 107px;
  padding-bottom: 40px;
  color: white; }
  .library-grid > p {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 0.875em;
    text-align: center;
    color: #939DA5; }
  .library-grid .single-grid {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 32%;
    margin-right: 2%;
    margin-top: calc(2% + 52.5px);
    float: left;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 0;
    height: 291px;
    background-color: #84C2C0;
    position: relative; }
    .library-grid .single-grid:nth-child(3n) {
      margin-right: 0; }
    .library-grid .single-grid:nth-child(-n+3) {
      margin-top: 0; }
    @media (max-width: 1080px) {
      .library-grid .single-grid {
        width: 49%; }
        .library-grid .single-grid:nth-child(n) {
          margin-right: 2%;
          margin-top: calc(2% + 52.5px); }
        .library-grid .single-grid:nth-child(2n) {
          margin-right: 0; }
        .library-grid .single-grid:nth-child(-n+2) {
          margin-top: 0; } }
    @media (max-width: 700px) {
      .library-grid .single-grid {
        width: 100%; }
        .library-grid .single-grid:nth-child(n) {
          margin-right: 2%;
          margin-top: calc(2% + 52.5px); }
        .library-grid .single-grid:nth-child(1n) {
          margin-right: 0; }
        .library-grid .single-grid:nth-child(-n+1) {
          margin-top: 0; } }
    .library-grid .single-grid .featured {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #84C2C0;
      text-transform: uppercase;
      font-family: "brandon_grotesquemedium", sans-serif;
      font-size: 1.125em;
      line-height: 46px;
      color: white;
      text-align: center; }
    .library-grid .single-grid:after {
      content: "";
      z-index: -1;
      display: block;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(25, 29, 34, 0.75); }
    .library-grid .single-grid svg {
      background-color: white;
      border-radius: 100%;
      position: absolute;
      height: 105px;
      width: 105px;
      top: -52.5px;
      left: 50%;
      transform: translateX(-50%);
      padding: 3.5px; }
    .library-grid .single-grid .info {
      text-align: center;
      position: absolute;
      top: 45%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      padding: 0 20px; }
      .library-grid .single-grid .info h2 {
        text-transform: uppercase;
        font-family: "brandon_grotesquemedium", sans-serif;
        font-size: 1.125em; }
      .library-grid .single-grid .info p {
        line-height: 30px;
        font-family: "Open Sans", sans-serif;
        font-size: 1em; }
    .library-grid .single-grid .primary-btn {
      position: absolute;
      bottom: 60px;
      left: 50%;
      transform: translateX(-50%); }
    .library-grid .single-grid .primary-btn.animate span {
      text-transform: uppercase;
      font-family: "brandon_grotesquemedium", sans-serif;
      font-size: 1em;
      line-height: 16.8px; }
    .library-grid .single-grid .primary-btn.animate:hover {
      border: 1px solid #ffffff; }
      .library-grid .single-grid .primary-btn.animate:hover:after {
        background: #ffffff; }
      .library-grid .single-grid .primary-btn.animate:hover span {
        color: #0083CB; }

.load-more {
  clear: left;
  text-align: center; }
  .load-more .primary-btn.animate span {
    text-transform: uppercase;
    color: #0083CB; }
  .load-more .primary-btn.animate:hover {
    border: 1px solid #0083CB; }
    .load-more .primary-btn.animate:hover span {
      color: #ffffff; }

@media (max-width: 930px) {
  .resources-container .top-filter .sort {
    margin-top: 20px;
    width: 100%;
    padding: 0; }
  .resources-container .top-filter .search {
    float: none;
    left: 50%;
    transform: translateX(-50%); }
  .resources-container .bottom-filter {
    text-align: center; }
    .resources-container .bottom-filter .label {
      padding: 0;
      border-bottom: 1px solid #939DA5; }
    .resources-container .bottom-filter .filters {
      text-align: center; }
    .resources-container .bottom-filter li {
      border: none;
      padding: 5px 0; }
      .resources-container .bottom-filter li:last-child {
        border-right: none !important; } }
@media (max-width: 450px) {
  .resources-container {
    padding: 68px 20px 40px; }

  .library-grid .single-grid .info h2 {
    font-size: 1em; }

  .bottom-filter ul {
    float: none; }
    .bottom-filter ul .label, .bottom-filter ul .filters {
      display: block; }
    .bottom-filter ul .filters li {
      display: block; } }
