@media all and (min-width: 960px) {
  .content-header:before, .content-header:after {
    content: '';
    display: block;
    width: 120px;
    height: 470px;
    position: absolute;
    top: -10px;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
  }
  .content-header:before {
    background-image: url(../images/header-left.png);
    left: -120px;
  }
  .content-header:after {
    background-image: url(../images/header-right.png);
    right: -120px;
  }
}
@media all and (max-width: 739px) {
  div[role="main"] .landing-row:before, div[role="main"] .landing-row:after {
    content: "";
    display: table;
  }
  div[role="main"] .landing-row:after {
    clear: both;
  }
  div[role="main"] .landing-row .left {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }
  div[role="main"] .landing-row .right {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding-left: 60px;
  }

  .content-header .search-form {
    width: 50%;
  }
  .content-header:before, .content-header:after {
    display: none !important;
  }

  .primary-nav {
    position: relative;
  }
  .primary-nav > ul > li {
    position: static;
  }
  .primary-nav > ul > li > a {
    padding: 10px 20px;
    position: relative;
  }
  .primary-nav ul ul {
    left: 0;
    right: 0;
  }
  .primary-nav ul ul a {
    padding: 10px 20px;
  }

  .historyhub-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .historyhub-menu .teaser-menu-group-1 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }
  .historyhub-menu .teaser-menu-group-2,
  .historyhub-menu .teaser-menu-group-3 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }

  .page-browse .region-highlighted,
  .page-search .region-highlighted {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .page-browse .banner,
  .page-search .banner {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .page-browse div[role="main"],
  .page-search div[role="main"] {
    clear: left;
  }

  .adelaidia-pitch i {
    font-size: 120px;
    margin-left: -10px;
  }

  .footer .partners {
    float: none;
    width: 100%;
  }
  .footer .social {
    float: none;
    width: 100%;
  }
  .footer .footer-nav {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 479px) {
  .main {
    border-top: none;
  }

  .logo {
    width: 80px;
    height: 102.8px;
  }

  .content-header {
    padding: 20px 20px 0;
    height: auto;
  }
  .content-header:before, .content-header:after {
    background: none;
    width: 0;
    height: 0;
    display: table !important;
    position: static;
  }
  .content-header .search-form {
    width: 65%;
  }

  .primary-nav {
    height: auto;
    margin-right: 0;
    width: 65%;
  }
  .primary-nav:before {
    content: 'Menu';
    display: block;
    float: right;
    width: auto;
    line-height: 1.5;
    padding: 10px 0;
    font-family: "gotham_bold", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  }
  .primary-nav ul {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
  }
  .primary-nav > ul {
    display: none;
    margin-top: 40px;
  }
  .primary-nav > ul > li {
    display: block;
    float: none;
  }
  .primary-nav > ul > li > a {
    width: 100%;
    padding: 10px 0;
  }
  .primary-nav ul ul {
    visibility: visible !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    position: static;
    background-color: #3e3f41;
  }
  .primary-nav ul ul a {
    background-color: #3e3f41;
    color: white;
  }
  .primary-nav:hover > ul,
  .primary-nav > ul > li > ul {
    display: block;
  }
  .primary-nav > ul > li > a,
  .primary-nav > ul > li > a {
    background: none !important;
  }
  .primary-nav > ul > li > a:after,
  .primary-nav > ul > li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    z-index: 20;
    border-top: 10px solid #363739 !important;
  }

  .sidebar {
    padding: 30px;
  }

  .secondary-tabs .secondary-tab-button {
    padding: 10px 20px;
  }

  .footer .contact {
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  .footer .footer-main {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media all and (min-width: 740px) {
  .front .feature-1 {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    height: 440px;
  }
  .front .feature-1 .feature-image {
    height: 300px;
    width: 100%;
  }
  .front .feature-1 .feature-info {
    height: 140px;
    width: 100%;
    position: relative;
  }
  .front .feature-1 .feature-info:before, .front .feature-1 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-1 .feature-info:before {
    z-index: 1;
  }
  .front .feature-1 .feature-info:after {
    z-index: 2;
  }
  .front .feature-1 .feature-info:before, .front .feature-1 .feature-info:after {
    bottom: 100%;
    left: 50%;
  }
  .front .feature-1 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin-left: -10px;
  }
  .front .feature-1 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebecee;
    margin-left: -20px;
    border-bottom-color: #67686a;
  }
  .person .front .feature-1 .feature-info:before, .front .person .feature-1 .feature-info:before {
    border-bottom-color: #8cc74c;
  }
  .place .front .feature-1 .feature-info:before, .front .place .feature-1 .feature-info:before {
    border-bottom-color: #e70489;
  }
  .thing .front .feature-1 .feature-info:before, .front .thing .feature-1 .feature-info:before {
    border-bottom-color: #e91229;
  }
  .organisation .front .feature-1 .feature-info:before, .front .organisation .feature-1 .feature-info:before {
    border-bottom-color: #f28128;
  }
  .subject .front .feature-1 .feature-info:before, .front .subject .feature-1 .feature-info:before {
    border-bottom-color: #29aae0;
  }
  .event .front .feature-1 .feature-info:before, .front .event .feature-1 .feature-info:before {
    border-bottom-color: #fecc2c;
  }
  .story .front .feature-1 .feature-info:before, .front .story .feature-1 .feature-info:before, .collection .front .feature-1 .feature-info:before, .front .collection .feature-1 .feature-info:before {
    border-bottom-color: #119852;
  }
  .curriculum .front .feature-1 .feature-info:before, .front .curriculum .feature-1 .feature-info:before, .bibliography .front .feature-1 .feature-info:before, .front .bibliography .feature-1 .feature-info:before, .paper .front .feature-1 .feature-info:before, .front .paper .feature-1 .feature-info:before, .panorama .front .feature-1 .feature-info:before, .front .panorama .feature-1 .feature-info:before {
    border-bottom-color: #67686a;
  }

  .front .feature-2 {
    float: right;
    width: 20%;
    margin-right: 20%;
    margin-left: -40%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    height: 300px;
  }
  .front .feature-2 .feature-image {
    height: 65%;
    width: 100%;
  }
  .front .feature-2 .feature-info {
    height: 35%;
    width: 100%;
    position: relative;
  }
  .front .feature-2 .feature-info:before, .front .feature-2 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-2 .feature-info:before {
    z-index: 1;
  }
  .front .feature-2 .feature-info:after {
    z-index: 2;
  }
  .front .feature-2 .feature-info:before, .front .feature-2 .feature-info:after {
    bottom: 100%;
    left: 50%;
  }
  .front .feature-2 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin-left: -10px;
  }
  .front .feature-2 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebecee;
    margin-left: -20px;
    border-bottom-color: #67686a;
  }
  .person .front .feature-2 .feature-info:before, .front .person .feature-2 .feature-info:before {
    border-bottom-color: #8cc74c;
  }
  .place .front .feature-2 .feature-info:before, .front .place .feature-2 .feature-info:before {
    border-bottom-color: #e70489;
  }
  .thing .front .feature-2 .feature-info:before, .front .thing .feature-2 .feature-info:before {
    border-bottom-color: #e91229;
  }
  .organisation .front .feature-2 .feature-info:before, .front .organisation .feature-2 .feature-info:before {
    border-bottom-color: #f28128;
  }
  .subject .front .feature-2 .feature-info:before, .front .subject .feature-2 .feature-info:before {
    border-bottom-color: #29aae0;
  }
  .event .front .feature-2 .feature-info:before, .front .event .feature-2 .feature-info:before {
    border-bottom-color: #fecc2c;
  }
  .story .front .feature-2 .feature-info:before, .front .story .feature-2 .feature-info:before, .collection .front .feature-2 .feature-info:before, .front .collection .feature-2 .feature-info:before {
    border-bottom-color: #119852;
  }
  .curriculum .front .feature-2 .feature-info:before, .front .curriculum .feature-2 .feature-info:before, .bibliography .front .feature-2 .feature-info:before, .front .bibliography .feature-2 .feature-info:before, .paper .front .feature-2 .feature-info:before, .front .paper .feature-2 .feature-info:before, .panorama .front .feature-2 .feature-info:before, .front .panorama .feature-2 .feature-info:before {
    border-bottom-color: #67686a;
  }

  .front .feature-3 {
    float: right;
    width: 20%;
    margin-right: 0%;
    margin-left: -20%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    height: 300px;
  }
  .front .feature-3 .feature-image {
    position: absolute;
    bottom: 0;
    height: 65%;
    width: 100%;
  }
  .front .feature-3 .feature-info {
    position: relative;
    position: absolute;
    top: 0;
    height: 35%;
    width: 100%;
  }
  .front .feature-3 .feature-info:before, .front .feature-3 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-3 .feature-info:before {
    z-index: 1;
  }
  .front .feature-3 .feature-info:after {
    z-index: 2;
  }
  .front .feature-3 .feature-info:before, .front .feature-3 .feature-info:after {
    top: 100%;
    left: 50%;
  }
  .front .feature-3 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    margin-left: -10px;
  }
  .front .feature-3 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ebecee;
    margin-left: -20px;
    border-top-color: #67686a;
  }
  .person .front .feature-3 .feature-info:before, .front .person .feature-3 .feature-info:before {
    border-top-color: #8cc74c;
  }
  .place .front .feature-3 .feature-info:before, .front .place .feature-3 .feature-info:before {
    border-top-color: #e70489;
  }
  .thing .front .feature-3 .feature-info:before, .front .thing .feature-3 .feature-info:before {
    border-top-color: #e91229;
  }
  .organisation .front .feature-3 .feature-info:before, .front .organisation .feature-3 .feature-info:before {
    border-top-color: #f28128;
  }
  .subject .front .feature-3 .feature-info:before, .front .subject .feature-3 .feature-info:before {
    border-top-color: #29aae0;
  }
  .event .front .feature-3 .feature-info:before, .front .event .feature-3 .feature-info:before {
    border-top-color: #fecc2c;
  }
  .story .front .feature-3 .feature-info:before, .front .story .feature-3 .feature-info:before, .collection .front .feature-3 .feature-info:before, .front .collection .feature-3 .feature-info:before {
    border-top-color: #119852;
  }
  .curriculum .front .feature-3 .feature-info:before, .front .curriculum .feature-3 .feature-info:before, .bibliography .front .feature-3 .feature-info:before, .front .bibliography .feature-3 .feature-info:before, .paper .front .feature-3 .feature-info:before, .front .paper .feature-3 .feature-info:before, .panorama .front .feature-3 .feature-info:before, .front .panorama .feature-3 .feature-info:before {
    border-top-color: #67686a;
  }

  .front .feature-4 {
    float: right;
    width: 40%;
    margin-right: 0%;
    margin-left: -40%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: right;
    height: 140px;
  }
  .front .feature-4 .feature-image {
    height: 100%;
  }
  .front .feature-4 .feature-info {
    position: relative;
  }
  .front .feature-4 .feature-info:before, .front .feature-4 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-4 .feature-info:before {
    z-index: 1;
  }
  .front .feature-4 .feature-info:after {
    z-index: 2;
  }
  .front .feature-4 .feature-info:before, .front .feature-4 .feature-info:after {
    top: 50%;
    right: 100%;
  }
  .front .feature-4 .feature-info:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    margin-top: -10px;
  }
  .front .feature-4 .feature-info:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ebecee;
    margin-top: -20px;
    border-right-color: #67686a;
  }
  .person .front .feature-4 .feature-info:before, .front .person .feature-4 .feature-info:before {
    border-right-color: #8cc74c;
  }
  .place .front .feature-4 .feature-info:before, .front .place .feature-4 .feature-info:before {
    border-right-color: #e70489;
  }
  .thing .front .feature-4 .feature-info:before, .front .thing .feature-4 .feature-info:before {
    border-right-color: #e91229;
  }
  .organisation .front .feature-4 .feature-info:before, .front .organisation .feature-4 .feature-info:before {
    border-right-color: #f28128;
  }
  .subject .front .feature-4 .feature-info:before, .front .subject .feature-4 .feature-info:before {
    border-right-color: #29aae0;
  }
  .event .front .feature-4 .feature-info:before, .front .event .feature-4 .feature-info:before {
    border-right-color: #fecc2c;
  }
  .story .front .feature-4 .feature-info:before, .front .story .feature-4 .feature-info:before, .collection .front .feature-4 .feature-info:before, .front .collection .feature-4 .feature-info:before {
    border-right-color: #119852;
  }
  .curriculum .front .feature-4 .feature-info:before, .front .curriculum .feature-4 .feature-info:before, .bibliography .front .feature-4 .feature-info:before, .front .bibliography .feature-4 .feature-info:before, .paper .front .feature-4 .feature-info:before, .front .paper .feature-4 .feature-info:before, .panorama .front .feature-4 .feature-info:before, .front .panorama .feature-4 .feature-info:before {
    border-right-color: #67686a;
  }
  .front .feature-4 .feature-image,
  .front .feature-4 .feature-info {
    height: 100%;
    float: left;
    width: 50%;
  }

  .front .feature-2 .feature-info,
  .front .feature-3 .feature-info,
  .front .feature-4 .feature-info {
    padding: 10px 20px !important;
  }
  .front .feature-2 .feature-info .feature-description,
  .front .feature-3 .feature-info .feature-description,
  .front .feature-4 .feature-info .feature-description {
    display: none;
  }
  .front .feature-2 .feature-info .feature-title,
  .front .feature-3 .feature-info .feature-title,
  .front .feature-4 .feature-info .feature-title {
    font-size: 16px;
  }

  .not-front .feature-2,
  .not-front .feature-3 {
    height: 300px;
  }
  .not-front .feature-2 .feature-image,
  .not-front .feature-3 .feature-image {
    height: 65%;
    width: 100%;
  }
  .not-front .feature-2 .feature-info,
  .not-front .feature-3 .feature-info {
    height: 35%;
    width: 100%;
  }

  .not-front .feature-2 .feature-info,
  .not-front .feature-3 .feature-info,
  .not-front .feature-4 .feature-info {
    padding: 10px 20px !important;
  }
  .not-front .feature-2 .feature-info .feature-title,
  .not-front .feature-3 .feature-info .feature-title,
  .not-front .feature-4 .feature-info .feature-title {
    font-size: 16px;
  }

  .not-front .feature-2 {
    float: right;
    width: 50%;
    margin-right: 50%;
    margin-left: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .not-front .feature-2 .feature-info {
    position: relative;
  }
  .not-front .feature-2 .feature-info:before, .not-front .feature-2 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .not-front .feature-2 .feature-info:before {
    z-index: 1;
  }
  .not-front .feature-2 .feature-info:after {
    z-index: 2;
  }
  .not-front .feature-2 .feature-info:before, .not-front .feature-2 .feature-info:after {
    bottom: 100%;
    left: 50%;
  }
  .not-front .feature-2 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin-left: -10px;
  }
  .not-front .feature-2 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebecee;
    margin-left: -20px;
    border-bottom-color: #67686a;
  }
  .person .not-front .feature-2 .feature-info:before, .not-front .person .feature-2 .feature-info:before {
    border-bottom-color: #8cc74c;
  }
  .place .not-front .feature-2 .feature-info:before, .not-front .place .feature-2 .feature-info:before {
    border-bottom-color: #e70489;
  }
  .thing .not-front .feature-2 .feature-info:before, .not-front .thing .feature-2 .feature-info:before {
    border-bottom-color: #e91229;
  }
  .organisation .not-front .feature-2 .feature-info:before, .not-front .organisation .feature-2 .feature-info:before {
    border-bottom-color: #f28128;
  }
  .subject .not-front .feature-2 .feature-info:before, .not-front .subject .feature-2 .feature-info:before {
    border-bottom-color: #29aae0;
  }
  .event .not-front .feature-2 .feature-info:before, .not-front .event .feature-2 .feature-info:before {
    border-bottom-color: #fecc2c;
  }
  .story .not-front .feature-2 .feature-info:before, .not-front .story .feature-2 .feature-info:before, .collection .not-front .feature-2 .feature-info:before, .not-front .collection .feature-2 .feature-info:before {
    border-bottom-color: #119852;
  }
  .curriculum .not-front .feature-2 .feature-info:before, .not-front .curriculum .feature-2 .feature-info:before, .bibliography .not-front .feature-2 .feature-info:before, .not-front .bibliography .feature-2 .feature-info:before, .paper .not-front .feature-2 .feature-info:before, .not-front .paper .feature-2 .feature-info:before, .panorama .not-front .feature-2 .feature-info:before, .not-front .panorama .feature-2 .feature-info:before {
    border-bottom-color: #67686a;
  }

  .not-front .feature-3 {
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .not-front .feature-3 .feature-image {
    position: absolute;
    bottom: 0;
  }
  .not-front .feature-3 .feature-info {
    position: relative;
    position: absolute;
    top: 0;
  }
  .not-front .feature-3 .feature-info:before, .not-front .feature-3 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .not-front .feature-3 .feature-info:before {
    z-index: 1;
  }
  .not-front .feature-3 .feature-info:after {
    z-index: 2;
  }
  .not-front .feature-3 .feature-info:before, .not-front .feature-3 .feature-info:after {
    top: 100%;
    left: 50%;
  }
  .not-front .feature-3 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    margin-left: -10px;
  }
  .not-front .feature-3 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ebecee;
    margin-left: -20px;
    border-top-color: #67686a;
  }
  .person .not-front .feature-3 .feature-info:before, .not-front .person .feature-3 .feature-info:before {
    border-top-color: #8cc74c;
  }
  .place .not-front .feature-3 .feature-info:before, .not-front .place .feature-3 .feature-info:before {
    border-top-color: #e70489;
  }
  .thing .not-front .feature-3 .feature-info:before, .not-front .thing .feature-3 .feature-info:before {
    border-top-color: #e91229;
  }
  .organisation .not-front .feature-3 .feature-info:before, .not-front .organisation .feature-3 .feature-info:before {
    border-top-color: #f28128;
  }
  .subject .not-front .feature-3 .feature-info:before, .not-front .subject .feature-3 .feature-info:before {
    border-top-color: #29aae0;
  }
  .event .not-front .feature-3 .feature-info:before, .not-front .event .feature-3 .feature-info:before {
    border-top-color: #fecc2c;
  }
  .story .not-front .feature-3 .feature-info:before, .not-front .story .feature-3 .feature-info:before, .collection .not-front .feature-3 .feature-info:before, .not-front .collection .feature-3 .feature-info:before {
    border-top-color: #119852;
  }
  .curriculum .not-front .feature-3 .feature-info:before, .not-front .curriculum .feature-3 .feature-info:before, .bibliography .not-front .feature-3 .feature-info:before, .not-front .bibliography .feature-3 .feature-info:before, .paper .not-front .feature-3 .feature-info:before, .not-front .paper .feature-3 .feature-info:before, .panorama .not-front .feature-3 .feature-info:before, .not-front .panorama .feature-3 .feature-info:before {
    border-top-color: #67686a;
  }

  .not-front .feature-4 {
    float: right;
    width: 100%;
    margin-right: 0%;
    margin-left: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: right;
    height: 140px;
  }
  .not-front .feature-4 .feature-image {
    height: 100%;
  }
  .not-front .feature-4 .feature-info {
    position: relative;
  }
  .not-front .feature-4 .feature-info:before, .not-front .feature-4 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .not-front .feature-4 .feature-info:before {
    z-index: 1;
  }
  .not-front .feature-4 .feature-info:after {
    z-index: 2;
  }
  .not-front .feature-4 .feature-info:before, .not-front .feature-4 .feature-info:after {
    top: 50%;
    right: 100%;
  }
  .not-front .feature-4 .feature-info:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    margin-top: -10px;
  }
  .not-front .feature-4 .feature-info:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ebecee;
    margin-top: -20px;
    border-right-color: #67686a;
  }
  .person .not-front .feature-4 .feature-info:before, .not-front .person .feature-4 .feature-info:before {
    border-right-color: #8cc74c;
  }
  .place .not-front .feature-4 .feature-info:before, .not-front .place .feature-4 .feature-info:before {
    border-right-color: #e70489;
  }
  .thing .not-front .feature-4 .feature-info:before, .not-front .thing .feature-4 .feature-info:before {
    border-right-color: #e91229;
  }
  .organisation .not-front .feature-4 .feature-info:before, .not-front .organisation .feature-4 .feature-info:before {
    border-right-color: #f28128;
  }
  .subject .not-front .feature-4 .feature-info:before, .not-front .subject .feature-4 .feature-info:before {
    border-right-color: #29aae0;
  }
  .event .not-front .feature-4 .feature-info:before, .not-front .event .feature-4 .feature-info:before {
    border-right-color: #fecc2c;
  }
  .story .not-front .feature-4 .feature-info:before, .not-front .story .feature-4 .feature-info:before, .collection .not-front .feature-4 .feature-info:before, .not-front .collection .feature-4 .feature-info:before {
    border-right-color: #119852;
  }
  .curriculum .not-front .feature-4 .feature-info:before, .not-front .curriculum .feature-4 .feature-info:before, .bibliography .not-front .feature-4 .feature-info:before, .not-front .bibliography .feature-4 .feature-info:before, .paper .not-front .feature-4 .feature-info:before, .not-front .paper .feature-4 .feature-info:before, .panorama .not-front .feature-4 .feature-info:before, .not-front .panorama .feature-4 .feature-info:before {
    border-right-color: #67686a;
  }
  .not-front .feature-4 .feature-image,
  .not-front .feature-4 .feature-info {
    height: 100%;
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 480px) and (max-width: 739px) {
  .features .feature-image {
    min-height: 50%;
  }
  .features .feature-info .feature-type {
    font-size: 11px;
  }
  .features .feature-info .feature-description {
    font-size: 12px;
  }

  .front .feature-1 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    height: 300px;
  }
  .front .feature-1 .feature-image {
    height: 180px;
    width: 100%;
  }
  .front .feature-1 .feature-info {
    height: 120px;
    width: 100%;
    position: relative;
  }
  .front .feature-1 .feature-info:before, .front .feature-1 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-1 .feature-info:before {
    z-index: 1;
  }
  .front .feature-1 .feature-info:after {
    z-index: 2;
  }
  .front .feature-1 .feature-info:before, .front .feature-1 .feature-info:after {
    bottom: 100%;
    left: 50%;
  }
  .front .feature-1 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin-left: -10px;
  }
  .front .feature-1 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebecee;
    margin-left: -20px;
    border-bottom-color: #67686a;
  }
  .person .front .feature-1 .feature-info:before, .front .person .feature-1 .feature-info:before {
    border-bottom-color: #8cc74c;
  }
  .place .front .feature-1 .feature-info:before, .front .place .feature-1 .feature-info:before {
    border-bottom-color: #e70489;
  }
  .thing .front .feature-1 .feature-info:before, .front .thing .feature-1 .feature-info:before {
    border-bottom-color: #e91229;
  }
  .organisation .front .feature-1 .feature-info:before, .front .organisation .feature-1 .feature-info:before {
    border-bottom-color: #f28128;
  }
  .subject .front .feature-1 .feature-info:before, .front .subject .feature-1 .feature-info:before {
    border-bottom-color: #29aae0;
  }
  .event .front .feature-1 .feature-info:before, .front .event .feature-1 .feature-info:before {
    border-bottom-color: #fecc2c;
  }
  .story .front .feature-1 .feature-info:before, .front .story .feature-1 .feature-info:before, .collection .front .feature-1 .feature-info:before, .front .collection .feature-1 .feature-info:before {
    border-bottom-color: #119852;
  }
  .curriculum .front .feature-1 .feature-info:before, .front .curriculum .feature-1 .feature-info:before, .bibliography .front .feature-1 .feature-info:before, .front .bibliography .feature-1 .feature-info:before, .paper .front .feature-1 .feature-info:before, .front .paper .feature-1 .feature-info:before, .panorama .front .feature-1 .feature-info:before, .front .panorama .feature-1 .feature-info:before {
    border-bottom-color: #67686a;
  }

  .front .feature-2 {
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    height: 200px;
  }
  .front .feature-2 .feature-image {
    height: 50%;
    width: 100%;
  }
  .front .feature-2 .feature-info {
    height: 50%;
    width: 100%;
    position: relative;
  }
  .front .feature-2 .feature-info:before, .front .feature-2 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-2 .feature-info:before {
    z-index: 1;
  }
  .front .feature-2 .feature-info:after {
    z-index: 2;
  }
  .front .feature-2 .feature-info:before, .front .feature-2 .feature-info:after {
    bottom: 100%;
    left: 50%;
  }
  .front .feature-2 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin-left: -10px;
  }
  .front .feature-2 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebecee;
    margin-left: -20px;
    border-bottom-color: #67686a;
  }
  .person .front .feature-2 .feature-info:before, .front .person .feature-2 .feature-info:before {
    border-bottom-color: #8cc74c;
  }
  .place .front .feature-2 .feature-info:before, .front .place .feature-2 .feature-info:before {
    border-bottom-color: #e70489;
  }
  .thing .front .feature-2 .feature-info:before, .front .thing .feature-2 .feature-info:before {
    border-bottom-color: #e91229;
  }
  .organisation .front .feature-2 .feature-info:before, .front .organisation .feature-2 .feature-info:before {
    border-bottom-color: #f28128;
  }
  .subject .front .feature-2 .feature-info:before, .front .subject .feature-2 .feature-info:before {
    border-bottom-color: #29aae0;
  }
  .event .front .feature-2 .feature-info:before, .front .event .feature-2 .feature-info:before {
    border-bottom-color: #fecc2c;
  }
  .story .front .feature-2 .feature-info:before, .front .story .feature-2 .feature-info:before, .collection .front .feature-2 .feature-info:before, .front .collection .feature-2 .feature-info:before {
    border-bottom-color: #119852;
  }
  .curriculum .front .feature-2 .feature-info:before, .front .curriculum .feature-2 .feature-info:before, .bibliography .front .feature-2 .feature-info:before, .front .bibliography .feature-2 .feature-info:before, .paper .front .feature-2 .feature-info:before, .front .paper .feature-2 .feature-info:before, .panorama .front .feature-2 .feature-info:before, .front .panorama .feature-2 .feature-info:before {
    border-bottom-color: #67686a;
  }

  .front .feature-3 {
    float: right;
    width: 33.33333%;
    margin-right: 33.33333%;
    margin-left: -66.66667%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    height: 200px;
  }
  .front .feature-3 .feature-image {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
  }
  .front .feature-3 .feature-info {
    position: relative;
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
  }
  .front .feature-3 .feature-info:before, .front .feature-3 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-3 .feature-info:before {
    z-index: 1;
  }
  .front .feature-3 .feature-info:after {
    z-index: 2;
  }
  .front .feature-3 .feature-info:before, .front .feature-3 .feature-info:after {
    top: 100%;
    left: 50%;
  }
  .front .feature-3 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    margin-left: -10px;
  }
  .front .feature-3 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ebecee;
    margin-left: -20px;
    border-top-color: #67686a;
  }
  .person .front .feature-3 .feature-info:before, .front .person .feature-3 .feature-info:before {
    border-top-color: #8cc74c;
  }
  .place .front .feature-3 .feature-info:before, .front .place .feature-3 .feature-info:before {
    border-top-color: #e70489;
  }
  .thing .front .feature-3 .feature-info:before, .front .thing .feature-3 .feature-info:before {
    border-top-color: #e91229;
  }
  .organisation .front .feature-3 .feature-info:before, .front .organisation .feature-3 .feature-info:before {
    border-top-color: #f28128;
  }
  .subject .front .feature-3 .feature-info:before, .front .subject .feature-3 .feature-info:before {
    border-top-color: #29aae0;
  }
  .event .front .feature-3 .feature-info:before, .front .event .feature-3 .feature-info:before {
    border-top-color: #fecc2c;
  }
  .story .front .feature-3 .feature-info:before, .front .story .feature-3 .feature-info:before, .collection .front .feature-3 .feature-info:before, .front .collection .feature-3 .feature-info:before {
    border-top-color: #119852;
  }
  .curriculum .front .feature-3 .feature-info:before, .front .curriculum .feature-3 .feature-info:before, .bibliography .front .feature-3 .feature-info:before, .front .bibliography .feature-3 .feature-info:before, .paper .front .feature-3 .feature-info:before, .front .paper .feature-3 .feature-info:before, .panorama .front .feature-3 .feature-info:before, .front .panorama .feature-3 .feature-info:before {
    border-top-color: #67686a;
  }

  .front .feature-4 {
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -33.33333%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    height: 200px;
  }
  .front .feature-4 .feature-image {
    height: 50%;
    width: 100%;
  }
  .front .feature-4 .feature-info {
    height: 50%;
    width: 100%;
    position: relative;
  }
  .front .feature-4 .feature-info:before, .front .feature-4 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-4 .feature-info:before {
    z-index: 1;
  }
  .front .feature-4 .feature-info:after {
    z-index: 2;
  }
  .front .feature-4 .feature-info:before, .front .feature-4 .feature-info:after {
    bottom: 100%;
    left: 50%;
  }
  .front .feature-4 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin-left: -10px;
  }
  .front .feature-4 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebecee;
    margin-left: -20px;
    border-bottom-color: #67686a;
  }
  .person .front .feature-4 .feature-info:before, .front .person .feature-4 .feature-info:before {
    border-bottom-color: #8cc74c;
  }
  .place .front .feature-4 .feature-info:before, .front .place .feature-4 .feature-info:before {
    border-bottom-color: #e70489;
  }
  .thing .front .feature-4 .feature-info:before, .front .thing .feature-4 .feature-info:before {
    border-bottom-color: #e91229;
  }
  .organisation .front .feature-4 .feature-info:before, .front .organisation .feature-4 .feature-info:before {
    border-bottom-color: #f28128;
  }
  .subject .front .feature-4 .feature-info:before, .front .subject .feature-4 .feature-info:before {
    border-bottom-color: #29aae0;
  }
  .event .front .feature-4 .feature-info:before, .front .event .feature-4 .feature-info:before {
    border-bottom-color: #fecc2c;
  }
  .story .front .feature-4 .feature-info:before, .front .story .feature-4 .feature-info:before, .collection .front .feature-4 .feature-info:before, .front .collection .feature-4 .feature-info:before {
    border-bottom-color: #119852;
  }
  .curriculum .front .feature-4 .feature-info:before, .front .curriculum .feature-4 .feature-info:before, .bibliography .front .feature-4 .feature-info:before, .front .bibliography .feature-4 .feature-info:before, .paper .front .feature-4 .feature-info:before, .front .paper .feature-4 .feature-info:before, .panorama .front .feature-4 .feature-info:before, .front .panorama .feature-4 .feature-info:before {
    border-bottom-color: #67686a;
  }

  .front .feature-2 .feature-info,
  .front .feature-3 .feature-info,
  .front .feature-4 .feature-info {
    padding: 10px 20px !important;
  }
  .front .feature-2 .feature-info .feature-description,
  .front .feature-3 .feature-info .feature-description,
  .front .feature-4 .feature-info .feature-description {
    display: none;
  }
  .front .feature-2 .feature-info .feature-title,
  .front .feature-3 .feature-info .feature-title,
  .front .feature-4 .feature-info .feature-title {
    font-size: 16px;
  }

  .front .feature-4 {
    clear: none !important;
  }

  .not-front .feature-4, .not-front .feature-2,
  .not-front .feature-3 {
    float: none;
    display: block;
    margin: 0 !important;
    height: 140px;
    width: 100% !important;
  }
  .not-front .feature-4 .feature-image, .not-front .feature-2 .feature-image,
  .not-front .feature-3 .feature-image {
    height: 100%;
  }
  .not-front .feature-4 .feature-image, .not-front .feature-2 .feature-image,
  .not-front .feature-4 .feature-info,
  .not-front .feature-2 .feature-info,
  .not-front .feature-3 .feature-image,
  .not-front .feature-3 .feature-info {
    height: 100%;
    width: 50%;
  }
  .not-front .feature-4 .feature-info, .not-front .feature-2 .feature-info,
  .not-front .feature-3 .feature-info {
    padding: 10px 10px !important;
  }
  .not-front .feature-4 .feature-info .feature-title, .not-front .feature-2 .feature-info .feature-title,
  .not-front .feature-3 .feature-info .feature-title {
    font-size: 14px;
  }

  .not-front .feature-4 .feature-info, .not-front .feature-2 .feature-info {
    position: relative;
  }
  .not-front .feature-4 .feature-info:before, .not-front .feature-2 .feature-info:before, .not-front .feature-4 .feature-info:after, .not-front .feature-2 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .not-front .feature-4 .feature-info:before, .not-front .feature-2 .feature-info:before {
    z-index: 1;
  }
  .not-front .feature-4 .feature-info:after, .not-front .feature-2 .feature-info:after {
    z-index: 2;
  }
  .not-front .feature-4 .feature-info:before, .not-front .feature-2 .feature-info:before, .not-front .feature-4 .feature-info:after, .not-front .feature-2 .feature-info:after {
    top: 50%;
    right: 100%;
  }
  .not-front .feature-4 .feature-info:after, .not-front .feature-2 .feature-info:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    margin-top: -10px;
  }
  .not-front .feature-4 .feature-info:before, .not-front .feature-2 .feature-info:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ebecee;
    margin-top: -20px;
    border-right-color: #67686a;
  }
  .person .not-front .feature-4 .feature-info:before, .not-front .person .feature-4 .feature-info:before, .person .not-front .feature-2 .feature-info:before, .not-front .person .feature-2 .feature-info:before {
    border-right-color: #8cc74c;
  }
  .place .not-front .feature-4 .feature-info:before, .not-front .place .feature-4 .feature-info:before, .place .not-front .feature-2 .feature-info:before, .not-front .place .feature-2 .feature-info:before {
    border-right-color: #e70489;
  }
  .thing .not-front .feature-4 .feature-info:before, .not-front .thing .feature-4 .feature-info:before, .thing .not-front .feature-2 .feature-info:before, .not-front .thing .feature-2 .feature-info:before {
    border-right-color: #e91229;
  }
  .organisation .not-front .feature-4 .feature-info:before, .not-front .organisation .feature-4 .feature-info:before, .organisation .not-front .feature-2 .feature-info:before, .not-front .organisation .feature-2 .feature-info:before {
    border-right-color: #f28128;
  }
  .subject .not-front .feature-4 .feature-info:before, .not-front .subject .feature-4 .feature-info:before, .subject .not-front .feature-2 .feature-info:before, .not-front .subject .feature-2 .feature-info:before {
    border-right-color: #29aae0;
  }
  .event .not-front .feature-4 .feature-info:before, .not-front .event .feature-4 .feature-info:before, .event .not-front .feature-2 .feature-info:before, .not-front .event .feature-2 .feature-info:before {
    border-right-color: #fecc2c;
  }
  .story .not-front .feature-4 .feature-info:before, .not-front .story .feature-4 .feature-info:before, .story .not-front .feature-2 .feature-info:before, .not-front .story .feature-2 .feature-info:before, .collection .not-front .feature-4 .feature-info:before, .not-front .collection .feature-4 .feature-info:before, .collection .not-front .feature-2 .feature-info:before, .not-front .collection .feature-2 .feature-info:before {
    border-right-color: #119852;
  }
  .curriculum .not-front .feature-4 .feature-info:before, .not-front .curriculum .feature-4 .feature-info:before, .curriculum .not-front .feature-2 .feature-info:before, .not-front .curriculum .feature-2 .feature-info:before, .bibliography .not-front .feature-4 .feature-info:before, .not-front .bibliography .feature-4 .feature-info:before, .bibliography .not-front .feature-2 .feature-info:before, .not-front .bibliography .feature-2 .feature-info:before, .paper .not-front .feature-4 .feature-info:before, .not-front .paper .feature-4 .feature-info:before, .paper .not-front .feature-2 .feature-info:before, .not-front .paper .feature-2 .feature-info:before, .panorama .not-front .feature-4 .feature-info:before, .not-front .panorama .feature-4 .feature-info:before, .panorama .not-front .feature-2 .feature-info:before, .not-front .panorama .feature-2 .feature-info:before {
    border-right-color: #67686a;
  }
  .not-front .feature-4 .feature-image, .not-front .feature-2 .feature-image,
  .not-front .feature-4 .feature-info,
  .not-front .feature-2 .feature-info {
    float: left;
  }

  .not-front .feature-3 .feature-info {
    position: relative;
  }
  .not-front .feature-3 .feature-info:before, .not-front .feature-3 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .not-front .feature-3 .feature-info:before {
    z-index: 1;
  }
  .not-front .feature-3 .feature-info:after {
    z-index: 2;
  }
  .not-front .feature-3 .feature-info:before, .not-front .feature-3 .feature-info:after {
    top: 50%;
    left: 100%;
  }
  .not-front .feature-3 .feature-info:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    margin-top: -10px;
  }
  .not-front .feature-3 .feature-info:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ebecee;
    margin-top: -20px;
    border-left-color: #67686a;
  }
  .person .not-front .feature-3 .feature-info:before, .not-front .person .feature-3 .feature-info:before {
    border-left-color: #8cc74c;
  }
  .place .not-front .feature-3 .feature-info:before, .not-front .place .feature-3 .feature-info:before {
    border-left-color: #e70489;
  }
  .thing .not-front .feature-3 .feature-info:before, .not-front .thing .feature-3 .feature-info:before {
    border-left-color: #e91229;
  }
  .organisation .not-front .feature-3 .feature-info:before, .not-front .organisation .feature-3 .feature-info:before {
    border-left-color: #f28128;
  }
  .subject .not-front .feature-3 .feature-info:before, .not-front .subject .feature-3 .feature-info:before {
    border-left-color: #29aae0;
  }
  .event .not-front .feature-3 .feature-info:before, .not-front .event .feature-3 .feature-info:before {
    border-left-color: #fecc2c;
  }
  .story .not-front .feature-3 .feature-info:before, .not-front .story .feature-3 .feature-info:before, .collection .not-front .feature-3 .feature-info:before, .not-front .collection .feature-3 .feature-info:before {
    border-left-color: #119852;
  }
  .curriculum .not-front .feature-3 .feature-info:before, .not-front .curriculum .feature-3 .feature-info:before, .bibliography .not-front .feature-3 .feature-info:before, .not-front .bibliography .feature-3 .feature-info:before, .paper .not-front .feature-3 .feature-info:before, .not-front .paper .feature-3 .feature-info:before, .panorama .not-front .feature-3 .feature-info:before, .not-front .panorama .feature-3 .feature-info:before {
    border-left-color: #67686a;
  }
  .not-front .feature-3 .feature-image,
  .not-front .feature-3 .feature-info {
    float: right;
  }
}
@media all and (max-width: 479px) {
  .features .feature-image {
    min-height: 50%;
  }
  .features .feature-info .feature-type {
    font-size: 11px;
  }
  .features .feature-info .feature-description {
    font-size: 12px;
  }

  .feature-title {
    font-size: 16px;
  }

  .front .feature-1 {
    float: right;
    width: 50%;
    margin-right: 50%;
    margin-left: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    height: 200px;
  }
  .front .feature-1 .feature-image {
    height: 50%;
    width: 100%;
  }
  .front .feature-1 .feature-info {
    height: 50%;
    width: 100%;
    position: relative;
  }
  .front .feature-1 .feature-info:before, .front .feature-1 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-1 .feature-info:before {
    z-index: 1;
  }
  .front .feature-1 .feature-info:after {
    z-index: 2;
  }
  .front .feature-1 .feature-info:before, .front .feature-1 .feature-info:after {
    bottom: 100%;
    left: 50%;
  }
  .front .feature-1 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin-left: -10px;
  }
  .front .feature-1 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebecee;
    margin-left: -20px;
    border-bottom-color: #67686a;
  }
  .person .front .feature-1 .feature-info:before, .front .person .feature-1 .feature-info:before {
    border-bottom-color: #8cc74c;
  }
  .place .front .feature-1 .feature-info:before, .front .place .feature-1 .feature-info:before {
    border-bottom-color: #e70489;
  }
  .thing .front .feature-1 .feature-info:before, .front .thing .feature-1 .feature-info:before {
    border-bottom-color: #e91229;
  }
  .organisation .front .feature-1 .feature-info:before, .front .organisation .feature-1 .feature-info:before {
    border-bottom-color: #f28128;
  }
  .subject .front .feature-1 .feature-info:before, .front .subject .feature-1 .feature-info:before {
    border-bottom-color: #29aae0;
  }
  .event .front .feature-1 .feature-info:before, .front .event .feature-1 .feature-info:before {
    border-bottom-color: #fecc2c;
  }
  .story .front .feature-1 .feature-info:before, .front .story .feature-1 .feature-info:before, .collection .front .feature-1 .feature-info:before, .front .collection .feature-1 .feature-info:before {
    border-bottom-color: #119852;
  }
  .curriculum .front .feature-1 .feature-info:before, .front .curriculum .feature-1 .feature-info:before, .bibliography .front .feature-1 .feature-info:before, .front .bibliography .feature-1 .feature-info:before, .paper .front .feature-1 .feature-info:before, .front .paper .feature-1 .feature-info:before, .panorama .front .feature-1 .feature-info:before, .front .panorama .feature-1 .feature-info:before {
    border-bottom-color: #67686a;
  }

  .front .feature-2 {
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    height: 200px;
  }
  .front .feature-2 .feature-image {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
  }
  .front .feature-2 .feature-info {
    position: relative;
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
  }
  .front .feature-2 .feature-info:before, .front .feature-2 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-2 .feature-info:before {
    z-index: 1;
  }
  .front .feature-2 .feature-info:after {
    z-index: 2;
  }
  .front .feature-2 .feature-info:before, .front .feature-2 .feature-info:after {
    top: 100%;
    left: 50%;
  }
  .front .feature-2 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    margin-left: -10px;
  }
  .front .feature-2 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ebecee;
    margin-left: -20px;
    border-top-color: #67686a;
  }
  .person .front .feature-2 .feature-info:before, .front .person .feature-2 .feature-info:before {
    border-top-color: #8cc74c;
  }
  .place .front .feature-2 .feature-info:before, .front .place .feature-2 .feature-info:before {
    border-top-color: #e70489;
  }
  .thing .front .feature-2 .feature-info:before, .front .thing .feature-2 .feature-info:before {
    border-top-color: #e91229;
  }
  .organisation .front .feature-2 .feature-info:before, .front .organisation .feature-2 .feature-info:before {
    border-top-color: #f28128;
  }
  .subject .front .feature-2 .feature-info:before, .front .subject .feature-2 .feature-info:before {
    border-top-color: #29aae0;
  }
  .event .front .feature-2 .feature-info:before, .front .event .feature-2 .feature-info:before {
    border-top-color: #fecc2c;
  }
  .story .front .feature-2 .feature-info:before, .front .story .feature-2 .feature-info:before, .collection .front .feature-2 .feature-info:before, .front .collection .feature-2 .feature-info:before {
    border-top-color: #119852;
  }
  .curriculum .front .feature-2 .feature-info:before, .front .curriculum .feature-2 .feature-info:before, .bibliography .front .feature-2 .feature-info:before, .front .bibliography .feature-2 .feature-info:before, .paper .front .feature-2 .feature-info:before, .front .paper .feature-2 .feature-info:before, .panorama .front .feature-2 .feature-info:before, .front .panorama .feature-2 .feature-info:before {
    border-top-color: #67686a;
  }

  .front .feature-3 {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: right;
    height: 200px;
  }
  .front .feature-3 .feature-image {
    height: 50%;
    width: 100%;
  }
  .front .feature-3 .feature-info {
    height: 50%;
    width: 100%;
    position: relative;
  }
  .front .feature-3 .feature-info:before, .front .feature-3 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-3 .feature-info:before {
    z-index: 1;
  }
  .front .feature-3 .feature-info:after {
    z-index: 2;
  }
  .front .feature-3 .feature-info:before, .front .feature-3 .feature-info:after {
    bottom: 100%;
    left: 50%;
  }
  .front .feature-3 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin-left: -10px;
  }
  .front .feature-3 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebecee;
    margin-left: -20px;
    border-bottom-color: #67686a;
  }
  .person .front .feature-3 .feature-info:before, .front .person .feature-3 .feature-info:before {
    border-bottom-color: #8cc74c;
  }
  .place .front .feature-3 .feature-info:before, .front .place .feature-3 .feature-info:before {
    border-bottom-color: #e70489;
  }
  .thing .front .feature-3 .feature-info:before, .front .thing .feature-3 .feature-info:before {
    border-bottom-color: #e91229;
  }
  .organisation .front .feature-3 .feature-info:before, .front .organisation .feature-3 .feature-info:before {
    border-bottom-color: #f28128;
  }
  .subject .front .feature-3 .feature-info:before, .front .subject .feature-3 .feature-info:before {
    border-bottom-color: #29aae0;
  }
  .event .front .feature-3 .feature-info:before, .front .event .feature-3 .feature-info:before {
    border-bottom-color: #fecc2c;
  }
  .story .front .feature-3 .feature-info:before, .front .story .feature-3 .feature-info:before, .collection .front .feature-3 .feature-info:before, .front .collection .feature-3 .feature-info:before {
    border-bottom-color: #119852;
  }
  .curriculum .front .feature-3 .feature-info:before, .front .curriculum .feature-3 .feature-info:before, .bibliography .front .feature-3 .feature-info:before, .front .bibliography .feature-3 .feature-info:before, .paper .front .feature-3 .feature-info:before, .front .paper .feature-3 .feature-info:before, .panorama .front .feature-3 .feature-info:before, .front .panorama .feature-3 .feature-info:before {
    border-bottom-color: #67686a;
  }

  .front .feature-4 {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    height: 200px;
  }
  .front .feature-4 .feature-image {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
  }
  .front .feature-4 .feature-info {
    position: relative;
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
  }
  .front .feature-4 .feature-info:before, .front .feature-4 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .front .feature-4 .feature-info:before {
    z-index: 1;
  }
  .front .feature-4 .feature-info:after {
    z-index: 2;
  }
  .front .feature-4 .feature-info:before, .front .feature-4 .feature-info:after {
    top: 100%;
    left: 50%;
  }
  .front .feature-4 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    margin-left: -10px;
  }
  .front .feature-4 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ebecee;
    margin-left: -20px;
    border-top-color: #67686a;
  }
  .person .front .feature-4 .feature-info:before, .front .person .feature-4 .feature-info:before {
    border-top-color: #8cc74c;
  }
  .place .front .feature-4 .feature-info:before, .front .place .feature-4 .feature-info:before {
    border-top-color: #e70489;
  }
  .thing .front .feature-4 .feature-info:before, .front .thing .feature-4 .feature-info:before {
    border-top-color: #e91229;
  }
  .organisation .front .feature-4 .feature-info:before, .front .organisation .feature-4 .feature-info:before {
    border-top-color: #f28128;
  }
  .subject .front .feature-4 .feature-info:before, .front .subject .feature-4 .feature-info:before {
    border-top-color: #29aae0;
  }
  .event .front .feature-4 .feature-info:before, .front .event .feature-4 .feature-info:before {
    border-top-color: #fecc2c;
  }
  .story .front .feature-4 .feature-info:before, .front .story .feature-4 .feature-info:before, .collection .front .feature-4 .feature-info:before, .front .collection .feature-4 .feature-info:before {
    border-top-color: #119852;
  }
  .curriculum .front .feature-4 .feature-info:before, .front .curriculum .feature-4 .feature-info:before, .bibliography .front .feature-4 .feature-info:before, .front .bibliography .feature-4 .feature-info:before, .paper .front .feature-4 .feature-info:before, .front .paper .feature-4 .feature-info:before, .panorama .front .feature-4 .feature-info:before, .front .panorama .feature-4 .feature-info:before {
    border-top-color: #67686a;
  }

  .front .feature-1 .feature-info,
  .front .feature-2 .feature-info,
  .front .feature-3 .feature-info,
  .front .feature-4 .feature-info {
    padding: 10px 10px !important;
  }
  .front .feature-1 .feature-info .feature-description,
  .front .feature-2 .feature-info .feature-description,
  .front .feature-3 .feature-info .feature-description,
  .front .feature-4 .feature-info .feature-description {
    display: none;
  }
  .front .feature-1 .feature-info .feature-title,
  .front .feature-2 .feature-info .feature-title,
  .front .feature-3 .feature-info .feature-title,
  .front .feature-4 .feature-info .feature-title {
    font-size: 16px;
  }

  .front .feature-4 {
    clear: none !important;
  }

  .not-front .region-highlighted {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: none;
  }

  .not-front .feature-2,
  .not-front .feature-3,
  .not-front .feature-4 {
    clear: none;
    height: 300px;
  }
  .not-front .feature-2 .feature-image,
  .not-front .feature-2 .feature-info,
  .not-front .feature-3 .feature-image,
  .not-front .feature-3 .feature-info,
  .not-front .feature-4 .feature-image,
  .not-front .feature-4 .feature-info {
    height: 50%;
    width: 100%;
    position: static;
  }
  .not-front .feature-2 .feature-info,
  .not-front .feature-3 .feature-info,
  .not-front .feature-4 .feature-info {
    padding: 10px 10px !important;
  }
  .not-front .feature-2 .feature-info .feature-title,
  .not-front .feature-3 .feature-info .feature-title,
  .not-front .feature-4 .feature-info .feature-title {
    font-size: 14px;
  }

  .not-front .feature-2 {
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .not-front .feature-2 .feature-info {
    position: relative;
  }
  .not-front .feature-2 .feature-info:before, .not-front .feature-2 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .not-front .feature-2 .feature-info:before {
    z-index: 1;
  }
  .not-front .feature-2 .feature-info:after {
    z-index: 2;
  }
  .not-front .feature-2 .feature-info:before, .not-front .feature-2 .feature-info:after {
    bottom: 100%;
    left: 50%;
  }
  .not-front .feature-2 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin-left: -10px;
  }
  .not-front .feature-2 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebecee;
    margin-left: -20px;
    border-bottom-color: #67686a;
  }
  .person .not-front .feature-2 .feature-info:before, .not-front .person .feature-2 .feature-info:before {
    border-bottom-color: #8cc74c;
  }
  .place .not-front .feature-2 .feature-info:before, .not-front .place .feature-2 .feature-info:before {
    border-bottom-color: #e70489;
  }
  .thing .not-front .feature-2 .feature-info:before, .not-front .thing .feature-2 .feature-info:before {
    border-bottom-color: #e91229;
  }
  .organisation .not-front .feature-2 .feature-info:before, .not-front .organisation .feature-2 .feature-info:before {
    border-bottom-color: #f28128;
  }
  .subject .not-front .feature-2 .feature-info:before, .not-front .subject .feature-2 .feature-info:before {
    border-bottom-color: #29aae0;
  }
  .event .not-front .feature-2 .feature-info:before, .not-front .event .feature-2 .feature-info:before {
    border-bottom-color: #fecc2c;
  }
  .story .not-front .feature-2 .feature-info:before, .not-front .story .feature-2 .feature-info:before, .collection .not-front .feature-2 .feature-info:before, .not-front .collection .feature-2 .feature-info:before {
    border-bottom-color: #119852;
  }
  .curriculum .not-front .feature-2 .feature-info:before, .not-front .curriculum .feature-2 .feature-info:before, .bibliography .not-front .feature-2 .feature-info:before, .not-front .bibliography .feature-2 .feature-info:before, .paper .not-front .feature-2 .feature-info:before, .not-front .paper .feature-2 .feature-info:before, .panorama .not-front .feature-2 .feature-info:before, .not-front .panorama .feature-2 .feature-info:before {
    border-bottom-color: #67686a;
  }

  .not-front .feature-3 {
    float: right;
    width: 33.33333%;
    margin-right: 33.33333%;
    margin-left: -66.66667%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .not-front .feature-3 .feature-image {
    position: absolute;
    bottom: 0;
  }
  .not-front .feature-3 .feature-info {
    position: relative;
    position: absolute;
    top: 0;
  }
  .not-front .feature-3 .feature-info:before, .not-front .feature-3 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .not-front .feature-3 .feature-info:before {
    z-index: 1;
  }
  .not-front .feature-3 .feature-info:after {
    z-index: 2;
  }
  .not-front .feature-3 .feature-info:before, .not-front .feature-3 .feature-info:after {
    top: 100%;
    left: 50%;
  }
  .not-front .feature-3 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    margin-left: -10px;
  }
  .not-front .feature-3 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ebecee;
    margin-left: -20px;
    border-top-color: #67686a;
  }
  .person .not-front .feature-3 .feature-info:before, .not-front .person .feature-3 .feature-info:before {
    border-top-color: #8cc74c;
  }
  .place .not-front .feature-3 .feature-info:before, .not-front .place .feature-3 .feature-info:before {
    border-top-color: #e70489;
  }
  .thing .not-front .feature-3 .feature-info:before, .not-front .thing .feature-3 .feature-info:before {
    border-top-color: #e91229;
  }
  .organisation .not-front .feature-3 .feature-info:before, .not-front .organisation .feature-3 .feature-info:before {
    border-top-color: #f28128;
  }
  .subject .not-front .feature-3 .feature-info:before, .not-front .subject .feature-3 .feature-info:before {
    border-top-color: #29aae0;
  }
  .event .not-front .feature-3 .feature-info:before, .not-front .event .feature-3 .feature-info:before {
    border-top-color: #fecc2c;
  }
  .story .not-front .feature-3 .feature-info:before, .not-front .story .feature-3 .feature-info:before, .collection .not-front .feature-3 .feature-info:before, .not-front .collection .feature-3 .feature-info:before {
    border-top-color: #119852;
  }
  .curriculum .not-front .feature-3 .feature-info:before, .not-front .curriculum .feature-3 .feature-info:before, .bibliography .not-front .feature-3 .feature-info:before, .not-front .bibliography .feature-3 .feature-info:before, .paper .not-front .feature-3 .feature-info:before, .not-front .paper .feature-3 .feature-info:before, .panorama .not-front .feature-3 .feature-info:before, .not-front .panorama .feature-3 .feature-info:before {
    border-top-color: #67686a;
  }

  .not-front .feature-4 {
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -33.33333%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .not-front .feature-4 .feature-info {
    position: relative;
  }
  .not-front .feature-4 .feature-info:before, .not-front .feature-4 .feature-info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  .not-front .feature-4 .feature-info:before {
    z-index: 1;
  }
  .not-front .feature-4 .feature-info:after {
    z-index: 2;
  }
  .not-front .feature-4 .feature-info:before, .not-front .feature-4 .feature-info:after {
    bottom: 100%;
    left: 50%;
  }
  .not-front .feature-4 .feature-info:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin-left: -10px;
  }
  .not-front .feature-4 .feature-info:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ebecee;
    margin-left: -20px;
    border-bottom-color: #67686a;
  }
  .person .not-front .feature-4 .feature-info:before, .not-front .person .feature-4 .feature-info:before {
    border-bottom-color: #8cc74c;
  }
  .place .not-front .feature-4 .feature-info:before, .not-front .place .feature-4 .feature-info:before {
    border-bottom-color: #e70489;
  }
  .thing .not-front .feature-4 .feature-info:before, .not-front .thing .feature-4 .feature-info:before {
    border-bottom-color: #e91229;
  }
  .organisation .not-front .feature-4 .feature-info:before, .not-front .organisation .feature-4 .feature-info:before {
    border-bottom-color: #f28128;
  }
  .subject .not-front .feature-4 .feature-info:before, .not-front .subject .feature-4 .feature-info:before {
    border-bottom-color: #29aae0;
  }
  .event .not-front .feature-4 .feature-info:before, .not-front .event .feature-4 .feature-info:before {
    border-bottom-color: #fecc2c;
  }
  .story .not-front .feature-4 .feature-info:before, .not-front .story .feature-4 .feature-info:before, .collection .not-front .feature-4 .feature-info:before, .not-front .collection .feature-4 .feature-info:before {
    border-bottom-color: #119852;
  }
  .curriculum .not-front .feature-4 .feature-info:before, .not-front .curriculum .feature-4 .feature-info:before, .bibliography .not-front .feature-4 .feature-info:before, .not-front .bibliography .feature-4 .feature-info:before, .paper .not-front .feature-4 .feature-info:before, .not-front .paper .feature-4 .feature-info:before, .panorama .not-front .feature-4 .feature-info:before, .not-front .panorama .feature-4 .feature-info:before {
    border-bottom-color: #67686a;
  }
}
