/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(/wp-content/themes/vip/gz-gazette20/a/c/fonts/flexslider-icon.eot);
  src: url(/wp-content/themes/vip/gz-gazette20/a/c/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/vip/gz-gazette20/a/c/fonts/flexslider-icon.woff) format('woff'), url(/wp-content/themes/vip/gz-gazette20/a/c/fonts/flexslider-icon.ttf) format('truetype'), url(/wp-content/themes/vip/gz-gazette20/a/c/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  /* text-align: right; */
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.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: none;
  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: 0.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: 0.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: 0.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; }

/* Main image in popup */
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; }

/* The shadow behind the image */
.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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
*************************************************

Harvard Gazette
Screen Styles

*************************************************
*/
/*-------------------------------------------

      Global combinations
    
-------------------------------------------*/
article, aside, details, fig caption, figure, footer, header, group, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.logo a, .search-btn, .main-nav .top-level, .f-mag-trigger a, .ir, .carousel-controls, .f-twitter-controls a {
  display: block;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden; }

.move {
  position: absolute;
  left: -9999px; }

.hide {
  display: none; }

/* 10 */
/* 15 */
/* 20 */
/* 25 */
/* 30 */
/*-------------------------------------------

   	 General Selectors
-------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  margin: 0;
  padding: 0;
  line-height: 1.2em; }

body {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'Georgia', serif;
  font-weight: normal; }

h1, .xxlarge {
  margin: 0 0 25px;
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-size: 36px; }

h2, .xlarge {
  margin: 0 0 20px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 22px; }

h3, .large {
  margin: 0 0 20px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 18px; }

h4, .medium {
  margin: 0 0 20px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase; }

h5 {
  margin: 0 0 20px;
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase; }

p, ul, dl, ol, table, form, blockquote {
  margin-bottom: 20px; }

ul, ol {
  margin-left: 30px; }

p, li {
  line-height: 1.5em; }

abbr {
  text-decoration: none;
  border: none; }

table {
  border-collapse: collapse; }

thead {
  background: #e8e6e4; }

th {
  padding: 10px;
  text-align: left;
  border: 1px solid #f3f3f3;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal; }

td {
  padding: 10px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  background: white;
  border: 1px solid #f3f3f3;
  font-size: 13px;
  line-height: 15px; }

a {
  color: #407db5;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0f2944; }

p a, .article-body a {
  color: #99283c; }
  p a:hover, p a:focus, .article-body a:hover, .article-body a:focus {
    color: #2b2b2b; }

.link-underline p a {
  text-decoration: underline; }
  .link-underline p a:hover, .link-underline p a:focus {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

a img {
  border: none; }

code {
  font: 12px/1 'Courier New', Courier, monospace; }

sub, sup {
  line-height: 0; }

iframe {
  max-width: 100%;
  margin-bottom: 20px; }

/*-------------------------------------------

   	 Helpers
-------------------------------------------*/
.line {
  display: block; }

.adjunct:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  *height: 1%; }

.left {
  display: block;
  float: left;
  margin-right: 10px; }

.right {
  display: block;
  float: right;
  margin-left: 10px; }

.centered {
  text-align: center; }

.meta {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 11px; }

.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1272px; }
  .wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }

.adorn {
  padding-bottom: 10px;
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 15px; }
  .secondary .adorn {
    border-width: 1px;
    padding-bottom: 0;
    margin-bottom: 15px; }

.no-border {
  border: none !important; }

.col {
  float: left; }

.inline-image img {
  display: inline;
  vertical-align: middle;
  margin: 0 10px 0 0; }

.topborder {
  padding-top: 10px;
  border-top: 4px solid #0f2944; }
  .event .topborder {
    border-color: #407db5; }

.compact {
  margin-bottom: 0 !important; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  *height: 1%; }

.nooverflow {
  position: fixed; }

/*-------------------------------------------

    	Forms
-------------------------------------------*/
form {
  overflow: hidden;
  margin-bottom: 20px; }

fieldset {
  border: none; }

form p {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 13px; }

form p a {
  text-decoration: underline; }

label, .form-heading {
  display: block;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px; }

.inline li {
  list-style-type: none; }

.single-input label {
  display: inline;
  margin-left: 5px; }

.inline-inputs {
  margin-left: 0; }
  .inline-inputs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }

.inline-inputs li {
  float: left;
  margin-right: 30px; }

.inline label {
  display: inline;
  margin-left: 5px;
  font-weight: normal;
  font-size: 13px; }

.inline {
  margin-left: 0; }

.joined .single-input {
  margin-bottom: -4px; }

.joined ul {
  margin-left: 30px; }

label {
  display: block;
  font-weight: bold;
  cursor: pointer; }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea, .text-input {
  border: 1px solid #dfdfdf;
  padding: 8px;
  background: white;
  color: #6c6c6c;
  font-style: italic;
  font-size: 13px; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, .text-input:focus {
    -webkit-transition: all 0.04s linear;
    -moz-transition: all 0.04s linear;
    -ms-transition: all 0.04s linear;
    -o-transition: all 0.04s linear;
    transition: all 0.04s linear;
    background: #f6feff;
    outline-color: #f6feff; }

input[type="radio"] {
  margin-left: 1px;
  cursor: pointer; }
  input[type="radio"] + label {
    display: inline;
    margin-left: 5px;
    font-weight: normal;
    cursor: pointer; }

.error strong {
  display: block;
  color: #d55442;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 13px; }

.error .text-input, .error textarea, .error input[type="text"], .error input[type="password"], .error input[type="email"] {
  margin-bottom: 10px;
  background: #fbeeec;
  border-color: #d55442; }

label + .instructions {
  margin-top: -5px;
  margin-bottom: 15px;
  display: block; }

.form-split p {
  float: left; }

.form-split .input-small {
  float: right; }

.btn {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  border: none;
  cursor: pointer;
  padding: 9px 18px;
  background: #5f99cd;
  background: -o-linear-gradient(top, #5f99cd, #4f85c1);
  background: -ms-linear-gradient(top, #5f99cd, #4f85c1);
  background: -moz-linear-gradient(top, #5f99cd, #4f85c1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5f99cd), color-stop(1, #4f85c1));
  background: -webkit-linear-gradient(#5f99cd, #4f85c1);
  background: linear-gradient(top, #5f99cd, #4f85c1);
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none; }
  .btn:hover, .btn:focus {
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -ms-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    background: #4f85c1;
    background: -o-linear-gradient(top, #4f85c1, #5f99cd);
    background: -ms-linear-gradient(top, #4f85c1, #5f99cd);
    background: -moz-linear-gradient(top, #4f85c1, #5f99cd);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f85c1), color-stop(1, #5f99cd));
    background: -webkit-linear-gradient(#4f85c1, #5f99cd);
    background: linear-gradient(top, #4f85c1, #5f99cd);
    color: white; }
  .btn:after {
    content: ' \00bb'; }

.btn-subscribe {
  background: #3a79bc;
  background: -o-linear-gradient(top, #3a79bc, #3466a1);
  background: -ms-linear-gradient(top, #3a79bc, #3466a1);
  background: -moz-linear-gradient(top, #3a79bc, #3466a1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a79bc), color-stop(1, #3466a1));
  background: -webkit-linear-gradient(#3a79bc, #3466a1);
  background: linear-gradient(top, #3a79bc, #3466a1);
  font-weight: normal; }
  .btn-subscribe:hover, .btn-subscribe:focus {
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -ms-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    background: #3466a1;
    background: -o-linear-gradient(top, #3466a1, #3a79bc);
    background: -ms-linear-gradient(top, #3466a1, #3a79bc);
    background: -moz-linear-gradient(top, #3466a1, #3a79bc);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3466a1), color-stop(1, #3a79bc));
    background: -webkit-linear-gradient(#3466a1, #3a79bc);
    background: linear-gradient(top, #3466a1, #3a79bc); }

.btn-register {
  background: #729e6d;
  background: -o-linear-gradient(top, #729e6d, #5c8b57);
  background: -ms-linear-gradient(top, #729e6d, #5c8b57);
  background: -moz-linear-gradient(top, #729e6d, #5c8b57);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #729e6d), color-stop(1, #5c8b57));
  background: -webkit-linear-gradient(#729e6d, #5c8b57);
  background: linear-gradient(top, #729e6d, #5c8b57); }
  .btn-register:hover, .btn-register:focus {
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -ms-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    background: #4f9d48;
    background: -o-linear-gradient(top, #4f9d48, #408a38);
    background: -ms-linear-gradient(top, #4f9d48, #408a38);
    background: -moz-linear-gradient(top, #4f9d48, #408a38);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f9d48), color-stop(1, #408a38));
    background: -webkit-linear-gradient(#4f9d48, #408a38);
    background: linear-gradient(top, #4f9d48, #408a38); }

.btn a {
  color: white; }
  .btn a:hover, .btn a:focus {
    color: white; }

.btn-register a {
  padding-right: 16px;
  background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/marker-more-white.png) no-repeat 115px 3px; }

input[type="submit"] {
  cursor: pointer; }

.find-events {
  background: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 16px 25px;
  border: 1px solid #f3f3f3; }
  .find-events label {
    text-align: center; }
  .find-events #find-events {
    float: left;
    width: 178px;
    margin: 0 auto; }
  .find-events .search-btn {
    height: 33px; }
  .find-events p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }

.search-btn {
  float: left;
  width: 40px;
  height: 30px;
  background: #407db5 url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icon-search.gif) no-repeat center center;
  border: none; }

.search-btn:hover {
  -webkit-transition: all 0.04s linear;
  -moz-transition: all 0.04s linear;
  -ms-transition: all 0.04s linear;
  -o-transition: all 0.04s linear;
  transition: all 0.04s linear;
  background-color: #99283c; }

.submit .input-submit {
  margin-right: 5px; }

.submit .preview {
  border: none;
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-style: italic;
  color: #99283c;
  background: none;
  font-size: 16px;
  margin-left: 5px;
  text-decoration: underline; }
  .submit .preview:hover, .submit .preview:focus {
    color: #2b2b2b;
    text-decoration: none; }

.daily-gazette input[name="email"] {
  max-width: 175px; }

/*-------------------------------------------

    	Layouts
-------------------------------------------*/
.grid {
  float: left;
  width: 30%;
  margin-right: 3.3%; }
  .grid.first {
    clear: left; }

.grid-2 {
  float: left;
  width: 63.3%;
  margin-right: 3.4%; }
  .grid-2 .grid {
    width: 48%;
    margin-left: 4%;
    margin-right: 0; }
    .grid-2 .grid.first {
      clear: left;
      margin-left: 0; }

#latest-feature {
  float: left;
  width: 30%;
  margin-right: 3.3%; }

#logo {
  text-align: center;
  padding-top: 50px;
  padding-left: 288px; }
  #logo h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    width: 369px;
    height: 45px;
    background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/gazette-logo-half.png) no-repeat top left;
    background-size: 369px 45px; }

.secondary {
  width: 288px;
  top: 36px;
  left: 50%;
  margin-left: -636px;
  z-index: 999;
  height: 92%;
  background: #f3f3f3;
  padding: 20px 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  position: fixed; }

.primary {
  float: right;
  width: 954px;
  padding: 30px 0 30px 30px; }
  .primary .sub {
    float: right;
    width: 30%;
    margin-right: 3.3%; }
  .primary .main {
    float: left;
    width: 63.4%;
    margin-right: 3.3%; }

.col {
  float: left;
  width: 100%; }

.split-2 .col {
  width: 48%; }

.split-2 .first {
  margin-right: 4%; }

.split-3 .col {
  width: 32%;
  margin-right: 2%; }

.split-3 .last {
  margin-right: 0%; }

split-2:after, split-3:after, split-2-1:after, .split-1-2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  *height: 1%; }

.split-1-2 .col {
  width: 1908px; }

.split-1-2 .first {
  width: 954px;
  margin-right: 288px; }

.split-2-1 .col.first {
  width: 66%;
  margin-right: 2%; }

.split-2-1 .col.last {
  width: 32%;
  margin-right: 0%; }

.breaking {
  color: white;
  background: #99283c;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 4px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 0.7em; }

/*-------------------------------------------

    	Header
-------------------------------------------*/
#topbar {
  background: #000;
  height: 36px;
  position: relative;
  max-width: 1272px;
  left: 50%;
  margin-left: -636px;
  width: 100%; }
  #topbar .searchform-wrapper {
    float: left; }
  #topbar ul {
    list-style: none;
    display: inline-block;
    float: right;
    padding-top: 8px;
    padding-bottom: 8px; }
    #topbar ul li {
      float: left;
      font-family: 'Arial', sans-serif;
      font-weight: bold;
      font-size: 13px;
      padding-right: 19px;
      line-height: 20px; }
      #topbar ul li a {
        color: #bbb; }
        #topbar ul li a:hover, #topbar ul li a:focus {
          color: #dfdfdf;
          text-decoration: none; }
  #topbar a.nav-btn {
    display: block;
    float: left;
    border-right: 1px solid #6c6c6c;
    padding: 0 20px 0 50px;
    background: #99283c url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icon-menu-white-half.png) 22px 6px no-repeat;
    background-size: 21px;
    text-transform: uppercase;
    color: white;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 36px;
    transition: all .4s ease-in-out; }
    #topbar a.nav-btn#nav-open-btn {
      display: none; }
    #topbar a.nav-btn#nav-close-btn {
      background-color: #f3f3f3;
      background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icon-menu-gray-half.png);
      color: black;
      display: none; }
    #topbar a.nav-btn#nav-gz-home {
      padding-left: 35px;
      background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icon-home-g-half.png);
      background-position: 12px 6px;
      border-right: 0; }

.sticky {
  background: black url(/wp-content/themes/vip/gz-gazette20/a/c/../i/bg-body.png) repeat-x top left;
  position: fixed;
  height: 36px;
  width: 100%;
  z-index: 9999; }

#logo a {
  margin: 0 auto;
  float: none;
  display: block;
  width: 369px;
  max-width: 100%; }
#logo .date {
  text-align: center;
  color: #6c6c6c; }

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%; }

/*-------------------------------------------

    	Breadcrumb
-------------------------------------------*/
.breadcrumb {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Open Sans', 'Arial', sans-serif; }
  .breadcrumb:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }
  .breadcrumb li:after {
    content: " /";
    color: #dfdfdf;
    margin-right: 5px; }
  .breadcrumb li {
    float: left;
    list-style: none; }
  .breadcrumb a {
    text-decoration: none; }

/*-------------------------------------------

    	Footer
-------------------------------------------*/
/*-------------------------------------------

    	Sidebars
-------------------------------------------*/
.secondary {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 12px; }
  .secondary ul#menu-main-menu {
    list-style: none;
    text-transform: uppercase;
    margin-left: 0; }
    .secondary ul#menu-main-menu li {
      border-bottom: 1px solid #dfdfdf;
      background: #f3f3f3;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      .secondary ul#menu-main-menu li a {
        color: #2b2b2b;
        display: block;
        line-height: 30px;
        padding-left: 30px; }
        .secondary ul#menu-main-menu li a.active {
          background: #99283c;
          color: white; }
        .secondary ul#menu-main-menu li a.active.science {
          background: #e19100;
          color: white; }
      .secondary ul#menu-main-menu li ul {
        list-style: none;
        margin-left: 0;
        margin-bottom: 0;
        display: none; }
        .secondary ul#menu-main-menu li ul li {
          border-bottom: 0;
          border-top: 1px solid #dfdfdf;
          background: white; }
          .secondary ul#menu-main-menu li ul li a {
            text-transform: none; }
            .secondary ul#menu-main-menu li ul li a.active {
              background: white;
              color: black;
              font-weight: bold; }
          .secondary ul#menu-main-menu li ul li:hover {
            background: #dfdfdf; }
          .secondary ul#menu-main-menu li ul li.current-menu-item a, .secondary ul#menu-main-menu li ul li.current-post-ancestor a {
            font-weight: bold; }
      .secondary ul#menu-main-menu li.current-menu-parent ul, .secondary ul#menu-main-menu li.current-menu-item ul {
        display: block; }
    .secondary ul#menu-main-menu > li:hover {
      background: #99283c;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
    .secondary ul#menu-main-menu > li:hover > a, .secondary ul#menu-main-menu > li > a:hover {
      color: white; }
    .secondary ul#menu-main-menu > li.current-menu-parent, .secondary ul#menu-main-menu > li.current-menu-item, .secondary ul#menu-main-menu > li.current-menu-parent > a, .secondary ul#menu-main-menu > li.current-menu-item > a {
      background: #99283c;
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-home:hover {
      background: #99283c; }
    .secondary ul#menu-main-menu li.menu-item-home:hover > a, .secondary ul#menu-main-menu li.menu-item-home > a:hover {
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-home.current-menu-parent, .secondary ul#menu-main-menu li.menu-item-home.current-menu-item, .secondary ul#menu-main-menu li.menu-item-home.current-menu-parent > a, .secondary ul#menu-main-menu li.menu-item-home.current-menu-item > a {
      background: #99283c;
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-campus:hover {
      background: #b1ad0d; }
    .secondary ul#menu-main-menu li.menu-item-campus:hover > a, .secondary ul#menu-main-menu li.menu-item-campus > a:hover {
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-campus.current-menu-parent, .secondary ul#menu-main-menu li.menu-item-campus.current-menu-item, .secondary ul#menu-main-menu li.menu-item-campus.current-menu-parent > a, .secondary ul#menu-main-menu li.menu-item-campus.current-menu-item > a {
      background: #b1ad0d;
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-arts:hover {
      background: #d870b8; }
    .secondary ul#menu-main-menu li.menu-item-arts:hover > a, .secondary ul#menu-main-menu li.menu-item-arts > a:hover {
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-arts.current-menu-parent, .secondary ul#menu-main-menu li.menu-item-arts.current-menu-item, .secondary ul#menu-main-menu li.menu-item-arts.current-menu-parent > a, .secondary ul#menu-main-menu li.menu-item-arts.current-menu-item > a {
      background: #d870b8;
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-science:hover {
      background: #e19100; }
    .secondary ul#menu-main-menu li.menu-item-science:hover > a, .secondary ul#menu-main-menu li.menu-item-science > a:hover {
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-science.current-menu-parent, .secondary ul#menu-main-menu li.menu-item-science.current-menu-item, .secondary ul#menu-main-menu li.menu-item-science.current-menu-parent > a, .secondary ul#menu-main-menu li.menu-item-science.current-menu-item > a {
      background: #e19100;
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-national:hover {
      background: #1c64e7; }
    .secondary ul#menu-main-menu li.menu-item-national:hover > a, .secondary ul#menu-main-menu li.menu-item-national > a:hover {
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-national.current-menu-parent, .secondary ul#menu-main-menu li.menu-item-national.current-menu-item, .secondary ul#menu-main-menu li.menu-item-national.current-menu-parent > a, .secondary ul#menu-main-menu li.menu-item-national.current-menu-item > a {
      background: #1c64e7;
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-athletics:hover {
      background: #cc0033; }
    .secondary ul#menu-main-menu li.menu-item-athletics:hover > a, .secondary ul#menu-main-menu li.menu-item-athletics > a:hover {
      color: white; }
    .secondary ul#menu-main-menu li.menu-item-athletics.current-menu-parent, .secondary ul#menu-main-menu li.menu-item-athletics.current-menu-item, .secondary ul#menu-main-menu li.menu-item-athletics.current-menu-parent > a, .secondary ul#menu-main-menu li.menu-item-athletics.current-menu-item > a {
      background: #cc0033;
      color: white; }
  .secondary .daily-gazette {
    margin: 30px 0;
    border-bottom: 1px solid #dfdfdf;
    background: #dfdfdf; }
    .secondary .daily-gazette h3 {
      position: relative;
      background: #0f2944;
      color: white;
      font-weight: normal;
      font-size: 15px;
      padding: 15px 0 10px 70px; }
      .secondary .daily-gazette h3 img {
        position: absolute;
        top: 20px;
        left: 32px; }
    .secondary .daily-gazette form {
      padding-left: 30px; }
      .secondary .daily-gazette form input#email-subscribe-submit {
        margin-top: 10px; }
  .secondary .utility-menu-wrapper ul {
    list-style: none;
    font-size: 13px; }
  .secondary .harvard-social {
    color: #6c6c6c;
    padding-left: 30px;
    font-size: 15px; }
    .secondary .harvard-social p {
      font-size: 13px;
      padding-right: 20px; }
    .secondary .harvard-social a {
      color: #407db5; }
      .secondary .harvard-social a:hover, .secondary .harvard-social a:focus {
        color: #0f2944; }
  .secondary #harvard-logo {
    text-align: center;
    height: 90px;
    line-height: 90px; }

#footer {
  margin: 30px;
  color: #6c6c6c; }
  #footer ul {
    list-style: none;
    margin: 20px 0; }
    #footer ul li {
      display: inline-block; }

/*-------------------------------------------

   	 Taxonomy
-------------------------------------------*/
.taxonomy_info {
  background: white;
  padding: 0px 30px 10px 170px;
  position: relative;
  min-height: 140px; }
  .taxonomy_info:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }
  .taxonomy_info img {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .taxonomy_info .taxonomy_title {
    padding-left: 30px; }
    .taxonomy_info .taxonomy_title a {
      text-decoration: none; }
    .taxonomy_info .taxonomy_title .breadcrumb {
      margin: 0; }
    .taxonomy_info .taxonomy_title h2 {
      margin: 0 0 8px 0;
      font-family: 'Open Sans', 'Arial', sans-serif;
      font-size: 36px;
      font-weight: normal; }
      .taxonomy_info .taxonomy_title h2 a {
        color: black; }
    .taxonomy_info .taxonomy_title .cat-icon.topic {
      left: 170px;
      top: 0px; }
  .taxonomy_info .taxonomy_more a.btn {
    font-weight: bold;
    padding: 12px 20px;
    text-decoration: none;
    float: right;
    margin: 15px 0;
    color: #fff; }
  .taxonomy_info.topic-listing {
    margin: 30px 0; }
    .taxonomy_info.topic-listing h2 {
      margin: 10px 0 18px 0; }

.taxonomy_wrapper {
  margin-right: 3.4%; }
  .taxonomy_wrapper .arrow-down {
    height: 14px; }
  .taxonomy_wrapper .story-feature {
    margin: 0; }
  .taxonomy_wrapper .topic-date {
    color: #2b2b2b;
    font-family: 'Open Sans', 'Arial', sans-serif;
    margin: 30px 0 6px 0px;
    font-size: 13px;
    background: white; }

/*-------------------------------------------

   	 Story Feature (on Category Page) and Single
-------------------------------------------*/
.meta {
  font-family: 'Open Sans', 'Arial', sans-serif; }

.story-feature {
  margin-right: 30px;
  margin-bottom: 30px; }
  .story-feature .feature-text {
    width: 58%;
    float: right;
    padding: 15px 0% 10px 2%; }
  .story-feature.feature-top-dark .feature-text {
    width: 33%;
    float: left;
    padding: 15px 2% 10px 3%; }
  .story-feature .feature-photo {
    width: 40%;
    float: left;
    margin: 0; }
  .story-feature.feature-top h2 {
    font-size: 28px; }
    .story-feature.feature-top h2 a {
      color: black; }
  .story-feature.campus {
    border-top: 4px solid #b1ad0d; }
  .story-feature.arts {
    border-top: 4px solid #d870b8; }
  .story-feature.science {
    border-top: 4px solid #e19100; }
  .story-feature.national {
    border-top: 4px solid #1c64e7; }
  .story-feature.athletics {
    border-top: 4px solid #cc0033; }
  .story-feature.newsplus {
    border-top: 4px solid #d0a200; }

.read-more {
  margin: 30px 0; }

.feature-top {
  position: relative; }
  .feature-top.top-no-photo {
    padding-right: 30px; }
  .feature-top h2 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 36px; }
  .feature-top h3 {
    font-family: 'Georgia', serif;
    font-weight: normal; }
  .feature-top .article-head h3 {
    color: #6c6c6c; }
  .feature-top img {
    display: block; }
  .feature-top.feature-top-dark .breadcrumb {
    color: #6c6c6c; }
    .feature-top.feature-top-dark .breadcrumb a {
      color: #407db5; }
      .feature-top.feature-top-dark .breadcrumb a:hover {
        color: white; }
  .feature-top .meta {
    color: #6c6c6c;
    border-top: solid 1px #6c6c6c;
    font-size: 13px;
    font-family: 'Georgia', serif;
    font-weight: normal;
    padding: 10px 0; }

.feature-top-dark {
  background: #2b2b2b;
  color: #fff; }
  .feature-top-dark a {
    color: #fff; }
    .feature-top-dark a:hover {
      color: #fff; }

.feature-photo-top .feature-top .meta {
  position: absolute;
  bottom: 10px;
  width: 31%; }

.flexslider .flex-direction-nav a {
  width: 36px;
  height: 38px;
  margin: -20px 0 0;
  display: block;
  background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .flexslider .flex-direction-nav a:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=90); }
.flexslider .flex-direction-nav .flex-next {
  background-position: 0 -39px;
  right: 0px; }
.flexslider .flex-direction-nav .flex-prev {
  left: 0px; }

.flexslider .flex-control-nav {
  width: 94%; }

.flexslider .flex-pauseplay a {
  text-indent: -4000px;
  display: block;
  background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-play-pause-half.png) top left no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -22px;
  right: 0;
  background-size: 12px; }
  .flexslider .flex-pauseplay a.flex-pause {
    background-position: bottom left; }

.article-feature .flexslider .flex-pauseplay a {
  bottom: 9px;
  left: 9px; }

.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.top-wrapper {
  margin-right: 3.4%; }
  .top-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }
  .top-wrapper .flexslider {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    margin-bottom: 0px; }
    .top-wrapper .flexslider .flex-viewport {
      background: #6c6c6c; }
      .top-wrapper .flexslider .flex-viewport .slides li {
        position: relative; }
    .top-wrapper .flexslider .flex-control-nav {
      bottom: 0;
      background: white;
      padding: 5px 0;
      opacity: 0.6;
      filter: alpha(opacity=60); }
    .top-wrapper .flexslider .slides > li:first-child {
      display: block; }
    .top-wrapper .flexslider#carousel .slides {
      background: #6c6c6c; }
      .top-wrapper .flexslider#carousel .slides img {
        width: 80%;
        padding: 10px 5%; }
    .top-wrapper .flexslider .flex-caption {
      padding: 15px 20px 10px;
      font-family: 'Open Sans', 'Arial', sans-serif;
      font-size: 13px;
      color: #f3f3f3;
      background: #2b2b2b;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0.8;
      filter: alpha(opacity=80); }
      .top-wrapper .flexslider .flex-caption a, .top-wrapper .flexslider .flex-caption a:hover {
        color: white; }
      .top-wrapper .flexslider .flex-caption .idx {
        font-family: 'Georgia', serif;
        font-weight: normal;
        font-size: 2em;
        line-height: 0.4em;
        padding: 0em 0.2em 0.2em 0;
        float: left; }

.article-feature-caption.tablet, .article-feature.tablet, .article-feature-caption.tablet {
  display: none; }

.article-feature-caption.tablet .toggle-more-less {
  display: none; }

.content.feature-photo-top .article-head {
  width: 36%;
  float: left; }
.content.feature-photo-top .article-feature {
  width: 62%;
  float: right;
  margin: 0; }

.content.feature-photo-side .article-feature {
  float: right;
  width: 30%;
  margin-right: 3.3%;
  clear: right; }
  .content.feature-photo-side .article-feature img {
    display: block;
    width: 100%; }
.content.feature-photo-side .main {
  margin-right: 0%;
  width: 66.7%;
  padding-top: 0; }
  .content.feature-photo-side .main .article-body {
    margin-right: 3%; }

.content .main {
  padding: 30px 0; }
  .content .main a {
    text-decoration: underline; }
    .content .main a.btn {
      text-decoration: none; }
  .content .main .breadcrumb a {
    text-decoration: none; }
.content.page .main, .content.archive .main {
  padding: 0 0 30px; }
  .content.page .main .story-list, .content.archive .main .story-list {
    margin-left: 0; }
  .content.page .main .story-block, .content.archive .main .story-block {
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
    .content.page .main .story-block .labels, .content.archive .main .story-block .labels {
      display: none; }
.content .article-byline {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 13px;
  color: #6c6c6c;
  margin: 0px 0 20px; }
.content.feature-photo-none .main {
  padding: 0 0 30px 0; }
.content.feature-photo-none .article-head {
  margin-bottom: 30px; }

.content.full-width {
  margin-right: 3.4%; }

.content.long-title .main {
  padding-top: 3px; }

.content.long-title .main .article-feature-caption {
  width: 100%;
  float: none;
  display: block;
  margin-bottom: 0; }

.content.long-title .main .article-feature-caption p,
.content.long-title .main .article-feature-caption div {
  margin: 0;
  padding: 10px 15px; }

.content.long-title .main .split-2-1 {
  margin-top: 30px; }

.article-feature-caption {
  background: #f3f3f3;
  font-size: 11px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  color: #2b2b2b;
  margin-bottom: 30px;
  clear: right;
  float: right;
  width: 30%;
  margin-right: 3.3%; }
  .article-feature-caption p, .article-feature-caption div {
    margin: 15px; }
  .article-feature-caption .photo-credit {
    font-style: italic;
    color: #6c6c6c; }

.article-body {
  font-size: 16px;
  color: black;
  padding-right: 3%;
  padding-left: 3%; }
  .article-body .initial-cap {
    color: #99283c;
    display: inline;
    float: left;
    font-size: 5em;
    line-height: 0.4em;
    padding: .25em .15em .3em 0;
    text-transform: uppercase; }
  .article-body a {
    text-decoration: underline; }

.featured-photo-full-width.featured-photo {
  margin-right: 3.4%; }
  .featured-photo-full-width.featured-photo .caption-text {
    width: 25.5%;
    float: right;
    background: #f3f3f3;
    margin-bottom: 30px; }
    .featured-photo-full-width.featured-photo .caption-text p {
      padding: 5px 0 5px 10px; }

article.page {
  margin-right: 3.4%; }

/*-------------------------------------------

   	 Story Block
-------------------------------------------*/
.category-name {
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 13px;
  background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-cat.png) no-repeat 0px -216px; }
  .category-name.campus {
    background-position: 0 3px; }
  .category-name.arts {
    background-position: 0px -40px; }
  .category-name.science {
    background-position: 0px -129px; }
  .category-name.national {
    background-position: 0px -84px; }
  .category-name.athletics {
    background-position: 0px -216px; }
  .category-name.newsplus {
    background-position: 0px -174px; }
  .category-name.events {
    background-position: 0px -307px; }

/* common use story block styles */
.story-block {
  margin-bottom: 30px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 13px;
  color: black;
  border-bottom: 0;
  border-top: 0; }
  .story-block h3 {
    font-family: 'Georgia', serif;
    font-weight: normal;
    line-height: 1em;
    margin: 10px 0 5px; }
  .story-block p {
    margin-bottom: 10px; }
  .story-block .label {
    margin: 8px 0;
    color: #6c6c6c;
    padding-left: 20px;
    background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-label-15px.png) no-repeat top left;
    background-size: 15px;
    display: block;
    font-size: 11px;
    line-height: 1.4em; }
    .story-block .label.editorpick {
      background-position: 0 2px; }
    .story-block .label.video {
      background-position: 0 -58px; }
    .story-block .label.photography {
      background-position: 0 -29px; }
    .story-block .label.popular {
      background-position: 0 -88px; }
  .story-block .date {
    margin-bottom: 5px;
    color: #6c6c6c;
    font-size: 11px; }
    .story-block .date .byline {
      font-style: normal; }

.date .label, .meta .label {
  background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-label-1x.png) no-repeat top left;
  text-indent: -2000px;
  width: 15px;
  height: 15px;
  padding: 0;
  display: inline-block;
  margin: 0;
  background-size: 12px; }
  .date .label.editorpick, .meta .label.editorpick {
    background-position: 0 2px; }
  .date .label.video, .meta .label.video {
    background-position: 0 -46px; }
  .date .label.photography, .meta .label.photography {
    background-position: 0 -22px; }
  .date .label.popular, .meta .label.popular {
    background-position: 0 -70px; }

.story-more {
  font-size: 13px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  text-align: right;
  padding: 10px 3px 10px 0;
  text-transform: uppercase; }

.cat-icon {
  display: block;
  position: absolute;
  top: 17px;
  left: 160px;
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-cat-h.png) repeat-y -220px 0;
  text-indent: -4000px; }
  .cat-icon.topic {
    height: 38px; }
  .cat-icon.campus {
    background-position: 0 0; }
  .cat-icon.arts {
    background-position: -43px 0; }
  .cat-icon.science {
    background-position: -132px 0; }
  .cat-icon.national {
    background-position: -88px 0; }
  .cat-icon.athletics {
    background-position: -220px 0; }
  .cat-icon.newsplus {
    background-position: -176px 0; }
  .cat-icon.events {
    background-position: -308px 0; }
  .cat-icon.gocrimson {
    background-position: -351px 0;
    height: 13px; }

.story-list {
  margin-left: -3%; }
  .story-list .story-block {
    border-top: 1px solid #dfdfdf;
    border-bottom: 0;
    margin: 30px;
    padding: 0 140px 0 160px;
    position: relative;
    min-height: 140px; }
    .story-list .story-block .story-photo {
      position: absolute;
      width: 140px;
      top: 0;
      left: 0; }
    .story-list .story-block .story-info {
      padding: 0 30px 6px; }
    .story-list .story-block .labels {
      position: absolute;
      width: 140px;
      height: 140px;
      top: 20px;
      right: 0; }
      .story-list .story-block .labels .topic {
        background: #99283c;
        color: white;
        font-size: 11px;
        padding: 6px 15px;
        text-transform: uppercase;
        margin-top: -20px; }
        .story-list .story-block .labels .topic a, .story-list .story-block .labels .topic a:hover {
          color: white; }
    .story-list .story-block.dg-signup {
      padding: 0 0 0 140px;
      background: #f3f3f3; }
      .story-list .story-block.dg-signup .daily-gazette h3 {
        position: absolute;
        background: #0f2944;
        width: 100px;
        height: 80px;
        top: 0;
        left: 0;
        color: white;
        font-weight: normal;
        font-size: 16px;
        padding: 60px 20px 0;
        text-align: center;
        font-family: 'Open Sans', 'Arial', sans-serif;
        margin: 0; }
        .story-list .story-block.dg-signup .daily-gazette h3 img {
          position: absolute;
          top: 20px;
          left: 50px; }
      .story-list .story-block.dg-signup .daily-gazette p {
        padding: 15px 0 0px 30px; }
      .story-list .story-block.dg-signup .daily-gazette form {
        padding-left: 30px; }
        .story-list .story-block.dg-signup .daily-gazette form input#email-subscribe-submit {
          margin-top: 10px;
          display: block; }

.story-content-shortcode {
  position: relative;
  padding-left: 135px;
  background: #eee;
  min-height: 140px;
  margin: 30px 0;
  padding-right: 5px; }
  .story-content-shortcode .daily-gazette h3 {
    position: absolute;
    background: #0f2944;
    width: 100px;
    height: 80px;
    top: 0;
    left: 0;
    color: white;
    font-weight: normal;
    font-size: 16px;
    padding: 60px 20px 0;
    text-align: center;
    font-family: 'Open Sans', 'Arial', sans-serif;
    margin: 0; }
    .story-content-shortcode .daily-gazette h3 img {
      position: absolute;
      top: 20px;
      left: 50px; }
  .story-content-shortcode .daily-gazette p {
    padding: 10px 0 0px 30px;
    margin-bottom: 8px;
    line-height: 1.2em; }
  .story-content-shortcode .daily-gazette form {
    padding-left: 30px; }
    .story-content-shortcode .daily-gazette form input#email-subscribe-submit {
      margin-top: 10px;
      display: block; }
    .story-content-shortcode .daily-gazette form input.email {
      width: 200px; }

.story-simple-list .story-block {
  border-bottom: 1px solid #dfdfdf; }
  .story-simple-list .story-block h3 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 13px; }

.next-story {
  background: #f2f2f2 url(/wp-content/themes/vip/gz-gazette20/a/c/../i/bg-story-next.gif) repeat-y top right;
  margin-left: 0;
  margin: 30px 0;
  padding-top: 1px; }
  .next-story:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }
  .next-story .story-block {
    border-top: 0;
    margin: 10px;
    padding: 0 60px 0 120px;
    min-height: 100px;
    position: relative; }
    .next-story .story-block a {
      text-decoration: none;
      color: #99283c; }
    .next-story .story-block .header {
      text-transform: uppercase;
      color: #6c6c6c;
      font-size: 16px; }
    .next-story .story-block h3 {
      padding-left: 20px;
      font-size: 25px; }
    .next-story .story-block .story-photo {
      position: absolute;
      width: 100px;
      top: 0;
      left: 0; }
    .next-story .story-block .date {
      font-size: 12px;
      margin-top: 5px; }
    .next-story .story-block .cat-icon {
      position: absolute;
      top: 39px;
      left: 120px; }
    .next-story .story-block .meta {
      font-size: 13px; }
    .next-story .story-block .arrow {
      position: absolute;
      top: 5px;
      right: -5px;
      width: 46px;
      color: white;
      font-size: 66px; }
      .next-story .story-block .arrow a {
        color: white; }

.in-story-explore {
  background: transparent url(/wp-content/themes/vip/gz-gazette20/a/c/../i/bg-story-explore.gif) repeat-y top right;
  margin-left: 0;
  margin: 30px 0;
  padding-top: 1px;
  border-top: 1px solid #bdbdae;
  border-bottom: 1px solid #bdbdae; }
  .in-story-explore:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }
  .in-story-explore .story-block {
    border-top: 0;
    margin: 20px;
    padding: 0 90px 0 85px;
    min-height: 60px;
    position: relative; }
    .in-story-explore .story-block a {
      text-decoration: none;
      color: #407db5; }
    .in-story-explore .story-block .header {
      text-transform: uppercase;
      color: black;
      font-size: 13px; }
    .in-story-explore .story-block h3 {
      padding-left: 20px;
      margin-top: 5px; }
    .in-story-explore .story-block .story-photo {
      position: absolute;
      width: 60px;
      top: 0px;
      left: 0px; }
    .in-story-explore .story-block .date {
      font-size: 12px;
      margin-top: 5px; }
    .in-story-explore .story-block .cat-icon {
      position: absolute;
      top: 25px;
      left: 85px; }
    .in-story-explore .story-block .meta {
      font-size: 13px; }
    .in-story-explore .story-block .arrow {
      position: absolute;
      top: -10px;
      right: 3px;
      width: 46px;
      font-size: 66px; }
      .in-story-explore .story-block .arrow a {
        color: #999999; }

#filters_anchor {
  display: block;
  height: 30px; }

.filter {
  padding-left: 46px;
  line-height: 44px;
  background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-filter-1x.png) no-repeat 20px 12px;
  background-size: 20px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase; }
  .filter.popular {
    background-position: 20px -187px; }

.tabBox #tab2 {
  display: none; }

.tabBox .tabs {
  border-bottom: 2px solid #99283c;
  list-style: none;
  margin: 0;
  padding: 0; }
  .tabBox .tabs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }
  .tabBox .tabs li {
    float: left;
    width: 50%;
    background: #f3f3f3; }
    .tabBox .tabs li a {
      color: black;
      line-height: 44px;
      display: block; }
      .tabBox .tabs li a.filter {
        background-position: 20px -235px; }
        .tabBox .tabs li a.filter.popular {
          background-position: 20px -434px; }
    .tabBox .tabs li.active {
      background: #99283c; }
      .tabBox .tabs li.active a {
        color: white; }
        .tabBox .tabs li.active a.filter {
          background-position: 20px 12px; }
          .tabBox .tabs li.active a.filter.popular {
            background-position: 20px -187px; }

ul.filter-options {
  height: 50px;
  list-style: none;
  margin-left: 0;
  padding-left: 4px;
  background: #f3f3f3;
  text-align: center; }
  ul.filter-options li {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 13px;
    border-right: 1px solid white;
    margin-left: -4px; }
    ul.filter-options li:first-child {
      border-left: 1px solid white; }
    ul.filter-options li a.filter {
      display: block;
      color: #2b2b2b;
      line-height: 50px;
      background-position: 15px 10px;
      padding-right: 30px;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear; }
      ul.filter-options li a.filter.video {
        background-position: 20px -382px; }
      ul.filter-options li a.filter.photo {
        background-position: 20px -342px; }
      ul.filter-options li a.filter.popular {
        background-position: 20px -432px; }
      ul.filter-options li a.filter.latest {
        background-position: 20px -232px; }
      ul.filter-options li a.filter.editorpick {
        background-position: 20px -282px; }
    ul.filter-options li.active a.filter, ul.filter-options li a.filter:hover {
      color: #fff;
      background-color: #407db5; }
      ul.filter-options li.active a.filter.video, ul.filter-options li a.filter:hover.video {
        background-position: 20px -132px; }
      ul.filter-options li.active a.filter.photo, ul.filter-options li a.filter:hover.photo {
        background-position: 20px -82px; }
      ul.filter-options li.active a.filter.popular, ul.filter-options li a.filter:hover.popular {
        background-position: 20px -182px; }
      ul.filter-options li.active a.filter.latest, ul.filter-options li a.filter:hover.latest {
        background-position: 20px 18px; }
      ul.filter-options li.active a.filter.editorpick, ul.filter-options li a.filter:hover.editorpick {
        background-position: 20px -32px; }
    ul.filter-options li a.filter:hover {
      background-color: #6c6c6c; }

h3.filter-title {
  font-family: 'Georgia', serif;
  font-weight: normal;
  margin-left: 30px;
  margin-bottom: -10px;
  display: none; }

.sidebar-block {
  margin-bottom: 30px; }
  .sidebar-block .story-block {
    margin-bottom: 15px; }
  .sidebar-block.first-sidebar-block {
    margin-top: 30px; }
  .sidebar-block .contact-text {
    margin: 10px 30px; }
    .sidebar-block .contact-text a {
      color: #407db5; }

h3.header {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  padding: 20px 10px 20px 60px;
  background: #f3f3f3 url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icon-sidebar-header-half.png) no-repeat 16px 16px;
  background-size: 24px;
  margin-bottom: 20px;
  color: #2b2b2b; }
  h3.header.related {
    background-position: 16px -184px; }
  h3.header.events {
    background-position: 16px -304px; }
  h3.header.contact {
    background-position: 16px -34px; }
  h3.header.topic {
    background-position: 16px -234px; }
  h3.header.newsplus {
    background-position: 16px -84px; }

.sub .sidebar-block {
  font-family: 'Open Sans', 'Arial', sans-serif; }
  .sub .sidebar-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }
  .sub .sidebar-block .share {
    padding: 15px;
    position: relative; }
    .sub .sidebar-block .share img {
      padding: 0 0px; }
    .sub .sidebar-block .share iframe {
      margin-bottom: 5px; }
    .sub .sidebar-block .share iframe.twitter-share-button {
      position: absolute;
      top: 16px;
      left: 180px; }
    .sub .sidebar-block .share .fb-like {
      position: absolute;
      top: 16px;
      left: 85px; }
      .sub .sidebar-block .share .fb-like span {
        width: 450px !important; }
    .sub .sidebar-block .share a.addthis_button_email {
      display: block;
      padding-bottom: 10px; }
    .sub .sidebar-block .share .gplike {
      position: absolute;
      top: 46px;
      left: 180px; }
  .sub .sidebar-block.monthly, .sub .sidebar-block.tags {
    border: 0;
    font-size: 13px; }
  .sub .sidebar-block.buttons a.btn {
    display: block;
    font-size: 14px;
    margin: 15px 0; }
  .sub .sidebar-block .story-list {
    margin: 0; }
    .sub .sidebar-block .story-list .story-block {
      margin: 0;
      padding: 0 0 0 60px;
      position: relative;
      min-height: 68px;
      text-align: left;
      border-top: 0;
      border-bottom: 1px solid #f3f3f3; }
      .sub .sidebar-block .story-list .story-block .story-photo {
        width: 60px; }
      .sub .sidebar-block .story-list .story-block .cat-icon {
        left: 1px;
        top: 10px;
        display: none; }
      .sub .sidebar-block .story-list .story-block .story-info {
        padding: 6px 14px 2px; }
        .sub .sidebar-block .story-list .story-block .story-info h3 {
          margin: 3px 0;
          font-size: 13px;
          font-family: 'Open Sans', 'Arial', sans-serif; }
          .sub .sidebar-block .story-list .story-block .story-info h3 a {
            color: #407db5; }
            .sub .sidebar-block .story-list .story-block .story-info h3 a:hover {
              color: #0f2944; }
        .sub .sidebar-block .story-list .story-block .story-info h3 a:after {
          /*content: ' \00bb';*/ }
        .sub .sidebar-block .story-list .story-block .story-info p.abstract {
          display: none; }
        .sub .sidebar-block .story-list .story-block .story-info .date {
          margin-bottom: 2px; }
          .sub .sidebar-block .story-list .story-block .story-info .date .byline {
            display: none; }
  .sub .sidebar-block .next-story {
    background-image: none;
    margin: 0; }
    .sub .sidebar-block .next-story .story-block {
      margin: 0;
      min-height: 60px;
      padding: 0 0px 0 70px; }
      .sub .sidebar-block .next-story .story-block .story-info {
        padding: 6px 14px 2px; }
        .sub .sidebar-block .next-story .story-block .story-info h3 {
          margin: 0 0 5px;
          font-size: 13px;
          font-family: 'Open Sans', 'Arial', sans-serif; }
          .sub .sidebar-block .next-story .story-block .story-info h3 a {
            color: #407db5; }
            .sub .sidebar-block .next-story .story-block .story-info h3 a:hover {
              color: #0f2944; }
        .sub .sidebar-block .next-story .story-block .story-info h3 a:after {
          content: ' \00bb'; }
        .sub .sidebar-block .next-story .story-block .story-info .date {
          display: none; }
      .sub .sidebar-block .next-story .story-block .cat-icon {
        position: absolute;
        top: 26px;
        left: 68px; }
      .sub .sidebar-block .next-story .story-block .story-photo {
        width: 60px; }
      .sub .sidebar-block .next-story .story-block .arrow {
        display: none; }
  .sub .sidebar-block .text {
    padding: 20px 0; }
    .sub .sidebar-block .text a {
      color: #407db5; }

#wp_page_numbers {
  margin: 1px auto !important;
  padding-top: 10px;
  padding-bottom: 0px;
  border-top: 3px solid #dfdfdf;
  font-size: 16px; }
  #wp_page_numbers ul {
    margin-left: 30px;
    border: 0 !important; }
    #wp_page_numbers ul li {
      display: inline; }
      #wp_page_numbers ul li a {
        padding: 2px 4px;
        font-family: inherit;
        font-size: inherit;
        color: #99283c;
        border: 0; }
        #wp_page_numbers ul li a:hover {
          color: #444;
          border: 0; }
      #wp_page_numbers ul li.page_info {
        padding: 2px 12px 2px 0;
        font-weight: bold;
        font-style: italic;
        font-family: inherit;
        font-size: inherit;
        border: 0;
        color: inherit; }
      #wp_page_numbers ul li.active_page a {
        color: #fff;
        background-color: #407db5; }

.pdf_issue {
  min-height: 140px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  position: relative;
  padding: 0 20px 0 110px; }
  .pdf_issue h3 {
    margin-bottom: .5em; }
  .pdf_issue img {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ddd; }
  .pdf_issue .doc-link {
    font-weight: bold;
    padding: 1em 0; }

h3.gocrimson {
  background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/gocrimson.gif) no-repeat 2px 2px;
  padding-left: 20px; }

.gocrimson-content.story-list {
  margin-right: 3.4%; }
  .gocrimson-content.story-list .story-block {
    margin-right: 0; }

#legacy_gazette_list {
  font-size: 13px;
  float: left;
  width: 14%;
  font-family: 'Open Sans', 'Arial', sans-serif; }
  #legacy_gazette_list ul {
    list-style: none;
    margin-left: 0; }

#legacy_gazette_right {
  width: 80%;
  float: right;
  margin-right: 3%; }

#gz_legacy_frame {
  padding: 6px;
  background-color: #eee;
  border: 1px solid #ddd; }

#gz_choose_year {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 6px;
  margin-bottom: 10px; }
  #gz_choose_year a {
    padding: 0 4px; }

.gz_yr_header {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Georgia', serif;
  font-weight: normal;
  margin-bottom: 15px; }

.soundbytes, .video_embed {
  margin: 15px 0;
  border-top: 3px solid #dfdfdf;
  padding: 10px 0; }
  .soundbytes h3, .video_embed h3 {
    margin: 5px 15px 15px;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-family: 'Georgia', serif;
    font-weight: normal; }
  .soundbytes .soundbytes_content, .video_embed .soundbytes_content {
    border-top: 3px solid #99283c; }
  .soundbytes .video_embed_content, .soundbytes .soundbytes_content, .video_embed .video_embed_content, .video_embed .soundbytes_content {
    padding: 15px;
    font-size: 13px;
    background: #f3f3f3;
    color: #6c6c6c;
    margin-top: -2px;
    font-family: 'Open Sans', 'Arial', sans-serif; }
  .soundbytes iframe, .video_embed iframe {
    margin-bottom: 0; }

/*-------------------------------------------

   	 Home
-------------------------------------------*/
#hero-feature, .story-slideshow {
  text-align: left; }
  #hero-feature .flex-viewport, .story-slideshow .flex-viewport {
    background: #2b2b2b;
    color: white; }
  #hero-feature .flexslider, .story-slideshow .flexslider {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    margin-bottom: 30px; }
    #hero-feature .flexslider .flex-control-nav, .story-slideshow .flexslider .flex-control-nav {
      bottom: -30px;
      text-align: right; }
    #hero-feature .flexslider .flex-control-paging li a, .story-slideshow .flexslider .flex-control-paging li a {
      background-color: #6c6c6c;
      text-indent: 9999px;
      display: block; }
      #hero-feature .flexslider .flex-control-paging li a.flex-active, .story-slideshow .flexslider .flex-control-paging li a.flex-active {
        background-color: #99283c; }
    #hero-feature .flexslider .slideshow-caption-credit, .story-slideshow .flexslider .slideshow-caption-credit {
      font-style: italic; }
  #hero-feature .flex-caption, .story-slideshow .flex-caption {
    padding: 15px 20px 5px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 13px;
    background: #2b2b2b;
    color: white; }
    #hero-feature .flex-caption h3, .story-slideshow .flex-caption h3 {
      margin: 5px 0 5px;
      font-family: 'Georgia', serif;
      font-weight: normal;
      font-weight: normal; }
      #hero-feature .flex-caption h3 a, #hero-feature .flex-caption h3 a:hover, .story-slideshow .flex-caption h3 a, .story-slideshow .flex-caption h3 a:hover {
        color: white; }
    #hero-feature .flex-caption a:hover, .story-slideshow .flex-caption a:hover {
      color: white; }
  #hero-feature .slideshow-set-caption h3, .story-slideshow .slideshow-set-caption h3 {
    margin-bottom: 10px; }
  #hero-feature .slideshow-set-caption .slideshow-caption-credit, .story-slideshow .slideshow-set-caption .slideshow-caption-credit {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 13px; }

#hero-feature {
  max-height: 620px;
  overflow: hidden; }

.story-slideshow {
  margin-bottom: 60px; }

#homepage-feature {
  padding: 30px 0 0; }
  #homepage-feature p.intro {
    font-family: 'Open Sans', 'Arial', sans-serif;
    line-height: 1em;
    margin: 10px 0 5px;
    color: #6c6c6c;
    font-size: 12px; }
  #homepage-feature .homepage-feature-side {
    width: 30%;
    float: right;
    margin-right: 3.3%; }
  #homepage-feature h3.header.topic {
    display: none;
    margin-bottom: 15px; }
  #homepage-feature .grid-2 .story-block h3 a {
    color: #000; }

#homepage-feature .story-block .story-photo {
  position: relative;
  margin-bottom: 30px; }
  #homepage-feature .story-block .story-photo .topic {
    position: absolute;
    bottom: 4px;
    left: 0;
    font-size: 11px;
    display: inline-block;
    padding: 5px 15px 7px;
    background: #99283c;
    color: #fff;
    text-transform: uppercase; }
    #homepage-feature .story-block .story-photo .topic a {
      color: #fff; }
      #homepage-feature .story-block .story-photo .topic a:hover, #homepage-feature .story-block .story-photo .topic a:focus {
        color: #dfdfdf;
        text-decoration: none; }

#latest-feature .story-list {
  margin-left: 0; }
  #latest-feature .story-list ul {
    padding-left: 0; }
    #latest-feature .story-list ul li {
      width: 50%; }
  #latest-feature .story-list .story-block {
    margin: 5px 0;
    padding: 0;
    position: relative;
    min-height: 40px;
    text-align: left;
    border-top: 0;
    border-bottom: 1px solid #dfdfdf; }
    #latest-feature .story-list .story-block .story-photo {
      display: none; }
    #latest-feature .story-list .story-block .cat-icon {
      left: 1px;
      top: 10px; }
    #latest-feature .story-list .story-block .story-info {
      padding: 6px 24px; }
      #latest-feature .story-list .story-block .story-info h3 {
        margin: 0 0 5px;
        font-size: 13px;
        font-family: 'Open Sans', 'Arial', sans-serif; }
      #latest-feature .story-list .story-block .story-info p.abstract {
        display: none; }
      #latest-feature .story-list .story-block .story-info .date .byline {
        display: none; }

.embed-container {
  position: relative;
  padding-bottom: 65%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .embed-container.youtube {
    padding-bottom: 56.25%; }

/* in-story embed */
.video_embed .embed-container {
  padding-bottom: 62%; }
  .video_embed .embed-container.youtube {
    padding-bottom: 56.25%; }

/* in-carousel embed */
.flexslider .embed-container {
  padding-bottom: 62%; }
  .flexslider .embed-container.youtube {
    padding-bottom: 56.25%; }

/* top feature embed, only Kaltura */
.article-feature .embed-container {
  padding-bottom: 60%; }

#more-items-loading {
  position: absolute;
  bottom: 0;
  left: 40%;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 13px;
  color: #6c6c6c;
  padding: 10px; }

.instagram {
  position: relative;
  padding-bottom: 115%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin: 15px auto; }
  .instagram iframe, .instagram object, .instagram embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*-------------------------------------------

   	 Emergency
-------------------------------------------*/
.emergency {
  color: #fff;
  border-bottom: 1px solid #f0ce68;
  padding: 20px 65px 20px 80px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  background: #d16103 url(/wp-content/themes/vip/gz-gazette20/a/c/../i/warning.gif) no-repeat 30px 15px;
  font-size: 13px;
  margin-right: 3.4%;
  position: relative; }
  .emergency h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px; }
  .emergency p {
    margin: 5px 0; }
  .emergency a {
    color: white;
    text-decoration: underline; }
  .emergency .close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 16px;
    width: 16px;
    background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/btn-emergency-close.png) no-repeat 0 0;
    cursor: pointer;
    text-indent: -4000px; }
    .emergency .close:hover, .emergency .close:focus {
      background-position: 0 -16px; }
  .emergency .date {
    color: #f1b07a;
    border-color: #f1b07a; }
  .emergency.weather {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/snow.gif); }

/*-------------------------------------------

   	 Search
-------------------------------------------*/
#searchform {
  padding-top: 0px; }
  #searchform input {
    border: 0 !important;
    height: 16px;
    float: left;
    padding: 3px 6px 4px;
    background: #6c6c6c;
    color: white;
    margin: 6px 0 6px 6px; }
    #searchform input#s {
      width: 154px; }
      #searchform input#s:hover, #searchform input#s:focus {
        background: #dfdfdf;
        color: black;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important; }
    #searchform input#searchsubmit {
      text-indent: -3000px;
      display: inline-block;
      width: 24px;
      height: 23px;
      background: white url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icon-search-white.gif) no-repeat -4px -3px;
      border: 0 !important;
      margin: 6px 0; }

.search .main {
  font-family: 'Open Sans', 'Arial', sans-serif; }
  .search .main .search_count {
    font-size: 13px;
    text-align: right; }
  .search .main .oneitem {
    margin-bottom: 12px; }
    .search .main .oneitem p {
      margin-bottom: 4px; }
    .search .main .oneitem p.snippet {
      font-size: 13px;
      margin-bottom: 0px; }
      .search .main .oneitem p.snippet .post_date {
        color: #6c6c6c; }
    .search .main .oneitem p.url {
      font-size: 13px;
      color: #6c6c6c; }
  .search .main .pagings {
    margin: 10px 0px 30px;
    text-align: center; }
    .search .main .pagings span.number {
      font-weight: bold; }
    .search .main .pagings .number {
      margin-right: 7px; }
    .search .main .pagings .previous {
      margin-right: 15px; }
    .search .main .pagings .next {
      margin-left: 15px; }
    .search .main .pagings a {
      text-decoration: none; }
      .search .main .pagings a:hover {
        text-decoration: underline; }

/*-------------------------------------------

    	Comments
-------------------------------------------*/
#comments {
  margin: 45px 0; }
  #comments:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }
  #comments ol.commentlist {
    list-style: none;
    margin: 0; }
  #comments .comment-author {
    line-height: 32px;
    width: 50%;
    float: left; }
    #comments .comment-author img {
      display: block;
      float: left;
      padding-right: 10px; }
  #comments .comment-meta {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 13px;
    color: #6c6c6c;
    text-align: right;
    width: 50%;
    float: right; }
  #comments .comment-text {
    margin: 20px 0;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 13px; }
  #comments h3#reply-title {
    border-top: 1px solid #f3f3f3;
    padding-top: 10px; }
  #comments textarea#comment {
    width: 95%;
    padding: 2%; }
  #comments .form-submit {
    margin-top: 65px; }
  #comments form {
    padding-bottom: 60px; }
  #comments .nocomments {
    border-top: 1px solid #dfdfdf;
    padding-top: 10px; }

#comment-image-wrapper {
  margin-top: -100px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px; }

/*-------------------------------------------

    	Event
-------------------------------------------*/
#calendar-left, #sidebar-left {
  width: 25%;
  float: left; }

#main-right {
  width: 72%;
  float: right;
  background: white; }

#calendar-submission_spud {
  margin: 30px auto; }

.gz_calendar_page_links {
  margin: 30px 0; }

.content .event-block {
  position: relative;
  border-top: 1px solid #f3f3f3;
  padding: 15px 12px 12px 60px;
  margin-bottom: 30px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 13px; }
  .content .event-block .date_stamp {
    position: absolute;
    background: #407db5;
    width: 44px;
    height: 30px;
    top: 0;
    left: 0px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.4em; }
    .content .event-block .date_stamp span {
      font-size: 1.5em; }
  .content .event-block .img_wrapper {
    width: 70px;
    height: 70px;
    float: right;
    overflow: hidden;
    text-align: center;
    margin-left: 12px; }
  .content .event-block h2 {
    font-size: 13px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    line-height: 1.2em;
    margin: 0 0 5px 0; }
  .content .event-block h2 a {
    color: #293352;
    text-decoration: none; }
  .content .event-block .event-date {
    color: #6c6c6c;
    margin: 5px 0; }

.event-slideshow .flex-caption {
  background: #2b2b2b;
  color: white;
  padding-bottom: 10px; }
  .event-slideshow .flex-caption:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }
  .event-slideshow .flex-caption h3 {
    margin: 5px 0 5px;
    font-family: 'Georgia', serif;
    font-weight: normal;
    font-weight: normal; }
    .event-slideshow .flex-caption h3 a, .event-slideshow .flex-caption h3 a:hover {
      color: white; }
    .event-slideshow .flex-caption h3 a {
      text-decoration: none; }
  .event-slideshow .flex-caption p, .event-slideshow .flex-caption .read-more {
    margin: 15px 0; }

/*-------------------------------------------

    	Wordpress
-------------------------------------------*/
.featured-photo {
  font-family: 'Open Sans', 'Arial', sans-serif;
  margin-bottom: 30px;
  background: #f3f3f3;
  font-size: 13px; }
  .featured-photo img {
    display: block;
    width: 100%; }
  .featured-photo .caption-text {
    color: #6c6c6c; }
    .featured-photo .caption-text p {
      padding: 10px 30px;
      margin: 0; }
    .featured-photo .caption-text .photo-credit {
      font-style: italic; }

.wp-caption {
  font-family: 'Open Sans', 'Arial', sans-serif;
  max-width: 100%;
  font-size: 13px;
  margin-bottom: 20px; }
  .wp-caption .wp-caption-text {
    color: #6c6c6c;
    padding: 6px;
    line-height: 1.5em; }
  .wp-caption#googlemap_embed .wp-caption-text {
    margin-top: -15px;
    padding-left: 0px; }

img.alignleft {
  float: left;
  padding: 0 10px 10px 0; }

img.alignright {
  float: right;
  padding: 0 0 10px 10px; }

blockquote {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 22px;
  color: #6c6c6c;
  float: right;
  width: 50%;
  margin: 0px 0px 20px 20px;
  padding: 10px 10px 10px 30px;
  background: white;
  border-left: 2px solid #f3f3f3; }
  blockquote .left {
    margin: 0 30px 0 0; }
  blockquote p {
    color: #6c6c6c; }
    blockquote p.who {
      font-size: 16px;
      font-family: 'Georgia', serif;
      font-weight: normal;
      color: #2b2b2b; }

h6 {
  margin: 0 20px 20px 0;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  color: #6c6c6c;
  width: 50%;
  float: left;
  padding: 10px 10px 10px 0;
  border-right: 2px solid #f3f3f3;
  line-height: 1.4em; }

.question {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  margin-bottom: 0; }

/*-------------------------------------------

    	Sticy bars
-------------------------------------------*/
#inner-wrap {
  margin-top: 36px; }

#sticky-filter {
  width: 100%;
  max-width: 984px;
  left: 50%;
  margin-left: -348px;
  position: fixed;
  top: 36px;
  z-index: 900;
  display: none;
  background: #f3f3f3;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  height: 50px; }

#sticky-filter.story-share .title {
  line-height: 50px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: bold;
  padding-left: 3%;
  width: 54%;
  float: left;
  max-height: 50px;
  overflow: hidden; }
#sticky-filter.story-share .share-icons {
  float: right;
  width: 40%;
  margin-right: 3%;
  padding-top: 9px;
  max-width: 308px; }

#sticky-filter.story-share .share-icons, .sub .sidebar-block.story-share .option-icons {
  height: 32px; }
  #sticky-filter.story-share .share-icons span, .sub .sidebar-block.story-share .option-icons span {
    display: block;
    width: 32%;
    margin-right: 1%;
    float: right; }
    #sticky-filter.story-share .share-icons span.facebook_span, .sub .sidebar-block.story-share .option-icons span.facebook_span {
      width: 34%;
      margin-right: 2%; }
    #sticky-filter.story-share .share-icons span.twitter_span, .sub .sidebar-block.story-share .option-icons span.twitter_span {
      width: 32%;
      margin-right: 2%; }
    #sticky-filter.story-share .share-icons span.email_span, .sub .sidebar-block.story-share .option-icons span.email_span {
      width: 30%;
      margin-right: 0%; }
    #sticky-filter.story-share .share-icons span a, .sub .sidebar-block.story-share .option-icons span a {
      display: block;
      height: 32px;
      background: #f3f3f3 url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-share-half.png) no-repeat top center;
      background-size: 50px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      color: #fff;
      font-family: 'Open Sans', 'Arial', sans-serif;
      font-size: 13px;
      line-height: 32px;
      font-weight: bold; }
      #sticky-filter.story-share .share-icons span a:hover, .sub .sidebar-block.story-share .option-icons span a:hover {
        background-color: #407db5; }
      #sticky-filter.story-share .share-icons span a.facebook, .sub .sidebar-block.story-share .option-icons span a.facebook {
        background-position: -8px 7px;
        background-color: #3b579d;
        padding-left: 26px; }
      #sticky-filter.story-share .share-icons span a.twitter, .sub .sidebar-block.story-share .option-icons span a.twitter {
        background-position: -8px -90px;
        background-color: #00b6f1;
        padding-left: 30px; }
      #sticky-filter.story-share .share-icons span a.email, .sub .sidebar-block.story-share .option-icons span a.email {
        background-position: -8px -390px;
        background-color: #0f2845;
        padding-left: 30px; }
        #sticky-filter.story-share .share-icons span a.email span, .sub .sidebar-block.story-share .option-icons span a.email span {
          margin-right: -4000px; }
        #sticky-filter.story-share .share-icons span a.email.at300b:hover, .sub .sidebar-block.story-share .option-icons span a.email.at300b:hover {
          opacity: 1; }

#sticky-footer {
  width: 100%;
  max-width: 924px;
  left: 50%;
  margin-left: -318px;
  position: fixed;
  bottom: -6px;
  z-index: 900;
  display: none; }

/*-------------------------------------------

    	Social share (in article)
-------------------------------------------*/
.option-icons.article-social-share {
  text-align: right; }
  .option-icons.article-social-share:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    *height: 1%; }
  .option-icons.article-social-share span {
    display: block;
    float: right;
    width: 42px;
    height: 30px; }
    .option-icons.article-social-share span a {
      text-indent: 4000px;
      background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-fb-tw-mail-half.png) no-repeat top left;
      width: 42px;
      height: 30px;
      display: block;
      background-size: 170px; }
      .option-icons.article-social-share span a.facebook {
        background-position: -40px 0; }
      .option-icons.article-social-share span a.twitter {
        background-position: 5px 0; }
      .option-icons.article-social-share span a.email {
        background-position: -74px 0;
        margin-right: 10px; }
    .option-icons.article-social-share span.email_span {
      padding-right: 20px; }

/*-------------------------------------------

    	Photo Journal Layout
-------------------------------------------*/
.gz-photo-journal .main, .gz-photo-journal .sub {
  width: auto;
  float: none;
  margin: 0 auto;
  padding-top: 0; }
.gz-photo-journal .main p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto; }
.gz-photo-journal .main ul, .gz-photo-journal .main ol {
  padding-left: 30px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto; }
.gz-photo-journal .main iframe {
  margin-left: auto;
  margin-right: auto; }
.gz-photo-journal .article-body {
  padding: 0; }
.gz-photo-journal .feature-top {
  width: 922px;
  max-width: 100%;
  margin: 20px auto; }
  .gz-photo-journal .feature-top h3 {
    color: #6c6c6c; }
.gz-photo-journal .article-content-bottom {
  width: 922px;
  max-width: 100%;
  margin: 20px auto 0; }
.gz-photo-journal #photo-journal-content {
  width: 922px;
  max-width: 100%;
  margin: 20px auto; }
  .gz-photo-journal #photo-journal-content .one-item {
    margin: 0 0 30px;
    background: #f3f3f3; }
    .gz-photo-journal #photo-journal-content .one-item img {
      display: block;
      max-height: 720px;
      margin-left: auto;
      margin-right: auto; }
    .gz-photo-journal #photo-journal-content .one-item .flex-caption {
      font-family: 'Open Sans', 'Arial', sans-serif;
      font-size: 0.9em;
      padding: 5px 10px 15px;
      background: #f3f3f3; }
      .gz-photo-journal #photo-journal-content .one-item .flex-caption .idx a {
        font-family: 'Georgia', serif;
        font-weight: normal;
        font-weight: bold;
        font-size: 2em;
        line-height: 0.8em;
        color: #000;
        text-decoration: none; }

/*-------------------------------------------

    	Full Width Layout
-------------------------------------------*/
.full-width-layout .main, .full-width-layout .sub {
  width: 100%;
  float: none;
  margin: 0 auto;
  padding-top: 0; }
.full-width-layout .main {
  max-width: 660px; }
  .full-width-layout .main .article-body {
    font-size: 18px; }
.full-width-layout .sub {
  max-width: 934px; }
.full-width-layout .article-body {
  padding: 0; }
.full-width-layout .article-feature {
  margin: -30px -30px 0 -30px;
  position: relative; }
  .full-width-layout .article-feature img {
    display: block; }
  .full-width-layout .article-feature .article-feature-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent url(/wp-content/themes/vip/gz-gazette20/a/c/../i/bg-caption.png) repeat-x left bottom;
    float: none;
    text-align: right;
    height: 35px;
    margin: 0;
    width: 100%; }
    .full-width-layout .article-feature .article-feature-caption .photo-credit {
      color: #fff;
      line-height: 30px;
      margin: 0;
      padding: 5px 25px 0;
      font-style: normal; }
.full-width-layout #logo {
  padding: 0;
  margin: 30px 0; }
  .full-width-layout #logo img {
    width: 260px; }
.full-width-layout .feature-top {
  text-align: center; }
  .full-width-layout .feature-top h2 {
    font-size: 56px; }
  .full-width-layout .feature-top h3 {
    font-size: 28px;
    color: #6c6c6c; }
  .full-width-layout .feature-top .meta {
    margin: 40px 0 30px;
    padding-top: 25px;
    font-family: arial;
    text-align: left; }
    .full-width-layout .feature-top .meta .article-social-share {
      text-align: right; }
.full-width-layout .next-story {
  margin-bottom: 45px; }
.full-width-layout .alignleft img, .full-width-layout .alignright img {
  display: block;
  width: 100%; }
.full-width-layout .alignleft {
  width: 460px !important;
  float: left;
  margin: 5px 15px 15px -137px;
  padding: 0; }
.full-width-layout .alignright {
  width: 460px !important;
  float: right;
  margin: 5px -137px 15px 15px;
  padding: 0; }
.full-width-layout div.aligncenter, .full-width-layout figure.aligncenter {
  display: block;
  width: auto !important;
  margin: 30px -137px; }
  .full-width-layout div.aligncenter img, .full-width-layout figure.aligncenter img {
    display: block;
    width: 100%; }
  .full-width-layout div.aligncenter.wp-caption, .full-width-layout figure.aligncenter.wp-caption {
    max-width: none; }
.full-width-layout .story-sidebar-shortcode {
  width: 430px;
  background: #f3f3f3;
  padding: 20px; }
  .full-width-layout .story-sidebar-shortcode.align-left {
    float: left;
    margin: 5px 15px 15px -137px; }
  .full-width-layout .story-sidebar-shortcode.align-right {
    float: right;
    margin: 5px -137px 15px 15px; }
  .full-width-layout .story-sidebar-shortcode p {
    margin: 0; }
  .full-width-layout .story-sidebar-shortcode p.push-down {
    margin-bottom: 20px; }
.full-width-layout .wp-caption .wp-caption-text {
  color: #333;
  background: #f3f3f3;
  padding: 10px;
  margin: 0; }
.full-width-layout .soundbytes, .full-width-layout .video_embed {
  margin-left: -137px;
  margin-right: -137px; }
  .full-width-layout .soundbytes .video_embed_content, .full-width-layout .soundbytes .soundbytes_content, .full-width-layout .video_embed .video_embed_content, .full-width-layout .video_embed .soundbytes_content {
    color: #333; }
.full-width-layout blockquote {
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-size: 32px;
  color: black;
  float: none;
  width: auto;
  line-height: 1.3em;
  margin: 20px -137px;
  padding: 0 10px;
  background: white;
  border-left: 0; }
  .full-width-layout blockquote .left {
    margin: 20px -137px; }
  .full-width-layout blockquote p {
    color: black;
    text-align: center;
    line-height: 1.3em; }
    .full-width-layout blockquote p.who {
      font-size: 16px;
      font-family: 'Georgia', serif;
      font-weight: normal;
      color: #2b2b2b; }
.full-width-layout .story-content-shortcode {
  position: relative;
  padding-left: 0;
  background: #fff;
  min-height: 140px;
  margin: 0px 0 10px 20px;
  padding: 25px 3% 5px;
  width: 44%;
  max-width: 300px;
  float: right;
  border: 1px solid #ccc; }
  .full-width-layout .story-content-shortcode .daily-gazette h3 {
    position: relative;
    background: #fff;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    color: black;
    font-weight: normal;
    font-size: 18px;
    padding: 0 0 0 40px;
    text-align: left;
    font-family: 'Georgia', serif;
    font-weight: normal;
    margin: 0 0 12px 0;
    background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-fb-tw-mail-half.png) no-repeat -132px -2px;
    background-size: 170px; }
    .full-width-layout .story-content-shortcode .daily-gazette h3 img {
      display: none; }
  .full-width-layout .story-content-shortcode .daily-gazette p {
    padding: 0;
    margin-bottom: 12px;
    line-height: 1.2em;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 15px; }
  .full-width-layout .story-content-shortcode .daily-gazette form {
    padding-left: 0; }
    .full-width-layout .story-content-shortcode .daily-gazette form input#email-subscribe-submit {
      margin-top: 10px;
      display: block;
      width: 99%; }
    .full-width-layout .story-content-shortcode .daily-gazette form input.email {
      width: 93%;
      padding: 4px 3%; }

.article-content-bottom {
  font-family: 'Open Sans', 'Arial', sans-serif; }
  .article-content-bottom .breadcrumb {
    margin-bottom: 8px; }
  .article-content-bottom a {
    color: #407db5;
    text-transform: uppercase;
    text-decoration: none; }
  .article-content-bottom .in-content-topic-list {
    font-size: 13px;
    color: #666;
    margin: 5px 0; }
    .article-content-bottom .in-content-topic-list .icon {
      width: 12px;
      height: 12px;
      display: inline-block;
      background: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-cat.png) no-repeat 0 -220px;
      margin: 0px 3px 0px 0; }
    .article-content-bottom .in-content-topic-list .header {
      display: inline-block; }

/*-------------------------------------------
  .com Style Adjustments
-------------------------------------------*/
.article-body .slideshow-window {
  border: 0;
  border-radius: 0; }

.article-body .slideshow-window {
  padding-bottom: 65.5% !important; }

.article-body .slideshow-slide-caption {
  background: #2b2b2b;
  font-style: italic;
  line-height: 1.2em;
  padding: 10px 3% 40px;
  width: 94%;
  height: auto;
  bottom: 0px;
  opacity: 0.8; }

.article-body .slideshow-controls {
  bottom: -3px; }

/* move down menu and sticky-filter to accommodate .com admin tool bar */
.logged-in.admin-bar .secondary, .logged-in.admin-bar #sticky-filter {
  top: 68px; }

@media screen and (max-width: 782px) {
  .logged-in.admin-bar .secondary, .logged-in.admin-bar #sticky-filter {
    top: 82px; } }
/* overwrite default behavior to always fix wpadminbar even for small screen, to work with our site design */
@media screen and (max-width: 600px) {
  .logged-in.admin-bar #wpadminbar {
    position: fixed; } }
/*-------------------------------------------

    	Scroll bar
-------------------------------------------*/
#scrollbar1 {
  width: 288px;
  height: 100%; }

#scrollbar1 .viewport {
  width: 270px;
  margin-left: 8px;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch; }

#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0; }

#scrollbar1 .thumb .end,
#scrollbar1 .scrollbar {
  position: relative;
  float: right;
  width: 9px; }

#scrollbar1 .track {
  height: 100%;
  width: 7px;
  position: relative;
  padding: 0 1px; }

#scrollbar1 .thumb {
  height: 20px;
  width: 7px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(51, 51, 51, 0.5);
  opacity: 0;
  transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear; }

#scrollbar1:hover .thumb {
  opacity: 1; }

#scrollbar1 .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 7px; }

#scrollbar1 .disable {
  display: none; }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

/*
 * Google CSE search
 */
.gsc-control-cse {
  padding: 0 !important; }
  .gsc-control-cse table {
    margin: 8px 0; }
    .gsc-control-cse table td {
      border: 0;
      padding: 0;
      background: transparent; }
  .gsc-control-cse .gsc-selected-option {
    line-height: 24px; }
  .gsc-control-cse .gsc-wrapper {
    margin-bottom: 35px; }
  .gsc-control-cse img.gcsc-branding-img-noclear {
    max-width: none; }
  .gsc-control-cse .gsc-webResult.gsc-result:hover, .gsc-control-cse .gsc-imageResult:hover {
    background-color: transparent; }
  .gsc-control-cse .gsc-result .gs-title {
    height: auto; }

/*-------------------------------------------

      Media Queries
-------------------------------------------*/
@media screen and (min-width: 1378px) {
  .full-width-story {
    /* Full Width Story Layout */ }
    .full-width-story .wrap {
      max-width: 1378px; }
    .full-width-story .primary {
      width: 1060px; }
    .full-width-story #topbar, .full-width-story .secondary {
      margin-left: -690px; } }
@media screen and (max-width: 1272px) {
  .full-width-story {
    /* Full Width Story Layout */
    /* 3% of 1272 is 38 px */ }
    .full-width-story .wrap {
      max-width: 100%;
      width: 100%; }
    .full-width-story .primary {
      width: 94%;
      padding-left: 3%;
      padding-right: 3%; }
    .full-width-story .article-feature {
      margin-left: -38px;
      margin-right: -38px; }
      .full-width-story .article-feature img {
        width: 100%; }

  .sticky #topbar {
    margin-left: -50%;
    max-width: 100%; }

  #sticky-filter {
    margin-left: -492px; }

  #sticky-footer {
    margin-left: -464px; }

  .wrap {
    width: 984px;
    background-image: none;
    max-width: 100%; }

  #logo {
    padding-left: 0; }

  #topbar {
    float: left; }

  .primary {
    padding-left: 3%;
    width: 97%; }
    .primary .gz-photo-journal .main, .primary .gz-photo-journal .sub {
      margin-right: 3%; }

  #story-list {
    margin-left: -3.6%; }

  #topbar a.nav-btn#nav-open-btn {
    display: block;
    z-index: 999; }

  .grid {
    width: 286px; }

  .secondary {
    display: none;
    margin-left: 0;
    left: 0; } }
@media screen and (max-width: 968px) {
  #sticky-filter {
    margin-left: -50%; }

  .wrap {
    width: 100%; }

  .grid {
    width: 30%; }

  ul.filter-options li a.filter {
    padding-right: 20px; }

  #topbar .menu-wrapper {
    display: none; } }
@media screen and (max-width: 934px) {
  /* this is when the full bleed images in Full Width Story hit the edge */
  .full-width-story .main {
    width: 70%; }
  .full-width-story .alignleft, .full-width-story .story-sidebar-shortcode.align-left {
    margin-left: -15%;
    max-width: 55%; }
  .full-width-story .alignright, .full-width-story .story-sidebar-shortcode.align-right {
    margin-right: -15%;
    max-width: 55%; }
  .full-width-story div.aligncenter, .full-width-story .soundbytes, .full-width-story .video_embed, .full-width-story blockquote, .full-width-story blockquote .left {
    margin-left: -15%;
    margin-right: -15%; }
  .full-width-story .article-feature {
    margin: -30px -3.5% 0 -4%; } }
@media screen and (max-width: 828px) {
  .feature-top h2 {
    font-size: 30px; } }
@media screen and (max-width: 768px) {
  .full-width-story .primary .main {
    width: 70%;
    margin-right: auto; }
  .full-width-story .primary .sub {
    width: 100%;
    margin-right: auto; }

  .grid {
    width: 46.7%; }

  .grid-2 {
    width: auto;
    float: none; }
    .grid-2:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      font-size: 0;
      *height: 1%; }

  .feature-top h2 {
    font-size: 22px; }

  #latest-feature {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 60px 3.4% 0 0; }
    #latest-feature:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      font-size: 0;
      *height: 1%; }
    #latest-feature .tabBox .story-list {
      width: 100%;
      margin: 0 auto; }
      #latest-feature .tabBox .story-list .story-block {
        margin: 30px 0;
        min-height: 140px;
        padding: 0 0 0 160px;
        border-top: 1px solid #dfdfdf;
        border-bottom: 0; }
        #latest-feature .tabBox .story-list .story-block .story-photo {
          display: block; }
        #latest-feature .tabBox .story-list .story-block .cat-icon {
          top: 17px;
          left: 160px; }
        #latest-feature .tabBox .story-list .story-block .story-info {
          padding: 0 30px 6px; }
          #latest-feature .tabBox .story-list .story-block .story-info h3 {
            display: block;
            font-family: 'Georgia', serif;
            font-weight: normal;
            line-height: 1em;
            margin: 10px 0 5px;
            font-size: 18px; }
          #latest-feature .tabBox .story-list .story-block .story-info p.abstract {
            display: block; }
          #latest-feature .tabBox .story-list .story-block .story-info p.date {
            display: block; }
            #latest-feature .tabBox .story-list .story-block .story-info p.date .byline {
              display: none; }
        #latest-feature .tabBox .story-list .story-block .labels {
          display: none; }

  .story-list .story-block {
    padding-right: 0; }
    .story-list .story-block .labels {
      display: none; }

  #homepage-feature .homepage-feature-side {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px; }
    #homepage-feature .homepage-feature-side:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      font-size: 0;
      *height: 1%; }
    #homepage-feature .homepage-feature-side .sidebar-block {
      width: 46%;
      margin: 0 2%;
      float: left; }
      #homepage-feature .homepage-feature-side .sidebar-block.story-simple-list.newsplus {
        margin-left: 0;
        margin-right: 1.5%; }
  #homepage-feature h3.header.topic {
    display: block; }

  .primary .main, .primary .sub {
    float: none;
    width: auto;
    margin-right: 3.3%; }

  ul.filter-options li {
    width: 18%; }
    ul.filter-options li a.filter {
      padding-right: 6px;
      padding-left: 30px;
      font-size: 11px; }
      ul.filter-options li a.filter.video {
        background-position: 8px -382px; }
      ul.filter-options li a.filter.photo {
        background-position: 8px -342px; }
      ul.filter-options li a.filter.popular {
        background-position: 8px -432px; }
      ul.filter-options li a.filter.latest {
        background-position: 8px -232px; }
      ul.filter-options li a.filter.editorpick {
        background-position: 8px -282px; }
    ul.filter-options li.active a.filter.video, ul.filter-options li a.filter:hover.video {
      background-position: 8px -132px; }
    ul.filter-options li.active a.filter.photo, ul.filter-options li a.filter:hover.photo {
      background-position: 8px -82px; }
    ul.filter-options li.active a.filter.popular, ul.filter-options li a.filter:hover.popular {
      background-position: 8px -182px; }
    ul.filter-options li.active a.filter.latest, ul.filter-options li a.filter:hover.latest {
      background-position: 8px 18px; }
    ul.filter-options li.active a.filter.editorpick, ul.filter-options li a.filter:hover.editorpick {
      background-position: 8px -32px; }

  .story-feature .feature-text, .story-feature.feature-top-dark .feature-text {
    width: auto;
    float: none;
    padding: 15px 4% 10px 4%; }
  .story-feature .feature-photo, .story-feature.feature-top-dark .feature-photo {
    width: auto;
    padding: 0 4% 20px;
    float: none;
    margin: 0 auto;
    display: block; }
    .story-feature .feature-photo img, .story-feature.feature-top-dark .feature-photo img {
      width: 100%; }

  .article-feature-caption.tablet {
    display: block;
    width: auto;
    padding: 15px;
    float: none;
    clear: both;
    margin: 0; }
    .article-feature-caption.tablet p, .article-feature-caption.tablet div {
      margin: 0; }

  .article-feature.tablet {
    display: block; }

  .article-feature-caption.tablet {
    display: block;
    margin-bottom: 20px; }

  .article-feature.hide-on-tablet, .article-feature-caption.hide-on-tablet {
    display: none; }

  .content.feature-photo-top .article-head {
    width: auto;
    float: none; }
  .content.feature-photo-top .article-feature {
    width: auto;
    float: none;
    margin: 0; }
    .content.feature-photo-top .article-feature img {
      width: 100%; }
  .content.feature-photo-top .feature-top .meta {
    position: relative;
    bottom: auto;
    width: auto; }

  .content.feature-photo-side .article-feature {
    width: auto;
    float: none;
    margin-right: 3.4%; }
    .content.feature-photo-side .article-feature img {
      width: auto;
      display: block;
      margin: 0 auto; }
  .content.feature-photo-side .article-feature-caption {
    width: auto;
    float: none;
    padding: 15px;
    margin-right: 3.4%; }
    .content.feature-photo-side .article-feature-caption div, .content.feature-photo-side .article-feature-caption p {
      margin: 0; }
  .content.feature-photo-side .main {
    width: auto;
    margin-right: 3.4%; }

  .sidebar-block.next, .sidebar-block.story-share {
    display: none; }

  #sticky-filter.story-share {
    text-align: center; }
    #sticky-filter.story-share .title {
      display: none; }
    #sticky-filter.story-share .share-icons {
      float: none;
      width: 288px;
      margin-right: 0;
      margin: 0 auto; }

  .instagram {
    padding-bottom: 124%; } }
@media screen and (max-width: 691px) {
  .full-width-story .full-width-layout .feature-top h2 {
    font-size: 40px; }
  .full-width-story .full-width-layout .feature-top h3 {
    font-size: 24px; }
  .full-width-story .primary .main, .full-width-story .primary .sub {
    width: 100%;
    margin: 0;
    max-width: none; }
  .full-width-story .alignleft, .full-width-story .story-sidebar-shortcode.align-left {
    margin-left: 0%; }
  .full-width-story .alignright, .full-width-story .story-sidebar-shortcode.align-right {
    margin-right: 0%; }
  .full-width-story div.aligncenter, .full-width-story .soundbytes, .full-width-story .video_embed, .full-width-story blockquote, .full-width-story blockquote .left {
    margin-left: 0%;
    margin-right: 0%; }

  ul.filter-options li a {
    text-indent: -5000px;
    padding: 0; }
  ul.filter-options li a.filter {
    padding-right: 6px;
    padding-left: 30px;
    text-transform: none;
    font-size: 11px; }
    ul.filter-options li a.filter.video {
      background-position: 50% -382px; }
    ul.filter-options li a.filter.photo {
      background-position: 50% -342px; }
    ul.filter-options li a.filter.popular {
      background-position: 50% -432px; }
    ul.filter-options li a.filter.latest {
      background-position: 50% -232px; }
    ul.filter-options li a.filter.editorpick {
      background-position: 50% -282px; }
  ul.filter-options li.active a.filter.video, ul.filter-options li a.filter:hover.video {
    background-position: 50% -132px; }
  ul.filter-options li.active a.filter.photo, ul.filter-options li a.filter:hover.photo {
    background-position: 50% -82px; }
  ul.filter-options li.active a.filter.popular, ul.filter-options li a.filter:hover.popular {
    background-position: 50% -182px; }
  ul.filter-options li.active a.filter.latest, ul.filter-options li a.filter:hover.latest {
    background-position: 50% 18px; }
  ul.filter-options li.active a.filter.editorpick, ul.filter-options li a.filter:hover.editorpick {
    background-position: 50% -32px; }

  h3.filter-title {
    display: block; }

  .top-wrapper .flexslider .flex-caption {
    display: none; }

  .taxonomy_info.topic-listing h2, .taxonomy_info .taxonomy_title h2 {
    font-size: 22px; }

  .emergency h1 {
    font-size: 28px; }

  .story-feature {
    margin-right: 3.4%; }

  .split-3 .col {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 40px; }

  .split-2-1 .col.first, .split-2-1 .col.last {
    width: 100%;
    margin: 0;
    text-align: center; }

  .split-2-1 .col .article-social-share span.email_span {
    padding-right: 0; }

  .split-2-1 .col .article-social-share {
    margin: 0px auto 20px;
    width: 126px; }

  .full-width-story .split-2-1 .col .article-social-share {
    margin: 20px auto 0;
    width: 126px; } }
@media screen and (max-width: 500px) {
  #topbar {
    padding-right: 10px; }
    #topbar .menu-wrapper {
      width: 80px;
      margin-left: 0; }
    #topbar #hedu-logo {
      width: 180px; }
      #topbar #hedu-logo img {
        padding-top: 4px; }
    #topbar a.nav-btn {
      width: 1px;
      overflow: hidden;
      padding-right: 2px;
      font-size: 10px;
      padding-left: 50px;
      background-position: 16px 6px;
      color: #99283c; }
      #topbar a.nav-btn#nav-gz-home {
        background-position: 8px 6px; }
      #topbar a.nav-btn#nav-close-btn {
        color: #f3f3f3; }

  #logo h1 {
    width: 300px;
    height: 37px;
    background-size: 300px 37px; }

  #homepage-feature {
    margin-right: 0; }

  .homepage-story-list {
    margin-right: 3.3%; }

  .grid-2 .grid, .grid {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0; }

  #homepage-feature .homepage-feature-side .sidebar-block {
    width: auto;
    float: none;
    margin: 0 3.3% 0 0; }
    #homepage-feature .homepage-feature-side .sidebar-block.story-simple-list.newsplus {
      margin-right: 3.3%; }

  .story-list .story-block, #latest-feature .tabBox .story-list .story-block {
    margin: 0 3% 15px;
    padding: 0 0 0 120px;
    position: relative;
    min-height: 115px; }
    .story-list .story-block .story-photo, #latest-feature .tabBox .story-list .story-block .story-photo {
      position: absolute;
      width: 100px;
      top: 0;
      left: 0; }
    .story-list .story-block .story-info, #latest-feature .tabBox .story-list .story-block .story-info {
      padding: 0; }
      .story-list .story-block .story-info h3, #latest-feature .tabBox .story-list .story-block .story-info h3 {
        font-size: 16px;
        margin: 6px 0; }
    .story-list .story-block .labels, .story-list .story-block .cat-icon, #latest-feature .tabBox .story-list .story-block .labels, #latest-feature .tabBox .story-list .story-block .cat-icon {
      display: none; }
    .story-list .story-block.dg-signup, #latest-feature .tabBox .story-list .story-block.dg-signup {
      padding: 0 0 0 90px; }
      .story-list .story-block.dg-signup .daily-gazette h3, #latest-feature .tabBox .story-list .story-block.dg-signup .daily-gazette h3 {
        width: 80px;
        height: 60px;
        font-size: 12px;
        padding: 40px 10px 0; }
        .story-list .story-block.dg-signup .daily-gazette h3 img, #latest-feature .tabBox .story-list .story-block.dg-signup .daily-gazette h3 img {
          top: 10px;
          left: 35px; }
      .story-list .story-block.dg-signup .daily-gazette form input#email-subscribe-submit, #latest-feature .tabBox .story-list .story-block.dg-signup .daily-gazette form input#email-subscribe-submit {
        display: inline-block; }

  #latest-feature .tabBox .story-list .story-block {
    margin: 0; }

  #homepage-feature .story-block .story-photo {
    display: block;
    margin: 15px auto 10px; }

  .split-2 .col {
    width: 100%; }

  .split-2 .article-social-share.col {
    padding-bottom: 10px; }

  #legacy_gazette_right, #legacy_gazette_list {
    width: 100%; }

  h3.filter-title {
    display: block;
    margin: 0 0 15px 15px; }

  .next-story, .in-story-explore {
    background-image: none; }
    .next-story .story-block, .in-story-explore .story-block {
      padding-right: 0px; }
      .next-story .story-block .arrow, .in-story-explore .story-block .arrow {
        display: none; }

  .next-story .story-block h3 {
    font-size: 20px; }

  .taxonomy_info {
    padding-left: 0;
    padding-right: 0; }
    .taxonomy_info .taxonomy_title .cat-icon.topic {
      left: 0px; }
    .taxonomy_info img {
      display: none; }

  .calendar #sidebar-left {
    display: none; }
  .calendar #main-right {
    width: auto;
    float: none; }

  .story-content-shortcode {
    padding-left: 0px; }
    .story-content-shortcode .daily-gazette h3 {
      display: none; }

  .full-width-layout blockquote {
    font-size: 30px; }
  .full-width-layout .alignleft, .full-width-layout .alignright {
    max-width: none;
    width: 100% !important;
    float: none;
    margin: 15px auto;
    padding: 0; }
  .full-width-layout .story-sidebar-shortcode.align-left, .full-width-layout .story-sidebar-shortcode.align-right {
    max-width: none;
    width: auto;
    float: none;
    margin: 15px auto; }
  .full-width-layout .story-content-shortcode {
    padding-left: 3%; }
    .full-width-layout .story-content-shortcode .daily-gazette h3 {
      display: block; }
    .full-width-layout .story-content-shortcode .daily-gazette p {
      display: none; } }
@media screen and (max-width: 475px) {
  .article-feature-caption.tablet .photo-description {
    height: 65px;
    overflow: hidden;
    margin: 5px 0; }
  .article-feature-caption.tablet .toggle-more-less {
    display: block; } }
/* For Retina displays */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #topbar a.nav-btn {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icon-menu-white.png); }

  #topbar a.nav-btn#nav-close-btn {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icon-menu-gray.png); }

  #topbar a.nav-btn#nav-gz-home {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icon-home-g.png); }

  .story-block .label, .meta .label {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-label-2x.png); }

  .filter {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-filter-2x.png); }

  h3.header {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icon-sidebar-header.png); }

  #logo h1 {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/gazette-logo.png); }

  #sticky-filter.story-share .share-icons span a, .sub .sidebar-block.story-share .option-icons span a {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-share.png); }

  .option-icons.article-social-share span a {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-fb-tw-mail.png); }

  .full-width-layout .story-content-shortcode .daily-gazette h3 {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-fb-tw-mail.png); }

  .flexslider .flex-pauseplay a {
    background-image: url(/wp-content/themes/vip/gz-gazette20/a/c/../i/icons-play-pause.png); } }
