.mobile-only {
	display: none !important;
}

.container, .fixed-container {
	max-width: 1800px;
	min-width: 1000px;
	width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.full-width .container, .no-container-padding #main-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
}
.full-width :not(.mini-footer) .container {
	max-width: none;
}

#campaign-featured-photos .featured-photo.mult4, #campaign-tiles .campaign-tile.mult4 {
	width: 25%;
}
#campaign-featured-photos .featured-photo.mult3, #campaign-tiles .campaign-tile.mult3 {
	width: 33.3%;
}
#campaign-featured-photos .featured-photo.only1, #campaign-tiles .campaign-tile.only1 {
	width: 100%;
}
#campaign-featured-photos .featured-photo.only2, #campaign-tiles .campaign-tile.only2 {
	width: 50%;
    max-width: 1000px;
}
#campaign-tiles .campaign-tile.only7 {
	width: 33.3%;
}
#campaign-tiles .campaign-tile.only7:nth-child(-n+4) {
	width: 25%;
}
#content .box {
    min-height: 250px;
}




	
	
	#header nav
	{
		font-size: 1.2em;
		letter-spacing: -0.025em;
		text-shadow: -1px -1px 0px rgba(0,0,0,0.35);
		padding: 0 5px 0 5px;
		position: relative;
        vertical-align: top;
        height: 100%;
	}
        .home #header nav {
            padding: 0;
        }
		
		#header nav ul {
			margin: 0;
			z-index: 100;
			vertical-align: top;
		}
			
			#nav-top {
				display: inline-block;
			}			

			#header nav ul li
			{
				position: relative;
				display: inline-block;
			}
			.home #header nav ul li.parent {
                margin-left: 0;
                margin-right: 0.25em;
                
            }
            
            .home #header nav ul li.parent:first-child {
                margin-left: 0.25em;
            }
            .home #header nav ul li.parent:last-child:after, .home #header nav ul li.last:after {
                content: none;
            }
           
				
                
                #header nav > ul > li > a:before, #header nav > ul > li > .a:before {
                    content: "";
                    display: inline-block;
                    height: 100%;
                    vertical-align: middle;
                }
                
				#header nav li ul 
				{
					display: none;
				}
				#header nav li.account a {
					
				}
				
				#header nav li.account ul {
					right: 0;
				}
				#header nav li.account ul ul {
					left: -185px;
					width: 190px;
				}
				#header nav ul li:hover a, #header nav ul li:hover .a
				{
					color: #fff;
				}
				
				#header nav ul li.parent.active > a, #header nav ul li.parent.active > .a
				{
					color: #fff;
				}
				#header nav > ul > li.active {
                    background: #222;
                }
				#header nav:not(.open) ul li.parent.active > a:after, #header nav:not(.open) ul li.parent.active > .a:after, #header nav:not(.open) > ul > li > a:hover:after, #header nav:not(.open) > ul > li > .a:hover:after
				{
					content: '';
					position: absolute;
					display: block;
                    z-index: 101;
					bottom: 0;
					left: 50%;
					width: 32px;
					height: 12px;
					margin-left: -16px;
					margin-bottom: -12px;
					background: url('images/sprites.png') -32px 0px no-repeat;
                    
                    filter: grayscale(1) brightness(0.5);
				}
				
				#header nav li:hover > ul {
					display: block;
					position: absolute;	
				}
				
				#header nav li:hover li {					
					background: #111;
					color: #fff;
					text-shadow: -1px -1px 0px rgba(0,0,0,0.35);
					box-shadow: inset 0px 0px 0px 1px #000;
					border-radius: 2px;
					letter-spacing: -0.025em;
					font-size: 10pt;
					width: 190px;
                    transition: all 0.3s;
				}
				#header nav li:hover li.darker {
					background: #010101;
				}
				#header nav li.wider:hover li {	
					width: 250px;
				}	
				#header nav li:hover li a, #header nav li:hover li .a {
					padding: 0.71em 1.5em;	
					color: #ddd;
                    width: 100%;
                    display: block;
				}
				#header nav li li:hover a.lv1a:after, #header nav li li:hover .a.lv1a:after {
					content: " >";
				}
				#header nav li li:hover, #header nav li li.darker:hover {
                    background: #222;
                }
				#header nav li li:hover a, #header nav li li:hover .a {
					color: #FFF;
					text-decoration: none;
				}	
				#header nav li li:hover li a {
					text-decoration: none;
				}
				#header nav li li li:hover a {
					text-decoration: none;
				}
				#header nav li li li:hover .lv2a:after {
					content: " >";
				}
				#header nav li li:hover li li a {
					text-decoration: none;
				}
				#header nav li li li li:hover a {
					text-decoration: none;
				}
				#header nav li li li li:hover .lv3a:after {
					content: " >";
				}
				#header nav ul ul ul {
				  left: 100%;
				  top: 0;
				}
				#header nav ul ul li {
					display: block;
				}
				

.forgot-login .uname_email, .password-protected input[type=password] {
	max-width: 300px;
	width: 100%;
	padding: 10px;
}
#header nav ul li.support {
	
}
#header nav ul li.support > a {
	padding-left: 0;
	padding-right: 0;
}
#header nav ul li.support > a span {
	background: rgba(255,255,255,0.75);
	padding: 10px;
	color: #222;
	text-shadow: none;
	border-radius: 5px;
	transition: all 0.3s;
	border: 2px solid #FFF;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);;
}
#header nav ul li.support > a:hover span {
	background: rgba(255,255,255,1);
}
#header nav ul li.support ul {
	
}
#header nav ul li.support ul li {
	margin-right: 0;
	width: 170px;
}
#header nav ul li.support ul a {
	
}
#main-wrapper {
    padding-left: 0;
    padding-right: 0;
}
#info {
	padding: 0 10px;
}
.home #campaign-list .campaign-item {
    height: 600px;
}
.take-action.vic-pig-inquiry .action-section-2 .action-gradient {
    display: none;
}

@media only screen and (min-width: 1450px) {
    body:not(.kb):not(.map) .itemloader-wrap .item-block {
        width: Calc(100% / 8 - 5px);
        margin-right: 5px !important;
        height: 165px;
    }
    body:not(.kb) .itemloader-wrap.row-2 .item-block:not(.final-as-more):nth-child(n+16), body:not(.kb) .itemloader-wrap.row-3 .item-block:not(.final-as-more):nth-child(n+24), body:not(.kb) .itemloader-wrap.row-4 .item-block:not(.final-as-more):nth-child(n+32) {
        display: none;
    }
    body:not(.kb):not(.map) .itemloader-wrap .item-block:nth-child(8n) {
        margin-right: 0;
    }    
    
    .kb-home .category-block {
        width: Calc(96% / 6);
    }
    .campaigns #campaign-list .campaign-item.normal-width, .actions #campaign-list .campaign-item, .home .action-list .campaign-item, .actions #facility-list .campaign-item {
        width: Calc(99% / 3);
        margin-left: 0;
        margin-right: 0.5%;
    }
    .campaigns #campaign-list .campaign-item.full-width {
        width: 100%;
    }
    .campaigns #campaign-list .campaign-item.normal-width:nth-child(3n), .actions #campaign-list .campaign-item:nth-child(3n), .home .action-list .campaign-item:nth-child(3n) {
        margin-right: 0;
    }
    #campaign-featured-photos .featured-photo.only1, #campaign-tiles .campaign-tile.only1 {
        width: 50%;
    }
    #campaign-list .campaign-item.half-width {
        width: 49.8%;
    }
    #campaign-list .campaign-item.half-width:nth-child(odd){
        margin-left: 0.4%;
    }
    #campaign-list .campaign-item.half-width:nth-child(even){
        margin-right: 0;
    }
    #home-prominent-strip h3 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1701px) {
	body:not(.actions) #campaign-list .campaign-item .campaign-title2 {
		font-size: 36px;
	}
    .news .diary-cover {
        min-height: 600px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
	#campaign-list .campaign-item .campaign-title2 {
		font-size: 28px;
	}
}
@media only screen and (min-width: 1400px) {
    .home-news .home-article {
        height: 200px;
    }
    
    .home-news-event {
        height: 400px;
    }
    .home-news-event + .home-news-articles {
        width: Calc(97% - 711px);
    }
    .home-news-editorials .e-7, .home-news-editorials .e-8 {
        display: inline-block;
    }
    .home #category-grid .category-block {
        width: Calc(96% / 5);
        margin-right: 1% !important;
    }
    .home #category-grid .category-block:nth-child(5n) {
        margin-right: 0 !important;
    }
    #header .video-wrapper {
        height: 540px;
        overflow: hidden;
    }
    #header video {
        width: 100%;
    }
    #campaign-banner.campaign-overview {
        min-height: 600px;
    }
    
    #header nav > ul, #header nav > ul > li {
        height: 100%;
    }
	body:not(.home) #header .header-logo img {
		height: 85%;
	}
    
    #home-map .home-map-info p, #home-map .home-map-info ul, #home-tour .home-tour-info p, #home-tour .home-tour-info ul {
        font-size: 17px;
        line-height: 1.6;
    }   
    .campaign-30 #campaign-banner-description {
        padding-left: 100px;
        padding-right: 100px;
    }
    .upload .upload-details .categories ul li {
        min-width: 19%;
    }
    .upload .upload-details .species ul li {
        min-width: 15%;
    }
}

@media only screen and (min-width: 1150px) {
	.desktop-hide {
		display: none !important;
	}
    .news .news-article .news-share a, .item-social-share a {
        font-size: 23px;
        line-height: 40px;
        width: 40px;
    }
    .home h3.main {
        font-size: 23px;
    }
    .facility-featured-video .featured-video .img-wrap {
        height: 380px;
    }
    .facility-featured-video .featured-video i.fa-play-circle {
        top: 40%;
    }
}

@media only screen and (min-width: 931px) {
	#campaign-featured-videos.halfsize {
		width: 49%;
		margin-right: 0.5%;
		vertical-align: top;
		display: inline-block;
	}
	
	#campaign-featured-videos.halfsize .featured-video {
		width: 50%;
	}
	
	#campaign-locations.halfsize {
		width: 49%;
		vertical-align: top;
		display: inline-block;
	}
	
	#campaign-locations.halfsize .campaign-location {
		width: 100%;
	}
	.upload-edit.upload-edit-video fieldset.categories select {
		height: 800px;
	}
}

@media only screen and (max-width: 1250px) {			
	.kb-home .category-block {
		width: 19%;
		margin: 0 0.6% 25px 0;	
	}
	.kb-home .category-block .category-name {
		font-weight: 300;
		font-size: 12px;
	}
	.view-photo .photo-meta2, .view-video .video-meta2, .view-document .document-meta2, .view-material .material-meta2 {
		margin-right: 0;
	}
	.view-photo .item-sidebar-box, .view-video .item-sidebar-box, .view-document .item-sidebar-box, .view-material .item-sidebar-box, .view-facility .item-sidebar-box {
		width: 19%;
	}
	.item-block.final-as-more .final-view-more a {
        font-size: 15pt;
    }
	#home-searchbox-wrapper #searchbox {
		width: 80%;
	}
	#home-searchbox-wrapper #searchbox .text, #home-searchbox-wrapper #searchbox .search-type, #home-searchbox-wrapper #searchbox .select::after, #home-searchbox-wrapper #searchbox .submit {
		font-size: 15px;
	}
	#home-searchbox-wrapper #searchbox .submit {
		line-height: 44px;
	}
	#home-searchbox-wrapper #searchbox .select::after {
		line-height: 45px;
	}
	.search-counter {
		font-size: 15px;
		padding: 0 20px;
	}
	.search-counter a div {
		font-size: 21px;
	}
    .home #header .header-logo img {
        left: 12px !important;
        top: 12px !important;
    }
    .take-action .action-submit {
        font-size: 20px;
        line-height: 24px;
        padding: 15px;
    }    
    
    
}
@media only screen and (min-width: 1051px) and (max-width: 1449px) {
    body:not(.kb):not(.map) .itemloader-wrap .item-block {
        width: Calc(100% / 7 - 5px);
        margin-right: 5px !important;
        height: 165px;
    }
    body:not(.kb) .itemloader-wrap.row-2 .item-block:not(.final-as-more):nth-child(n+14), body:not(.kb) .itemloader-wrap.row-3 .item-block:not(.final-as-more):nth-child(n+21), body:not(.kb) .itemloader-wrap.row-4 .item-block:not(.final-as-more):nth-child(n+28) {
        display: none;
    }
    body:not(.kb):not(.map) .itemloader-wrap .item-block:nth-child(7n) {
        margin-right: 0;
    }
    
    
}

@media only screen and (min-width: 1500px) {
    .kb .itemloader-wrap.row-2 .item-block:not(.final-as-more):nth-child(n+14), .kb .itemloader-wrap.row-3 .item-block:not(.final-as-more):nth-child(n+21), .kb .itemloader-wrap.row-4 .item-block:not(.final-as-more):nth-child(n+28) {
        display: none;
    }
    .kb .itemloader-wrap .item-block:nth-child(7n) {
        margin-right: 0;
    }
    .upload-list .upload-block .upload-preview {
        width: 480px;
    }
    .upload-list .upload-block .upload-details {
        width: Calc(100% - 500px);
    }
}
@media only screen and (max-width: 1900px) {
	.kb .kb-article, .kb .related-items {
		float: none;
		width: 100%;
	}
    .kb .itemloader-wrap .item-block {
        width: Calc(100% / 7 - 1px);
        margin-right: 1px !important;
    }
}
@media only screen and (min-width: 1900px) {
    .kb .itemloader-wrap .item-block {
        width: Calc(100% / 2 - 1px);
        margin-right: 1px !important;
    }
	.kb-home .category-block {
        width: Calc(96% / 7);
    }
}
@media only screen and (min-width: 2050px) {
    .kb .itemloader-wrap .item-block {
        width: Calc(100% / 5 - 1px);
        margin-right: 1px !important;
    }
}
@media only screen and (min-width: 2150px) {
    .kb .itemloader-wrap .item-block {
        width: Calc(100% / 6 - 1px);
        margin-right: 1px !important;
    }
}
@media only screen and (min-width: 2400px) {
    .kb .itemloader-wrap .item-block {
        width: Calc(100% / 7 - 1px);
        margin-right: 1px !important;
    }
	.kb-home .category-block {
        width: Calc(96% / 9);
    }
}
@media only screen and (max-width: 2100px) {
    .gallery-wrapper .item-block .meta-info {
        max-height: 100px;
        height: 35%;
    }
    .gallery-wrapper .item-block .meta-info .extra {
        font-size: 7px;
        line-height: 1.1;
    }
    .gallery-wrapper .item-block .meta-info .extra div:not(:last-child) {
        padding-right: 3px;
        margin-right: 3px;
    }
}
@media only screen and (max-width: 1900px) {
	#header nav, #header-wrapper .searchbox .text, #header-wrapper .searchbox .submit, #header-wrapper .searchbox .select, #header-wrapper .searchbox select, #header nav li:hover li {
		font-size: 13px !important;
	}
	body:not(.home) #header .header-logo img {
		height: 80%;
	}
	#header-wrapper .searchbox .search-type {
		font-size: 12px !important;
		padding: 0 17px 0 5px;
	}
	#header-wrapper .searchbox .submit {
		line-height: 38px;		
	}
	
	#header-wrapper .searchbox .select:after {
		line-height: 37px;		
	}
	#header nav ul li a, #header nav ul li .a {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
	#header-wrapper .searchbox .submit span {
		display: none;
	}
	#header > .search-wrapper {
		min-width: 300px;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 1900px) and (max-height: 1100px) {
	#header nav, #header-wrapper .searchbox .text, #header-wrapper .searchbox .submit, #header-wrapper .searchbox .select, #header-wrapper .searchbox select, #header nav li:hover li {
		font-size: 12px !important;
	}
	body:not(.home) #header .header-logo img {
		height: 75%;
	}
}

@media only screen and (max-width: 1499px) {
    .kb .itemloader-wrap .item-block {
        width: Calc(100% / 6 - 5px);
        margin-right: 5px !important;
    }
    .kb .itemloader-wrap.row-2 .item-block:not(.final-as-more):nth-child(n+12), .kb .itemloader-wrap.row-3 .item-block:not(.final-as-more):nth-child(n+18), .kb .itemloader-wrap.row-3 .item-block:not(.final-as-more):nth-child(n+24) {
        display: none;
    }
    .kb .itemloader-wrap .item-block:nth-child(6n) {
        margin-right: 0;
    }   
    .home #header .header-logo img {
        left: 20px;
        top: 20px;
    }
    #header .social-icons {
        font-size: 2em;
    }
    #header .donate-btn {
        font-size: 1.4em;
    }
    #home-prominent-strip {
        font-size: 18px;
        line-height: 26px;
        height: 220px;
    }
    #home-prominent-strip div {
        padding-left: 220px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1550px) {
    .take-action:not(.custom-page) h1 {
        font-size: 36px;
        padding-bottom: 30px;
    }
    .take-action:not(.custom-page) .action-sections {
        background-size: auto 100%;
    }
    .take-action .action-sections p, .take-action .action-sections ul.normal-list {
        font-size: 17px;
        line-height: 1.5em;
    }
    .take-action .action-sections h3 {
        font-size: 23px;
    }    
    .take-action .action-section-1 .action-padding {
        padding: 50px 50% 40px 50px;
    }
    .take-action .action-section-2 .action-padding {
        padding: 50px 50px 40px 50%;
    }
    .dominion-march h2 {
        font-size: 35px;
        line-height: 40px;
        padding: 50px 10px 10px 50px;
    }    
    .dominion-march .action-section-1 {        
        background-size: 100% auto;
        background-position: right center;
    }
    .team .team-member {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .team .team-member img, .team .team-member-extra {
        float: left;
        width: 30%;
        margin: 0 20px 10px 0;
    }
    .team .team-member-main { 
        float: right;
        width: Calc(70% - 20px);
    }
    .editorials.who-we-fight-for td iframe {
        height: 300px;
    }
}
@media only screen and (max-width: 1100px) {
    .take-action:not(.custom-page) h1 {
        font-size: 32px;
        padding-bottom: 26px;
    }
    .take-action .action-sections p, .take-action .action-sections ul.normal-list {
        font-size: 15px;
        line-height: 1.4em;
    }
    .take-action .action-sections h3 {
        font-size: 21px;
    }    
    .take-action:not(.custom-page) .action-section-1 {        
        background-position: center right -100px;
    }
    .dominion-march .action-section-1 {        
        background-size: 100% auto;
    }
    .take-action .action-section-1 .action-padding {
        padding: 50px 50% 40px 50px;
    }
    .take-action .action-section-2 {        
        background-position: center left -100px;
    }
    .take-action .action-section-2 .action-padding {
        padding: 50px 50px 40px 55%;
    }
    .take-action .actions #campaign-list .campaign-item .campaign-title2 {
        font-size: 22px;
    }
    .take-action h2.view-more {
        font-size: 25px;
        line-height: 30px;
    }    
    .dominion-march .action-section-1 .action-padding {
        padding: 30px 40% 40px 50px;
    }
    .dominion-march .action-sections .facebook-event-link {
        font-size: 15px;
    }
    .dominion-march .pledge-form, .dominion-march .pledge-form .inputbox {
        font-size: 14px;
    }
    .dominion-march .pledge-form .inputbox:not(.hidden) {
        width: 48.5%;
    }    
    #home-prominent-strip {
        font-size: 16px;
        line-height: 24px;
        height: 220px;
    }
    #home-prominent-strip div {
        padding-left: 180px;
        padding-right: 15px;
    }
    #home-prominent-strip h3 {
        padding: 10px;
    }
    .team .team-member {
        
    }
    .view-facility .facility-meta {
        width: 50%;
    }
    .view-facility .facility-map-drone {
        width: 49%;
    }
    .facility-drone .item-block-a {
		height: 90px;
	}
    .editorials.who-we-fight-for td {
        padding: 20px;
    }
    .editorials.who-we-fight-for td iframe {
        width: 95%;
        height: 250px;
    }
}

@media only screen and (min-width: 950px) {
    .investigation-expand.show {
        display: block;
    }
    .investigation-item.collapsed {
        height: 480px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 950px) {
    .investigation-item, .investigation-item .investigation-image {
        min-height: inherit;
    }
    .investigation-item .investigation-video, .investigation-item .investigation-details {
        float: none;
        width: 100%;
    }
    .investigation-item .investigation-details .facility-infobox, .investigation-item .investigation-details .facility-infobox.half-size {
        width: 100%;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 850px) {
    .take-action h1:not(.custom-page) {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 23px;
    }
    .take-action .action-sections p, .take-action .action-sections ul.normal-list {
        font-size: 14px;
        line-height: 1.3em;
    }
    .take-action .action-sections h3 {
        font-size: 19px;
    }    
    .take-action:not(.custom-page) .action-section-1 {        
        background-position: center right -150px;
    }
    .take-action .action-section-1 .action-padding {
        padding: 50px 45% 40px 25px;
    }
    .take-action .action-section-2 {        
        background-position: center left -190px;
    }    
    .take-action .action-section-2 .action-padding {
        padding: 50px 25px 40px 50%;
    }
    .take-action .actions #campaign-list .campaign-item .campaign-title2 {
        font-size: 20px;
    }
    .take-action .actions #campaign-list .campaign-item, .take-action .actions #campaign-list .action-slide, .take-action .campaign-item .campaign-image {
        height: 320px;
    }
    .dominion-march .action-section-1 {        
        background-size: auto 100%;
    }
    .dominion-march h2 {
        font-size: 28px;
        line-height: 33px;
        padding: 50px 10px 10px 30px;
    }    
    .dominion-march .action-section-1 .action-padding {
        padding: 30px 30% 40px 30px;
    }
    .dominion-march .pledge-form .form-inner {
        background: rgba(255,255,255,0.75);
    }
    .about .about-intro {
        width: 100%;
        float: none;
    }
    .about .about-img {
        float: none;
        width: 90%;
        margin: 30px auto;
    }
    .about .about-menu li.break::after {
        display: block;
        content: ' ';
    }
    .editorials.who-we-fight-for td {
        padding: 15px;
        width: 100%;
        display: block;
    }
    .editorials.who-we-fight-for td iframe {
        width: 95%;
        height: 250px;
    }
}

@media only screen and (max-width: 680px) {
    .take-action h1:not(.dominion-march) {
        font-size: 28px;
        line-height: 33px;
        padding-bottom: 20px;
    }
    .take-action .action-sections p, .take-action .action-sections ul.normal-list {
        font-size: 14px;
        line-height: 1.3em;
    }
    .take-action .action-sections h3 {
        font-size: 19px;
    }    
    .take-action:not(.custom-page) .action-section-1 {        
        background-position: center right -170px;
    }
    .take-action:not(.custom-page) .action-section-1 .action-padding {
        padding: 50px 40% 40px 20px;
    }
    .take-action .action-section-2 {        
        background-position: center left -210px;
    }
    .take-action .action-section-2 .action-padding {
        padding: 50px 20px 40px 45%;
    }
    .take-action .actions #campaign-list .campaign-item .campaign-title2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1600px) {	
	body:not(.home) #nav-top-right {
		right: 0;
	}
	
	body:not(.home) #header .header-logo {
		left: 0;
	}
	 body:not(.home) #header > .search-wrapper {
		right: 0;
	}
	
    body:not(.home) #nav-top-right {
        position: absolute;
		bottom: 0;
		height: 60px;
    }
}
@media only screen and (min-width: 1101px) and (max-width: 1600px) {
    body:not(.home) #header #nav-top {
		position: absolute;
		bottom: 0;
		height: 60px;
	}
	body:not(.home) #nav-top {
		left: 0;
		width: 100%;
		background: #333;
	}
    body:not(.home) #header > .search-wrapper {
		min-width: 500px;
	}
	body:not(.home) #header .header-logo, #header > .search-wrapper {
		height: 60px;
		position: absolute;
		top: 0;		
	}
	body:not(.home) #header .header-logo img {
		vertical-align: top;
		padding-top: 3px;
		height: 95%;
	}
	body:not(.home) #header {
		background: #2b2b2b;	
		height: 120px;
		min-height: auto;
		box-shadow: none;
	}
	.full-width:not(.map) #main-wrapper {
		top: 120px;
		min-height: Calc(100% - 170px);
	}
	.full-width #sidebar {
		height: Calc(100% - 170px);
	}
	.map #sidebar {
		height: Calc(100% - 120px);
	} 
}

@media only screen and (max-width: 1400px) {	
	.upload-photos .upload-details .categories ul li {
		min-width: 32%;	
	}
	.upload-details .inputbox {
		font-size: 14px;
	}
	.kb .kb-form, .kb-viewing-article .kb-wrap {
		min-height: Calc(100vh - 220px);
		display: block;
	}
	.kb-editor-main, .kb-editor-meta {
		float: none;
		width: 100%;
	}
    .take-action.vic-pig-inquiry .action-section-2 {
        background-size: cover;
    }
    .vic-pig-inquiry .action-section-videos .action-padding {
        padding: 90px 3% 50px;
    }
    .take-action.vic-pig-inquiry .action-section-videos .video-title {
        font-size: 17px;
    }
    .take-action.vic-pig-inquiry .action-section-videos .video-description {
        font-size: 14px;
    }
    .take-action.vic-pig-inquiry .action-section-2 {        
        background-position: center left -150px;
    }
    #tour-wrapper .action-gradient {
        background-image: linear-gradient(to left, rgba(0,0,0, 0) 50%,rgba(0,0,0, 0.95) 70%), linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-webkit-linear-gradient(to left, rgba(0,0,0, 0) 50%,rgba(0,0,0, 0.95) 70%), -webkit-linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-moz-linear-gradient(to left, rgba(0,0,0, 0) 50%,rgba(0,0,0, 0.95) 70%), -moz-linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-ms-linear-gradient(to left, rgba(0,0,0, 0) 50%,rgba(0,0,0, 0.95) 70%), -ms-linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-olinear-gradient(to left, rgba(0,0,0, 0) 50%,rgba(0,0,0, 0.95) 70%), -olinear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
    }
    
    #tour-wrapper .indv-tour .action-section-1 {
        background-position: center right -200px;
    }
    #tour-wrapper #breadcrumbs {
        margin-bottom: 20px;
    }
    #tour-wrapper h1.tour-title {
        font-size: 28px;
        line-height: 34px;
    }
    #tour-wrapper .tour-byline {
        font-size: 20px;
        line-height: 26px;
    }
    #tour-wrapper .tour-description, #tour-wrapper .tour-description p {
        font-size: 15px;
    }
    #tour-wrapper .vt-left, #tour-wrapper .vt-right {
        padding: 100px 40px 50px;
    }
    #tour-wrapper .vt-left {
        width: 60%;    
    }
    #tour-wrapper .vt-right {
        width: 35%;
    }
    #tour-wrapper .vt-right img {
        max-width: 90%;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
    .home #header nav ul li a, .home #header nav ul li .a {
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 901px) {
	.home #header nav ul li.parent:after {
		width: 5px;
		content: "|";
		display: inline-block;
	}
	#nav-top .search-wrapper {
		display: none;
	}
    
    .lSSlideOuter .lSPager.lSGallery {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) !important;
        right: 40px;
        width: 30% !important;
        z-index: 12;
        margin-top: 0 !important;
        text-align: right;
    }
    
    body:not(.actions) #campaign-list .campaign-item .campaign-heading {
        left: 30px;
        bottom: 30px;
    }
}
@media only screen and (max-width: 1050px) {
	
	.home #category-grid .category-block, .kb-home .category-block {
		width: 23.9%;
		margin: 0 0.6% 25px 0;	
	}
	.home #category-grid .category-block .category-buttons-upper a {
		font-size: 11px;
	}
	.home #category-grid .category-block .category-buttons-lower a {
		font-size: 10px;
	}
	.home #category-grid .category-block .category-buttons-upper a div {
		font-size: 14px;
	}
	.home #category-grid .category-block .category-buttons-lower a div {
		font-size: 12px;
	}
	.expendable {
		display: none;
	}
	.home #category-grid .category-block .category-buttons-lower a:nth-child(1), .home #category-grid .category-block .category-buttons-lower a:nth-child(2) {
		width: 50%;
	}
	.home #category-grid .category-block .category-name {
		font-size: 13px;
		font-weight: 300;
	}
	.home #category-grid .category-block:hover .category-name, .kb-home .category-block:hover .category-name {
		font-weight: 400;
	}
	.kb #sidebar {
		font-size: 11px;
	}
	.kb #sidebar ul ul {
		margin-left: 10px;
	}
	.kb #sidebar ul ul ul {
		margin-left: 0;
	}
	.kb #sidebar li.article a {
		width: 80%;
	}
	.kb #sidebar li.kb-category {
		line-height: 14px;
	}
	.view-photo .item-sidebar-box, .view-video .item-sidebar-box, .view-document .item-sidebar-box, .view-material .item-sidebar-box, .view-facility .item-sidebar-box {
		width: 19%;
	}
	
	body:not(.kb):not(.map) .itemloader-wrap .item-block {
        width: Calc(100% / 6 - 5px);
        margin-right: 5px !important;
    }
    body:not(.kb) .itemloader-wrap.row-2 .item-block:not(.final-as-more):nth-child(n+12), body:not(.kb) .itemloader-wrap.row-3 .item-block:not(.final-as-more):nth-child(n+18), body:not(.kb) .itemloader-wrap.row-4 .item-block:not(.final-as-more):nth-child(n+24) {
        display: none;
    }
    body:not(.kb):not(.map) .itemloader-wrap .item-block:nth-child(6n) {
        margin-right: 0;
    }    
    .item-block.final-as-more .final-view-more a {
        font-size: 13pt;
    }
    
    .kb .itemloader-wrap .item-block {
        width: Calc(100% / 5 - 5px);
        margin-right: 5px !important;
    }
    .kb .itemloader-wrap.row-2 .item-block:not(.final-as-more):nth-child(n+10), .kb .itemloader-wrap.row-3 .item-block:not(.final-as-more):nth-child(n+15), .kb .itemloader-wrap.row-4 .item-block:not(.final-as-more):nth-child(n+20) {
        display: none;
    }
    .kb .itemloader-wrap .item-block:nth-child(5n) {
        margin-right: 0;
    }
    
    .upload .upload-list .upload-details .horz-labels li > label:not(.no-style) {
        width: 100%;
        text-align: left;
    }
    .upload-list .upload-block .upload-details li label + div {
        width: 100%;
    }
    .upload .upload-list .upload-details .horz-labels .inputbox, .upload-list .upload-details .horz-labels .tagit {
        width: 95%;
    }
    .upload-list .upload-details .horz-labels .tagit {
        width: Calc(95% - 30px) !important;
    }
    .upload #drop-area .file-selector {
        padding: 20%;
    }
    .upload #url-uploader {
        width: 80%;
    }
    .upload-list.upload-video .upload-block .submit-button {
        display: block;
        margin: 0 auto;
    }
	#home-searchbox-wrapper #searchbox { 
		width: 90%;
	}
	#home-searchbox-wrapper #searchbox .text, #home-searchbox-wrapper #searchbox .search-type, #home-searchbox-wrapper #searchbox .select::after, #home-searchbox-wrapper #searchbox .submit {
		font-size: 14px;
	}
	#home-searchbox-wrapper #searchbox .submit {
		line-height: 41px;
	}
	#home-searchbox-wrapper #searchbox .select::after {
		line-height: 42px;
	}
	.search-counter {
		font-size: 14px;
		padding: 0 20px;
	}
	.search-counter a div {
		font-size: 20px;
	}
    
    #header-wrapper .searchbox .text, #header-wrapper .searchbox .submit, #header-wrapper .searchbox .select, #header-wrapper .searchbox select {
        font-size: 13px;
    }

    #header-wrapper .searchbox .submit, #header-wrapper .searchbox .select::after {
        line-height: 39px;
        text-shadow: none;
    }
	
    .home #campaign-list .campaign-item {
        height: 500px;
    }
    .lSSlideOuter .lSPager.lSGallery li {
        transform: scale(1);
        margin: 3px !important;
    }
    
    .home-news-event, .home-news-articles {
        height: auto;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .home-news-event a, .home-news-event a img {
        width: 100%;
        height: auto;
    }
    .vic-pig-inquiry .action-section-videos .action-padding {
        padding: 70px 1.5% 50px;
    }
    .take-action.vic-pig-inquiry .action-section-videos .video-title {
        font-size: 16px;
    }
    .take-action.vic-pig-inquiry .action-section-videos .video-description {
        font-size: 14px;
    }
    #header .blue-button2 {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 1101px) {
	#header {
		text-align: center;
	}
    body:not(.home) #header > .search-wrapper {
		width: Calc(100% - 200px);
        max-width: 450px;
	}
	body:not(.home) #header {
		height: 65px;
	}
	.full-width:not(.map) #main-wrapper {
		top: 65px;
		min-height: Calc(100% - 115px);
	}
	body:not(.home) #header .header-logo {
		float: none;
		margin: 0 auto;
		padding: 5px;
		text-align: center;
		font-size: 2em;
		width: auto;
		display: inline-block;
	}
	body:not(.home) #header .header-logo img {
		vertical-align: top;
		height: 100%;
	}
	body:not(.home) #header > .search-wrapper {
		display: none;
	}
	body:not(.home) #nav-top-right {
		position: absolute;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.full-width #sidebar {
		height: Calc(100% - 115px);
	}
	.map #sidebar {
		height: Calc(100% - 65px);
	}
}
@media only screen and (max-width: 900px) {
    .upload-photos .upload-details .categories ul li {
		min-width: 45%;	
		font-size: 12px;
	}
	.upload-details .inputbox {
		font-size: 13px;
	}
    .home #campaign-list .campaign-item {
        height: 400px;
    }
    .lSSlideOuter .lSPager.lSGallery {
        text-align: center;
        width: 100% !important;
        margin-top: 0 !important;
    }
    .lSSlideOuter .lSPager.lSGallery li {
        transform: scale(1);
        margin: 0 !important;
        text-align: center;
        width: Calc(100% / 8) !important;
        height: 7.5vw;
        opacity: 0.9;
    }
    
    .home h3.main {
        font-size: 18px;
    }
    #home-map, #home-tour {
        height: 400px;
    }
    #home-map .home-map-info, #home-tour .home-tour-info {
        padding: 15px;
    }
    #home-map .home-map-info h3, #home-tour .home-tour-info h3 {
        padding: 8px 0;        
    }
    #home-map .home-map-info p, #home-map .home-map-info ul, #home-tour .home-tour-info p, #home-tour .home-tour-info ul {
        font-size: 13px;
    }
    #home-map .home-map-info .blue-button2, #home-tour .home-tour-info .blue-button2 {
        font-size: 1.3em;
        margin: 8px 0;
    }
    #home-prominent-strip {
        font-size: 13px;
        line-height: 18px;
        height: 220px;
    }
    #home-prominent-strip div {
        padding-left: 180px;
        padding-right: 10px;
    }
    .take-action.vic-pig-inquiry .action-section-primary-video .video-container {
        padding: 0;
        height: 350px;
    }
    #tour-wrapper .indv-tour .action-gradient {
        background-image: linear-gradient(to left, rgba(0,0,0, 0) 40%,rgba(0,0,0, 1) 70%), linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-webkit-linear-gradient(to left, rgba(0,0,0, 0) 40%,rgba(0,0,0, 1) 70%), -webkit-linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-moz-linear-gradient(to left, rgba(0,0,0, 0) 40%,rgba(0,0,0, 1) 70%), -moz-linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-ms-linear-gradient(to left, rgba(0,0,0, 0) 40%,rgba(0,0,0, 1) 70%), -ms-linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-olinear-gradient(to left, rgba(0,0,0, 0) 40%,rgba(0,0,0, 1) 70%), -olinear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
    }
    
    #tour-wrapper .indv-tour .action-section-1 {
        background-position: center right -300px;
    }
    #tour-wrapper #breadcrumbs {
        margin-bottom: 20px;
    }
    #tour-wrapper h1.tour-title {
        font-size: 26px;
        line-height: 32px;
    }
    #tour-wrapper .tour-byline {
        font-size: 18px;
        line-height: 24px;
    }
    #tour-wrapper .tour-description, #tour-wrapper .tour-description p {
        font-size: 14px;
    }
    #tour-wrapper .action-section-1 .action-padding {
        padding: 50px 25% 5px 15px;
    }
    #tour-wrapper .vt-left, #tour-wrapper .vt-right {
        padding: 70px 30px 30px;
    }
    #tour-wrapper .vt-left {
        width: 60%;    
    }
    #tour-wrapper .vt-right {
        width: 35%;
    }    
}

@media only screen and (max-width: 820px) {
    body:not(.kb):not(.map) .itemloader-wrap .item-block {
        width: Calc(100% / 5 - 5px);
        margin-right: 5px !important;
    }
    body:not(.kb) .itemloader-wrap.row-2 .item-block:not(.final-as-more):nth-child(n+10), body:not(.kb) .itemloader-wrap.row-3 .item-block:not(.final-as-more):nth-child(n+15), body:not(.kb) .itemloader-wrap.row-4 .item-block:not(.final-as-more):nth-child(n+20) {
        display: none;
    }
    body:not(.kb):not(.map) .itemloader-wrap .item-block:nth-child(5n) {
        margin-right: 0;
    }
    
    .kb .itemloader-wrap .item-block {
        width: Calc(100% / 4 - 5px);
        margin-right: 5px !important;
    }
    .kb .itemloader-wrap.row-2 .item-block:not(.final-as-more):nth-child(n+8), .kb .itemloader-wrap.row-3 .item-block:not(.final-as-more):nth-child(n+12), .kb .itemloader-wrap.row-4 .item-block:not(.final-as-more):nth-child(n+16) {
        display: none;
    }
    .kb .itemloader-wrap .item-block:nth-child(4n) {
        margin-right: 0;
    }
    .edit-item-main, .edit-item-side {
        float: none;
        width: 100%;
    }
	#home-searchbox-wrapper #searchbox {
		width: 90%;
	}
	#home-searchbox-wrapper #searchbox .text, #home-searchbox-wrapper #searchbox .search-type, #home-searchbox-wrapper #searchbox .select::after, #home-searchbox-wrapper #searchbox .submit {
		font-size: 14px;
	}
	#home-searchbox-wrapper #searchbox .submit {
		line-height: 41px;
	}
	#home-searchbox-wrapper #searchbox .select::after {
		line-height: 42px;
	}
	.search-counter {
		font-size: 14px;
		padding: 0 20px;
	}
	.search-counter a div {
		font-size: 20px;
	}
	#header nav {
		font-size: 12px !important;
	}
    #header .social-icons {
        font-size: 1.7em;
    }
    #header .donate-btn {
        font-size: 1.2em;
    }
	.upload-photos #uploadform .left, .upload-photos #uploadform .right {
		width: 100%;
		float: none;
	}
	.upload-photos .upload-details .categories ul li {
		min-width: 24%;
	}
    #tour-wrapper .vt-left, #tour-wrapper .vt-right {
        padding: 60px 20px 20px;
    }
    #tour-wrapper .vt-left {
        width: 70%;    
    }
    #tour-wrapper .vt-right {
        width: 25%;
    }
    #tour-wrapper .tours-home .action-section-1 {
        background-position: center right -100px;
    }
    #tour-wrapper .tours-home .action-gradient {
        background-image: linear-gradient(to left, rgba(0,0,0, 0) 20%,rgba(0,0,0, 1) 80%), linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-webkit-linear-gradient(to left, rgba(0,0,0, 0) 20%,rgba(0,0,0, 1) 80%), -webkit-linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-moz-linear-gradient(to left, rgba(0,0,0, 0) 20%,rgba(0,0,0, 1) 80%), -moz-linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-ms-linear-gradient(to left, rgba(0,0,0, 0) 20%,rgba(0,0,0, 1) 80%), -ms-linear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
        background-image:-olinear-gradient(to left, rgba(0,0,0, 0) 20%,rgba(0,0,0, 1) 80%), -olinear-gradient(to bottom, rgba(0,0,0, 0) 80%,rgba(0,0,0, 0.9) 98%);
    }
    #tour-wrapper .vt-right img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 780px) {
	.home #category-grid .category-block {
		width: 32.5%;
		margin: 0 0.5% 25px 0;	
	}
	.kb-home .category-block {
		width: 24%;
		margin: 0 0.5% 25px 0;	
	}
	.home #category-grid .category-block:nth-child(4n+1) {
		margin: 0 0.5% 25px 0;
	}
	.home #category-grid .category-block:nth-child(3n+1) {
		margin-right: 0;
	}
	.home #category-grid .category-block .category-name {
		font-size: 13px;
		font-weight: 300;
	}
	.home #category-grid .category-block:hover .category-name, .kb-home .category-block:hover .category-name {
		font-weight: 400;
	}
	.home #category-grid .category-block .category-buttons, .home #category-grid .category-block:hover .category-buttons {
		height: auto;
	}
	.home #category-grid .category-block .category-buttons-upper a {
		height: 35px;
		line-height: 15px;
	}
	.home #category-grid .category-block .category-buttons-lower a {
		height: 25px;
		line-height: 20px;
	}

	.kb-home #sidebar {
		display: none;
	}
	.kb-home article.box {
		width: 100%;
		float: none;
	}
	.kb #sidebar ul ul {
		margin-left: 5px;
	}
	.view-photo .item-sidebar-box, .view-video .item-sidebar-box, .view-document .item-sidebar-box, .view-material .item-sidebar-box, .view-facility .item-sidebar-box {
		width: 17%;
	}
	.view-photo .photo-meta2 table tr td:first-child, .view-video .video-meta2 table tr td:first-child, .view-document .document-meta2 table tr td:first-child, .view-material .material-meta2 table tr td:first-child, .view-facility .facility-meta table tr td:first-child {
		width: 90px;
		font-size: 12px;
	}
	.view-photo .photo-meta2 .tag, .view-photo .photo-meta2 .ctg, .view-video .video-meta2 .tag, .view-video .video-meta2 .ctg, .view-document .document-meta2 .tag, .view-document .document-meta2 .ctg, .view-material .material-meta2 .tag, .view-material .material-meta2 .ctg, .view-facility .facility-meta .tag, .view-facility .facility-meta .ctg {
		padding: 3px 6px;
		font-size: 12px;
	}
	#footer #footer-column-1 {
		width: 50%;
		padding: 0 25px !important;
	}
	#footer #footer-column-2 {
		width: 50%;
	}
	#footer #footer-column-3 {
		clear: both;
		width: 50%;
	}
	#footer #footer-column-4 {
		width: 50%;
		border-right: 0;
		padding-right: 0 !important;
	}
    .item-block.final-as-more .final-view-more a {
        font-size: 14pt;
    }
    .upload-list .upload-block .upload-preview, .upload-list .upload-block .upload-details {
        float: none;
        width: 100%;
    }	
	#home-searchbox-wrapper {
		padding: 15px;
	}
	#home-searchbox-wrapper #searchbox {
		width: 98%;
	}
	#home-searchbox-wrapper #searchbox .text, #home-searchbox-wrapper #searchbox .search-type, #home-searchbox-wrapper #searchbox .select::after, #home-searchbox-wrapper #searchbox .submit {
		font-size: 13px;
	}
	#home-searchbox-wrapper #searchbox .submit {
		line-height: 38px;
	}
	#home-searchbox-wrapper #searchbox .select::after {
		line-height: 39px;
	}
	#home-searchbox-wrapper #searchbox .search-type {
		padding-left: 5px;
	}
	.search-counters {
		margin-top: 12px;
	}
	.search-counter {
		font-size: 13px;
		padding: 0 15px;
	}
	.search-counter a div {
		font-size: 18px;
	}	
	
}
@media only screen and (max-width: 700px) {
    body:not(.kb):not(.map) .itemloader-wrap .item-block {
        width: Calc(100% / 4 - 5px);
        margin-right: 5px !important;
    }
    body:not(.kb) .itemloader-wrap.row-2 .item-block:not(.final-as-more):nth-child(n+8), body:not(.kb) .itemloader-wrap.row-3 .item-block:not(.final-as-more):nth-child(n+12), body:not(.kb) .itemloader-wrap.row-4 .item-block:not(.final-as-more):nth-child(n+16) {
        display: none;
    }
    body:not(.kb):not(.map) .itemloader-wrap .item-block:nth-child(4n) {
        margin-right: 0;
    }
	#home-searchbox-wrapper #searchbox {
		width: 100%;
	}
	.upload-photos .upload-details .categories ul li {
		min-width: 32%;
	}
}
@media only screen and (max-width: 650px) {
	.home #category-grid .category-block, .kb-home .category-block {
		width: 32.1%;
		margin: 0 0.2% 25px 0;	
	}
	.home #category-grid .category-block:nth-child(4n+1) {
		margin: 0 0.2% 25px 0;
	}

}

@media only screen and (min-width: 1750px) {
	#donate-banner {
		background-position: center calc(50% + 150px); 
	}
    .home #campaign-list .campaign-item {
        height: 700px;    
    }
}
@media only screen and (min-width: 2250px) {
	#donate-banner {
		background-position: center calc(50% + 200px); 
	}
}