/*
    IMPORTS
*/
/*------------------------------------*  COLORS
\*------------------------------------*/
/*------------------------------------*  GRID
\*------------------------------------*/
/*------------------------------------*  BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*  FONTS
\*------------------------------------*/
/*
    COURSES
*/
#allcourses .description-category {
  font-size: 16px;
  margin: 15px; }

#allcourses #agency-filter .check-container {
  margin-bottom: 30px;
  overflow: visible; }
  #allcourses #agency-filter .check-container .checker {
    height: 140px;
    width: 100%;
    opacity: 1;
    border: solid 2px #ededed; }
    #allcourses #agency-filter .check-container .checker:before {
      color: #fff;
      content: "\f00c";
      font-size: 12px;
      font-family: "FontAwesome", sans-serif;
      text-align: center;
      line-height: 20px;
      top: auto;
      right: 0;
      bottom: 0;
      left: auto;
      height: 36px;
      width: 36px;
      border-radius: 50%;
      border: solid 8px #fff;
      margin: 0 -10px -10px 0;
      opacity: 1;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    @media (min-width: 1201px) {
      #allcourses #agency-filter .check-container .checker:hover {
        border-color: #f5be01; } }
  #allcourses #agency-filter .check-container :checked + .checker {
    border-color: #f5be01; }
    #allcourses #agency-filter .check-container :checked + .checker:before {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  #allcourses #agency-filter .check-container label {
    background-size: contain;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; }

@media (max-width: 992px) {
  #allcourses #agency-filter {
    margin-top: 10px; } }

@media (min-width: 993px) {
  #allcourses .category-filter {
    padding: 25px 30px;
    border: solid 1px #ededed; } }

@media (max-width: 992px) {
  #allcourses .category-filter {
    margin-bottom: 30px; } }

#allcourses .category-filter .all-courses-category-radios {
  margin-top: 25px; }

@media (min-width: 660px) {
  #allcourses .product-item-container {
    width: 50%; } }

#allcourses .product-item-container .content h3 {
  padding-right: 60px; }

.test-append {
  font-size: 20px;
  height: 20px;
  background: #600;
  color: #fff;
  padding: 40px;
  text-align: center; }
  .test-append.left {
    text-align: left; }
  .test-append.right {
    text-align: right; }
