/**
* Main desktop theme. Core module overrides.
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Use to override neat.io grid. */
/*
 * Colors, font sizes & families, responsive breakpoints and more.
*/
.content-container.exp-chooser {
  z-index: 5000;
  position: relative; }

.entry-main-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-color: transparent;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  transition: background 0.5s linear; }

.entry-menu-list {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  color: #5a5a5a; }
  .entry-menu-list:before, .entry-menu-list:after {
    content: " ";
    display: table; }
  .entry-menu-list:after {
    clear: both; }
  .entry-menu-list ul {
    margin-top: 20%; }
  .entry-menu-list li {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.76157%;
    border: solid 0.1875em transparent;
    text-align: center;
    position: relative; }
    .entry-menu-list li:last-child {
      margin-right: 0; }
    .entry-menu-list li:nth-child(3n) {
      margin-right: 0; }
    .entry-menu-list li:nth-child(3n+1) {
      clear: left; }
    .entry-menu-list li:hover {
      border: solid 0.1875em #2ab3e2; }
  .entry-menu-list hr {
    max-width: 15%;
    border-style: solid; }
  .entry-menu-list h3 {
    font-family: 'glegooregular';
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.875em; }
  .entry-menu-list p {
    font-family: 'latoitalic'; }
  .entry-menu-list a {
    display: table-cell;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    color: #5a5a5a;
    text-decoration: none;
    padding: 2.5em;
    height: 20em;
    width: 33%;
    vertical-align: middle;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    .entry-menu-list a:hover {
      background-color: rgba(42, 179, 226, 0.17);
      color: #ffffff;
      border: solid 1px #000; }

.entry-search {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 2.35765%;
  border: solid 0.1875em transparent; }
  .entry-search:before, .entry-search:after {
    content: " ";
    display: table; }
  .entry-search:after {
    clear: both; }
  .entry-search:hover {
    border: solid 0.1875em #2ab3e2;
    cursor: pointer; }
  .entry-search .search-box {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    *zoom: 1;
    display: table;
    width: 100%;
    table-layout: fixed;
    border: solid 1px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1); }
    .entry-search .search-box:last-child {
      margin-right: 0; }
    .entry-search .search-box:before, .entry-search .search-box:after {
      content: " ";
      display: table; }
    .entry-search .search-box:after {
      clear: both; }
  .entry-search .icon-search {
    float: left;
    font-size: 4.375em;
    line-height: 1.5em;
    width: 10%;
    color: rgba(255, 255, 255, 0.2);
    text-align: right; }
  .entry-search input {
    font-family: 'latohairline_italic';
    display: block;
    font-size: 3.125em;
    padding: 0.625em 0.625em 0.625em 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.2);
    width: 90%;
    border: none;
    background: transparent; }
    .entry-search input:focus {
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff;
      border: none; }

.search-page-container .search-box {
  border: solid 1px #666;
  background-color: rgba(35, 35, 35, 0.23); }
  .search-page-container .search-box .icon-search {
    float: left;
    font-size: 1.875em;
    line-height: 1.5em;
    width: 35px;
    color: #999;
    text-align: center;
    margin: 0 0 0 2em; }
    @media screen and (max-width: 768px) {
      .search-page-container .search-box .icon-search {
        color: #fff; } }
  .search-page-container .search-box input {
    font-family: 'latohairline_italic';
    display: block;
    font-size: 1.3125em;
    margin: 0;
    color: #999;
    width: 90%;
    border: none;
    background: transparent; }
    @media screen and (max-width: 768px) {
      .search-page-container .search-box input {
        font-family: 'latoitalic';
        width: 80%;
        color: #fff; } }

.search-results-container div.results-total h4 {
  color: #fff;
  font-size: 0.9375em;
  padding: 0px 20px 20px 20px;
  margin-bottom: -1px;
  margin-right: -1px; }
.search-results-container div.result {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
.search-results-container .resource .result-meta,
.search-results-container .articles .result-meta {
  padding: 10px;
  top: 10%;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .search-results-container .resource .result-meta,
    .search-results-container .articles .result-meta {
      top: 5%;
      padding: 5px 10px; } }
  .search-results-container .resource .result-meta h3,
  .search-results-container .articles .result-meta h3 {
    font-size: 1em;
    line-height: 1.75; }
    @media screen and (max-width: 768px) {
      .search-results-container .resource .result-meta h3,
      .search-results-container .articles .result-meta h3 {
        font-size: 0.75em;
        line-height: 1.2; } }
  .search-results-container .resource .result-meta h4,
  .search-results-container .articles .result-meta h4 {
    font-size: 0.875em;
    color: #fff; }
  .search-results-container .resource .result-meta p,
  .search-results-container .articles .result-meta p {
    font-family: 'glegooregular';
    font-size: 0.875em;
    text-align: left;
    line-height: 1.25;
    color: #999; }
    @media screen and (max-width: 768px) {
      .search-results-container .resource .result-meta p,
      .search-results-container .articles .result-meta p {
        font-size: 0.625em;
        line-height: 1;
        top: 10%; } }
.search-results-container .resources .result-meta {
  position: relative;
  top: 41%; }
  @media screen and (max-width: 768px) {
    .search-results-container .resources .result-meta {
      top: 10%; } }
.search-results-container .result-meta.reveal {
  visibility: hidden;
  position: relative;
  top: 43%; }
  @media screen and (max-width: 768px) {
    .search-results-container .result-meta.reveal {
      visibility: visible;
      position: relative;
      top: 15%; } }
.search-results-container .hover .result-meta.reveal {
  visibility: visible;
  top: 43%; }
.search-results-container hr {
  width: 15%;
  border: none;
  height: 1px;
  background-color: #AFAFAF; }
.search-results-container ul {
  display: block; }
.search-results-container li {
  float: left;
  width: 16.6666%; }
  .search-results-container li .inner-content {
    width: 100%;
    display: table;
    margin-right: -1px;
    margin-bottom: -1px;
    position: relative;
    z-index: 1; }
.search-results-container li.result-heading {
  color: #fff;
  background-color: black; }
.search-results-container div.result > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  font-family: 'glegooregular';
  color: #fff;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 2px transparent; }
  .search-results-container div.result > a:hover {
    border: solid 2px #1bb3e5;
    background-color: rgba(43, 116, 139, 0.75); }
.search-results-container h3 {
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .search-results-container h3 {
      font-size: 0.875em;
      line-height: 1.2; } }
.search-results-container h4 {
  color: #AFAFAF;
  font-size: 0.75em; }
  @media screen and (max-width: 768px) {
    .search-results-container h4 {
      font-size: 0.625em;
      line-height: 1.2; } }
