@charset "utf-8";
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat white; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg"); }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '?'; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '?'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: '?'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

.aui .alert-error, .aui .alert-info {
  display: none !important; }

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

.clear:after {
  clear: both; }

@font-face {
  font-family: 'LatoWeb';
  src: url("/avgi-styled-theme/css/fonts/Lato-Black.eot");
  src: url("/avgi-styled-theme/css/fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("/avgi-styled-theme/css/fonts/Lato-Black.woff2") format("woff2"), url("/avgi-styled-theme/css/fonts/Lato-Black.woff") format("woff"), url("/avgi-styled-theme/css/fonts/Lato-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoWeb';
  src: url("/avgi-styled-theme/css/fonts/Lato-Medium.eot");
  src: url("/avgi-styled-theme/css/fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("/avgi-styled-theme/css/fonts/Lato-Medium.woff2") format("woff2"), url("/avgi-styled-theme/css/fonts/Lato-Medium.woff") format("woff"), url("/avgi-styled-theme/css/fonts/Lato-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoWeb';
  src: url("/avgi-styled-theme/css/fonts/Lato-MediumItalic.eot");
  src: url("/avgi-styled-theme/css/fonts/Lato-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/avgi-styled-theme/css/fonts/Lato-MediumItalic.woff2") format("woff2"), url("/avgi-styled-theme/css/fonts/Lato-MediumItalic.woff") format("woff"), url("/avgi-styled-theme/css/fonts/Lato-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'avgiiconfont';
  src: url("/avgi-styled-theme/css/fonts/avgiiconfont.eot?nrby0q");
  src: url("/avgi-styled-theme/css/fonts/avgiiconfont.eot?nrby0q#iefix") format("embedded-opentype"), url("/avgi-styled-theme/css/fonts/avgiiconfont.ttf?nrby0q") format("truetype"), url("/avgi-styled-theme/css/fonts/avgiiconfont.woff?nrby0q") format("woff"), url("/avgi-styled-theme/css/fonts/avgiiconfont.svg?nrby0q#avgiiconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

.collapsible-menu-toggle:before, .post-thumb:before, .post-meta > .post-character:before, .breadcrumbs > li:first-child > a:before, .menu-toggle:before, .collapsible-menu-toggle, .post-badge:before, .search input[type="submit"], .alert-box > a:before, .home-slideshow-arrow, .slick-next:before, .slick-prev:before, .section-actions > a:after, .full-nav > .horizontal-list a:after, .widget-actions > a:after, .action:after, .custom-pagination > .next:after, .custom-pagination > .prev:before, .posts-archive-standout .items li a:before, .aui .top-menu li > a:after, [class^="avgiicon-"], [class*=" avgiicon-"] {
  font-family: 'avgiiconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.avgiicon-newspaper:before {
  content: "\e90b"; }

.avgiicon-penangled:before {
  content: "\e91f"; }

.avgiicon-pen:before {
  content: "\e920"; }

.avgiicon-blog:before {
  content: "\e925"; }

.avgiicon-brush:before {
  content: "\e928"; }

.avgiicon-info:before {
  content: "\ed64"; }

.avgiicon-sunny:before {
  content: "\e900"; }

.avgiicon-partlycloudy:before {
  content: "\e901"; }

.avgiicon-snowy:before {
  content: "\e902"; }

.avgiicon-cloudy:before {
  content: "\e903"; }

.avgiicon-lightning:before {
  content: "\e904"; }

.avgiicon-search:before {
  content: "\e986"; }

.avgiicon-emailsquare:before {
  content: "\ea84"; }

.avgiicon-facebook:before {
  content: "\ea90"; }

.avgiicon-twitter:before {
  content: "\ea96"; }

.avgiicon-youtube:before {
  content: "\ea9d"; }

.avgiicon-strike:before {
  content: "\e857"; }

.avgiicon-alert:before {
  content: "\e85f"; }

.avgiicon-reload:before {
  content: "\e863"; }

.avgiicon-photo:before {
  content: "\e412"; }

.avgiicon-previous:before {
  content: "\e408"; }

.avgiicon-next:before {
  content: "\e409"; }

.avgiicon-home:before {
  content: "\e88a"; }

.avgiicon-video:before {
  content: "\e639"; }

.avgiicon-email:before {
  content: "\e0e1"; }

.avgiicon-menu:before {
  content: "\e5d2"; }

.avgiicon-tram:before {
  content: "\e571"; }

.aui body, .aui input, .aui textarea {
  font-family: "LatoWeb"; }

.aui p, .aui h1, .aui h2, .aui h3, .aui h4, .aui h5, .aui h6, .aui form {
  margin: 0; }

.portlet-borderless-container {
  min-height: 0; }

.aui body {
  overflow: hidden;
  overflow-y: auto; }

.aui .btn {
  background: #c33;
  color: #fff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px #999;
  box-shadow: 0 1px 1px #999;
  padding: 10px 18px; }

.aui .dropdown-toggle .caret {
  border-top-color: #fff;
  margin-left: 10px; }

.portlet-asset-publisher .asset-full-content .asset-content {
  margin: 0;
  clear: both;
  font-size: 0;
  line-height: 0; }

.aui a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.aui a:hover, .aui a:focus, .aui a:active {
  text-decoration: none; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 0; }

.aui small {
  font-size: 0.75em; }

.aui p, .aui h2.post-title {
  font-size: 20px;
  line-height: 1.2; }

.post-author-name, .aui .posts-archive-standout h2.post-title, .aui .news-list .post-popout h2.post-title, .aui .single-post p.post-summary {
  font-size: 24px;
  line-height: 1.15; }

.aui .has-larger-post > .post.larger-post > .post-title, .aui .wide-column-list > .post > .post-title {
  font-size: 20px;
  line-height: 1.15; }

.tags > li > a, .sub-category-menu a, .posts-archive-standout .items li a, .aui .news-list h2.post-title, .wide-column-list > .post > .post-meta, .small-section-title.archive-title, .single-post > .post > .category, .taxonomy, .single-post > .post > .post-meta, .alert-box > a, .action-button, .two-column-list > li > a, .small-section-title.promoted-teaser-title, #navigation a {
  font-size: 16px;
  font-weight: bold; }

.aui p.category, .post-meta, .single-post .post-meta > time, .small-section-title, .post-popout-title, .archive-block > .sub-menu, #navigation .full-nav a, #footer .full-nav a, #social-follows a, #footer p {
  font-size: 12px;
  line-height: 1.3; }

.aui p.post-summary {
  font-size: 13.5px;
  line-height: 1.3; }

.aui .breadcrumbs > li, .action, .section-actions, .widget-actions > a, #navigation .full-nav > .horizontal-list a, #footer .full-nav > .horizontal-list a, .aui .top-menu a, .print-ed, small {
  font-size: 9px;
  line-height: 12px; }

.aui .single-post > .post > .post-title {
  font-size: 30px;
  line-height: 1.1; }

.caption, .breadcrumbs, .breadcrumbs > li > a {
  color: #8d8584; }

.aui p.post-summary {
  color: #545151; }

.aui a, .aui .single-post p.post-summary {
  color: #111; }

.aui a:hover, .aui a:focus, .aui a:active, .post-character, .post-column > a, .post-popout-title, .page-link > .post-title > a:after, .date-badge, .featured-tags > li > a {
  color: #c33; }

.action-button {
  background-color: #9d830a; }

.widget-actions > a, .post-badge, .alert-box > a:after, .timeline-post-meta:before, .top-opinion-list > .post > .post-thumb, .post-comments-link {
  background-color: #c33; }

.aui .post-thumb {
  background-color: #cac6c5; }

.sub-category-menu {
  background-color: #eae7e6; }

.sub-category-name {
  padding-bottom: 30px; }

#pre-header {
  background-color: #d2cbca; }

#pre-header:before {
  background-color: #e0dbd9; }

#footer {
  background-color: #3c3837; }

#footer .bright {
  color: #fff; }

#footer .bright > strong {
  color: #888484; }

#footer .bright a {
  color: #fff; }

.aui p.post-summary, #navigation .full-nav a, #footer .full-nav a, #social-follows > small, .action-button {
  font-weight: normal; }

.aui h2.post-title, .aui p.category, .aui .top-menu > ul > li > a, .aui .breadcrumbs > li, .post-meta, .section-title, .post-badge, .action, .widget-actions > a, .post-popout-title, .post-author-name, .date-badge, .archive-block > .sub-menu, .tags a, .two-column-list > li, .section-link, #navigation .full-nav a[rel="tag"], #footer .full-nav a[rel="tag"], small {
  font-weight: bold; }

.post-body > .standout, .single-post .post-summary {
  font-style: italic; }

.post-body embed, .post-body-article-width embed, .post-body video, .post-body-article-width video, .post-body iframe, .post-body-article-width iframe {
  max-width: 100%; }

.post-title, .post-meta, .post-summary {
  widow-adjust: padding-right; }

.subscribe-action {
  display: none; }

.section-title {
  border-top: 2px solid #c33; }

.small-section-title {
  padding: 10px 0 30px; }

.section-actions {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase; }

.section-actions > a {
  padding: 2em 0;
  margin-top: -7px;
  display: inline-block;
  margin-left: 1.5em;
  vertical-align: middle; }

.section-actions > a:after {
  font-size: 16px;
  margin-left: 0.5em;
  display: inline-block;
  vertical-align: middle; }

.section-actions > .newsletter:after {
  content: "\ea84"; }

.section-actions > .rss:after {
  content: "\e925";
  color: #d87e0b; }

.black-line-title {
  border-color: #333; }

.promoted-teaser-title {
  border-color: #9d830a;
  padding-bottom: 15px; }

.aui a.section-link {
  font-size: 28px;
  color: #9d830a;
  display: block;
  margin-bottom: 15px; }

.aui a.section-link.right-big {
  float: right;
  margin-top: 50px;
  font-size: 48px;
  margin-left: 0; }

.section-title > strong {
  color: #9d830a; }

.o-75 {
  opacity: .75; }

.o-50 {
  opacity: .5; }

.o-25 {
  opacity: .25; }

.custom-pagination {
  min-height: 50px; }

.custom-pagination > .next, .custom-pagination > .prev {
  padding: 10px 0px 20px;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  vertical-align: top; }

.custom-pagination > .next {
  float: right; }

.custom-pagination > .next:after, .custom-pagination > .prev:before {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px; }

.custom-pagination > .next:after {
  content: "\e409";
  padding-left: 2px; }

.custom-pagination > .prev:before {
  content: "\e408";
  padding-right: 2px; }

.empty {
  position: absolute;
  width: 0;
  height: 0; }

.post-badge {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.post-badge > img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative; }

.post-badge:before {
  position: absolute;
  right: 3px;
  top: 4px;
  color: #fff;
  font-size: 19px; }

.action {
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px; }

.widget-actions > a:after, .action:after {
  content: "\e409";
  font-weight: normal;
  margin-left: 2px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px; }

.aui .post-summary {
  margin-top: 15px; }

.aui .action-button {
  display: block;
  text-align: center;
  margin: 10px 0;
  padding: 10px 5px;
  color: #fff; }

.aui .action-button:hover {
  color: #fff;
  opacity: 0.8; }

.aui .action-button.post-comments-link {
  display: none; }

.print-ed {
  background-color: transparent;
  color: #993333;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 0 0 0 11px;
  font-weight: bold; }

.print-ed:before {
  content: "”";
  font-size: 16px;
  position: absolute;
  margin-left: -11px;
  margin-top: 9px;
  line-height: 0.2;
  font-family: Arial; }

.skin-container {
  position: absolute;
  top: 52px;
  top: 40px;
  width: 50vw;
  bottom: 0;
  -moz-border-image: -moz-linear-gradient(top, white 0, #d0d0d0 80px);
  -webkit-border-image: -webkit-linear-gradient(top, white 0, #d0d0d0 80px);
  border-image: linear-gradient(to bottom, #ffffff 0%, #d0d0d0 80px);
  border-image-slice: 1; }

.skin-left {
  right: 50%;
  margin-right: 530px;
  border-right-width: 1px;
  border-right-style: solid; }

.skin-right {
  left: 50%;
  margin-left: 530px;
  border-left-width: 1px;
  border-left-style: solid; }

.skin {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  top: 0; }

.skin-left > .skin {
  right: 0; }

.widget {
  margin-bottom: 40px;
  margin-top: 40px; }

.aui .portlet-boundary:first-child .widget {
  margin-top: 0; }

.widget-actions > a {
  display: block;
  float: left;
  clear: both;
  line-height: 1.6;
  text-transform: uppercase;
  padding: 8px 8px 5px;
  margin-top: 5px;
  color: #fff; }

.widget-actions > a:hover {
  background-color: #933;
  color: #fff; }

.widget-actions > a:after {
  padding-left: 3px;
  line-height: 10px; }

.newspaper-preview {
  display: block;
  position: relative;
  height: 100px; }

.newspaper-preview > span {
  position: absolute;
  width: 240px;
  left: 30px;
  top: -10px;
  background-size: cover;
  background-color: transparent;
  height: 145px;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.newspaper-preview > span:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 100px;
  bottom: 0px;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

.newspaper-preview:hover > span {
  padding-bottom: 30px;
  margin-top: -30px;
  -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.4); }

.radiofono {
  display: block;
  position: relative;
  margin-top: -67px; }

.radiofono:hover {
  -webkit-filter: grayscale(0.25);
  filter: grayscale(0.25); }

.newspaper-covers > .section-title {
  padding-bottom: 1em; }

.newspaper-covers > iframe {
  width: 300px;
  height: 295px; }

.small-widget strong {
  padding-top: 10px;
  display: block;
  line-height: 0.9; }

.small-widget > .action {
  margin-bottom: 6px; }

#navigation > ul, .posts-archive-standout .items, ul.featured-tags, .sub-category-menu .breadcrumbs {
  margin: 0;
  padding: 0; }

#navigation > ul > li, .posts-archive-standout .items > li, ul.featured-tags > li, .sub-category-menu .level-1 {
  margin: 0;
  list-style-type: none; }

#wrapper {
  padding: 0; }

.alert-box > a, #navigation > ul, .full-nav, #wrapper > #banner, #wrapper > #content, .footer-content {
  width: 1020px;
  margin: 0 auto; }

#content {
  position: relative; }

.aui .row-fluid {
  width: auto;
  clear: both; }

.aui [class*="span"], .aui .row-fluid [class*="span"] {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.aui .row-fluid [class*="span"]:first-child {
  margin-left: 20px !important; }

.aui .row-fluid .row-fluid [class*="span"] {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.aui .row-fluid .span12 {
  width: 980px !important; }

.aui .span8, .aui .row-fluid .span8 .span12 {
  width: 640px !important; }

.aui .span4, .aui .row-fluid .span8 .span6 {
  width: 300px !important; }

.aui .row-fluid .span2, .aui .span2 {
  width: 140px !important;
  margin-left: 10px !important;
  margin-right: 20px !important; }

.aui .row-fluid .span2-pushed, .aui .span2-pushed {
  margin-left: 20px !important;
  margin-right: 10px !important; }

.aui .row-fluid .span8 .span6:first-child {
  margin-left: 0px !important; }

.aui .row-fluid .span8 .span6 {
  margin-left: 40px !important; }

.aui .span8 > .row-fluid > .span4 {
  width: 200px !important;
  margin-left: 20px !important; }

.aui .span8 > .row-fluid > .span8 {
  width: 420px !important; }

.aui .span8 > .row-fluid > .span4:nth-child(3n+1) {
  margin-left: 0px !important; }

.aui .posts-archive .post {
  margin-bottom: 30px;
  position: relative;
  padding-left: 155px; }

.aui .post-title {
  margin-bottom: 15px; }

.aui .post-thumb {
  position: absolute;
  left: 0;
  width: 140px;
  height: 84px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/avgi-styled-theme/images/avgi-default-small.png);
  cursor: pointer; }

.aui .post > .action {
  margin-top: 15px;
  display: block; }

.aui .post-author > a:before {
  content: ", "; }

.aui .post-author > a:first-child:before {
  content: ""; }

.category > a:before {
  content: "› "; }

.category > a:first-child:before {
  content: ""; }

.aui .posts-archive-standout .post {
  padding-left: 0;
  margin-bottom: 30px; }

.aui .posts-archive-standout .post-thumb, .aui .single-post > .post > .post-thumb {
  position: static;
  width: 640px;
  height: 384px;
  margin-bottom: 20px;
  background-image: url(/avgi-styled-theme/images/avgi-default.png); }

.aui .single-post > .post > .post-thumb-print {
  display: none; }

.aui .single-post > .post > .post-thumb {
  cursor: default; }

.post-meta > .post-character:before, .post-meta > time:before, .post-meta > .post-author:before {
  content: "/";
  margin: 0 3px; }

.post-meta > .post-character:first-child:before, .post-meta > time:first-child:before, .post-meta > .post-author:first-child:before {
  display: none; }

.posts-archive-standout .items {
  margin-bottom: 32.5px; }

.posts-archive-standout .items li a {
  font-weight: bold;
  display: block;
  margin-bottom: 7.5px;
  padding-left: 40px; }

.posts-archive-standout .items li a:before {
  content: "\e409";
  position: absolute;
  left: 15px; }

.aui .archive-block > .post, .aui .news-list.ultra-wide-news-list > .post, .aui .news-list.wide-news-list > .post, .aui .news-list.top-opinion-list > .post {
  width: 255px;
  display: inline-block;
  vertical-align: top;
  margin-left: 40px; }

.aui .archive-block > .post, .aui .archive-block.wide-archive-block > .post:nth-child(even), .aui .news-list.ultra-wide-news-list > .post:nth-child(3n+2), .aui .news-list.wide-news-list > .post:nth-child(even), .aui .news-list.has-larger-post > .post:nth-child(odd), .aui .news-list.top-opinion-list > .post {
  margin-left: 0; }

.aui .news-list.has-larger-post > .post:nth-child(even), .aui .wide-archive-block > .post {
  margin-left: 40px; }

.news-list.ultra-wide-archive-block > .post > .post-thumb, .wide-news-list > .post > .post-thumb, .top-opinion-list > .post > .post-thumb, .opinion-list .post-summary, .post-popout-title, .opinion-list .post > .action, .news-list.ultra-wide-archive-block > .post > .post-meta, .post-popout .post-meta, .news-list.ultra-wide-archive-block > .post > .post-title, .news-list.ultra-wide-archive-block > .post > .post-summary, .top-articles > .post > .action, .search-archive > .post > .category, .post-popout .post-title {
  margin-left: -45px; }

.aui .news-list.plain-opinion-list > .post, .aui .news-list.inset-list > .post {
  width: 300px;
  padding-left: 0; }

.aui .news-list.has-larger-post > .post.larger-post {
  margin-left: 0;
  width: 640px; }

.aui .news-list.has-larger-post > .post.larger-post > .post-summary {
  margin-right: 45px;
  margin-left: 0; }

.caption {
  margin: -18px 0 4px;
  text-align: right;
  font-style: italic; }

.aui ul.two-column-list {
  display: block;
  list-style-type: none;
  margin: -10px 0 0;
  padding: 0;
  font-size: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  column-count: 2;
  column-gap: 20px; }

.two-column-list > li > a {
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 20px; }

.two-column-list > li:nth-child(odd) {
  margin-left: 0 !important; }

.post-popout:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -18px;
  right: -18px;
  bottom: -18px;
  border: 2px solid #c33; }

.aui .news-list > .post.post-popout {
  padding-top: 20px;
  width: 235px; }

.post-popout .post-badge {
  top: -10px;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px; }

.post-popout-title {
  display: block;
  margin-bottom: 15px; }

.post-popout > .post-title, .post-popout > .action {
  position: relative; }

.diafimisi {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center; }

.aui .portlet-boundary:first-child .diafimisi {
  margin-top: 0; }

.diafimisi-300 {
  width: 300px;
  min-height: 0px; }

.diafimisi-640 {
  width: 640px; }

.diafimisi-980 {
  width: 980px; }

.diafimisi a img, .diafimisi a, .diafimisi iframe {
  display: block;
  margin: 0 auto;
  padding: 0; }

.aui .news-list {
  margin-bottom: 10px;
  margin-top: 40px; }

.aui .portlet-boundary:first-child .news-list {
  margin-top: 0; }

.aui .news-list > .post {
  margin-bottom: 30px;
  position: relative; }

.aui .news-list h2.post-title {
  margin-bottom: 0; }

.news-list > .post {
  padding-left: 45px; }

.newsroom-list > .post > .post-thumb {
  width: 70px;
  height: 42px; }

.newsroom-list > .post {
  padding-left: 85px; }

.popular-list > .post > .post-badge {
  font-size: 16px;
  line-height: 2; }

.archive-block, .ultra-wide-news-list, .wide-news-list {
  font-size: 0; }

.ultra-wide-news-list > .post > .post-thumb, .wide-news-list > .post > .post-thumb, .top-opinion-list > .post > .post-thumb, .selections-carousel .post > .post-thumb {
  position: relative;
  width: 300px;
  height: 180px;
  margin-bottom: 10px;
  background-image: url(/avgi-styled-theme/images/avgi-default.png); }

.page-link {
  border-top: 1px solid #777;
  padding-top: 10px; }

.page-link > .post-title > a:after {
  content: " »"; }

.aui .news-list.top-articles {
  margin-bottom: -30px; }

.span8 .span6 > .portlet-column-content:first-child .archive-block.newsroom-list {
  margin-top: 0; }

.aui .news-list.top-articles h2.post-title {
  margin-bottom: 15px; }

.column-list > .post {
  min-height: 50px;
  padding-left: 67px; }

.column-list .post-badge {
  width: 50px;
  height: 50px; }

.column-list > .date-badge {
  border-top: 2px solid #c33;
  position: absolute;
  padding-top: 5px; }

.wide-column-list > .post {
  margin-left: 93px; }

.wide-column-list > .post > .post-title {
  margin-top: 15px; }

.column-list.numerous-posts {
  font-size: 0; }

.column-list.numerous-posts > .post {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.column-list.numerous-posts > .post:nth-child(odd) {
  margin-left: 40px; }

.aui .news-list.inset-list, .aui .news-list.inset-list > .post {
  width: 200px; }

.aui .news-list.inset-list.numerous-posts {
  width: 420px;
  font-size: 0; }

.aui .news-list.inset-list.numerous-posts > .post {
  display: inline-block;
  vertical-align: top; }

.aui .news-list.inset-list.numerous-posts > .post:nth-child(odd) {
  margin-left: 20px; }

.cat-financial-times > .section-title > a, .cat-monde-diplomatique > .section-title > a {
  opacity: 0; }

.cat-financial-times > .section-title:before, .cat-monde-diplomatique > .section-title:before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat; }

.cat-financial-times > .section-title:before {
  width: 176px;
  height: 28px;
  background-image: url(/avgi-styled-theme/images/ft-logo.png);
  top: -16px;
  left: -14px; }

.cat-monde-diplomatique > .section-title:before {
  width: 142px;
  height: 36px;
  background-image: url(/avgi-styled-theme/images/le-monde-logo.png);
  top: -4px; }

.featured-media-content {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 100%;
  padding-top: 60%; }

.featured-media > .section-title {
  padding-bottom: 15px; }

.featured-media-content > .featured-image {
  background-size: cover; }

.featured-media-content > object, .featured-media-content > embed, .featured-media-content > video, .featured-media-content > .featured-image-cropped, .featured-media-content > iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.featured-media > .action {
  clear: both;
  padding-top: 15px;
  margin-bottom: 0; }

.archive-title small {
  position: absolute;
  left: 150px;
  top: 1.4em; }

.aui .archive-block > .post {
  width: 215px; }

.archive-block > .sub-menu {
  bottom: -2px;
  padding: 0;
  list-style-type: none;
  left: 139px;
  margin: 0;
  position: absolute; }

.archive-block > .sub-menu > li {
  display: inline-block;
  margin-left: 11px; }

.span12 .ultra-wide-news-list.archive-block {
  margin-top: 0; }

.aui .newsroom-list.wide-archive-block > .post {
  width: 190px;
  padding-left: 110px; }

.aui .newsroom-list.wide-archive-block > .post > .post-thumb {
  width: 95px;
  height: 57px; }

.aui .posts-archive.home-slideshow {
  position: relative;
  height: 202px; }

.home-slideshow-large {
  height: 384px;
  width: 640px;
  border: 4px solid #cc3333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.home-slideshow-arrow {
  position: absolute;
  top: 195px;
  cursor: pointer;
  font-size: 29px;
  color: #c33; }

.home-slideshow-arrow-left {
  left: -32px; }

.home-slideshow-arrow-right {
  right: -32px; }

.home-slideshow-large > .larger-picture {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  height: 376px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #cc3333; }

.aui .selections-carousel .post {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  width: 300px !important; }

.slick-next, .slick-prev {
  top: auto;
  bottom: 10px;
  z-index: 2; }

.slick-next:before, .slick-prev:before {
  color: #333;
  opacity: 1; }

.slick-prev {
  left: -5px; }

.slick-next {
  right: -5px; }

.slick-prev:before {
  content: "\e408"; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: "\e409"; }

.slick-dots {
  bottom: 18px;
  margin: 0 !important;
  width: 90%;
  left: 5%; }

.carousel-player:after {
  content: "";
  position: relative;
  display: block;
  clear: both;
  float: none;
  height: 46px; }

#main-content > .portlet-layout:first-child {
  min-height: 52px; }

#main-content > .portlet-layout:last-child .carousel-player, .portlet-dropzone > .portlet-boundary:last-child .diafimisi {
  margin-bottom: 0; }

.aui input[type="text"], .aui input[type="email"], .aui input[type="tel"] {
  border: none;
  border-bottom: 2px solid #c33;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 1px;
  font-size: 16px;
  display: inline-block;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.search > form {
  position: relative; }

.search input[type="text"] {
  width: 100%;
  margin-top: 2px; }

.search input[type="submit"] {
  width: 34px;
  margin-top: 8px;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  right: 0;
  top: 0;
  font-size: 19px; }

.search-archive > .post > .post-title {
  padding-top: 1em; }

#pre-header {
  position: relative;
  text-align: center;
  padding-top: 0;
  font-size: 0;
  margin-bottom: 30px; }

#pre-header:before {
  content: "";
  position: absolute;
  height: 27px;
  bottom: 0;
  left: 0;
  right: 0; }

.aui .top-menu {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 980px;
  text-align: right; }

.aui .top-menu li {
  display: inline-block;
  vertical-align: middle; }

.aui .top-menu li > a {
  display: block;
  line-height: 1;
  padding: 10px 10px 8px; }

.aui .top-menu li > a:after {
  content: "\e409";
  font-size: 16px;
  line-height: 0.4;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  margin-left: 3px; }

#logo > img {
  width: 300px;
  height: 39px;
  margin-left: -3px;
  margin-top: 2px; }

.diafimisi-above-header {
  padding: 15px 0; }

.aui .breadcrumbs {
  padding: 0;
  margin: 0;
  border-top: 2px solid #c33;
  background-color: transparent;
  list-style-type: none; }

.aui .breadcrumbs > li {
  line-height: 0;
  padding: 10px 1px;
  display: inline-block;
  text-transform: uppercase; }

.breadcrumbs > li:first-child > a > span {
  font-size: 0;
  color: transparent; }

.breadcrumbs > li:first-child > a:before {
  content: "\e88a";
  font-size: 11px;
  display: block;
  line-height: 0.35; }

.aui #navigation {
  clear: both;
  padding-top: 16px;
  display: block; }

#navigation > ul {
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 2; }

#navigation > ul > li {
  display: inline-block;
  margin-left: 16px;
  margin-right: 7px; }

#navigation > ul > li.selected {
  border-bottom: 2px solid; }

#navigation a, .full-nav a {
  padding-top: 10px;
  display: block; }

.full-nav-wrapper {
  background-color: #222;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out; }

.full-nav > .vertical-list {
  list-style-type: none;
  margin-left: 20px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 140px;
  padding: 20px 0 40px; }

.full-nav > .vertical-list:last-child {
  margin-right: 0; }

.full-nav {
  position: relative;
  padding-top: 46px;
  z-index: 1; }

.full-nav a {
  color: #888484; }

.full-nav a[rel="tag"] {
  color: #fff; }

.full-nav > .horizontal-list {
  list-style-type: none;
  margin: 0; }

#navigation .full-nav > .horizontal-list {
  position: absolute;
  top: 14px;
  right: 0;
  text-align: right; }

#navigation .full-nav > .horizontal-list:first-child {
  z-index: 3; }

#footer .horizontal-list {
  padding: 0 20px 40px; }

.full-nav > .horizontal-list > li {
  display: inline-block;
  margin-right: 10px; }

.full-nav > .horizontal-list a {
  text-transform: uppercase;
  color: #fff; }

.full-nav > .horizontal-list a:after {
  content: "\e409";
  font-size: 13px;
  line-height: 0.8;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  margin-left: 3px; }

.footer-content > .horizontal-list {
  margin: 0;
  list-style-type: none; }

.footer-content > .horizontal-list > li {
  display: inline-block;
  vertical-align: top;
  width: 140px; }

.sub-category-menu {
  padding: 15px 20px;
  line-height: 1;
  margin-bottom: 30px; }

.sub-category-menu > small {
  display: block; }

.sub-category-menu > a {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px; }

.collapsible-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  max-height: 0;
  overflow: hidden; }

.collapsible-menu.open {
  max-height: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 10px 0; }

.collapsible-menu > small:nth-child(3) {
  padding-top: 20px; }

.collapsible-menu-toggle {
  position: absolute;
  margin-left: -34px;
  margin-top: 4px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out; }

.collapsible-menu-toggle.open {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.collapsible-menu-toggle:before {
  content: "\e409";
  font-size: 30px; }

.collapsible-menu-list {
  padding-top: 12px;
  margin-top: 3px;
  padding-bottom: 21px;
  margin-bottom: 30px; }

.collapsible-menu-list.open {
  padding-top: 21px;
  max-height: 402px;
  padding-bottom: 21px; }

.menu-toggle {
  background-color: #222;
  color: #fff;
  cursor: pointer;
  position: absolute;
  font-size: 12px;
  top: 6px;
  line-height: 1.8;
  right: 20px;
  padding: 4px 9px 4px 32px; }

.menu-toggle:before {
  content: "\e5d2";
  position: absolute;
  font-size: 19px;
  line-height: 1.15;
  left: 7px; }

.menu-toggle:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #222;
  position: absolute;
  left: 9px;
  bottom: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.active .menu-toggle:after {
  bottom: -6px; }

.active > .full-nav-wrapper {
  max-height: 440px;
  -webkit-transition: all 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

#navigation > ul {
  height: 48px;
  overflow: hidden; }

#navigation.active > ul {
  overflow: visible; }

#navigation > ul > li.breakpoint {
  font-size: 0;
  margin-left: 0;
  height: 0; }

#navigation > ul > li.breakpoint-large {
  display: block; }

#navigation > ul > li.xlarge-nav > a {
  color: #fff;
  margin-top: 26px; }

.aui .home-slideshow > .post, .aui .home-slideshow > .post > .larger-picture {
  display: none !important; }

.aui .home-slideshow > .post:first-child, .aui .home-slideshow > .post:first-child > .larger-picture {
  display: block !important;
  opacity: 1 !important; }

.aui .home-slideshow > .post:first-child {
  width: 602px;
  padding-top: 394px; }

.aui .home-slideshow > .post:first-child > .post-title {
  opacity: 1; }

.aui .home-slideshow {
  opacity: 1; }

.aui .posts-archive.home-slideshow {
  height: 534px;
  padding-bottom: 0px;
  position: relative;
  z-index: 3; }

.aui .home-slideshow .larger-picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 376px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #cc3333; }

.aui .home-slideshow .post {
  width: 640px;
  border: 4px solid #cc3333;
  background-color: #cc3333;
  cursor: pointer;
  padding-top: 394px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  position: relative;
  z-index: 1; }

.aui .home-slideshow .post > .post-title {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out; }

.aui .home-slideshow .post > .post-meta > .post-summary {
  -webkit-transition: opacity 0.6s ease-out 0.2s;
  -o-transition: opacity 0.6s ease-out 0.2s;
  transition: opacity 0.6s ease-out 0.2s; }

.aui .home-slideshow .post.active-article > .post-title, .aui .home-slideshow .post.active-article > .post-meta > .post-summary {
  opacity: 1; }

.aui .home-slideshow .post > .post-title {
  margin-bottom: 13px; }

.aui .posts-archive.home-slideshow .post a, .aui .posts-archive.home-slideshow .post > .post-meta > .post-character {
  color: #fff; }

.aui .posts-archive.home-slideshow .post > .post-meta > .post-summary {
  position: relative;
  z-index: 2;
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
  line-height: 1.23;
  margin-top: 0; }

.post-meta > .post-summary:before {
  content: "/";
  margin: 0 3px; }

.post-meta > .post-summary:first-child:before {
  display: none; }

.aui .posts-archive.home-slideshow .post > .post-thumb {
  position: absolute;
  top: 560px; }

.larger-picture-load {
  position: absolute;
  width: 0;
  height: 0; }

.post-thumb-1 {
  left: 0 !important; }

.post-thumb-2 {
  left: 107px !important; }

.post-thumb-3 {
  left: 214px !important; }

.post-thumb-4 {
  left: 321px !important; }

.post-thumb-5 {
  left: 428px !important; }

.post-thumb-6 {
  left: 535px !important; }

.home-archive {
  padding-bottom: 75px; }

.aui .home-slideshow-thumb {
  width: 105px;
  height: 63px;
  position: absolute;
  top: auto !important;
  bottom: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  overflow: visible;
  border: 2px solid #d2cbca;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.aui .home-slideshow-thumb.active {
  border-color: #cc3333;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.aui .posts-archive.home-slideshow .post > .post-meta {
  max-height: 33px;
  overflow: hidden; }

.home-slideshow-thumb:before {
  content: "";
  position: absolute;
  background-color: #fff;
  display: block;
  margin-top: -9px;
  margin-left: 51.5px;
  height: 0;
  width: 2px;
  z-index: 0;
  -webkit-transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out; }

.home-slideshow-thumb.active:before {
  margin-top: -80px;
  height: 80px;
  background-color: #c33; }

@font-face {
  font-family: 'LatoWebCorrection';
  src: local("Segoe UI"), local("Avenir Next"), local("Avenir"), local("Verdana");
  font-weight: normal;
  font-style: italic;
  unicode-range: U+3ca; }

.single-post p.post-summary {
  font-family: 'LatoWebCorrection', 'LatoWeb'; }

.column-list > .post > .post-badge:before {
  content: "\e91f"; }

.column-list > .post {
  padding-left: 45px; }

.column-list > .post > .post-badge {
  width: 30px;
  height: 30px; }

.column-list > .post > .post-badge > img {
  display: none; }

@media screen and (min-width: 681px) and (max-width: 1024px) {
  #navigation > ul > li.breakpoint-large {
    display: inline-block; }

  #navigation > ul > li.breakpoint-medium {
    display: block; }

  #navigation > ul > li.large-nav > a {
    color: #fff;
    margin-top: 26px; } }
@media screen and (max-width: 680px) {
  #navigation > ul > li.breakpoint-large {
    display: inline-block; }

  #navigation > ul > li.breakpoint-small {
    display: block; }

  #navigation > ul > li.xlarge-nav > a, #navigation > ul > li.large-nav > a, #navigation > ul > li.medium-nav > a {
    display: none; } }
#navigation .full-nav:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 54px;
  height: 1px;
  background-color: #fff; }

.top-opinion-list > .post > .post-thumb {
  background-image: none; }

.opinion-list > .post > .post-badge:before {
  content: "\e91f"; }

.opinion-list > .post-popout > .post-badge:before {
  font-size: 36px; }

.columnist-list > li > .post-badge:before {
  content: "\e91f";
  font-size: 14px; }

ul.featured-tags {
  max-width: 640px;
  max-height: 76px;
  overflow: hidden; }

ul.featured-tags > li {
  display: inline-block;
  margin-left: 16px; }

ul.featured-tags > li:first-child {
  margin-left: 0; }

ul.featured-tags > li > a {
  padding: 18px 0;
  margin-bottom: 20px;
  display: block; }

.tags a:before {
  content: "#"; }

.author-archive-heading {
  border-bottom: 1px solid #999;
  padding: 30px 0;
  margin-bottom: 40px;
  min-height: 100px;
  background-color: url(xE3AE); }

.author-archive-heading > .post-badge {
  width: 100px;
  height: 100px; }

.author-archive-heading > .post-badge:before {
  content: "\e91f";
  margin-top: 5px;
  margin-right: 4px;
  font-size: 56px; }

.comics-archive-heading > .post-badge:before {
  content: "\e928";
  top: 1px;
  right: 2px;
  margin-top: 6px; }

.post.comics > .post-badge:before {
  content: "\e928";
  top: 1px;
  right: 2px; }

.aui .news-list .post > h2.post-title {
  padding-top: 0; }

.aui .news-list .post > .action {
  padding-left: 45px;
  margin-top: 4px;
  margin-bottom: 0; }

.post-author-name {
  padding-top: 38px;
  padding-left: 125px; }

.author-bio {
  padding-left: 125px; }

.single-post {
  margin-top: 20px;
  margin-bottom: 36px; }

.single-post .post-meta {
  margin: 15px 0; }

.single-post .post-thumb {
  margin-top: 30px; }

.post-meta > time.time-updated:before {
  display: none; }

.post-meta > time.time-updated {
  display: block;
  color: #7d7472; }

.single-post .post-summary {
  margin: 25px 0; }

.post-body {
  padding-left: 160px;
  position: relative; }

.post-body:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #111;
  margin-left: -20.5px; }

.post-body-article-width > p, .post-body > p {
  margin: 1em 0 !important; }

.post-body-article-width > p, .post-body > p, .post-body > p > font {
  font-family: "LatoWeb" !important;
  text-align: left !important;
  line-height: 1.2 !important; }

.post-body-article-width > p > img {
  padding: 0.5em 0; }

.post-body > .standout {
  float: left;
  width: 220px;
  border-top: 3px solid #e0dbd9;
  border-bottom: 3px solid #e0dbd9;
  margin-top: 3px;
  margin-right: 20px;
  margin-bottom: 1em;
  padding: 1em 0; }

.single-post > .post > .tags > a {
  margin-left: 12px; }

.single-post > .post > .tags > a:first-child {
  margin-left: 0; }

.single-post .post-body p > object, .single-post .post-body p > embed, .single-post .post-body p > video, .single-post .post-body p > .featured-image-cropped, .single-post .post-body p > iframe {
  display: block;
  max-width: 100%; }

.post-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  width: 125px; }

.aui ul.font-size-selector {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.font-size-selector > li {
  display: inline-block;
  margin-right: 7px;
  font-family: Arial;
  font-weight: bold;
  cursor: pointer; }

.font-size-selector > li[data-target-class="smaller-text"] {
  font-size: 0.75em; }

.font-size-selector > li[data-target-class="bigger-text"] {
  font-size: 1.25em; }

.post-body[data-font-size="smaller-text"] > p {
  font-size: 16px; }

.post-body[data-font-size="bigger-text"] > p {
  font-size: 24px; }

.font-size-selector > li.active {
  border-bottom: 2px solid #c33; }

.post-action {
  margin: 1.25em 0; }

.post-sidebar .section-title {
  padding-bottom: 1.25em; }

.post-sidebar iframe {
  max-width: 100%;
  height: auto; }

.single-post .post-sidebar .post-thumb {
  margin-top: 0;
  margin-bottom: 0.5em;
  width: 125px;
  height: 75px;
  position: relative; }

.single-post .post-sidebar .post-meta {
  margin-top: 0; }

.aui .post-nav.news-list > .post {
  padding-left: 0; }

.post-nav-taxonomy > .section-title {
  padding-bottom: 1em; }

.post-nav-taxonomy > .taxonomy {
  display: block;
  margin-bottom: 0.75em; }

.type-photo > .post-meta > .post-character, .type-live > .post-meta > .post-character, .type-video > .post-meta > .post-character {
  padding-left: 22px;
  position: relative; }

.type-photo > .post-meta > .post-character:before, .type-live > .post-meta > .post-character:before, .type-video > .post-meta > .post-character:before {
  position: absolute;
  left: -3px;
  top: -3px;
  font-size: 17px;
  line-height: 1;
  display: block; }

.type-photo > .post-meta > .post-character:before {
  content: "\e412"; }

.type-video > .post-meta > .post-character:before {
  content: "\e639";
  top: -4px; }

.type-live > .post-meta > .post-character:before {
  content: "\e863"; }

.type-live > .post-thumb:after {
  content: "LIVE";
  background-color: #c33;
  background-color: rgba(204, 51, 51, 0.85);
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  padding: 3px 0 1px;
  bottom: 0;
  line-height: 1.5;
  letter-spacing: 1px; }

.aui .posts-archive-standout .type-live > .post-thumb:after {
  bottom: auto;
  top: 335px;
  padding: 6px 0 4px;
  font-size: 26px; }

.aui .single-post > .post.type-live > .post-thumb:after {
  position: static;
  padding: 6px 0 4px;
  font-size: 26px;
  width: 640px;
  display: block;
  margin-top: 335px; }

.home-slideshow .type-live > .post-thumb:after, .news-list > .type-live > .post-thumb:after {
  font-size: 9px; }

.type-video > .post-meta > .post-thumb:before {
  content: "\E037";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 17px;
  line-height: 1;
  color: #fff; }

.timeline:before {
  content: "";
  background-color: #d2cbca;
  background: -moz-linear-gradient(top, #dcd5d2 85%, white 100%);
  background: -webkit-linear-gradient(top, #dcd5d2 85%, white 100%);
  background: linear-gradient(to bottom, #dcd5d2 85%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2cbca', endColorstr='#ffffff',GradientType=0 );
  width: 1px;
  position: absolute;
  top: 110px;
  left: -10px;
  bottom: 0px; }

.timeline-post-meta {
  position: absolute;
  left: 0;
  top: 48px; }

.timeline > .post {
  min-height: 59px; }

.timeline-post-meta:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -12px;
  top: 4px; }

.timeline-post-meta > .just-time {
  color: #c33;
  display: block; }

.timeline-post-meta > time {
  display: none; }

.timeline-post-meta > time:before {
  display: none; }

.sketches .post-thumb {
  background-size: contain;
  background-color: #fff; }

.sketches .post-badge {
  margin-top: -5px; }

.news-list.sketches > .post > .post-title {
  margin-left: 0px; }

.span8 > .portlet-column-content-first .archive-block.sketches {
  margin-top: 0; }

.alert-box {
  background-color: #444;
  padding: 1px 0;
  margin: 0; }

.alert-box > a {
  position: relative;
  color: #fff;
  display: block;
  padding: 10px 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.alert-box > a:hover {
  color: #fff;
  padding-left: 69px; }

.alert-box > a:before {
  content: "";
  position: absolute;
  left: 20px;
  font-size: 24px;
  line-height: 0.8; }

.alert-box > a:after {
  content: "!";
  position: absolute;
  left: 42px;
  font-size: 12px;
  top: -6px;
  line-height: 0.4;
  font-weight: normal;
  padding: 6px 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.sharing {
  margin: 30px 0; }

.alert-information {
  background-color: #7d7472; }

.alert-critical, .alert-strike, .alert-transport {
  background-color: #91060e; }

.alert-live, .alert-video {
  background-color: #91060e; }

.alert-information > a:before {
  content: "\ed64"; }

.alert-strike > a:before {
  content: "\e857"; }

.alert-live > a:before {
  content: "\e863"; }

.alert-transport > a:before {
  content: "\e571"; }

.alert-video > a:before {
  content: "\e639"; }

.alert-critical > a:before {
  content: "\e85f"; }

.alert-information > a:after {
  display: none; }

.alert-box > a > em {
  font-style: normal;
  font-weight: normal;
  margin-left: 0.75em;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.alert-box > a:hover > em {
  margin-left: 0.9em; }

.aui ul.columnist-list {
  display: block;
  list-style-type: none;
  margin: -10px 0 0;
  padding: 0;
  font-size: 0; }

.columnist-list > li {
  padding-left: 35px;
  display: inline-block;
  width: 170px;
  margin-bottom: 10px;
  vertical-align: top;
  position: relative; }

.columnist-list > li > .post-badge {
  width: 20px;
  height: 20px; }

.columnist-list > li > a {
  line-height: 1.2;
  display: inline-block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: bold; }

.columnist-list > li:nth-child(3n) {
  margin-left: 0 !important; }

.social-boxes > .section-title {
  margin-bottom: -30px; }

.social-box {
  margin-top: 15px;
  font-size: 0;
  line-height: 0; }

#social-follows {
  position: absolute;
  left: 50%;
  margin-left: 190px !important;
  margin-top: 15px;
  z-index: 2; }

#social-follows > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  float: right; }

#social-follows > ul > li {
  display: inline-block;
  margin-left: 13px;
  line-height: 1; }

#social-follows > ul > li > a {
  font-size: 19px; }

.fb_iframe_widget {
  vertical-align: top;
  margin-right: 8px; }

.footer-content {
  padding: 20px 0;
  position: relative; }

.footer-sidebar {
  position: absolute;
  right: 20px;
  width: 300px;
  top: 60px;
  height: 550px;
  z-index: 2; }

.footer-sidebar .search input[type="text"] {
  padding-left: 8px; }

.footer-content > .full-nav {
  padding-top: 0;
  max-width: 640px;
  margin-left: 0; }

.footer-content > .full-nav > .vertical-list {
  padding-top: 0; }

.footer-sidebar > .search {
  margin-bottom: 40px; }

.footer-sidebar .newspaper-preview > span:after {
  background: -moz-linear-gradient(top, rgba(60, 56, 55, 0) 0%, #3c3837 100%);
  background: -webkit-linear-gradient(top, rgba(60, 56, 55, 0) 0%, #3c3837 100%);
  background: linear-gradient(to bottom, rgba(60, 56, 55, 0) 0%, #3c3837 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003c3837', endColorstr='#3c3837',GradientType=0 ); }

.footer-content > img {
  margin-left: 20px;
  margin-top: 45px;
  width: 120px;
  height: auto; }

.bottom-line {
  position: absolute;
  bottom: 0; }

.bottom-line > p {
  margin: 0 0 2em;
  color: #888484; }

@media screen and (min-width: 681px) and (max-width: 1024px) {
  .aui .portlet-boundary:first-child .news-list {
    margin-top: 40px; }

  .aui body {
    padding-left: 0;
    padding-right: 0; }

  .aui .archive-block > .post:nth-child(2n+1), .aui .news-list.ultra-wide-news-list > .post:nth-child(3n+2) {
    margin-left: 40px; }

  .aui .news-list.ultra-wide-news-list > .post:nth-child(2n+2) {
    margin-left: 0; }

  .aui .news-list.ultra-wide-news-list.top-articles > .post:last-child {
    margin-left: 40px; }

  .alert-box > a, #navigation > ul, .full-nav, #wrapper > #banner, #wrapper > #content, .footer-content {
    width: 680px; }

  .aui .top-menu {
    width: 600px; }

  #social-follows, .diafimisi-980, .diafimisi-above-header {
    display: none; }

  .span12 .ultra-wide-news-list.archive-block, .aui .span4, .aui .row-fluid .span8 .span6 {
    width: 640px !important;
    margin-left: 0 !important; }

  .aui #banner > .span4 {
    width: 300px !important; }

  .selections-carousel {
    display: none; }

  .active > .full-nav-wrapper {
    max-height: 540px; }

  .footer-sidebar {
    position: static;
    margin: 40px 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 450px; }

  body.page-10850 .row-fluid .span8 .span6 {
    width: 300px !important; }

  .aui .news-list > .post.post-popout {
    margin-left: 40px; }

  .aui #banner > .span4.search {
    margin-top: 25px; } }
@media screen and (max-width: 680px) {
  .collapsible-menu.open {
    max-height: 1000px; }

  #main-content > .portlet-layout:last-child .carousel-player, .portlet-dropzone > .portlet-boundary:last-child .diafimisi {
    margin-bottom: 40px; }

  #main-content > .portlet-layout:first-child {
    min-height: 0; }

  .aui #navigation {
    padding-top: 2px;
    padding-bottom: 10px; }

  .menu-toggle {
    font-size: 0;
    padding-right: 0px;
    height: 21px; }

  .aui fieldset {
    width: auto; }

  .aui body {
    padding-left: 0;
    padding-right: 0; }

  .caption {
    padding-top: 9px; }

  .aui .row-fluid .span12, .alert-box > a, #navigation > ul, .full-nav, #wrapper > #banner, #wrapper > #content, .footer-content, .aui .top-menu, .home-slideshow-large, .aui .news-list.has-larger-post > .post.larger-post, .aui .span8, .aui .posts-archive-standout .post-thumb, .aui .single-post > .post > .post-thumb, .aui .news-list.inset-list, .aui .news-list.inset-list > .post, .aui .news-list.ultra-wide-news-list > .post, .aui .news-list.wide-news-list > .post, .aui .news-list.top-opinion-list > .post, .aui .newsroom-list.wide-archive-block > .post:nth-child(2) > .post-thumb, .aui .row-fluid .span8 .span12, .aui .newsroom-list.wide-archive-block > .post {
    width: 300px !important;
    display: block; }

  .aui [class*="span"], .aui .row-fluid [class*="span"], .aui .row-fluid [class*="span"]:first-child, .aui .span8 > .row-fluid > .span4 {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .sketches .post-badge, .diafimisi-980, .diafimisi-above-header {
    display: none; }

  .aui .news-list.has-larger-post > .post.larger-post, .aui .news-list.opinion-list > .post, .aui .news-list.popular-list > .post {
    width: 255px !important; }

  .home-slideshow-large, .aui .posts-archive-standout .post-thumb, .aui .single-post > .post > .post-thumb {
    height: 180px;
    background-image: url(/avgi-styled-theme/images/avgi-default.png); }

  .post-body {
    padding-left: 0; }

  .skin-container, .post-body:before {
    display: none; }

  .aui .news-list.has-larger-post > .post:nth-child(even), .aui .wide-archive-block > .post, .column-list.numerous-posts > .post:nth-child(odd), .aui .row-fluid .span8 .span6, .aui .archive-block > .post, .aui .news-list.ultra-wide-news-list > .post, .aui .news-list.wide-news-list > .post, .aui .news-list.top-opinion-list > .post, .aui .news-list.inset-list.numerous-posts > .post:nth-child(odd), .news-list.ultra-wide-archive-block > .post:nth-child(n+3) > .post-title, .news-list.ultra-wide-archive-block > .post:nth-child(n+3) > .post-meta, .news-list.ultra-wide-news-list > .post > .post-title, .news-list.ultra-wide-news-list > .post > .post-thumb, .news-list.ultra-wide-news-list > .post > .post-meta, .news-list.ultra-wide-archive-block > .post > .post-title, .news-list.ultra-wide-archive-block > .post > .post-summary, .search-archive > .post > .category, .wide-news-list > .post > .post-thumb, .archive-block > .sub-menu > li:first-child {
    margin-left: 0 !important; }

  .archive-block > .sub-menu {
    position: static;
    margin-top: -20px; }

  ul.featured-tags {
    max-width: none;
    max-height: none; }

  ul.featured-tags > li {
    display: block;
    margin: 0 auto; }

  #social-follows {
    display: none; }

  .top-articles > .post, .ultra-wide-news-list > .post, .archive-block > .post {
    padding-left: 0 !important;
    width: 300px; }

  .archive-block > .post:nth-child(n+3) > .post-thumb {
    display: none !important; }

  .sketches.archive-block > .post > .post-thumb {
    display: block !important; }

  .footer-sidebar {
    position: static;
    margin: 40px auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 500px; }

  .footer-content > .full-nav > .vertical-list {
    width: auto;
    display: block;
    padding: 0 20px;
    margin: 0; }

  .post-sidebar {
    display: none !important; }

  #banner > #newsroom, #banner > #weather, #navigation .full-nav:before {
    display: none; }

  .full-nav > .vertical-list {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0; }

  .active > .full-nav-wrapper {
    max-height: 820px;
    padding-bottom: 30px; }

  #navigation .full-nav li {
    display: inline-block;
    margin-right: 12px; }

  #navigation .full-nav li > a {
    padding-top: 6px; }

  #navigation .full-nav li > a[rel="tag"] {
    width: 288px; }

  #navigation > ul > li:first-child {
    margin-left: 0; }

  #banner {
    padding: 20px 0 10px; }

  .span4.search {
    margin-top: 20px; }

  .alert-box > a {
    padding-right: 0; }

  ul.featured-tags > li > a {
    padding: 3px 0; }

  .selections-carousel {
    display: none; }

  .aui .posts-archive > .post {
    padding-left: 0; }

  .aui .newsroom-list.wide-archive-block > .post:nth-child(2) > .post-thumb, .newsroom-list > .post > .post-thumb, .posts-archive > .post > .post-thumb {
    width: 300px;
    height: 180px;
    position: relative;
    margin-bottom: 10px;
    background-image: url(/avgi-styled-theme/images/avgi-default.png); }

  #logo > img {
    margin-top: -8px;
    margin-left: 0; }

  .home-archive {
    display: block; }

  .home-slideshow-arrow, .home-slideshow-large {
    display: none; }

  .aui .posts-archive.home-slideshow {
    height: auto; }

  .single-post > .post > .post-meta > .post-character:before {
    top: 0; }

  .newsroom-list.timeline > .post {
    padding-left: 45px; }

  .newsroom-list.timeline > .post > .post-thumb {
    width: 70px;
    height: 42px; }

  .home-slideshow-thumb {
    display: none; }

  .aui .posts-archive.home-slideshow .post > .post-meta {
    max-height: none; }

  .aui .posts-archive.home-slideshow .post.slick-slide {
    float: none;
    position: static !important;
    opacity: 1 !important;
    padding-top: 15px;
    margin-top: 2px; }

  .slick-track {
    width: auto !important; }

  .aui .home-slideshow .post > .post-title {
    opacity: 1 !important; }

  .aui .home-slideshow .larger-picture {
    position: static !important;
    margin-bottom: 18px;
    height: 0;
    padding-top: 60%; } }