/* Small devices (tablets, 768px and up) */

@media screen and (max-width: 767px) {
	#article-tiles .ads {
		display: none;
	}
}

@media screen and (min-width: 768px) {

	
	#user-submitted-posts {
    	max-width: inherit;
    	width: 665px;
    	margin: auto;
	}

	#user-submitted-posts textarea  {
		height: 153px;
	}

	#user-submitted-image {
    	padding: 10px 100px;
	}


	.usp-form-right-col {
		float:left;
		width: 225px;
	}

	.usp-form-left-col {
		float: left;
		margin-left: 10px;
		width: 430px;
	}

	#featured-articles {
		background-size: auto 100%;
		height: 160px;
	}

	.featured-article{
		width: 33.33%;
	}

	.featured-article-title h2{
		font-size: 1.8em;
		margin: 10px;
    	text-shadow: -1px -2px 0px #333333;
    	filter: dropshadow(color=#333333, offx=-1, offy=-2);
	}

	.weekforecast{
	    position: relative;
	    height: 200px;
	    width: 100%;
	    margin: 0 auto;
	    background: #202289 url(../img/texture/clouds_purple.jpg) 0 0 no-repeat;
	    background-size: 100% 200px;
	    text-align: center;
	}

	#weekforecast-header{
		display: block;
	}
	.weekforecastcrop{
	    margin: 0 auto;
	    width: 514px;
	    height: 100%;
	    overflow: hidden;
	}
	.weekforecastcrop img{
	    margin: -65px auto auto -61px;
	    height: 360px;
	}
	/* SOCIAL NAV */
	#top-nav {
	    z-index: 100;
	    height: 54px;
	    position: relative;
	}
	.affix {
	    top: 0;
	    width: 100%;
	}
	#top-nav-list {
	    top: 0;
	    list-style: none;
	    width: 740px;
	    margin: 0 auto;
	    padding: 0;
		text-align: center;
	    height: 54px;
	    z-index: 2;
	    font-family: AvenirLTStd-Book;
	    font-size: 1.24em;
	    position: relative;
	}
	#top-nav-list li {
		position: relative;
		display: block;
		vertical-align: top;
	    height: 54px;
	    position: absolute;
	    top: 0;
	}

	#top-nav-list .logo {
	    padding-right: 10px;
	    padding-left: 10px;
	    left: 0;
	    border-left: 1px solid #cccccc;
	}
	#top-nav-list .logo img {
	    height: 30px;
	    margin-top: 7px;
	}

	#top-nav-list .search {
		padding-left: 15px;
		padding-right: 15px;
		left: 174px;
		border-right: 0;
	}

	#search-btn,
	#weather-btn,
	#news-tip-btn,
	#top-nav-list .profile{
	    min-width: 90px;
	}
	#news-tip-btn {
		display: block;
	}
	#top-nav-list .weather-mobile-btn{
		border-left: 0;
	}

	#top-nav-list .weather .title {
	    font-size: 11px;
	    margin-top: 1px;
	}
	#top-nav-list .weather img {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 4px;
	    margin-bottom: 6px;
	    height: 19px;
	}
	#temperature {
	    font-size: 1.64em;
	    padding-right: 12px;
	    color: #808080;
	}
	#temperature:after {
	    content:"\00b0"
	}

	#news-tip-container {
		min-height: 200px;
	}

	#news-tip-btn{
		right: 90px;
		left: auto;
	    font-size: 11px;
	    text-transform: capitalize;
	    font-family: AvenirLTStd-Book;
	    color: #404040;
	    padding: 0;
	    cursor: pointer;
	    text-align: center;
	    line-height: 15px;
	}
	#news-tip-btn img{
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 4px;
	    margin-bottom: 5px;
	}
	#news-tip-btn span{
		display: block;
		margin-top: 1px;
	}

	#top-nav-list .profile {
		right: 0;
	    left: auto;
	    font-size: 11px;
	    font-family: AvenirLTStd-Book;
	    text-transform: capitalize;
	    color: #404040;
	    padding: 0;
	    cursor: pointer;
	    text-align: center;
	    line-height: 15px;
	    border-left: 0;
	    border-right: 1px solid #cccccc;
	}
	#top-nav-list .profile img{
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 11px;
	    height: 19px;
	}
	#top-nav-list .profile span{
		display: block;
		margin-top: 2px;
	}

	#top-nav-list .clicked{
	    background-color: #e5e5e5;
	}


	#article-author, #article-story {
    	margin-left: 40px;
    	margin-right: 40px;
	}

	/* ARTICLE TILES */
	#top-articles{
		position: absolute;
		top: 0;
		left: 0;
		height: 600px !important;
	}
	#top-articles h2{
		margin: 20px;
		height: 35px;
		line-height: 35px;
		font-family: AvenirLTStd-Heavy;
		color: #FFFFFF;
		font-size: 1.5em;
		text-shadow: 0px -2px 0px #333333;
		filter: dropshadow(color=#333333, offx=0, offy=-2);
		text-transform: uppercase;
	}
	#top-articles ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#top-articles li{
		position: relative;
		padding: 0;
		margin: 0;
		height: 52.5px;
		overflow: hidden;
	}
	#top-articles .number{
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 52.5px;
		line-height: 52.5px;
		text-align: center;
		font-family: AvenirLTStd-Heavy;
		color: #FFFFFF;
		font-size: 1em;
		background: url(../img/texture/opacityblack35.png) top left repeat;
    	background-size: 100% 100%;
	}
	#top-articles .wrap{
		position: relative;
		height: 55px;
		line-height: 55px;
		margin-left: 30px;
		cursor: default;
	}
	#top-articles .title{
		font-family: AvenirLTStd-Heavy;
		color: #FFFFFF;
		font-size: 1em;
		line-height: 18px;
		vertical-align: middle;
		margin: -6px 22px 0 6px;
		max-height: 32px;
	}
	#top-articles .link{
		position: absolute;
		top: 0;
		right: 0;
		width: 22px;
		height: 55px;
		line-height: 55px;
	}
	#top-articles .link img{
		width: 16px;
		height: 16px;
		margin-bottom: 4px;
	}

	.iditarod-standings h2{
	    height: 75px !important;
	    padding-top: 12px;
	    padding-bottom: 13px;
	    line-height: 25px !important;
	    margin: 0 !important;
	}


	#article-list{
		margin-top: 20px;
		padding-bottom: 40px;
	}
	.article-wrap .container{
		margin-top: 0;
		padding: 0;
		width: 620px;
	}
	#article-tiles .tile{
	    float: none;
	    width: 300px;
	    margin: 0;
	}

	#article-tiles .small{
	    height: 250px;
	}
	#article-tiles .medium{
	    height: 600px;
	}
	#article-tiles .big{
	    height: 600px;
	}
	.tile-content{
	    bottom: 10px;
	}
	.article-type{
	    margin: 0 0 0 20px;
	    padding: 10px;
	}
	.article-type h3{
	    font-size: 1.16em;
	}
	.article-title{
	    margin: 10px 20px;
	}
	.article-title h2{
	    margin: 0;
	    font-size: 1.5em;
	    text-shadow: -1px -2px 0px #333333;
	    filter: dropshadow(color=#333333, offx=-1, offy=-2);
	}
	#article-tiles .small .tile-back-excerpt{
		overflow: hidden;
		max-height: 120px;
	}

	.ads{
	    display: block;
	}

	/* Article section */
	#crumb-nav-list {
    	margin: 0 0 0 40px;
	}
	#crumb-nav-list li {
		font-size: 1em;
	}

	#not-found {
	    font-size: 2em;
	}

	 #article-heading-1 {
	    font-size: 2em;
	    margin-left: 40px;
	    margin-right: 40px;
	}

	.single-title-back{
		display: none;
	}
	#article-stats{
  		margin: 20px 10px 0 10px;
  	}

	#article-comments article {
	    margin: 10px 60px 0 60px;
	}

	#more-stories h2 {
		font-size: 1.4em;
	}

	.more-stories-description {
    	left: 160px;
	}
	.more-stories-last {
    	margin-right: 40px;
	}
	.more-stories-thumbnail {
		margin-left: 40px;
	}

	#article-banner-ad img{
	    width: 728px;
	    height: 90px;
	}
	.comment-respond{
	    height: 260px;
	}
	.comment-form textarea{
		top: 100px;
	}

    .top-nav-dropdown-header{

    }

    #account{
    	font-size: 1.18em;
    }
    .sub-account{
    	text-align: center;
    }

    .sub-account-sect{
    	width: 400px;
    	margin: 0 0 10px 0;
    }
    .sub-account-sect p{
	    margin-left: 0;
	    margin-right: 0;
	}

	.mailchimp-signup{
	    margin: 5px 0 0 0 !important;
	}

	.form-submit{
	    margin: 10px 0 0 0  !important;
	    text-align: left;
	}

	#wppb_login p:nth-of-type(4){
	    position: relative;
	    margin-top: -75px;
	    margin-left: 160px;
	    margin-bottom: 70px;
	}


    .account-input{
    	float: none;
    	width: auto;
    	margin: 10px 0 0 0;
    }

    .sub-account-sect h3{
    	font-size: 1.18em;
    	margin: 10px 0;
    }

    #wppb_modify{
	    padding: 20px 20px;
	    text-align: left;
	}

	#wppb_modify input[type=text],
	#wppb_modify input[type=password]{
	    width: 100%;
	}

	#updateuser{
	    display: inline-block;
	    border: 0;
	    color: #ffffff;
	    background-color: #49a2df;
	    padding: 4px 8px;
	    font-family: AvenirLTStd-Heavy;
	    font-size: 1.1em;
	}
	#logout-btn{
	    margin-bottom: 30px;
	    display: inline-block;
	    border: 0;
	    color: #ffffff;
	    background-color: #49a2df;
	    padding: 4px 8px;
	    font-family: AvenirLTStd-Heavy;
	    font-size: 0.9em;
	}
	#logout-btn{
	    text-decoration: none;
	}

	#news-tip-form,
	#account-settings .container{
		padding-left: 50px;
		padding-right: 50px;
	}

	#footer{
		height: 30px;
		margin-top: -30px;
	}
	.left-footer-item{
		font-size: 1.04em;
		padding: 0 15px;
		line-height: 30px;
	}
	#backtotop{
	    height: 50px;
	    margin-top: -20px;
	    padding: 15px;
	    margin-left: 5px;
	    padding-top: 18px;
	    background: #FFFFFF url(../img/nav/scroll_to_top.png) center 8px no-repeat;
	    background-size: 12px 12px;
	}
	#inque img{
	    vertical-align: top;
	    margin-top: 4px;
	}
}


/* Medium devices (medium desktops, 992px and up) */
@media screen and (min-width: 1024px) {

	#article-heading-1 {
	    font-size: 3.11em;
	}

	#top-nav-list {
		margin: 0 auto;		
	    width: 980px;	    
	}

	#featured-articles {
		height: 200px;
	}

	/* Article section */
	#crumb-nav-list {
    	margin: 0 0 0 80px;
	}

	/* ARTICLE TILES */
	.article-wrap .container {
		width: 940px;
	}

	.article-content {
	  width: 620px;
	}

	#article-stat s{
  		margin: 20px 80px 0 80px;
  	}
	
	#article-banner-ad {
		margin: 20px 40px 0 40px;
	}

	#news-tip-form,
	#account-settings .container {
		padding-left: 200px;
		padding-right: 200px;
	}

	.comment-respond {
	    height: 240px;
	}
	.comment-form textarea {
		top: 80px;
	}

	#contact-us-btn .contact-txt {
	    display: inline;
	}

	#inque a:hover:before {
	    content: "Developed in Alaska by ";
	    font-family: AvenirLT-Medium;
	    color: #404040;
	    padding-right: 6px;
	    display: inline-block;
	    vertical-align: top;
	    font-size: 11px;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
	
	#article-heading-1 {
	    margin-left: 80px;
	}

	#news-tip-btn {
		right: 0;
	}

	.article-content{
	  width: 820px;
	}

	#news-tip-form,
	#account-settings .container{
		padding-left: 300px;
		padding-right: 300px;
	}

	#sponsor{
		width: 1010px;
		padding: 20px 0;
		height: 130px;
	}

	#featured-stories-wrap{
		width: 1200px;
	}
}


/* Extra large devices (extra large desktops, 1300px and up) */
@media screen and (min-width: 1300px) {
	.article-wrap .container{
		max-width: 1260px;
	  	width: 1260px;
	}
}

/* Extra large devices (extra large desktops, 1300px and up) */
@media screen and (min-width: 1600px) {
	.article-wrap .container{
		max-width: 1580px;
	  	width: 1580px;
	}
}

@media screen and (min-width: 2000px) {
	.article-wrap .container{
		max-width: 1900px;
	  	width: 1900px;
	}

}
