/* -- This is the place to add your own style modifications without touching the original styles -- */
small {
  font-size: 70%;
  line-height: 145%;
}

#feature-homepage .title-author h2 a {
    font-size: 16px;
    text-align: left;
    margin-left: -10px;
}

#feature-homepage p.postmetadata {
    font-size: 14px;
    color: grey;
}

#advert-notification p {
  font-size: 10px;
  margin-bottom: -5px;
}

#google_image_div{
	box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.6);
}

#div-gpt-ad-1442036590126-1 {
    text-align: center;
    margin-bottom: 20px;
    border-top: 2px dotted #666666;
    padding-bottom: 30px;
    border-bottom: 2px dotted #666666;
}

#salient-tv-rectangle-banner {
  float: right;
  padding-top: 30px;
}


.theme-header img{
  margin: auto;
  display: block;
}

.nocomments{
  color: red;
  text-decoration: underline;
}

.arts-filter{
  width:14.2%;
  display: block;
  float:left;
}

.arts-filters-section a:hover img {
  top: -5px;
}

.arts-filters-section a:hover img {
  color: rgb(255, 0, 0)!important;
}

.arts-filter img{
  width:56%;
  margin: auto;
  display: block;
  position: relative;
  top: 0px;
  transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all 0.2s ease;
}

.arts-filter p{
  font-family: 'Montserrat', sans-serif; /*'Merriweather', Georgia, Times, 'Times New Roman',serif;*/
  font-size:16px;
  text-align: center;
}

.arts-filter h2{
  font-family: 'Montserrat', sans-serif; /*'Merriweather', Georgia, Times, 'Times New Roman',serif;*/
  font-size:16px;
  text-align: center;
  font-weight: bold;
}

.arts-filters-section{
  display: table;
  margin-bottom: 20px;
  padding-top:10px;
}

.single .navigation.clearfix{
  display: none;
}

input, textarea{
width: 100%;
font-size: 21px;
line-height: 30px;
border: 1px solid #ddd;
font-family: 'Montserrat', sans-serif; /*'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;*/

padding: 5px;
color: #222;
max-height: 150px;
max-width: 100%;
background-color: white;  
}

#postnav input {
	background-color: rgba(0,0,0,0.1); }


input:focus, textarea:focus{
  border: 1px solid red;
  outline:none;

}

input[type="submit"]{
    font-size: 15px;
    background: white;
    border: 1px solid red;
    color: red;
    max-width: 180px;
    font-weight: bold;

}

input[type="submit"]:hover{

    background: red!important;
    border: 1px solid red;
    color: white;
    cursor: pointer;
}


img.wide-thumbnail {
  padding: 0px;
  border: none;
}

.category-fullissue .posts-by-3 .excerpt{
	display:none;
}

.issueinfo {
min-height: 70px;
}

.cycle-slideshow::-webkit-scrollbar{
  display: none;
}

.category-fullissue .posts-by-3 .post {
border-bottom: none;
margin: 0 3%;
width: 27%;
border-top: none;
}

.category-fullissue .posts-by-3 .post img{
width: 88%;
height: auto;
margin-bottom: 15px;
-webkit-box-shadow: 4px 6px 6px rgba(0,0,0, 0.15);
-moz-box-shadow: 4px 6px 6px rgba(0,0,0, 0.15);
-o-box-shadow: 4px 6px 6px rgba(0,0,0, 0.15);
transition: all 0.1s linear;
position: relative;
top:3px;
left:3px;
}

.category-fullissue .posts-by-3 .post img:hover{
-webkit-box-shadow: 6px 9px 12px rgba(0,0,0, 0.20);
-moz-box-shadow: 6px 9px 12px rgba(0,0,0, 0.20);
-o-box-shadow: 6px 9px 12px rgba(0,0,0, 0.20);
left: 0px;
top: 0px;
}
.category-fullissue .posts-by-3 .post img:hover > h2.post-title{
  color: red!important;
}

.category-fullissue .content{
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.category-fullissue .navigation.clearfix{
  border-top: none;
}
.category-fullissue .archive-title{
  text-align: center;
}

.category-fullissue .posts-by-3 {
  max-width: 720px;
  margin: 15px auto;
}


.after-post-list {
	width: 50%;
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.after-post-list h3 {
	font-size: 24px;
	font-family: Open Sans;
	font-weight: 800;
}

.after-post-list ol {
	color: #555;
	padding-left: 50px;
}

.after-post-list ol li {
	list-style-type:decimal;
	padding-left: 0px;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif; /*Merriweather;*/
	color: #555;
}

.after-post-list ol li:hover {
	color: #000;
}

span.wpp-views { display: none; }

.bottom-navigation { position: relative; overflow: hidden; float: left; width: 100%; margin: 0;}


/*Typography*/

@font-face{
    font-family: 'Avenir Next';
    src:url('fonts/AvenirNext-Regular.woff'); 
    src:url('fonts/AvenirNext-Regular.woff') format('woff'),
        url('fonts/AvenirNext-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Avenir Next';
    src:url('fonts/AvenirNext-Italic.woff'); 
    src:url('fonts/AvenirNext-Italic.woff') format('woff'),
        url('fonts/AvenirNext-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face{
    font-family: 'Avenir Next';
    src:url('fonts/AvenirNext-UltraLight.woff'); 
    src:url('fonts/AvenirNext-UltraLight.woff') format('woff'),
        url('fonts/AvenirNext-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face{
    font-family: 'Avenir Next';
    src:url('fonts/AvenirNext-UltraLightItalic.woff'); 
    src:url('fonts/AvenirNext-UltraLightItalic.woff') format('woff'),
        url('fonts/AvenirNext-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face{
    font-family: 'Avenir Next';
    src:url('fonts/AvenirNext-Medium.woff'); 
    src:url('fonts/AvenirNext-Medium.woff') format('woff'),
        url('fonts/AvenirNext-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Avenir Next';
    src:url('fonts/AvenirNext-MediumItalic.woff'); 
    src:url('fonts/AvenirNext-MediumItalic.woff') format('woff'),
        url('fonts/AvenirNext-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face{
    font-family: 'Avenir Next';
    src:url('fonts/AvenirNext-DemiBold.woff'); 
    src:url('fonts/AvenirNext-DemiBold.woff') format('woff'),
        url('fonts/AvenirNext-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'Avenir Next';
    src:url('fonts/AvenirNext-DemiBoldItalic.woff'); 
    src:url('fonts/AvenirNext-DemiBoldItalic.woff') format('woff'),
        url('fonts/AvenirNext-DemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face{
    font-family: 'Avenir Next';
    src:url('fonts/AvenirNext-Bold.woff'); 
    src:url('fonts/AvenirNext-Bold.woff') format('woff'),
        url('fonts/AvenirNext-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'Avenir Next';
    src:url('fonts/AvenirNext-BoldItalic.woff'); 
    src:url('fonts/AvenirNext-BoldItalic.woff') format('woff'),
        url('fonts/AvenirNext-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face{
    font-family: 'Freight Text';
    src:url('fonts/FreightTextLight.woff'); 
    src:url('fonts/FreightTextLight.woff') format('woff'),
        url('fonts/FreightTextLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Freight Text';
    src:url('fonts/FreightTextLightItalic.woff'); 
    src:url('fonts/FreightTextLightItalic.woff') format('woff'),
        url('fonts/FreightTextLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face{
    font-family: 'Freight Text';
    src:url('fonts/FreightTextBook.woff'); 
    src:url('fonts/FreightTextBook.woff') format('woff'),
        url('fonts/FreightTextBook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Freight Text';
    src:url('fonts/FreightTextBookItalic.woff'); 
    src:url('fonts/FreightTextBookItalic.woff') format('woff'),
        url('fonts/FreightTextBookItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face{
    font-family: 'Freight Text';
    src:url('fonts/FreightTextMedium.woff'); 
    src:url('fonts/FreightTextMedium.woff') format('woff'),
        url('fonts/FreightTextMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Freight Text';
    src:url('fonts/FreightTextMediumItalic.woff'); 
    src:url('fonts/FreightTextMediumItalic.woff') format('woff'),
        url('fonts/FreightTextBMediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face{
    font-family: 'Freight Text';
    src:url('fonts/FreightTextBold.woff'); 
    src:url('fonts/FreightTextBold.woff') format('woff'),
        url('fonts/FreightTextBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'Freight Text';
    src:url('fonts/FreightTextBoldItalic.woff'); 
    src:url('fonts/FreightTextBoldItalic.woff') format('woff'),
        url('fonts/FreightTextBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face{
    font-family: 'Freight Text';
    src:url('fonts/FreightTextBlack.woff'); 
    src:url('fonts/FreightTextBlack.woff') format('woff'),
        url('fonts/FreightTextBlack.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face{
    font-family: 'Freight Text';
    src:url('fonts/FreightTextBlackItalic.woff'); 
    src:url('fonts/FreightTextBlackItalic.woff') format('woff'),
        url('fonts/FreightTextBlackItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face{
    font-family: 'Freight Display';
    src:url('fonts/FreightDispBlack.woff'); 
    src:url('fonts/FreightDispBlack.woff') format('woff'),
        url('fonts/FreightDispBlack.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face{
    font-family: 'Freight Display';
    src:url('fonts/FreightDispBlackItalic.woff'); 
    src:url('fonts/FreightDispBlackItalic.woff') format('woff'),
        url('fonts/FreightDispBlackItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}


/* Header */

.search {
max-width:972px;
margin:auto;
}

#sticky_navigation_wrapper {

max-width:972px;
margin:auto;
}


#topnav {
  text-align: right;
  border-bottom: none;
  height: 34px;
  margin-top:10px;
  overflow: hidden;
  border-top: none;
  overflow: hidden;
  clear: both;
}
#topnav ul {
  margin-top: 3px;
  margin-bottom: 3px;
}
#topnav ul li {
  float: none;
  display: inline-block;
}
#topnav ul a {
   color: #777;
  font-family: 'Montserrat', sans-serif;/*'Inconsolata', 'Avenir Next', Courier, monospace;*/
  font-size: 16px;
  text-transform: none;
  line-height: 1.25;
  margin:0;
  margin-left: 16px;
  padding-bottom: 2px;
    -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#topnav ul li:first-child a {
  border-left: none;
}
#topnav ul li a:hover,
#topnav ul li.current-menu-item a,
#topnav ul li.current-post-parent a,
#catnav ul li:hover a,
#catnav ul li.current-menu-item a,
#catnav ul li.current-post-parent a,
#aboutnav ul li:hover a,
#aboutnav ul li.current-menu-item a,
#aboutnav ul li.current-post-parent a {
  color: #222;
}
#catnav, #aboutnav {
  display: none;
  background: none;
  text-align: center;
  background: #fff;
  border-bottom: none;
}
#catnav ul li, #aboutnav ul li {
  float: none;
  display: inline-block;
}
#catnav ul li a, #aboutnav ul li a {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  
  font-size: 13px;
  padding: 9px 7px 10px 13px;
  background: url(images/subheader-triangle.png) center left no-repeat;
}
#catnav ul li:first-child a, #aboutnav ul li:first-child a {
  background: none;
}

#logo {
  width: 40%;
  margin: 0px auto 10px auto;

}

#logo img { width: 100%; }

#head-content {
  width: 100%;
  max-width:972px;
  padding-top:20px;
  padding-bottom: 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.home .gce-page-grid .gce-caption {
  background: none;
  margin-bottom: 0px;
}
.home .gce-page-grid .gce-month-title {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  text-transform: none;
}
.widget.widget_simpleimage {
  margin: 10px 0 10px 0;
  float: left;
}
.widget.widget_simpleimage p {
  margin: 0;
}
.widget.widget_simpleimage img {
  max-width: 100%;
}
#simpleimage-2 {
  width: 76%;
}
#simpleimage-3 {
  float: right;
  width: 23%;
}
#page {
  margin: auto;
  margin-bottom: 0;
}




/* Typography */

a, a:link, a:visited {
  color: inherit;
}

.entry p a:hover, #footer a:hover{
  background-color: yellow;
}

.entry p a{
  border-bottom: 1px dotted red;
}

a:link img{
  border-bottom: none;
}

.panel-container h2{
  color: #000;
  font-weight: bold;
}
.panel-container a{
  font-family: 'Montserrat', sans-serif;  /*"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/

  font-size: 16px;
  border-bottom: none;
  /*letter-spacing: 1px;*/
}
#readmore{
  color: red;
  font-weight: 600;
  font-style: normal;
  font-size: 15px; 
  font-family: 'Montserrat', sans-serif; /*'Avenir Next', Helvetica, sans-serif;*/
  border-bottom: 1px solid rgba(0,0,0,0);
}

#readmore a:hover {
	border-bottom: 1px solid red;
}

.panel-container a:hover{
  color: red;
  border-bottom: 1px solid red;
}
.posts-by-3 .readmore a.more-link, .posts-by-3 .readmore a.more-link:link, .posts-by-3 .readmore a.more-link:visited {
  background: url('images/readmoregrey.png') center right no-repeat;
  padding: 2px 16px 2px 0;
}

.category-fullissue .feature-image {
  display: none;
}

/* Sidebar */

#contentright {
  padding-top: 0;
}
#sidebar {
  border-left: 1px solid #ddd;
  padding-top: 20px;
}
#sidebar #text-3 {
  display: none;
}
.home #sidebar #text-3 {
  display: block;
  border-bottom: none;
}
#polls-widget-2 {
  display: none;
}
.home #polls-widget-2 {
  display: block;
}
#searchform #searchfield {
  width: 90%!important;
  margin: 0;
  float: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
}
#searchform #submitbutton {
  width: 10%;
  margin: 0;
  float: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
box-sizing: border-box;
padding-top: 21px;
background-color: white!important;
position: relative;
}

#postnav #searchform #submitbutton {
	background-color: rgba(0,0,0,0.1)!important;
	padding-bottom: 10px;
}

.auth-bio {
  display: none;
}
#related {
  display: none;
}
.widget.sidetabs ul.tabs li a, .widget.sidetabs ul.tabs li a:link {
  padding: 0px 30px;
}
.widget.sidetabs .cat_content li {
  background: none;
  padding: 7px 0 7px;
  font-size: 11px;
}
#sidebar .widget {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px;
}
#sidebar #text-3 .widget {
  margin-bottom: 13px;
}
#search-2.widget {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 18px;
}
#polls-widget-2 {
  margin-bottom: 0px;
  padding-top: 25px;
}
#tabs-recent {
  margin-top: 10px;
}
#sidebar .widget#sidetabs-widget-2 {
  border-top: 1px solid #ddd;
  padding-top: 16px;
}
#sidebar .widget#polls-widget-2 {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
}

/* Ads */

#bannerad-widget-3 {
  float: left;
}
#bannerad-widget-2 {
  float: right;
}

/* Sidebar Widgets */

.widget_polls-widget p {
  text-align: left !important;
  float: left;
}
ul.wp-polls-ul {
  padding-bottom: 20px;
  clear: both;
}
.wp-polls-ul li {
  border-bottom: none;
  padding-left: 0px;
}
.wp-polls-ul li label {
  margin-left: 10px;
  font-size: 11px;
}
.widget_polls-widget .Buttons {
  background: #cc3300;
  border: none;
  padding: 5px 2px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 40px;
}
.widget_polls-widget a {
  color: #5e5e5e;
  font-weight: bold;
  line-height: 25px;
  padding: 0 5px;
}
.widget_polls-widget ul li {
  margin-top: -5px;
}
.awesome-weather-wrap {
  margin-bottom: 0px;
  background: #3c3c3c !important;
}
.awesome-weather-header {
  background: none;
}
.awesome-weather-forecast {
  border-top: none;
  padding-top: 0px;
  margin-bottom: 10px;
}
.awesome-weather-forecast {
}
#sidebar #text-2 {
  display: none;
}
.page-id-25063 #sidebar #text-2 {
  display: none;
}
#sidebar #text-2.widget {
  padding-top: 19px;
}
#sidebar #text-2 .widgettitle span {
  width: 100%;
  display: block;
}
#bustimes li a {
  text-align: center;
  padding: 60px 10px 0;
  background: url('images/bus-icon.jpg') top center no-repeat;
  color: #cc3300;
  float: left;
  display: block;
  width: 100%;
}
#bustimes {
  margin-right: -10px;
  margin-left: -14px;
  width: 320px;
}
#bustimes li {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 24%;
  background: none;
}

/* Pages */

#page {
  background: none;
}
.singlepost .post {
  border-bottom: none;
}

.singlepost {

}

.allcomments {
}
.post .entry h2, .post .entry h3, .post .entry h4, .post .entry h5 {
  text-transform: none;
  font-family: 'Montserrat', sans-serif; /*Open Sans, 'Freight Text', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-weight: 700;
  color: #444;
}

.post .entry h1 {
  font-family: 'Montserrat', sans-serif; /*Georgia, serif;*/
  color: #000;
  font-size: 35px;
  text-transform: none;
  font-weight: 800;
}

h1.post-title.single {
	font-family: 'Montserrat', sans-serif; /*'Open Sans';*/
	font-size: 56px;
	line-height: 60px;
}

.post .entry h2 {
  font-size: 20px;
  text-transform: none;
  font-weight: 600;	
  text-align:left;
}
.post .entry h3 {
  font-size: 28px;
  text-transform: none;
  font-weight: bold;
  font-weight: 700;
  margin-top: 30px;
}
.post .entry h4 {
  font-size: 28px;
  text-transform: none;
  font-weight: 500;
}
.post .entry h5 {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
}
.post .entry h6 {
  font-size: 24px;
  text-transform: none;
  font-weight: 300;
}
div.mr_social_sharing_wrapper {
  display: none;
}
/*social media*/
.singlepost div.mr_social_sharing_wrapper {
  display: none;
}
.post div.mr_social_sharing_wrapper {
  margin-top: 20px;
  line-height: 30px;
}
div.mr_social_sharing_wrapper .mr_social_sharing_top span.mr_medium_icon {
  line-height: 22px;
  font-weight: bold;
  margin-right: 15px;
}
/* Columns Index Page */
.column-index li{
  list-style-type: none;
  background: none!important;
}



.column-section {
  display: block;
  float: left;
  width: 25%;
  border-bottom: 1px dotted rgba(0,0,0,0.15);
  border-right:  1px dotted rgba(0,0,0,0.15);
  box-sizing: border-box;
}

.column-section a{
  max-width: 90%;
  margin: 4%;
  height: auto;
}

.column-section a{
  display: block;
  border-bottom: none!important;
}

.column-section a:hover > h2{
  /*color: red!important;*/
}

.column-section h2.column-name{
  font-size: 16px!important;
  line-height: 19px;
  text-align: center;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif; /*'Merriweather', Georgia, times, serif;*/
  min-height: 38px;
}

.column-section img{
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px!important;
  height: auto;
}

.column-section img{
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px!important;
  height: auto;
}

/*Borders*/
.column-index li:nth-child(4n) {  
  border-right: none;
}

.column-index li:nth-child(n+13) {  
  border-bottom: none;
  
}
#post-main-4 {
  max-width: none;
  text-align: center;
}
/* Homepage */

.whats-on {
  width: 35%;
  float: left;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 20px 0 20px 20px;
}
.gce-list {
  list-style-type: none;
  margin-left: 10px;
}
.gce-list div {
  display: none;
}
.gce-page-list .gce-list div.gce-list-title {
  background: none;
  display: block;
  color: #3d3d3d;
  font-weight: normal;
}
.gce-page-list .gce-list div.gce-list-event {
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 13px;
  background: none;
}
.social-media {
  width: 56%;
  float: right;
}
.gce-caption {
  margin-bottom: 5px;
}
.home .gce-page-grid table tr {
  background-color: #fff;
}
.home .gce-page-grid .gce-calendar th {
  font-weight: bold;
  color: #000;
  background-color: #fff;
  height: 25px;
}
.home .gce-page-grid .gce-calendar tbody {
  border-right: 1px solid #000;
}
.home .gce-page-grid .gce-calendar td {
  height: 25px;
}
.home .gce-page-grid .gce-calendar .gce-day-number {
  font-size: 14px;
  color: #000;
}
.home .gce-page-grid .gce-calendar .gce-today {
  background: #cc3300;
}
.home .gce-page-grid .gce-calendar .gce-today .gce-day-number {
  font-weight: bold;
  color: #FFF;
}
.fb-wrap {
  background: #2d2d2d;
  padding: 10px;
  margin-bottom: 8px;
}
.fb-like-box {
  width: 100%;
}
.fb-like-box a {
  color: #fff;
}

/* Bored */

#bored {
  display: none;
}
.category-bored #bored {
  display: block;
  margin: 8px 0 -13px 0;
}

/* Campus Info */

#sidebar #text-5 {
  display: none;
}
.page-id-30340 #sidebar #text-5 {
  display: block;
}
.page-id-30340 #sidebar #text-2 {
  display: block;
}
#awesomeweatherwidget-2 {
  display: none;
}
.page-id-30340 #awesomeweatherwidget-2 {
  display: block;
}
.page-id-30340 .page-title {
  display: none;
}
.gce-page-grid .gce-caption {
  background: #000;
  padding: 7px 0;
}
.gce-page-grid .gce-month-title {
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
}
.gce-page-grid .gce-prev {
  background: url('images/blackleft.jpg') top center no-repeat;
  text-indent: -1000px;
}
.gce-page-grid .gce-next {
  background: url('images/blackright.jpg') top center no-repeat;
  text-indent: -1000px;
}
.gce-page-grid .gce-calendar .gce-has-events:hover {
  color: #cc332d;
}
.gce-event-info {
  border: none;
  background: #cc332d;
  padding: 10px;
}
.gce-event-info a, .gce-tooltip-title, .gce-list-event, .gce-event-info .gce-tooltip-event, .gce-event-info ul li p span, .gce-event-info ul li div span, .gce-event-info ul li{
  color: #fff;
  background: none;
}
.gce-event-info a {
  text-align: right;
  display: block;
}
.page-id-30340 table tr {
  background: #fff;
}
.page-id-30340 table th {
  font-weight: bold;
  color: #000;
  background: none;
}
.gce-page-grid .gce-calendar {
  border-right: 3px solid #CCC;
  }

/* Archives */

.posts-by-3 .post-image {

  float: left;
  padding: 0;
  background: none;
  border: none;
}
.posts-by-3 .meta {
  margin-bottom: 16px;
  clear: both;
  font-size: 10px;
}
.meta a {
  color: inherit;
  font-weight: normal;
}
.meta a:hover {
  color: #333;
}
.category-bored .feature-image,
.category-fullissue .feature-image
.category-salient-tv .feature-image {
  display: none;
}
.category-fullissue .posts-by-3 .post-image,
.category-features .posts-by-3 .post-image,
.category-salient-tv .posts-by-3 .post-image,
.category-bored .posts-by-3 .post-image {
  padding: 0;
  border: none;
  width: 100%;
  float: none;
}
.category-fullissue .posts-by-3 .meta,
.category-features .posts-by-3 .meta,
.category-salient-tv .posts-by-3 .meta,
.category-bored .posts-by-3 .meta {
  padding-top: 5px;
}
.posts-by-3 .post-image img {
  box-shadow: none;
}
.category-fullissue .posts-by-3 img.wide-thumbnail,
.category-features .posts-by-3 img.wide-thumbnail,
.category-salient-tv .posts-by-3 img.wide-thumbnail,
.category-bored .posts-by-3 img.wide-thumbnail {
  width: 304px;
  padding: 0;
  height: 190px;
  box-shadow: none;
  max-width: 100%;
}
.posts-by-3 h2.post-title {
  padding: 0 0 0 0;
  clear: right;
  overflow: hidden;
}
.category-fullissue .posts-by-3 h2.post-title,
.category-salient-tv .posts-by-3 h2.post-title,
.category-bored .posts-by-3 h2.post-title {
  padding: 0 0 0 0;
}
.posts-by-3 .category-info {
  display: none;
}
.posts-by-3 .post {
  border-bottom: none;
  margin: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 132px;
}
.posts-by-3 .post:hover {
  border-top: 1px solid rgba(0, 0, 0, .15);
}
.category-fullissue .posts-by-3 .post:hover {
  border-top: none;
}
.posts-by-3 .post.right {
  float:left;
}
.posts-by-3 .post .entry {
  padding-top: 6px; 
}
.category-fullissue .posts-by-3 .post,
.category-features .posts-by-3 .post,
.category-salient-tv .posts-by-3 .post,
.category-bored .posts-by-3 .post  {
  height: auto;
  border-bottom: none;
}
.category-fullissue .posts-by-3 .post .post-title,
.category-features .posts-by-3 .post .post-title,
.category-salient-tv .posts-by-3 .post .post-title,
.category-bored .posts-by-3 .post .post-title {
  
}
.posts-by-3 .post .entry {
  height: auto;
  margin-bottom: 21px;
}
.posts-by-3 .post-clear {
  height: 1px;
  margin: 0 10px;
  max-width: 962px;
}
h1.archive-title {

  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 60px;
}
.posts-by-3 {
margin: 0;
}
.posts-by-3 .excerpt {
}
.excerpt .mr_social_sharing_wrapper {
  display: none;
}
.posts-by-3 .excerpt p {
  margin: 0;
  text-align: left;
  line-height: 22px;
}
#contentleft img {
  margin: 15px 0;
  max-width: 100%;
  height: auto;
}

.posts-by-3 a.more-link, .posts-by-3 a.more-link:link, .posts-by-3 a.more-link:visited {
  color: #000;
  background: none;
  text-transform: uppercase;
  padding: 0;
}
.navigation.clearfix {
  font-family: 'Montserrat', sans-serif; /*"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-weight: normal;
  text-align: center;
  padding: 25px 0;
  color: #F00;
  border-top: 1px dashed #F00;
  padding-top: 25px;
}
.navigation.clearfix span{
  display: inline-block;
}
.navigation.clearfix a{
  font-family: 'Montserrat', sans-serif; /*"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-weight: normal;
  font-size: 16px;
  color: red;
  border: 1px solid red;
  padding: 14px;
  text-align: center;
}

.navigation.clearfix a:hover{
  color: white;
  background-color: red;
}

span.nav-previous {
  float: left;
  padding-left:10px;
}
span.nav-next{
  float: right;
  padding-right:10px;
}

span.nav-next a:hover:before{
}

.archive-title {
  color: #222;
  font-size: 29px;
  line-height: 34px;
}
ul.page-numbers {
  list-style: none;
  margin: 1em auto;
  padding: 0;
  text-align: center;
  display: inline-block;
}
ul.page-numbers li {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
}



/* Footer */

#footer {
  z-index: 2; 
  position: relative;
  width: 90%;
  max-width: 972px;
  margin: 0 auto;
  border: none;
 }

#footer-wrap {
	position: relative;
	z-index:1;
  background-color: #fff;
  width: 100%;  
  overflow:hidden;
  padding: 30px 0 0 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

#footer p {
  float: left;
  color: #444; 
}
#footer #credit {
 margin-top: 4px;
 margin-left: 20px;
 display: none;
}
.home #footer #credit {
  display: block;
}
#footer-widgets {
  background: #272727;
  padding: 22px 25px 18px 25px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 11px;
  font-size: 11px;
  line-height: 15px;
}
#footer-widgets .widget.widget_text {
  margin-bottom: 0px;
}
#footer-imgs {
  overflow: hidden;
}
#footer-widgets p {
  padding-top: 7px;
}
#footer-widgets a, .widgettitle a {
  color: #fff;
  font-weight: bold;
}
.footer-widget1 {
  width: 66%;
}
.footer-widget2 {
  width: 28%;
}
#readonline {
  margin-top: -50px;
  margin-left: 90px;
}
.footer-widget1 .textwidget {
  margin-right: 80px;
}
.footer-widget1 .textwidget img {
  width: 210px;
  float: left;
  margin: 8px 20px 0 0;
  height: 80px;
  overflow: hidden;
}
#misc-menu {
  float: right;
  width: 405px;
}
#misc-menu a {
  font-weight: normal;
  color: #000;
}
#misc-menu a img {
  float: right;
  margin-left: 6px;
}
#misc-links {
  line-height: 30px;
}
#misc-menu #footer-logo {
  margin-left: 12px;
}


#commentform input#submit, .archive-tabs a, .archive-tabs a:link, .archive-tabs a:visited, a.more-link, a.more-link:link, a.more-link:visited, p.email-form .subbutton, a.comment-reply-link, a.comment-reply-link:link, a.comment-reply-link:visited {

  font-size: 14px;
    background: white;
    border: 1px solid red;
    color: red;
    max-width: 180px;
    font-weight: 700;
	font-family: Avenir Next;
	text-transform: uppercase;
}

a.comment-reply-link, a.comment-reply-link:link, a.comment-reply-link:visited {
	font-size: 12px;
	padding: 5px 13px;
}

p.loggedinas {
	margin-top: 13px;
	font-family: 'Montserrat', sans-serif; /*Open Sans, Helvetica, sans-serif;*/
	text-align: center;
	color: #555!important;
}

.tab-container {
  background: #fff;
  color: #000;
  margin-top: 3px;
  padding-bottom: 15px;
  overflow: hidden;
}
.tab-inner {
  overflow: hidden;
  /*height: 430px;*/
}
.tab-container h2 a {
  font-family: 'Montserrat', sans-serif; /*'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  display: block;
  clear: both;

}

.postmetadata a{
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 0px;
  margin-top: 5px;
}
#contentleft .tab-container .panel-container img {
  max-height: 250px;
  width: 100%;
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
  float: none;
}
.tab a, .tab a:link {
  padding-left: 0px;
}
.panel-container {
  width: 62%;
  float: left;
  overflow-x: hidden !important;
overflow-y: visible !important;
}
.panel-container p {
  line-height: 140%;
  margin-bottom: 5pt;
  font-size: 16px;

}
.panel-container p.postmetadata {
  font-size: 12pt;
color: #999;
  margin-bottom: 3px;
  font-family: 'Montserrat', sans-serif;/*'Inconsolata', courier, monospace;*/ 
}
.panel-container .mr_social_sharing_wrapper {
  display: none;
}
.panel-container p a {
  color: inherit;
}
.etabs {
  margin: 0;
  padding: 0;
  float: right;
  width: 100%;
  margin-left: 2%;
  list-style-type: none;
}
.etabs h3 {

}
.panel-container, .etabs {
  /*
  height: 340px;
  overflow: hidden;
  */
}
.tab {
  padding: 20px 10px; 
  border-top: 1px solid #eee;
  opacity: 1;
  clear: both;
  overflow: hidden;
  color: #000;
  width: 90%;
  max-width: 768px;
  margin: auto;
		text-align: center; 

}

.tab:hover h4{
  color:red;
}
.tab:hover p{
  color:red;
}
.tab:hover a{
  color:red;
}
.tab:hover{
  opacity: 1;
}


.tab h4 {
  font-size: 28px;
  overflow: hidden;
  margin-bottom: 0px;
		text-align: center; 
	color: #000;

}
.tab p {
  font-size: 15px;
  font-weight: normal;
  line-height: 130%;
  margin-top: 2px;
  margin-bottom: 0px;
}
.tab a:hover, .tab a:visited {
  text-decoration: none;
}

.tab img.wide-thumbnail {
  display: none;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 15px 0 0 !important;
}
.tab.active {
  opacity: 1;
}
.tab a {
  font-size: 16px;
  line-height: 2em;
  display: block;
  padding: 0 10px;
  outline: none;
}

/*.tab.active {
  background: #fff;
  padding-top: 6px;
  position: relative;
  top: 1px;
  border-color: #666;
}*/
.tab a.active {
}
.tab-container.mobile {
  display: none;
  width: 100%;
}

.tab-container.mobile.news {
	display: none;
	

}

/* Responsive */

/* ---------[ Responsive Design ]--------- */

@media only screen and (max-width: 480px) {
  

div#main-banner {
  padding-top: 10px;
}

h1.archive-title {

  padding-top: 20px;
}

.arts-filter {
    width: 33%;
    margin-bottom: 15px;
  }

  #contentleft .tab-container .panel-container img {
    display: none;
  }
  .tab-inner .panel-container {
    display: none;
  }
  .tab-inner .etabs {
    width: 100%;
  }
  .tab-container {
    display: none;
  }
  .tab-container.mobile {
    display: block;
    padding: 0;
  }
  .tab-container.mobile .tab {
    opacity: 1;
    width: 90%;
  }

#wrap

	article#lead-news {
		background-color: #fff;
		margin-bottom: 0px;
	}
 .banner728-container{
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  img#sendusaletter{
    display: none;
  }



	video.stv-titles {
	display:none;
	}

	.stv-landing {
	display:none;
	}

	#stv-mascot {
	padding-top: 20px!important;
	}

  .column-section {
  display: block;
  float: left;
  width: 50%;
  border-bottom: 1px dotted rgba(0,0,0,0.15);
  border-right:  1px dotted rgba(0,0,0,0.15);
  box-sizing: border-box;
  }
  .column-index li:nth-child(2n) {  
  border-right: none;
  }
  .category-fullissue .entry .issuuembed.issuu-isrendered,
  .lower-section {
  display: none;
  }

  #salientfm{
    display: none!important;
  }
  .banner728-container{
    display: block;
  }

  #head-content {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .banner728{
    display: block;
  }
  #contentleft .tab-container .panel-container img {
    display: none;
  }
  .tab-inner .panel-container {
    display: none;
  }
  .tab-inner .etabs {
    width: 100%;
  }
  .tab-container {
    display: none;
  }
  .tab-container.mobile {
    display: block;
    padding: 0;
  }
  .tab-container.mobile .tab {
    opacity: 1;
    width: 90%;
  }
  .tab-container.mobile .tab:hover {
      
      color: #222!important;
      border: none;
      border-top: 1px solid #eee;
  }
  .footer-column {
    width: 100%!important;
  }
  .footer-column p{
    text-align: left!important;
  }
  .big-button{
    display: none;
  }
  .arrow_box{
  display: none;
  position: absolute;
  top: 10px;
left: 18px;
  background: #ffffff;
  border: 1px solid #ff0000;
  }

  #contentleft .tab-container .panel-container img {
    float: left;
    margin-left: 0px;
  }

#header {
	margin-top:0;
}

 .home #logo, #logo {
    margin: 0px auto 0px;
    width: 200px !important;
    height: 30px;
  }
  #topnav, #catnav {
    height: auto;
  }
  #simpleimage-3, #simpleimage-2 {
    display: none;
  }
  .tab-container {
    background: #fff;
    padding: 0 20px;
  }
  .tab-inner {
    height: auto;
  }
  .panel-container, .etabs {
    margin-top: 0px;
    height: auto;
  }
  #content .whats-on, #content .social-media {
    width: 100%;
    border: none;
    float: left;
    padding: 0 0 0 0;
  }
  #contentleft {
    padding-bottom: 0px
  }
  #sidebar {
    border: none;
  }
  .home #sidebar #text-3 {
    display: none;
  }
  .wp-polls-ul {
    margin-left: 5px;
  }
  .footer-widget1, .footer-widget2 {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 20px
  }
  #readonline {
    display: none
  }
  #footer {
    height: 400px;
  }
  
  #footer-widgets {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #misc-menu {
    float: none;
    width: 100%;
  }
  #credit {
    display: none;
  }
  #twitter-widget-0 {
    width: 100%;
  }
  .select-menu {
    margin-bottom: 5px
  }
  .posts-by-3 .post {
    width: 100%;
    height: auto;
  }
  .posts-by-3 .post .entry {
    padding-bottom: 0px;
  }
  .posts-by-3 .post-clear {
    display: none;
  }
  .footer-widget1 .textwidget img {
    margin-bottom: 10px;
    clear: both;
    float: none;
  }
  #footer p {
    clear: both;
    text-align: center;
    width: 100%;
    float: none;
  }
  #footer a {
    display: inline-block;;
  }
  #footer-imgs {
    width: 100%;
  }
  #footer-logo {
    display: inline-block;
  }
  #misc-menu #footer-imgs {
    width: 100%;
    text-align: center;
  }
  #misc-menu #footer-imgs img {
    float: none;
  }
  .home #footer #credit {
    display: none !important;
  }
  
}

@media only screen and (min-width: 769px) and (max-width: 960px) {

  #topnav ul a {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    margin-left: 7px;

  }
  #sticky_navigation{
    width: 100%!important;
  }

}
@media only screen and (min-width: 961px) and (max-width: 1040px) {



}

@media only screen and (min-width: 1041px) {



}

/*-------------
New CSS 2014
---------------*/


#logo-container-article{
  margin: 5px auto 0px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  float: none;
  width: 100%;
  max-width: 972px;
  height: 47px;
  padding-top: 10px;
}

#logo-container-article #logo {
	width: 60%;
	max-width: 200px; 
	}
	

.theme-header{

  height: auto;
  margin-bottom: 5px
}

.whats-on{
  display: none;
}

.social-media{
  display: none;
}

.description{
  margin: 40px 0 20px 0;
  text-align: center;
  padding: 0px 5%;
}

.about{
  font-family: 'Montserrat', sans-serif; /*'Avenir Next', Helvetica, sans-serif;*/
  font-size: 30px;
  color: #999;
  line-height: 110%;
  font-weight: 400;
}
@media screen and (max-width: 960px){
    .about{
      font-size: 26px;
      letter-spacing: 0px;
    }
}

@media screen and (max-width: 768px){
    .about{
      font-size: 22px;
    }
    .about br{
      display: none;
    }
}

.more-info-con{
  margin-top: 10px;
}

.more-info-con a{
  font-family: 'Montserrat', sans-serif; /*'Avenir Next', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-size: 16px;
  font-weight: 700;
  color: red;
  letter-spacing: 0px;
}

.more-info-con a:hover {
	border-bottom: 1px solid red; 
}

.category-fullissue .entry .issuuembed.issuu-isrendered{
  width: 80%!important;
  height: 400px!important;
  margin: 10px 10%;
  float: initial;
	overflow: hidden;
  border: 1px solid #bbb;
  background-color: #fff;
}

.category-fullissue .entry .issuuembed.issuu-isrendered > object {
    float: left;
    margin: 0 10%;
  width: 80%!important;
  height: 100%!important;
}

.footer-column{
  width: 31%;
  margin-right: 2%;
  float: left;
}


#outer-wrap{
  box-shadow: none!important;
  -webkit-box-shadow:none!important;
  -moz-box-shadow:none!important;
}

.big-button{
  text-align: center;
}

.big-button a{
  font-family: 'Montserrat', sans-serif;  /*"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-weight: bold;
  font-size: 16px;
  color: red;
  border:1px solid red;
  padding: 13px 60px 12px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.big-button a:hover{
  background-color: red;
  border:1px solid red;
  color: white;
}
/*
.panel-container:hover #readmore{
  position: relative;
  left: 15px;
}*/

.cycle-slideshow > div{
  width: 100%
}

img#sendusaletter{
  width: 100px;
  position: absolute;
  right: 0;
  top: 10px;

  -webkit-transform:rotate(345deg);
    -moz-transform:rotate(345deg);
    -o-transform:rotate(345deg);

  -webkit-transition-duration: 0.75s;
    -moz-transition-duration: 0.75s;
    -o-transition-duration: 0.75s;
    transition-duration: 0.75s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

img#sendusaletter:hover  
{
    -webkit-transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
}  

.allcomments h3, h3#commentprompt {
    color: red;
    border: none;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 22px;
}

#respond {
    border: none;
}

.commentlist li {
    background-color: rgba(255,0,0,0.04);
    border: 1px dotted red;
}

.children li {
    background-color: rgba(255,0,0,0.03);
}

.comment p {
    color: red;
    font-size: 18px;
    line-height: 27px;
}


.comment-body p {
	font-size: 14px;
}

.commentmetadata {
    color: red;
}

.comment-author {
    color: red;
	font-family: Open Sans;
}

.comment-author img {
    display: none;
}

.comments-navigation {
    display: none;
}

.reply a {
    font-family: 'Montserrat', sans-serif; /*'Helvetica Neue', helvetica,arial,sans-serif;*/
    text-transform: capitalize;
    font-weight: normal;
    padding: 6px 12px 7px 10px;
}

.reply a::before {
    content: "➥ ";
}

.reply a:hover {
    background: red;
    color: white;
}

.button-submit input:hover {
    border: 1px solid red!important;
}

textarea,input[type="text"], input[type="email"] {
    border: 1px dashed red;
    color: red;
    width: 98%!important;
}

textarea:focus,input[type="text"]:focus, input[type="email"]:focus {
    border: 1px solid red;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(255, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 4px 0px rgba(255, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 0px rgba(255, 0, 0, 0.2);
}

.cancel-comment-reply {
    display: none;
}
#commentform p{
  color:red;
}

#commentform label {
    font-size: 14px;
    color: red;
}

#commentform textarea {
    width: 100%;
}

.pings {
    display: none;
}

#searchfield {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #222;
}


/* New Menu */
#catnav, #aboutnav {
    border-bottom: none;
    display: block;
    position: absolute;
    text-align: left;
    visibility:hidden;
    z-index: 999999;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
}

#catnav ul li, #aboutnav ul li {
    display: block;
    float: none;
}

#catnav ul li a, #aboutnav ul li a {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    color: #999;
    font-family: 'Montserrat', sans-serif; /*'Inconsolata', 'Avenir Next', 'Freight Text', Courier, monospace;*/
    font-size: 16px;
    font-weight: 400;
    padding: 9px 60px 9px 9px;
    text-transform: none;
}

#catnav ul li a:hover, #aboutnav ul li a:hover {
    background: #f1f1f1;
    color: #222;
}

#menu-item-34127, #menu-item-34128, #menu-item-35375, #menu-item-34129, #menu-item-41626, #menu-item-41627 {
    display: none!important;
}


#sticky_navigation {
    font-weight: normal;
    width: 100%;
}

#topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: justify;
}

#topnav ul a {
    margin-left: 9px;
}

#topnav ul:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.slicknav_nav>.menu-item-36604{
  display:none;
}



/* New Ad*/

.banner300 {
    background-color: #eee;
    float: left;
    height: 250px;
    margin-top: 7px;
    width: 300px;
}

.big-button {
    display: none;
}

.description {
    text-align: center;
}

.category-fullissue .entry .issuuembed.issuu-isrendered > div {
    float: left;
    margin: 0 10%;
  width: 80%!important;
  height: 100%!important;
}

.lower-section-left {
    float: left;

}

.lower-section-right {
    float: left;
    width: 100%;
}

.viewourarchive {
    overflow: hidden;
    margin: 0px 5%;
    width: 90%;
}

.latest-post {
    width: 30%;
    margin-top: 0px;
    float: left;
    margin-right: 10px;
}

.category-arts .banner468  {
  display:none;
}

/***2015 changes***/


/*Structure*/

#outer-wrap { 
	width: 100%; 
	max-width: 100%; 
}

#header { 
	background-color: #fff; 
	box-shadow: none; 
	z-index: 9;
	top: 0;
	margin: auto;
}

.logged-in #header {
	padding-top: 32px;
}

#wrap { 
	width: 100%; 
}

#page { 
	max-width: 972px; 
}

.entry { 
	padding: 0px 5px;
	max-width: 100%; 
}

div.entry p:first-of-type {
	margin-top: 20px; 
}

.excerpt p {
	margin-top: 0!important;
}

.excerpt > p > p:nth-child(2) { display:none!important; }

#wrap.homepage-section {
	border-top: 1px solid rgba(0,0,0,0.1);
	order-bottom: 1px solid #bbb;
	padding: 0;
	margin: 0;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.25);
}


.tag { 
	text-transform: uppercase; 
	font-family: 'Montserrat', sans-serif; /* 'Avenir Next', Helvetica, sans-serif; */
	font-weight: 700; 
	font-size: 12px; 
	margin: 10px auto; 
	padding: 7px 15px; 
	color: #fff; 
	background-color: #000; 
}

.tag-white { 
	text-transform: uppercase; 
	font-family: 'Montserrat', sans-serif;: /* 'Avenir Next', Helvetica, sans-serif; */
	font-weight: 700; 
	font-size: 12px; 
	margin: 10px auto; 
	padding: 5px 13px; 
	color: #000; 
	background-color: #fff; 
	border: 2px solid #000;
}

.tag-ghost { 
	text-transform: uppercase; 
	font-family: 'Montserrat', sans-serif; /* 'Avenir Next', Helvetica, sans-serif; */
	font-weight: 700; 
	font-size: 12px; 
	margin: 10px auto; 
	padding: 5px 13px; 
	color: #fff; 
	background-color: rgba(255,255,255,0); 
	border: 2px solid #fff;
}

.tag-red { 
	text-transform: uppercase; 
	font-family: 'Montserrat', sans-serif; /* 'Avenir Next', Helvetica, sans-serif; */
	font-weight: 700; 
	font-size: 12px; 
	margin: 10px auto;
	margin-left: 5px; 
	padding: 5px 13px; 
	color: red; 
	background-color: #fff; 
	border: 2px solid red;
	display: none;
}

.feature-image {
	width: 100%;
	max-width: 972px; 
	margin: auto;}

.feature-image img {
	width: 100%!important;
	height: auto!important;
}


/*Typography*/

body .post li {
	color: #666;
}

.post ul li {
	font-size: 15px;
	line-height: 25px;
	list-style-image: none;
	text-indent: -25px;
}

.post ul li:before {
	content: '→';
	padding-right: 8px;
}

.glowing li a {
	color: red;
}

ol li a:hover {
	color: #000;
}

.pullquote {
	color: #D76B5D;
	padding: 0;
	margin: 10px 0 0 -10%;
	font-family: 'Open Sans';
	font-weight: 600;
	font-style: italic;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 30px;
	width: 110%;
	display: block;
	}
/*
.singlepost .category-news .entry > p:first-of-type:first-letter, .singlepost .category-features .entry > p:first-of-type:first-letter { 
	float: left; 
	font-family: 'Montserrat', sans-serif; /*Freight Display, 'Avenir Next', Merriweather, 'Open Sans', Helvetica, sans-serif; */
	font-size: 105px; 
	font-weight: 800; 
	order: 1px solid #000; 
	color: #333; 
	padding: 0 ; 
	margin-right: 8px; 
	margin-top: 5px; 
	position: relative; 
	z-index: 9999; 
	line-height: 85px;
	font-style: normal!important; 
}
*/
.posts-by-3 h2.post-title {
	font-size: 18px!important;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif; /*'Open Sans', Miller, Georgia, serif;*/
	font-weight: 600;
	font-style: italic;
	text-align: left;
	margin-top: -2px;
	padding-bottom: 5px;
}

#readmore a:hover{ 
	color: red; 
	border-bottom: 1px solid red; 
}

.issue-postlist li > a:hover, 
.title-author h2 a:hover,
.posts-by-3 h2.post-title a:hover,
.issuetitle h2 a:hover {
	color: red!important; 
}

#lead-news a h1:hover {
	color: #FEF944;
}

h1#issue-details a:hover {
	background-color: yellow;
}

#feature-homepage .postmetadata a:hover {
	color: #333;
}

.slicknav_nav a {
	font-family: 'Montserrat', sans-serif; /*'Inconsolata';*/
	text-transform: none;
	font-weight: 400;
	color: #555!important;
	text-align: right;
}

.slicknav_nav {
	border-top: none!important;
}

.slicknav_menu {
	margin-top: -38px;
}

.navigation_article {
	padding-bottom: 5px;
		max-width: 972px;
}

.navigation_article .slicknav_menu {
	margin-top: -65px;
	display: block!important;
	max-width: 972px;
	margin-bottom:10px;
}

.slicknav_menu > a {
	border-radius: 20px;
	padding: 8px 7px;
}

/*Homepage*/

	/*Features*/
	
.tab-container.tab-edit { 
	width: 558px; 
	position: relative; 
	float: right; 
	overflow: hidden; 
}

#feature-homepage { 
	width: 558px; 
	height: 216px; 
	float: right; 
	overflow: hidden; 
	margin: 0; 
	position: relative; 
}

#feature-homepage img { 
	width: 558px; 
	height: 216px; 
	margin: 0; 
	padding: 0; 
}

.tab-container.mobile .excerpt p:nth-child(2) {
	display: none;
}

.mobile-issue-header {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 25px 0;
	font-family: 'Avenir Next', 'Open Sans', sans serif;
	text-transform: uppercase;
	background-color: #232F45;
} 

.mobile-issue-header h6 {
	width: 100%;
	text-align: center;
	font-family: 'Avenir Next', 'Open Sans', sans serif;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
}

.mobile-issue-header h3 {
	width: 100%;
	margin: 0 auto;
	line-height: 50px;
	font-size: 48px;
	font-weight: 200;
	color: #fff;
} 

.tab-container img { 
	width: 100%;
	height: auto; 
	padding:0;
	margin: 0 auto!important;
	border-top: 1px solid #000;
}

.tab-container-details {
	max-width: 100%;
	padding: 20px;
	overflow: hidden;
}

.tab-container-details h2 a {
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}

.tab-container-details h2 {
	text-align: left;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.tab-container-details > p {
	font-family: 'Montserrat', sans-serif; /*'Inconsolata';*/
	font-weight: 400;
	margin: 0!important;
	position: relative;
	float: left;
}

.tab-container-details p {
	margin: 0 auto 10px auto;
	line-height: 20px;
	font-size: 14px;
}

.tab-container-details span {
	font-weight: 400;
	font-family: 'Montserrat', sans-serif; /*Merriweather;*/
	width: 100%!important;
}
.tab-container-details span > p {
	padding: 0 10px;
}

.tab-inner {
	border-bottom: 1px solid #000;
}

.tab-container.mobile .tab-inner {
	border-bottom: none;
}

.title-author { 
	width: 279px; 
	position: absolute; 
	display: block; 
	margin-left: 0; 
	background-color: #fff; 
	height: 108px; 
	margin-top: -108px; 
	overflow: hidden; 
}

.title-author h2 { 
	padding: 5px 5px 0 5px; 
}

.title-author h2 a { 
	font-family: 'Montserrat', sans-serif; /* Open Sans, 'Freight Text', Miller, Georgia, serif; /*
	font-weight: 600;
	font-style: italic;
	text-align: left;
}

.title-author p { 
	color: #999; 
	font-family: 'Montserrat', sans-serif; /*'Inconsolata', Courier, monospace;*/
	padding: 0 5px; 
	font-size: 14px; 
	line-height: 20px;
}

.tab img {
	width: 100%;
	max-width: 558px;
}

	/*Full issue*/

article#fullissue { 
	margin-top: 0; 
	position: relative; 
	float: left; 
	overflow: hidden; 
	width: 380px; 
}

.issue-postlist { 
	margin: 10px; 
	position: relative; 
	float: left; 
	width: 90%; 
}

.issue-postlist li h2 a:hover {
	color: red;
}

.issue-postlist .tab-container-details {
	padding-top: 10px;
	padding-bottom: 10px;
}

.news-container {
	width: 100%;
	margin: 0;
}

.news-container li {
	min-height: 100px; 
}

.arts-container {
	width: 100%;
	margin: 0;
}

.arts-container li, .columns-container li {
	min-height: 120px;
}

.columns-container {
	width: 100%;
	margin: 0;
}

.features-container {
	width: 100%;
	margin: 0;
}

#feature-fullissue .tab-container-details {
	min-height: 170px;
}

#feature-fullissue { 
	margin: 5px 2%;
	padding: 0!important;
	width: 46%;
	float: left; 
	overflow: hidden; 
	position: relative; 
	border-top: 1px solid #000; 
}

#feature-fullissue img { 
	width: 100%; 
	height: auto; 
	margin: 0; 
	padding: 0; 
}

.issue-postlist h2 {
	margin-bottom: 5px;
	width: 100%;
}

.issue-postlist h2 > a {
	font-weight: 600;
    	font-style: italic;
    	font-size: 18px;
    	line-height: 24px;
	color: #000;
}

.issue-postlist li > p a {
	font-family: 'Montserrat', sans-serif; /*'Inconsolata';*/
}

.arts-container li span * {
	display: none; 
} 

.issue-postlist li h2 > p {
	display: none;
}

.arts-container span > h1 {
	display: inline!important; 
	text-align: left!important;
	font-size: 18px!important;
	font-family: 'Open Sans'!important;
	font-weight: 600!important;
}

.arts-container span > h1::before {
	content: ': ';
	font-style: italic;
}



#fullissue h3 {
	text-align: center;
	overflow: hidden;
	padding: 7px 0; 
}

#fullissue p {
	position: relative;
	float: left;
	width: 300px;
	margin: 0 0 10px 50px;
}

h3.tablet {
	display: none;
}

.issue-postlist > li { 
	padding: 5px 0 0 50px; 
	margin: 10px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	order-left: 2px solid #ddd; 
	position: relative; 
	float: left;
	width: 100%;
}

#fullissue .issue-postlist li {
	max-width: 288px; }

.issue-postlist li > a { 
	font-family: 'Montserrat', sans-serif; /* 'Open Sans', 'Freight Text', Miller, Georgia, serif; */
	font-weight: 600; 
	font-style: italic;
	font-size: 18px;
}

.issue-postlist li i { display: none; }

.issue-postlist li span, .issue-postlist li span a {
	font-style: normal;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif; /*'Inconsolata', Courier, monospace;*/ 
	color: #999; 
	font-size: 14px; 
}

.issue-postlist li span a:hover {
	color: #333;
}

h1#issue-details { 
	width: 100%;
	margin: 5px auto 10px auto;
	font-family: 'Montserrat', sans-serif; /* 'Avenir Next', 'Freight Text', 'Freight Display', Helvetica, sans-serif; */
	text-transform: uppercase;
	font-weight: 400;
	font-size: 48px; 
	line-height: 52px;
	text-align: center; 
	position: relative; 
	overflow: hidden; 
	color: #000;
}

#fullissue #readmore { 
	width: 90%; 
	position: relative; 
	float: left; 
	margin: 0; 
}

div.entry > div.issuuembed.issuu-isrendered > div > div:nth-child(2) { display: none;}
div.entry > div.issuuembed.issuu-isrendered > div > div:nth-child(1) { height: 100%!important;}

	/*Lead news*/

#slider { position: relative;  margin: 0 auto 20px auto;  width: 100%; height: 400px; }
#slider ul { position: relative; margin: 0 auto; padding: 0; height: 100%; list-style: none; }
#slider ul li { position: absolute; display: block; top: 0; left: 0; padding: 0; width: 100%; height: 100%; }

#slider ul li:first-child { z-index: 6; }
#slider ul li:nth-child(2) { z-index: 5; }
#slider ul li:nth-child(3) { z-index: 4; }
#slider ul li:nth-child(4) { z-index: 3; }
#slider ul li:nth-child(5) { z-index: 2; }
#slider ul li:nth-child(6) { z-index: 1; }

.slider-nav { transition: all 0.2s ease; position: absolute; width: 220px; height: 160px; bottom: 0px; overflow: hidden; left: 50%; margin-left: -110px; }


a.control_prev, a.control_next { z-index: 999; display: block; padding: 0; border-radius: 22px; text-decoration: none; cursor: pointer; font-family: 'Avenir Next'; font-weight: 200; position: absolute; transition: all 0.2s linear; font-size: 120px; top: 25px; opacity: 0.2; color: #fff; }
a.control_prev:hover, a.control_next:hover { font-size: 170px; top: -10px; opacity: 1; color: #fff;  }
a.control_next { right: 10px; text-align: left; }
a.control_prev { left: 10px; text-align: right; }
a.control_next span { margin-left: 10px; }
a.control_prev span { margin-right: 9px; }

a.navbutton { height: 10px; width: 10px; border-radius: 10px; transition: all 0.3s ease; border: 2px solid rgba(255,255,255, 0.0); background-color: rgb(255,255,255); z-index: 999; position: absolute; top: 108px; background-clip: padding-box; transition: all 0.2s linear; opacity: 0.2; }
a.navbutton:hover { border: 2px solid rgba(255,255,255,1); background-color: transparent; opacity: 0.85; }
a.nav-one { left: 79px; }
a.nav-two { left: 104px; }
a.nav-three { left: 129px; }

.widget-home-main:hover a.control_prev { opacity: 0.8; }
.widget-home-main:hover a.control_next { opacity: 0.8; }
.widget-home-main:hover a.navbutton { opacity: 0.8; }


#lead-news { 
	padding: 0px; 
	margin: 0 auto 30px auto; 
	margin-top: 10px;
	width: 100%;
	max-width:1024px;
	height: 100%;
	background-color: #000;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#lead-news div { 
	width: 100%;
	max-width: 1024px; 
	height: 100%;
	overflow: hidden; 
	z-index: 0;
	position: absolute;
	margin: 0 auto; 
	top: 0; 
	padding: 0;
}

#lead-news img { 
	min-height: 100%;
	width: auto; 
	min-width: 100%;
	height: auto;
	opacity: 0.4; 
	z-index: 1; 
}

#lead-news h1 { 
	width: 90%; 
	max-width: 1080px; 
	margin: 10px auto 30px auto; 
	position: relative;
	z-index: 2;
	text-align: center; 
	font-family: 'Montserrat', sans-serif; /* Merriweather, 'Open Sans', 'Avenir Next', Helvetica, sans-serif; */
	ont-style: italic;
	font-weight: 400;
	font-size: 44px;
	line-height: 54px; 
	color: #fff;
}

#lead-news h3 {
	text-align: center;
	padding: 35px 0 15px 0; 
	position: relative;
	z-index: 2;
}

#lead-news p { 
	max-width: 520px;
	text-align: center;
	height: 150px; 
	position: relative;
	z-index: 2;
	font-size: 15px; 
	font-weight: 500;
	line-height: 20px; 
	color: #eee; 
	bottom: 0;
	padding-top: 4px;
	margin: 5px auto;
	font-family: 'Montserrat', sans-serif; /*'Avenir Next', 'Open Sans', Helvetica, sans-serif; */
}

#lead-news p b { 
	color: #fff;
	font-weight: 600; 
}

#lead-news > p {
	border-top: 1px solid #ddd;
	margin: 0 auto;
}

#lead-news p:nth-child(2) {
	display: none; }

#lead-news h3 { 
	width: 90%; 
	max-width: 972px; 
	margin: 0 auto; 
}


	/*Homepage archive*/

#recent-issue { 
	width: 20%; 
	height: auto; 
	position: relative; 
	float: left; 
	padding-bottom: 20px; 
}

#recentissuecover { 
	width: 120px; 
	height: 171px; 
	margin: 10px 27px 0px 27px; 
	overflow: hidden; 
	position: relative; 
	float: left;
	padding-bottom: 13px; 
}

#recentissuecover img {
	width: 90%;
	height: auto;
	-webkit-box-shadow: 4px 6px 6px rgba(0,0,0, 0.15);
	-moz-box-shadow: 4px 6px 6px rgba(0,0,0, 0.15);
	-o-box-shadow: 4px 6px 6px rgba(0,0,0, 0.15);
	transition: all 0.1s linear;
	position: relative;
	top:3px;
	left:3px;
}

#recentissuecover img:hover {
	-webkit-box-shadow: 6px 9px 12px rgba(0,0,0, 0.20);
	-moz-box-shadow: 6px 9px 12px rgba(0,0,0, 0.20);
	-o-box-shadow: 6px 9px 12px rgba(0,0,0, 0.20);
	left: 0px;
	top: 0px;
}

.issuetitle { 
	position: relative; 
	float: left; 
	width: 90%; 
	margin: 0 5%; 
}

.issuetitle h2 { 
	text-align: left; 
	padding: 0 0 5px 10px; 
}

.issuetitle h2 a { 
	font-family: 'Montserrat', sans-serif; /* Open Sans, 'Freight Text', Miller, Georgia, serif; */
	font-weight: 600; 
	font-size: 18px;
	line-height: 24px;
}

.issuetitle p { 
	margin: 0 0 0 10px; 
	position: relative; 
	float: left; 
	text-align: left; 
	font-family: 'Montserrat', sans-serif; /*'Inconsolata', Courier, monospace; */
	font-weight: 400; 
	font-size: 14px; 
	line-height: 16px; 
	color: #999; 
}

.viewourarchive h3 { 
	text-align: center; 
	margin: 15px auto; 
}

.salient-fm img { 
	width: 50%; 
	position: absolute; 
	left: 15%; 
	top: 40px; 
	z-index: 1; 
}

.lower-section { 
	position: relative; 
	margin: 0 auto; 
}

	/*Salient FM/TV*/

.other-media { 
	position: relative; 
	float: left; 
	min-height: 280px; 
	width: 44%; 
	overflow: hidden; 
	margin: 0 3%;  
}

.other-media h3 { 
	text-align: center; 
	padding: 5px 0; 
}



	/*Editor's Pick*/

#editors-pick { 
	width: 100%; 
	position: relative;
	overflow: hidden; 
	background-color: #000;
	text-align: center;
	margin: 0; 
	padding: 15px 0 25px 0; 
}

#editors-pick div { 
	width: 100%; 
	height: 100%;
	overflow: hidden; 
	z-index: 0; 
	margin: 0; 
	top: 0; 
	position: absolute; 
	padding: 0;
}

#editors-pick img { 
	min-height: 100%;
	width: auto; 
	min-width: 100%;
	height: auto;
	opacity: 0.3; 
	z-index: 1; 
}

#editors-pick h1 { 
	width: 90%; 
	max-width: 972px; 
	margin: 15px auto; 
	position: relative; 
	z-index: 2; 
	text-align: center; 
	font-family: 'Montserrat', sans-serif; /*'Merriweather', 'Avenir Next', Helvetica, sans-serif; */
	font-weight: 300; 
	font-size: 48px; 
	line-height: 56px; 
	color: #FEF944; 
}

#editors-pick h3 { 
	padding: 30px 0 15px 0; 
	text-align: center; 
	position: relative;
	z-index: 2;
}

#editors-pick p { 
	width: 90%; 
	max-width: 710px; 
	position: relative; 
	z-index: 2; 
	margin: 25px auto; 
	padding-bottom:50px;
	color: #eee; 
	font-weight: 500;
	font-size: 15px; 
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;: /* 'Avenir Next', Helvetica, sans-serif; */
}


#editors-pick p span { 
	padding: 10px 0; 
}



	/*Full issue*/

.category-fullissue h1.post-title.single {
	font-family: 'Montserrat', sans-serif; /*'Open Sans', 'Avenir Next', Helvetica, sans-serif;*/
	font-weight: 800;
	text-transform: uppercase;
	width: 80%;
	text-align: center;
	font-size: 72px;
	line-height: 80px;
	margin: 20px 10%;
	padding-bottom: 0;
}

.category-fullissue h1.post-title.single a {
	color: #000;
}

.category-fullissue div.entry h3 {
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
	font-family: 'Montserrat', sans-serif; /*'Avenir Next', Helvetica, sans-serif;*/
	margin: 5px 0 ;
}

.category-fullissue div.entry div.issue-postlist > li {
	padding: 0px;
	width: 29%;
	margin: 5px 2%;
	text-align: left; 
	border-top: 3px solid #000;
	color: #000;
}

.category-fullissue div.entry div.news-container > li:nth-child(2), .category-fullissue div.entry div.news-container > li:nth-child(3) {
	width: 46%;
	min-height: 160px;
}

.category-fullissue div.entry div.news-container > li:nth-child(2) .excerpt, .category-fullissue div.entry div.news-container > li:nth-child(3) .excerpt {
	display: block!important;
}

.issue-postlist li span.excerpt > p > p:nth-child(2) { display:none!important; }

.category-fullissue div.entry div.issue-postlist li .excerpt p {
	color: #444;
	margin: 2px 0;
	font-size: 13px;
}

.news-container .excerpt { width: 100%; }


.issue-visual {
	width: 25%;
	position: relative;
	float: left;
	padding: 15px 5% 0 10%;
}

.issue-visual img { 
	width: 100%;
	border: 1px solid #bbb;
	display: block;
	margin: 15px auto;
}

.issue-visual h3 {
	padding-bottom: 15px; }
	
	
	/*Salient TV*/
	
.stv-landing {
	position: relative;
	z-index: 0;
	text-align: center;
	width: 100%;
	height: 686px!important;
}

.stv-wrap {
	width:100%;
	padding: 0;
	overflow:hidden;
	position: relative;
	z-index:3;
	background-color:#fff;
}

#stv-inner-wrap {
	width:100%;
	max-width:972px;
	margin:0 auto;
	position:relative;
	z-index:3;
	overflow:hidden;
}

video.stv-titles {
	position:fixed;
	padding-top:77px;
	top:0;
	max-width: 1080px!important;
	left:50%;
	margin-left: -540px;
	z-index: 1;
}

.logged-in video.stv-titles {
	padding-top: 250px;
}	

.salient-tv-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.salient-tv-container iframe,
.salient-tv-container object,
.salient-tv-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
	border-radius: 20px;
}

.stv-blurb {
	position: relative;
	float: left;
	width: 100%;
	
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.stv-blurb > div {
	position: relative;
	float: left;
	width: 420px;
	overflow: hidden;
	padding: 20px 0px;
}

#blurb-contents {
	width: 340px;
	padding: 10px 40px;
}

#stv-mascot {
	margin: 10px 15% 10px 45%;
	width: 40%;
	height: auto;
}

#stv-logo {
	width: 50%;
	margin: 0px 10% 0 40%;
}

#blurb-contents > p {
	font-family: 'Open Sans';
	width: 100%;
	padding: 0;
	margin: 20px auto 0px auto;
	font-size: 14px;
	line-height: 20px;
	color: #777;
}

#stv-archive-label {
	width: 375px;
	float:left;
	overflow:hidden;
}

#stv-archive-label h4 {
	color: #444;
	text-align: right;
	font-family: 'Montserrat', sans-serif; /*'Merriweather', 'Open Sans';*/
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
	line-height: 24px;
	margin: 40px 5px 0 0;
}

#stv-archive-label span {
	color: rgba(91,146,255,0.5);
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	line-height: 20px;
	padding:5px;
	float: right;
	text-align: right;
	border-bottom: 1px solid #bbb;
}	

.stv_entry {
	width:100%;
	max-width:520px;
	border-left: 1px solid rgba(0,0,0,0.1);
	margin: 0 auto;
	padding: 30px 0 20px 30px;
	background-color: #fff;
	float: right;
}

.stv-details {
	padding: 10px 10px 30px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

h2.stv-heading {
	text-align: left;
	width: 100%;
}

h2.stv-heading a {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 42px;
	line-height: 46px;
	color: #444;
}

h2.stv-heading a:hover {
	color: rgb(91,146,255);
}


.stv-details .date-info {
	margin: 5px 10px;
}

.stv_entry .excerpt p {
	font-size: 14px;
	line-height: 22px;
	color: #777;
	width: 100%;
}

@media screen and (max-width: 960px) {

	#stv-archive-label {
		width:210px;
	}

	.stv-blurb > div, #blurb-contents {
		max-width: 50%;
	}

	#blurb-contents {
		padding: 10px;
	}

	#stv-mascot {
		margin: 10px 30%;
	}

	#stv-logo {
		margin: 0 25%;
	}
	
}

@media screen and (max-width: 800px) {

	#stv-inner-wrap {
		text-align: center;
	}

	#stv-archive-label {
		display:none;
	}

	.stv-blurb > div, #blurb-contents {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	#stv-mascot {
		max-width: 200px;
		margin: 10px auto;
		padding: 0 30%;
		display: block;
	}

	#stv-logo {
		max-width: 250px;
		margin: 0 auto;
		padding: 0 25%;
		display: block;
	}

	#blurb-contents p {
		padding: 0 10%;
		width: 80%;
		max-width: 500px;
		text-align: left;
	}

	.stv_entry {
		border: none;
		float: initial;
		display: inline-block;
		margin: 0 auto;
		text-align: left;
		padding: 20px 0;
		width:100%;
	}

	.salient-tv-container, .stv-details {
	}

}
	

@media screen and (max-width: 645px){

	.salient-tv-container iframe,
	.salient-tv-container object,
	.salient-tv-container embed {
		border-radius: 0px;
	}	

	h2.stv-heading a {
		font-weight: 600;
		font-style: italic;
		font-size: 22px;
		line-height: 26px;
		color: #222;
	}

	.stv_entry {
		border: none;
		border-bottom: 1px solid #444;
		padding: 0;
		background-color: #fff;
	}

	.stv_entry .excerpt p {
		font-size: 13px;
		line-height: 18px;
	}

}



@media screen and (max-width: 1060px) {

	#page {
		max-width: 100%;
	}

	.entry p {
		font-size: 14px;
		line-height: 26px;
		padding: 0 10px;
	}
/*
	.singlepost .entry > p:first-of-type:first-letter { 
		font-size: 84px;
		line-height: 72px;
	}
*/
	.tab-container.tab-edit {
		display: none;
	}

	article#fullissue { 
		display: none;	}

	article#fullissue h1 {
		margin-bottom: 0;
	}

	article#fullissue h3 {
		margin-bottom: 0; 
	}

	h3.tablet {
		display: block;
	}
	
	.tab-container.tab-edit { 
		float: left; 
	}
	.issue-postlist { 
		display:none; 
	}

	.category-fullissue div.entry div.issue-postlist {
		display: block;
		max-width: 100%;
		padding: 0;
		margin: 20px auto 0 auto;
		float: initial;
		overflow: hidden;
	}

	.news-container li {
	}

	.columns-container li {
	}
	
	#fullissue h3 .tag {
		display: none;
	}

	#fullissue p {
		display: none;
	}

	#fullissue .tag-red {
		display: inline;
	}

	.tab-container.mobile { 
		display: block;
		padding: 0;
		position: relative; 
		float: left;
	}

	.features-container .tab-container.mobile {
		display: none;
	}

	#lead-news {
		margin: 0 0 30px 0; 
	}

	#editors-pick,
	#lead-news {
		padding: 0 0 25px 0;
	}

	#editors-pick h1,
	#lead-news h1 {
		font-size: 42px;
		line-height: 46px;
		font-weight: 200;
		max-width: 756px;
		width: 90%;
		padding: 0 10px;
	}

	#editors-pick p,
	#lead-news p {
		font-style: normal;
		margin: 10px auto;
		max-width: 756px;
		width: 90%;
		padding: 0 10px;
	}

	#editors-pick #readmore,
	#lead-news #readmore {
		display: none; 
	}

	#contentleft > h3 {
		display: none; 
	}
		
	.viewourarchive div:nth-of-type(5) {
		display: none;
	} 

	#recent-issue {
		width: 25%;
	}
	
	.category-fullissue div.entry h1.post-title.single {
		font-size: 68px;
		line-height: 76px;
	}


}

@media screen and (max-width: 960px) {

	#feature-fullissue {
		display: none; }

	.features-container .tab-container.mobile { 
		display: block;
		padding: 0;
		position: relative; 
		float: left;
	}

	.features-container .tab-container.mobile li {
		border-top: 1px solid #000;
	}

	.features-container .tab-container li img {
		display: none;
		border-top: none;}

	.features-container .tab-container li:first-child img, .features-container .tab-container li:nth-child(2) img, .features-container .tab-container li:nth-child(3) img {
		display: block;
	}
}

@media screen and (max-width: 768px) {

	.disappear {
		display: none!important; }

	#slider {
		display: none;
	}

	.tab-container.mobile.news {
		display: block;
		
	}

	#lead-news div,
	#lead-news h3,
	.pullquote {
		display: none;
	}

	#lead-news a h1:hover {
		color: red;
	}

	#lead-news p,
	#lead-news p b {
		max-width: 620px;
		font-size: 14px;
		line-height: 130%;
		color: #444;
		margin: 0 auto;
	}
	
	#header {
		position: fixed;
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	#logo-container-article {
		border-bottom: none;
	}
	
	.pad_beneath {
		padding-top: 0px!important;
	}
	
	#head-content {
		border-bottom: none;
	}
	
	.singlepost {
		
		}
	
	.tab {
		max-width: 620px;
	}

	.tab h4 {
  		font-size: 18px;
		text-align: left; 
	}

	.tab p {
  		font-size: 14px;
		text-align: left; 
	}

	.category-fullissue div.entry {
		padding: 0;
	}

	.category-fullissue div.entry h1.post-title.single {
		font-size: 36px;
		line-height: 40px;
		width: 100%;
		padding: 15px 0;
		margin: 0;
		color: #fff;
		background-color: #232F45;
		position: relative;
		float: left;
	}

	.category-fullissue h3 {
		width: 100%;
		background-color: #fff;
		padding: 10px 0;
		position: relative;
	}

	.category-fullissue h3 span {
		border: 2px solid #000;
		color: #000;
		background-color: transparent;
	}

	.news-container li, .arts-container li, .columns-container li {
		width: 46%!important;
	}

	h1.post-title.single {
		font-size: 32px;
		line-height: 36px;
	}

	.post .entry h1 {
  		font-size: 24px;
	}

	.post .entry h2 {
  		font-size: 24px;
	}

	.post .entry h3 {
  		font-size: 20px;
	}

	.post .entry h4 {
  		font-size: 18px;
 	}

	.post .entry h5 {
  		font-size: 18px;
	}

	.post .entry h6 {
  		font-size: 18px;
	}

	.after-post-list {
		width: 90%;
		margin: 15px 5% 0 5%;
	}

	.after-post-list h3 {
		padding: 0 10px;
	}

	.after-post-list ol {
		padding: 0 10px;
	}


}

@media screen and (max-width: 650px) {

	article#fullissue {
		display: none;
	}
	
	#logo {
		max-width: 150px!important;
	}
	
	#logo-container-article {
		height: 35px!important;
		padding-top:10px;
	}

	#logo-container {
		height: 35px!important;
		padding-top: 20px;
	}
	
	.slicknav_menu {
		margin-top:-50px!important;
	}

	.mobile-issue-header h3 {
		font-size: 32px;
	}

	.mobile-issue-header {
		padding: 15px 0;
	}

	.news-container li, .arts-container li, .columns-container li {
		width: 100%!important;
		margin:0!important;
		padding: 5px 0!important;
		height: auto!important;
		min-height: 0!important;
	}

	.news-container li .tab-container-details, .arts-coFntainer li .tab-container-details, .columns-container li .tab-container-details {
		padding-top: 0; }

	.tab-container-details h2 {
		margin-bottom: 3px;
	}

	.tab-container-details h2 a {
  		font-weight: 600;
  		font-style: italic;
  		font-size: 18px;
  		line-height:22px;
	}

	.tab-container-details span p {
		margin: 2px 0;
	}
}