@font-face {
  font-family: 'abn-icon-header';
  src: url('../fonts/abn-icons.eot?f58xtj');
  src: url('../fonts/abn-icons.eot?#iefixf58xtj') format('embedded-opentype'), url('../fonts/abn-icons.woff?f58xtj') format('woff'), url('../fonts/abn-icons.ttf?f58xtj') format('truetype'), url('../fonts/abn-icons.svg?f58xtj#abn-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'abn-icon-header';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-spinner {
  content: "\e602";
  -webkit-animation: spinning 1s infinite steps(8);
  -o-animation: spinning 1s infinite steps(8);
     animation: spinning 1s infinite steps(8);
}
.icon-search {
  content: "\e605";
}
.icon-close {
  content: "\e617";
}
.icon-arrow_down {
  content: "\e601";
}
.icon-arrow_up {
  content: "\e600";
}
.icon-leaf {
  content: "\e606";
}
@-webkit-keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
@keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
#abn-searcher {
  display: none;
}
#abn-searcher.open {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  top: 13vw;
  bottom: 0;
  z-index: 999;
  background-color: white;
  margin: 85px 0 0;
}
#abn-searcher.open .abn-searcher-container {
  width: auto;
  margin: 0 auto;
  padding: 0 0;
  height: 100%;
  overflow: scroll;
}
#abn-searcher.open .abn-searcher-container .search-filters {
  background-color: #f1f5f6;
  padding: 25px 15px;
}
#abn-searcher.open .abn-searcher-container .search-filters .total-result {
  display: block;
  color: #79838c;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
#abn-searcher.open .abn-searcher-container .search-filters a {
  display: block;
  text-decoration: none;
  color: #bbbec3;
  font-size: 16px;
}
#abn-searcher.open .abn-searcher-container .search-filters a:hover {
  color: #666666;
}
#abn-searcher.open .abn-searcher-container .search-filters a:hover.current:after {
  color: #666666;
}
#abn-searcher.open .abn-searcher-container .search-filters a.current:after {
  font-family: 'abn-icon-header';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e617";
  margin-left: 10px;
  position: absolute;
  font-size: 1.3em;
  line-height: 1.1em;
  color: #bbbec3;
}
#abn-searcher.open .abn-searcher-container .search-filters a span:first-child {
  width: auto;
  min-width: 30px;
  margin-right: 10px;
  display: block;
  clear: none;
  float: left;
}
#abn-searcher.open .abn-searcher-container .abn-results-container {
  margin: 0 auto;
  padding: 10px 15px;
}
#abn-searcher.open .abn-searcher-container .abn-results-container:after {
  content: "";
  display: table;
  clear: both;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results {
  width: 100%;
  overflow-y: hidden;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: white;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px solid #e5e5e5;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .highlight {
  background-color: #fff1d1;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li a:before,
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li a:after {
  content: "";
  display: table;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li a:after {
  clear: both;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li span {
  text-align: left;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .info {
  font-size: 12px;
  color: #bbbec3;
  display: inline-block;
  padding: 15px 0;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .info .type,
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .info .tags {
  text-transform: uppercase;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .info .type a,
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .info .tags a {
  display: inline-block;
  text-transform: uppercase;
  color: #bbbec3;
  text-decoration: underline;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .info .type a:last-of-type span,
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .info .tags a:last-of-type span {
  display: none;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .source {
  display: block;
  font-size: 14px;
  color: #166582;
  padding-bottom: 15px;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .title {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .title a {
  color: #333333;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .title a .highlight {
  background-color: #fff1d1;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .excerpt {
  display: block;
  color: #79838c;
  font-size: 15px;
  padding-bottom: 15px;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .author {
  display: block;
  font-size: 14px;
  color: #bbbec3;
  padding-bottom: 20px;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .author span {
  display: inline-block;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .author a {
  display: inline-block;
  color: #bbbec3;
}
#abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .author a:hover {
  color: #79838c;
  text-decoration: none;
}
#abn-searcher.open .abn-searcher-container .more-button {
  display: block;
  width: 100%;
  float: right;
  height: 40px;
  background-color: #009286;
  line-height: 40px;
  color: white;
  padding-left: 2%;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
#abn-searcher.open .abn-searcher-container .more-button:after {
  font-family: 'abn-icon-header';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e601";
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}
#abn-searcher.open .abn-searcher-container .close {
  display: none;
}
#abn-searcher .abn-results-container,
#abn-searcher .more-button {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 100ms ease-out;
       -o-transition: opacity 100ms ease-out;
          transition: opacity 100ms ease-out;
  will-change: opacity;
}
#abn-searcher.searching:after {
  font-family: 'abn-icon-header';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  -webkit-animation: spinning 1s infinite steps(8);
  -o-animation: spinning 1s infinite steps(8);
     animation: spinning 1s infinite steps(8);
  position: absolute;
  top: 25%;
  left: 50%;
  font-size: 5em;
  color: #009286;
}
#abn-searcher.searching .abn-results-container,
#abn-searcher.searching .more-button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#abn-searcher.searching.load-more .abn-results-container,
#abn-searcher.searching.load-more .more-button {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#seach-input:focus {
  outline: 0;
  border-color: #009286;
}
#search-submit:focus {
  outline: 0;
}
.abn-search-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abn-search-open #search-submit:before {
  content: "\e617";
}
.focus-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -400;
  background: #000000;
  opacity: 0;
  z-index: 399;
}
#warning-old-ie {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 150px;
  background: #FFF;
  margin-left: -15px;
  padding: 10px 15px;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  #abn-searcher.open {
    top: 109px;
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  #abn-searcher.open {
    top: 124px;
    margin: 0;
    padding: 0;
  }
  #abn-searcher.open .abn-searcher-container {
    width: 100%;
    overflow: hidden;
  }
  #abn-searcher.open .abn-searcher-container .search-filters {
    width: 25%;
    float: left;
    height: 100%;
    display: block;
    padding: 40px 0 0;
  }
  #abn-searcher.open .abn-searcher-container .search-filters .total-result {
    position: static;
    padding: 0 10%;
  }
  #abn-searcher.open .abn-searcher-container .search-filters a {
    padding: 0 10% 10px;
  }
  #abn-searcher.open .abn-searcher-container .abn-results-container {
    height: 100%;
    overflow: scroll;
    padding: 30px;
  }
  #abn-searcher.open .abn-searcher-container .abn-results-container .search-results {
    max-width: 680px;
  }
  #abn-searcher.open .abn-searcher-container .abn-results-container .search-results li:after {
    content: '';
    width: 1px;
    height: 0;
    display: block;
  }
  #abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .info,
  #abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .source,
  #abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .authors {
    font-size: 14px;
  }
  #abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .author {
    padding-bottom: 30px;
  }
  #abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .title {
    display: block;
    font-size: 20px;
  }
  #abn-searcher.open .abn-searcher-container .abn-results-container .search-results li .excerpt {
    font-size: 16px;
    padding-bottom: 10px;
  }
  #abn-searcher.open .abn-searcher-container .more-button {
    width: 75%;
    float: right;
    height: 40px;
    background-color: #009286;
    line-height: 40px;
    color: white;
    padding-left: 2%;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    margin-top: -40px;
  }
  #abn-searcher.open .abn-searcher-container .more-button:after {
    font-family: 'abn-icon-header';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e601";
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  #abn-searcher.open.no-results .abn-searcher-container .more-button {
    display: none;
  }
  #abn-searcher.searching:after {
    top: 50%;
    margin-top: -1em;
  }
  #abn-searcher.open .close {
    display: block;
    width: 35px;
    height: 36px;
    position: absolute;
    background-color: white;
    z-index: 9999;
    right: 24px;
    top: -97px;
  }
  #abn-searcher.open .close:after {
    content: 'X';
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #004c4c;
    text-align: center;
  }
  #abn-searcher.open .close:hover {
    text-decoration: none;
    color: #000;
  }
}
@media (min-width: 1200px) {
  header.main.all-blogs #abn-searcher.open .abn-searcher-container .close {
    display: block;
    width: 35px;
    height: 36px;
    position: absolute;
    background-color: white;
    z-index: 9999;
    right: 16%;
    top: -97px;
  }
}
/*# sourceMappingURL=main.css.map */