/* desktop nav */
		
@media screen and (min-width: 900px) {
.ad {	
	background: #f9f0df;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
}

.sidebar-ad {
	margin: 8px 0px 40px 0px !important; 
	clear: both;
}

.largelogo {
	background: #f9f0df;
	margin: 0px 0px -10px 0px;
}

.largelogoimage {
	width: 70%; 
	margin: 38px 0px 34px 0px; /* was 80px */
}

.top .navbar-brand {
	display: none;
}

#bignav {
	background-color: #f6e8ce; 
	margin: 10px 0px 0px 0px !important; /* bottom margin means all content must supply its own margin above it if neccesary */
}

.caret {
	opacity: 0.5;
}

.no-photo {
	margin-top: 40px;
}

.nav-align {
	position:relative;
	padding: 0 5% !important;
	max-width: 1370px;
}

.nav-container-full {
	min-width: 100% !important;
}

/* main nav */

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
}

.navbar-nav {
	margin-left:10px;
	height: 38px;
	/* border: 1px solid #0000ff; */
}

.navbar-nav li {
  	margin-bottom: 0px;
  	padding-bottom: 0px;
}

.nav > li > a {
	padding: 14px 19px 10px 0px;
}

.navbar-nav li a {
	font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.0725em;
	font-size: 17px;
	color: #99826b;
}

.navbar-nav li a:hover {
  	color: #f24c2f;
}	

.menu-show-small {
	display:none !important;
}

/* "More" dropdown menu */

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 1px !important; 
	left: -10px; /* aligns text in dropdown to More link above it */
}

.dropdown-menu {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: none;
	background-clip: none;
}

.dropdown-menu li {
	border-bottom: 1px solid #f6e8cf;
}

.dropdown-menu li.last {
	border-bottom: none;
}

.dropdown-menu > li > a {
	display: block;
	padding: 8px 16px 6px 10px;
	clear: both;
}


/* start icons right */

.navbar-right {
	margin-right: 0.7%; /* was 10px  */
	/* border: 1px solid #ff0000; */
}

.navbar-right li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.navbar-right > li > a {
	padding: 10px 10px 5px 9px; /* was 14px 8px 9px 8px; */
}

a.more-button {
	padding: 10px 0px 7px 0px !important;
}

.navbar-nav .navglyph { 
	background-color: #99826b;
	margin-right: 1px;
	z-index: 1000 !important;
	height: 38px; /* dp */
}

.navglyph.last { 
	margin-right: 0px !important;
	z-index: 1000 !important;
}

.navbar-nav .navglyph a:hover { 
  	background-color: #f24c2f;
}

.navbar-nav .glyphicon {
	color: #f6e8ce;
	font-size: 19px;
	line-height: 18px;
}

.navbar-nav .socicon {
	color: #f6e8ce;
	font-size: 17px;
}


/* big nav search box */

#search-box {
	background-color: transparent;
	position: absolute;
	bottom: 5px;
	right: 1px;
	margin-right: 68px !important; /* was 28 with 3 boxes */
	padding: 0;
	overflow: visible;
	width: 29.5%;
	z-index: 100;
	top: auto;
}

input.text {
	width: 53%;
	padding: 2px 2px 2px 2px;
	/*height: 42px;*/
	/* color: #781351; */
	/* border: 1px solid #ddd; */
	background: #fff;
	font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.0825em;
	font-size: 16px;
	color: #f24c2f;
	border-color: transparent !important;
}

	
/* hide left slide out nav for < 900px */

.slideout899 {
	display: none;
}

.navbar.navbar-inverse.navbar-static-top {
	display: none;
}	

}


/* nav width changes for all desktop views */

@media screen and (min-width: 900px) and (max-width: 1000px) {
.nav-left-only > li > a {
	padding: 10px 21px 10px 0px;
}
}

@media screen and (min-width: 1001px) and (max-width: 1080px) {
.nav-left-only > li > a {
	padding: 10px 27px 10px 0px;
}
}

@media screen and (min-width: 1081px) and (max-width: 1200px) {
.nav-left-only > li > a {
	padding: 10px 29px 10px 0px;
}
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
.nav-left-only > li > a {
	padding: 10px 48px 10px 0px;  
}
}

@media screen and (min-width: 1301px) and (max-width: 1380px) {
.nav-left-only > li > a {
	padding: 10px 64px 10px 0px;
}
}

@media screen and (min-width: 1381px) and (max-width: 2800px) {
.nav-left-only > li > a {
	padding: 10px 62px 10px 0px;
}
}


/* size changes for tablet */
@media screen and (max-width: 1080px) {
.largelogoimage {
	width: 70%;  /* was 82% */
	margin: 38px 0px 34px 0px; /* was 80px */
}

.no-photo {
	margin-top: 40px;
}

.navbar-nav li {
	margin-right: -5px;
}

.navbar-nav li a {
  	letter-spacing: 0.03em;
  	font-size: 15px;
}

.navbar-nav {
	margin-left: 4px;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 1px !important;
}

.navbar-right {
	margin-right: 4px;
}

.navbar-right > li > a {
	padding: 10px 11px 5px 11px; /* smaller brown boxes */
}

.navbar-nav .socicon {
  	font-size: 15px;
}

.navbar-nav .glyphicon {
  	font-size: 16px;
  	height: 20px;
}

.menu-show-large {
	display:none !important;
}

.menu-show-small {
	display:inline !important;
}

}


/* for sidebar drops under main content */
@media screen and (max-width: 990px) {
.sidebar-ad {
	padding-top: 20px;
}
	
}


/* CSS for hamburger nav */
	
@media screen and (max-width: 900px) {
.largelogo, .ad {
	display: none;
}

.sidebar-ad {
	margin: 40px 0px 40px 0px !important; 
	padding-top: 0px;
	clear: both;
}

#bignav {
	display: none;
}

#article {
	margin: 0px 0px 0px 0px;
}

.no-photo {
	margin-top: 0px;
}

.navbar-inverse {
	background-color: #f6e8ce !important;
	border-color: #f6e8ce !important;
	min-height: 50px !important;
	border-width: 0;
}

.navbar-brand {
	float: left;
	padding: 0px 15px; 
	/* font-size: 18px; */
	/* line-height: 20px; */
	height: 40px;
}

.navbar-brand > img {
	display: block;
	padding-left: 1px;
	width: 50px;
}

.glyphicons-menu-hamburger {
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
}

a.nav-expander {
	background: none repeat scroll 0 0 #f6e8ce;
	color: #db4e39;
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: 40px; /* was 50 */
	margin-right: 0px;
	padding: .6em 2.8em 2em 1.6em; /* was 2.4em right */
	position: absolute;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	transition: right 0.3s ease-in-out 0s;
	width: 40px;
	z-index: 12;
  
	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
}

a.nav-expander:hover {
  	cursor: pointer;
}

a.nav-expander.static {
  	position: static;
}

.nav-expanded a.nav-expander.fixed {
    right: 22em; /* was 20em */
}

nav {
	background: #2a2a2a;
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -22em; /* was 20em */
	font-size: 15px;
	top: 0;
	width: 22em; /* was 20em */
	z-index: 2000 !important;
  
	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
}

.nav-expanded nav {
  	right: 0;
}

body.nav-expanded {
	margin-left: 0em;
	transition: right 0.4s ease-in-out 0s;
	-webkit-transition: right 0.4s ease-in-out 0s;
	-moz-transition: right 0.4s ease-in-out 0s;
	-o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 600;
	font-size: 18px;
	padding-right: 20px;
	font-color: #dc4e39 !important;
}

.main-menu {
  /* padding-top: 12px; */
}

.main-menu li {
	border-bottom: 1px solid #1a1b1a;
	margin-left: 0px;
	padding: 2px 0px 8px 20px;
}

.main-menu li a {
	font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.0825em;
	font-size: 16px; /* was 24px */
	color: #99826b;
	text-decoration: none;
}

.main-menu li a:hover {
	color: #f24c2f;
	text-decoration: none;
}

.main menu li a.nav-close {
  	color: #dc4e39 !important;
}

.main-menu .text-right {
  	margin: 0px 0px 10px -30px !important; 
	padding: 12px 0px 2px 30px !important;
	background: #1a1a1a !important; 
	border-bottom: none;
}

.list-unstyled .subnav {
	margin: -12px 0px -12px -30px !important; 
	padding: 8px 0px 8px 30px !important;
	background: #1a1a1a; 
}

.main-menu li .sub-nav {
	border-bottom: 0px;
	padding: 8px 0px 8px 0px;
	backgound-color: #242424 !important; 
	margin: 0px 0px 0px 0px;
}

.main-menu li .sub-nav a {
	font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 400;
	font-style: normal;
	/* letter-spacing: 0.0825em; */
	font-size: 16px; /* was 24px */
	color: #99826b;
	text-decoration: none;
}

.main-menu li .sub-nav a:hover {
	color: #f24c2f;
	text-decoration: none;
}

.icon:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	content: '\f105';
}

.main-menu li > a > span.icon {
	float: right;
	margin: 0.1em 1.7em -0.1em 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.main-menu li > a:hover > span.icon {
	float: right;
	margin: 0.1em 0.8em -0.1em 0;
	opacity: 1;
}

/* sharebox styles */

.list-unstyled .sharebox {
	margin: 12px -5px 0px -30px !important; 
	padding: 8px 0px 0px 10px !important;
	background: #1a1a1a; 
	font-size: 0px;
}

.list-unstyled .sharebox li {
	display:inline;
	margin: 0px;
}

.list-unstyled .sharebox-facebook {
  	margin: 0px 1px 0px 0px !important; 
	padding: 42px 21% 28px 21% !important;
	background: #99826b !important; 
	border-bottom: none;
	width: 50%;
}

.list-unstyled .sharebox-twitter {
  	margin: 0px 0px 0px 0px !important; 
	padding: 42px 21% 28px 20% !important;
	background: #99826b !important; 
	border-bottom: none;
	width: 50%;
}

.list-unstyled .sharebox-facebook a, 
.list-unstyled .sharebox-twitter a {
	font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.0825em;
	font-size: 24px;
	color: #1a1b1a;
	text-decoration: none;
}


/* turn off sticky css */

.sticky {
    position: relative !important; /* this turns off sticky */
}

.sticky:before,
.sticky:after {
    display: none !important;
}

#sharing section:first-of-type {
	margin-bottom: 0px; /* this resets sticky spacing for safari only */
	position: static !important;
}

}


@media only screen and (min-width:900px) and (max-width: 992px) {
/* sticky edit for this viewport in Firefox */	
@-moz-document url-prefix() {
.sticky {
	position: relative !important;
	top: auto;
}
}
	
}


@media screen and (min-width: 1400px) {
.largelogoimage {
	width: 960px; /* for 1400 and larger screens */
	margin: 38px 0px 34px 0px; /* was 80px */
}

@-moz-document url-prefix() {
	.nav-container-full {
  	min-width: 98% !important;
  	}
}


}

@media screen and (min-width: 1500px) {
.navglyph.last { 
  	margin-right: 1px !important;
}

}

@media screen and (min-width: 1600px) {
.navglyph.last { 
  	margin-right: 1px !important;
}



}


@media screen and (min-width: 900px) {
/* for Firefox "More" menu */
@-moz-document url-prefix() {
	.navbar-nav > li > .dropdown-menu {
  	margin-top: 1px !important;
  	}
}

/* rectangular box link styles */

.secondary-box {
    /*Important:*/
    position:relative;
}

.link-spanner-top {
	position:absolute; 
	width:88%;
	height:100%;
	top:0;
	left: 0;
	z-index: 40;
}   

.link-spanner {
	position:absolute; 
	width:100%;
	height:80%;
	bottom:0;
	left: 0;
	z-index: 40;
}   

.link-spanner-middle {
	position:absolute; 
	width:100%;
	height:30%;
	bottom:0;
	left: 0;
	z-index: 40;
}   

a.tweet-bird {
	z-index: 50 !important;
	display:block;
	float:right;
    width:30px;
    height:30px;
}

/* show hide body content 

@media screen and (min-width: 800px) {
.show-mobile {
    display: none;
}
}

@media screen and (max-width: 799px) {
.hide-mobile {
    display: none;
}

} */

/* updates for background color in More dropdown nav */

.main-menu li.sub-nav-new-issue {
    border-bottom: 0px;
    padding: 8px 0px 8px 10px;
    background: #f24c2f !important;
    margin: 0px 0px 0px -8px;
}

.main-menu li.sub-nav-new-issue a {
    font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

.dropdown-menu li.new-issue {
    background-color: #f24c2f !important;  /* f24c2f */
}

.navbar-nav li.new-issue a {
    color: #ffffff !important;
}


.main-menu li.sub-nav-social {
    border-bottom: 0px;
    padding: 8px 0px 8px 10px;
    background: #99826b !important;
    margin: 0px 0px 1px -8px;
}

.main-menu li.sub-nav-social-top {
    margin-top: 6px !important;
}

.main-menu li.sub-nav-social a {
    font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.main-menu li.sub-nav-social a:hover {
	color: #f24c2f;
	text-decoration: none;
}


@media screen and (max-width: 1080px) {
.dropdown-menu li {
    width: 160px;
}
.dropdown-menu li.new-issue {
    width: 160px;
}
}


@media screen and (min-width: 900px) {
#search-box {
    margin-right: 68px;
}
}