/*
Theme Name: Ingrams 2018
Author:
Author URI:
Description: Ingrams custom theme
Version: 2
License:
License URI:
Tags: 
Text Domain:
*/
@import url(css/reset.css);
@import url(css/menu.css);
@import url(css/flexslider.css);
@import url(css/forms.css);

* {margin:0;padding:0;}

.content {
    padding: 1em 0 1.5em 0 !important;
}

.container.maincontent {
     padding-bottom: 10px;
}

.container {
     background-color: #fff;
}

body {
     color: #666666;
     font-family: Arial,sans-serif;
     font-size: 12px;
     background-color: #ddd !important;
}

a, a:visited {
    color: #666666;
}

a:hover {
    color: #A9273D;
}

/*
.ads{
margin:0px !important;
padding:0px !important;
}
*/


h1 {
    color: #A9273D;
    font-family: Arial, sans-serif;
    font-size: 28px;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}

hr {
     padding: .5em 0 0 0;
     margin: 0 0 1.5em 0;
     border: 0;
     border-bottom: 1px solid #dddddd;
}

.spacer {
    margin-top: 10px;
}

.sidebar hr{
     margin: 15px 0;
}
.sidebar hr.skinny {
     margin: 3px 0;
}

p {
    font-size: 12px;
     margin: 0 0 1em 0;
}
.leadslists p {
     margin: 0;
}

ol, ul {
    margin: 0 0 1em 0;
}

/*
 *  PAGE COPY
*/

.copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
     color: #333333;
     font-size: 100%;
     font-weight: bold;
     margin: 1em 0 .5em;
}
.copy h1 {
     font-size: 133%;
}
.copy h2 {
     font-size: 125%;
}
.copy h3 {
     font-size: 115%;
}
.copy h4 {
     font-size: 110%;
}

.copy ol, .copy ul {
    padding-left: 1em;
     overflow: hidden;
}

.copy ul {
    list-style: disc outside none;
}
.copy ol {
    list-style: numeral outside none;
}
.copy li {
    line-height: normal;
    margin-bottom: 1em;
}
.copy a{
     color: #a9273d;
}
.copy img{
     height: auto;
     max-width: 100%;
}
.copy img.alignleft {
    clear: both;
    float: left;
    margin: 0 10px 5px 0;
}

#respond {
    border-top: 1px solid #a0a0a0;
    margin: 20px 0;
    padding: 10px;
}

h2.headline {
    color: #A9273D;
    font-family: Arial, sans-serif;
     font-size: 24px;
     font-weight: normal;
}


/*stop pasting from word, goddammit!!*/
.content span[style] {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

.post-password-form input[type="submit"] {
    margin-top: 1em;
    }


/************************************************************************/
/**	BUTTONS
/************************************************************************/

.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    border-radius: 5px;
	border: 0;
	display: block;
	cursor: pointer;
	color: #ffffff;
	background-color: #A9273D;
	background-image: none;
	white-space: nowrap;
	padding: .75em 1em;
	font-size: 14px !important;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
    letter-spacing: .1em;
	margin: 0 0 0 0;
	position: relative;
	-webkit-font-smoothing: inherit;
	font-family: 'Roboto Condensed', sans-serif;
	}
	
/** Hover **/
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus {
    color: #ffffff;
    background: #303030;
    text-decoration: none;
    }
 
 /** Disabled **/   
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    color: #999999;
	background-color: #eeeeee;
	cursor: not-allowed;
	opacity: 1;
}

/*
a.submitbtn, input.submitbtn, button.submitbtn, .copy #wp-submit {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/ingrams_redbutton_blank.png");
    background-repeat: no-repeat;
    border: medium none;
    color: #FFFFFF;
     cursor: pointer;
    display: block;
     font-family: "Arial", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    margin: -8px 0;
     padding: 0 0 0 10px;
     text-align: left;
    text-transform: uppercase;
    width: 189px;
}
a.submitbtn:hover, input.submitbtn:hover, button.submitbtn:hover {
    background-image: url("images/ingrams_blackbutton_blank.png");
}
a.submitbtn {
    display: inline-block;
    height: 29px;
    padding: 10px 0 0 12px;
     text-decoration: none;
    vertical-align: middle;
    width: 177px;
}
.submitbtn.right{
     margin: 0 0 0 auto;
}
.submitbtn.black {
    background-image: url("images/ingrams_blackbutton_blank.png");
}
.submitbtn.headerbtn {float: right; margin: 0;}

.sb_content .submitbtn {
    margin: 0 0 0 auto;
    width:100%;
}
*/


/************************************************************************/
/**	WOOCOMMERCE
/************************************************************************/

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1.5em 2em;
    margin: 0 0 2em;
    position: relative;
    color: #333333;
    background-color: #eeeeee;
    border-top: 0;
    border-left: 5px solid #333333;
    width: auto;
    font-size: 14px;
    border-radius: 5px;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #A9273D;
    }

.woocommerce-error {
    border-color: #A9273D;
}

.woocommerce-info {
    border-color: #3D9CD2;
}

.woocommerce-message {
    border-color: #0F834E;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #333333;
}

.woocommerce ul.products li.product .price {
    font-size: 14px;
    font-family: Times, serif;
}

.woocommerce ul.products li.product .price .from {
    font-family: Arial, sans-serif;
}

.woocommerce div.product form.cart .variations .label {
    color: #333333;
    font-size: 1em;
}

.woocommerce div.product .single_variation_wrap .single_variation {
    margin: 0 0 1em 0;
}

.woocommerce div.product .single_variation_wrap .single_variation .woocommerce-variation-price .price {
    font-size: 24px;
    font-family: Times, serif;
}

.woocommerce .products.related {
    clear: both;
    padding: 2em 0 0 0;
    border-top: 1px solid #dddddd;
}

.woocommerce .products h2 {
    font-size: 24px;
    font-family: Times, serif;
    color: #A9273D;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: inherit;    
}

.woocommerce .notice {
    padding: 1.5em 2em;
    margin: 0 0 2em;
    position: relative;
    color: #333333;
    background-color: #eeeeee;
    border-top: 0;
    border-left: 5px solid #333333;
    width: auto;
    font-size: 14px;
    border-radius: 5px;
    }

.woocommerce-account .woocommerce-MyAccount-navigation {
    text-transform: uppercase;
    letter-spacing: .1em;
	font-family: 'Roboto Condensed', sans-serif;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

/************************************************************************/
/**	ADS
/************************************************************************/

#header-ad {
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: transparent;
}

#header-ad .ad-leaderboard{
    margin: 0 auto;
}

.ad-leaderboard {
    display: block;
    height: 90px;
    width: 728px;
    background-color: #eeeeee;
}

.ad-med-rectangle {
    display: block;
    height: 250px;
    width: 300px;
    background-color: #eeeeee;
    margin:0px auto 2em auto;
}

@media only screen and (max-width: 430px) { 
    #header-ad {
        display: none;
    }
}


/************************************************************************/
/**	UTILITY HEADER
/************************************************************************/

#header-utility {
    color: #ffffff;
    background-color: #222222;
    padding-top: .75em;
    padding-bottom: .75em;
}

#header-utility a {
    color: #ffffff;
}

#header-utility a:hover { color: #ffffff; }

#header-utility .button {
	display: inline-block;
	color: #a9273d;
	background-color: #ffffff;
	padding: .25em .5em;
	font-size: 1em !important;
	margin: 0 -.5em 0 1em;
}
	
#header-utility .button:hover, #header-utility .button:focus {
    color: #ffffff;
    background: #a9273d;
}

#header-utility #header-social { font-size: 1.167em; }
#header-utility #header-social .list-inline { margin: .25em 0 0 0; }
#header-utility #header-account { text-align: right; }

@media only screen and (max-width: 430px) { 
    #header-utility #header-social { display: none; }
/*     #header-utility #header-account { text-align: left; } */
}


/************************************************************************/
/**	HEADER
/************************************************************************/

#header {
    padding-top: 1.25em;
    padding-bottom: 1em;
    margin-bottom: .5em;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .1em;
    color: #ffffff;
    background-color: #333333;
    background-image: url("images/pinstripe.png");
    border-bottom: 5px solid #a9273d;
}

#header_bkg{
    background-color: #333333;
    background-image: url("images/pinstripe.png");
    background-position: left center;
    border-bottom: 5px solid #a9273d;
/*     box-shadow: 0 0 20px 5px #111111 inset; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#header-search{
     margin-left:auto;
     margin-right:0px;
     text-align: right;
}

#header-links {
    text-align: right;
}

#header-links p {
    margin: 0 0 .75em 0;
}

#header-links a {
    color: #ffffff;
}

#searchform {
     display: inline;
}

.graysearch {
    background-color: #eeeeee;
    border: 0;
    background-image: url("images/search.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #333333;
    width: 230px;
    font-family: Arial, sans-serif;
    letter-spacing: normal;
    text-transform: none;
    padding: .25em .5em;
    border-radius: 5px;
}

#header-logo {
    position: relative;
}

#header-logo #logo img {
    width: 240px;
    height: 50px;
}

.social-icon, .temperature, .searchbar {display: inline;}

#header-links .temperature {
    font-size: 1.667em;
    vertical-align: middle;
    margin-right: .5em;
}

.spaced {
    letter-spacing: .1em;
}
.shop-icon{
     display: inline;
     vertical-align: bottom;
}

@media only screen and (max-width:479px) { 
    
}

@media only screen and (max-width:767px) {
    #header-logo #logo {
        margin: 0 0 1em 0;
    }
    #header-logo #logo img {
        width: 120px;
        height: 25px;
    }
    #header-links { text-align: left; }
    #header-search{ text-align: left; }
}

/*=================================================
Footer
=================================================*/
#footer {
position: relative;
}

#footer_bkg {
    background-image: url(images/footering.png);
    background-repeat: repeat-x;
    margin: 15px 0 0 0;
    padding: 5px 0 0 0;
    background-color: #333333;
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#footer a {
     color: #999999;
     text-decoration: none;
}
#footer a:hover {color: #ffffff;}

#footer .textwidget.half {
    float: left;
    width: 50%;
}
#footer .textwidget.about {
     padding-top: 50px;
}
#footer ul {
    list-style: outside none disc;
    padding-left: 1.5em;
}
#footer p {line-height: normal;}
#footer_bottom {background: #3b3b3b; border-top: 1px solid #484848; margin-top:40px;}
#footer-logo {height: 70px; margin: 5px 0 0 0;}

#footer h4 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color:#ffffff;
    font-weight: 400;
    display: block;
    padding: 10px 0;
    margin: 5px 0 0 0;
}


.copyright, .author-info {line-height: 50px; color: #999999;}
.copyright a, .copyright span, .author-info a, .author-info span {color:#ffffff;}
.author-info {float: right;}


/************************************************************************/
/**	HOME
/************************************************************************/

h5.left1 {
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 1.75em;
    margin-top: 0.938em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.poll {
    padding: 10px 5px;
}
.poll h5 {
    color: #A9273D;
    text-transform: uppercase;
}
.poll ul, .poll li {
    margin: 0;
    padding: 0;
}
.poll .submitbtn {
    float: right;
}

/************************************************************************/
/**	HOME SLIDER
/************************************************************************/

.bx-wrapper{
    position: relative;
}
.bx-controls{
    position: absolute;
    z-index: 1000;
    bottom: 0px;
}

.bx-pager-item{
    float: left;
}
.bx-controls-direction a {
    color: #fff;
    margin: 0px 39px;
}

.graybox {
    background-color: #666666;
    background-image: url("images/footering.png");
    background-repeat: repeat-x;
    height: 100%;
    overflow:hidden;
    padding: 1px 0 5px;
}

p.wht {
    color: #FFFFFF;
}
p.wht a, p.wht a:visited {
    color: #FFFFFF;
     text-decoration: none;
}
p.wht a:hover {
     text-decoration: underline;
}

.center {
    text-align: center;
}
.center img {
    display: block;
    margin: 0 auto;
}
li.leadstories {
    margin: 0;
}

.leadstories .graybox {
    float: left;
    height: 345px;
    padding: 1px 0 20px 0;
    width: 220px;
    position: absolute;
}
.leadstories .graybox h4, .leadstories .graybox p {
    line-height: 1.2;
    margin: 0.75em 12px;
    color: #FFFFFF;
}
.leadstories .graybox a, .leadstories .graybox a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.leadstories .graybox a:hover {
    text-decoration: underline;
}

.leadstories .graybox h4 {
    font-size: 26px;
    font-weight: normal;
}
.leadstories-img {
     width: 610px;
     height: 345px;
     margin-left: 220px;
}



/************************************************************************/
/**	HOME DIGITAL ISSUES
/************************************************************************/

#digital_issues {
    height: 345px;
}
#digital_issues.digital_issues_desintation {
    margin-bottom: 15px;
}
#digital_issues .slider-caption {
    color: #333333;
}
#digital_issues .slides img.home_pubs {
     height:234px;
     width:180px; 
}

#digital_issues .bx-wrapper .bx-controls {
    position: absolute;
    z-index: 1000;
    top: -29px;
    right:0px
}

#digital_issues .bx-wrapper .bx-controls .bx-controls-direction a{
	margin: 0px 11px !important;
}

.graybox_lt {
    background-color: #999999;
    background-image: url("images/footering.png");
    background-repeat: repeat-x;
    box-shadow: 0 2px 8px 20px rgba(0, 0, 0, 0.05) inset;
    padding: 1px 0 5px;
    color: #333333;
}

.graybox_lt a, .graybox_lt a:visited {
    color: #333333;
     text-decoration: none;
}
.graybox_lt a:hover {
     text-decoration: underline;
}

/************************************************************************/
/**	HOME NEWS FEED
/************************************************************************/

.redtab {
    background-color:#A9273D;
    color: #ffffff;
    padding: 0 5px;
    margin: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.newsmenu {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.newsmenu .mynews {
    text-transform: none;
}

.newsmenu a, .newsmenu a:visited {
     color: #666666;
     color: inherit;
     text-decoration: none;
}
.newsmenu a:hover {
     text-decoration: underline;
}
.newsmenu a.active, .newsmenu a:visited.active{
    color: #A9273D;
}

.newsmenu .redtab a, .newsmenu .redtab a.active {
    color: #ffffff;
}

#nonews {display: none}


/************************************************************************/
/**	LEFT SIDEBAR
/************************************************************************/

.sidebar_object {
    background-color: #666666;
    margin: 0 0 15px;
    padding: 0;
     position: relative;
}

.sb_title {
    font-size: 14px;
    color:#ffffff;
    text-transform: uppercase;
    line-height: 1;  
}
.left_sidebar .sidebar_object .sb_title {
    padding: 0;
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 3.2;
}
.left_sidebar .sidebar_object .sb_title.tall {
    left: auto;
    padding: 10px 0 5px 20px;
    position: static;
    top: auto;
    line-height: 1;
}
.sb_title span.big {
    display: block;
    font-size: 18px;
    text-transform: none;
}

.sb_content {
    color: #ffffff;
    padding: 1em 1em .25em 1em;
}
.sb_content.notitle {
    margin-top: -10px;
    padding-top: 0;
}

.sb_content .button,
.sb_content input[type="button"],
.sb_content input[type="reset"],
.sb_content input[type="submit"] {
    display: block;
	color: #a9273d;
	background-color: #ffffff;
	padding: .25em .5em;
	font-size: 1em !important;
	margin: 0 0 1em 0;
	white-space: normal;
}

.sb_content .button:hover,
.sb_content input[type="button"]:hover,
.sb_content input[type="reset"]:hover,
.sb_content input[type="submit"]:hover,
.sb_content .button:focus,
.sb_content input[type="button"]:focus,
.sb_content input[type="reset"]:focus,
.sb_content input[type="submit"]:focus {
    color: #ffffff;
	background-color: #a9273d;
}


/*
a.sb_button, a.sb_button:visited {
    background-color: #666666;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
    padding: .25em .75em;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 5px;
}

.sb_button:hover {
     background-color: #999999;
}
*/


.sb_content input[type="radio"], .sb_content input[type="checkbox"] {
    margin: 0.5em 0.5em 0.5em 0 !important;
}
.sb_content label {
    letter-spacing: 0.2em;
    margin: 0.5em 0;
}

.sb_content select {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     -webkit-appearance: none;
    box-sizing: border-box;
    background-color: #303030;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 2px 5px;    width: 100%;
}

.left_sidebar .sb_content select {
    display: block;
    margin: 0 7px 0 auto;
    width: 176px;
}
.sidebar_object .redbar, .sidebar_object .blackbar {
    margin: 0;
    padding: 0;
     min-height: 30px;
}

@media only screen and (max-width: 998px) { 
    .sidebar_object {
        margin: 0 1px 15px;
        width: 33%;
        float: left;
    }
}

@media only screen and (max-width: 550px) { 
    .sidebar_object {
        margin: 0 0 15px;
        width: 100%;
        float: none;
    }
}

.redbar, .greybar, .blackbar {
    background-image: url("images/pinstripe.png");
    color: #ffffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 5px;
    font-size: 14px;
}
.redbar {
    background-color: #A9273D;
}
.greybar {
    background-color: #aaaaaa;   
}
.blackbar {
    background-color: #333333;   
}
.caps, .industries-alpha-links {
     padding: 0 5px;
     text-transform: uppercase;
     font-size: 11px;
}
.industries-alpha-links a, .industries-alpha-links a:visited {
     font-weight: bold;
     color: #676767;
     color: inherit;
     text-decoration: none;
}
.industries-alpha-links a:hover {
     text-decoration: underline;
}
.industries-alpha-links .inactive {
     color: #a0a0a0;
     font-weight: normal
}

.industry_dl dd {
    margin-top: 5px;
}

.industry_dt a, .industry_dt a:visited{
     background: url('images/ingrams_redarrow.png') no-repeat left center;
     font-weight: bold;
     color: #676767;
     color: inherit;
     padding-left: 20px;
     text-decoration: none;
}
.industry_dt a:hover {
     text-decoration: underline;
}
.industry_dt.opened a {
     background: url('images/ingrams_grayx.png') no-repeat left center;
}
.industry-rb {
    float: left;
    width: 50%;
}
.industry-rb:nth-child(even) {
    float: right;
}

.ll_ranking:nth-of-type(2n) {
    border-right: medium none;
}
.ll_ranking {
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    float: left;
    padding: 5px 14px 5px 5px;
    width: 300px;
}
.ll_ranking .field {
     clear: both;
    margin: 0.25em 0;
}
.ll_ranking-rb {
    border-bottom: 1px solid #808080;
}
.ll_cost {
     color: #000000;
     font-size: 125%;
    text-align: right;
}
.ll_ranking-people {
     color:#c0c0c0;
    display: none;
     padding: 5px 0;
}
.ll_ranking-people .ll_cost {color:#c0c0c0}
.ll_ranking-people.first {
     display: block;
}
.ll_ranking-people.active {
     color:#676767;
}
.ll_ranking-people.active .ll_cost {color:#000000;}
.ll_ranking-rb .field input {
    clear: left;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.ll_ranking-rb .field label {
    display: block;
    overflow: hidden;
}
/* end leads-lists */


/* Headline */ 

h1.headline, h1.page-title, h1.entry-title {
    font-family: Times, serif;
    font-weight: normal;
    font-size: 36px;
    margin: 0 0 .25em 0;
}

h1.headline.gray_headline {
     color:#676767;
}

/*
.headline {
    font-family: Times, serif;
    font-weight: normal;
}
*/

p.subheadline {
    font-family: Times, serif;
     font-weight: normal;
    font-size: 16px;
     text-transform: uppercase;
     margin: 0 0 1.5em;
}

img.featureimg {
    display: block;
    height: auto;
    margin: 0 auto;
     width: 100%;
}

p.caption {
    font-size: 10px;
    margin: 0.25em 0;
}

.teaser {
     margin-bottom: 1.5em;
}

.teaser * {
     font-size: 16px
}

.news-column-content .teaser {
    margin-top: -1em;
}

.about-the-author {
    clear: both;
}

/* aggregator */
.aggregator .thumbimg {
    height: auto;
    width: auto;
}
.thumbwrapper {
    float: left;
    padding-right: 10px;
}

.post-list a, .post-list a:visited {
     text-decoration: none;
    color: #333333;
     color:inherit;
}
.post-list a:hover {
     text-decoration: underline;
}
.post-list h2{
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.1;
}

.post-list .morelink {
    color: #A9273D;
    font-weight: bold;
    text-transform: uppercase;
}
.pip-nav a,  .pip-nav a:visited {
    color: #A9273D;
    font-weight: bold;
     text-decoration: none;
}
.pip-nav a:hover {
     text-decoration: underline;
}

/* News styles */

.news.news-column .news-column-content {
     margin: 0 0 0 auto;
    width: auto;
}

.news h1.headline {
    font-family: Times, serif;
     font-weight: normal;
}

.news p.subheadline {
    font-family: Times, serif;
     font-weight: normal;
    font-size: 16px;
     text-transform: uppercase;
     margin: 0;
}

.news p.author {
     font-weight: bold;
     margin: 0;
     float: left;
}
.news .fb-share-button {
     float: right;
}

.news .inset-image, .news .inset-quote {
    float: right;
     clear: right;
    height: auto;
     margin-left: 10px;
}
.news .inset-image {
    max-width: 50%;
     width: auto;
}
.news .inset-quote {
     width: 50%;
}
.news .inset-image p, .news p.caption{
    font-size: 10px;
    margin: 0.25em 0;
}

.news .inset-spreader {
    clear: right;
    float: right;
    height: 10em;
    width: 0;
}

.news .inset-quote p {
    background-color: #F0F0F0;
    font-family: Times,serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    padding: 15px;
}
.news-column .copy p {
    /*margin-left: 110px;*/
}
.news-column .inset-quote {
     float: none;
     width: 100%;
}
.news-column .author-avatar {
     height: auto;
     float: left;
     clear: left;
     margin-right: 10px;
     margin-bottom: 10px;
     padding-top: 1em;
     width: auto;
}
.news .about-the-author > p {
    margin-top: 0;
}
.news .about-the-author h4 {
    color: #A9273D;
    text-transform: uppercase;
}


/* destination */
.imgslider.destination-homepage {
    margin-bottom: 15px;
/*    overflow-x: hidden;
    white-space: nowrap;
*/}
.destination-topimg {
    margin-right: 2px;
}
.redHeading {
    color: #a9273d;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
ul.destinationHomeList {
    color: #a9273d;
    list-style: square;
    padding-left: 1em;
}
ul.destinationHomeList li
{
    /*list-style: square;*/
}
.destinationHomeList .destinationHomeListContent, .destinationHomeList .destinationHomeListContent a {
    color: #676767;
    text-decoration: none;
}
.destination_mid_img {
    margin-bottom: 10px;
    width:100% !important;
    height:auto !important;
}
.page-template-page-destination #logo {
    bottom: 5px;
}.page-template-page-destination #logo img {
     height: auto !important;
     max-height: 76px;
}

.sb_content select, select#regionmap {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     -webkit-appearance: none;
    box-sizing: border-box;
    background-color: #303030;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
     width: 230px;
     padding: 0 5px;
     text-transform: uppercase;
}

/* Destination Stats pages */
ul.stats {
    color: #000000;
    list-style: none;
    overflow-x: hidden;
    padding: 0 0 0 1em;
    width: auto;
}
ul.stats.statsOneLine {
     padding: 0;
}
ul.stats li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.stats li {
     margin: 0;
}
ul.stats span:first-child {
    padding-right: 0.33em;
    background: white}
ul.stats span + span {
    float: right;
    padding-left: 0.33em;
    background: white}
.copy .statsHeading {
     color: #000000;
     font-size: 20px !important;
     font-weight: normal;
     margin: 0;
}
ul.stats.statsOneLine li:before, ul.stats.statsOneLine li span.stat{
     padding-top: 9px; 
}


/*mediakit page*/
.mediakitWrapper .mediakit {
     color: #000000;
    display: block;
    float: left;
     font-weight:bold;
     padding-bottom: 5px;
    text-align: center;
     text-decoration: none;
    width: 155px;
}
.mediakitWrapper .mediakit span {
    display: block;
    margin: 5px 0;
}

/* multipage articles */

.morepages a {
    color: #a9273d;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

/* template 5 media buttons */
.graybutton {
    background-color: #cccccc;
    border-radius: 5px;
    display: inline-block;
    margin: 0 1%;
    width: 48%;
}
.graybutton a {
    color: #ffffff;
    display: block;
    font-weight: bold;
    height: 100%;
    padding: 2px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

/* pagination */
ul.page-numbers li {
    display: inline;
}
ul.page-numbers li a {
    color: #a9273d;
    text-decoration: none;
}

/* login form */
.copy p.login-submit {
    text-align: right;
}
.copy #wp-submit {
    display: inline;
}
.copy p.login-username, .copy p.login-password, .copy p.login-remember {
    display: inline;
    margin-right: 1em;
}

/*=================================================
hacks
=================================================*/

.slides li:first-child{
     display: block;
}

.clear {
     clear:both;
}

.flexslider.homepage {
    height: 340px;
    position: relative;
}

.flexslider.homepage .flex-control-nav {
    font-size: 0;
     height: 14px;
    margin: 5px 0 0 30px;
    text-align: left;
}
.flexslider.homepage .flex-control-nav a {
     background-image: url("images/slider_nav_alt.png");
}

.flex-direction-nav{
    display: none;
}

.flex-control-nav {
    text-align: center;
    margin-top: 0px;
    position: absolute;
    z-index: 999px;
    top: 310px;
    right: 70px;
    width:auto;
    z-index: 999;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*=================================================
media queries
=================================================*/
/*  @media only screen and (min-width: 960px) { 
     .flexslider {min-height: 1px;}
     .flexslider.blog {height: auto;}
     #portfolio-wrapper {min-height: 600px;}
    } 
@media only screen and (max-width: 960px) { 
    .seven.columns.withsidebar {max-width:100% !important;}
    .flexslider.homepage {
        position: absolute;
    }
}

@media only screen and (max-width: 660px) { 
    .columns{float:none !Important}
    .four.columns{max-width:100% !important;}
}*/


@media only screen and (max-width: 998px) { 
    .container{
        width:100% !important;
    }
}

@media only screen and (max-width: 768px) { 
    #digital_issues {
        margin-top: 15px;
    }

    #tsr{
        height: 700px;
        z-index: 1;
    }
    #disr{
        top: 339px;
        position: absolute;
        z-index: 2;
    }
}

@media only screen and (max-width: 680px) { 
    #top_nav {
	height:0px;
    }
}
@media only screen and (max-width: 550px) { 
    .lbl_cat_wrap {
        display: block !important;
        width:100%;
        text-align: center !important;
    }
}

@media only screen and (max-width: 430px) { 
    .bx-controls{
        display:none
    }
    	
    #tsr{
        height: 820px;
        z-index: 1;
    } 

    #tdisr{
        margin: 0px;
        padding: 0px;
    }
    #disr{
        top: 469px;
        position: absolute;
        z-index: 2;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .bx-viewport {
        height: 480px !important;
        margin-top:10px;
    }
    .leadstories-img {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 215px;
    }
    .leadstories .graybox {
        float: left;
        height: 215px;
        padding: 1px 0 20px 0;
        width: 100%;
        position: absolute;
    }

    .leadstories{
        width: 270px;
        height: 468px !important;
        overflow: hidden;
    }
}