/* Smartphones */
@media only screen and (max-width: 767px) {
	/* Layout */
	.main { width: 100% }
	body,
	.content-region p,
	.content-region ul {
		font-size: 14px;
		line-height: 130%;
	}
	.wrapper { padding: 0 10px }
	.wrapper-bottom {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	header { padding-bottom: 5px }
	.content,
	.sidebar {
		float: none;
		width: 100%;
	}
	.content { margin-bottom: 30px }
	.sidebar {
		padding-top: 30px;
		border-top: 2px solid #454545;
	}
	.column {
		display: block;
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 30px;
	}
	[class*="-columns "]>.column:last-child,
	[class$="-columns"]>.column:last-child { margin-bottom: 0 }
	.page-content { padding-top: 0 }
	.flow-item {
		width: 100%;
		margin: 0 0 25px 0;
	}
	/* Tabs */
	.tab-headers {
		border-radius: 3px 3px 0 0;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.tab-item-header {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}
	/* Forms */
	.form-label { width: 25% }
	.form-field { width: 75% }
	/* Elements */
	.logo {
		display: block;
		margin: 0 auto;
	}
	.header-top .logo {
		margin: 0;
		width: 50% !important;
	}
	.header-search-controls {
		margin-top: 10px;
		position: relative;
		float: none;
		top: 5px;
	}
	.search-wrapper > a.button {
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 0 3px 3px 0;
	}
	.search-box-container { width: 100% }
	.container-slogan {
		border-left: none;
		text-align: center;
		display: block;
		margin: 10px 0 0 0;
		padding: 8px 20px;
	}
	.header-top,
	.footer-bottom {
		height: auto;
		padding: 40px 0 0;
	}
	.slider-container { height: 240px }
	.header-top>.part-company-email { display: none !important }
	.part-company-email { text-align: center }
	
	/* Misc */
	._desktop-only { display: none !important }
	._mobile-only { display: inline-block !important }

	
}

/* Smaller screen edge case */
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.row-dec-icon { display: none }
	.row-dec-content { padding-left: 10px }
	.row-news-link, a.row-news-link { left: 10px }
	.search-box-container { width: 200px }
	.logo {
		display: block;
		margin: 0 auto;
	}
	.header-top .logo {
		margin: 0;
		width: 40%;
	}
		/* Misc */
	._desktop-only { display: none !important; }
	._mobile-only { display: inline-block !important; }


.wrapper-bottom {
    width: 980px;
}

	}

/* Wider screen screen */
@media only screen and (min-width: 1270px) {
.pb-menu-container { height: 60px;
	margin-bottom: 0px; 
	background: -webkit-linear-gradient(#D0D0D0 #989898); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#D0D0D0, #989898); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#D0D0D0, #989898); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#D0D0D0, #989898); /* Standard syntax */
  	border-top: 1px solid #FFFFFF;
	}
.pb-menu-link {
		height: 60px;
		line-height: 60px;
	}
	.main { width: 1230px;
	border: 0px solid red;
	box-shadow: 1px 1px 20px #333333;

	}
	.main_print { width: 1230px;
		margin-left: auto;
    margin-right: auto;

	}	
	.search-box-container { width: 240px }
	.mobile:not(body) { display: none;}
}

@media only screen and (max-width: 480px) {
	.slider-container { height: 180px }
	.headercontainer {
    width: 100% !important;
	margin-left: auto;
    margin-right: auto;
	box-shadow: 0px 0px 0px #333333 !important;
}
.header-search-controls {
    right: 0px !important;
}
	.header-top {
		padding: 20px 0 0;
	}
	.header-top {
    background-color: #0074b3;
    background-image: url("") !important;
    padding: 10px;
    position: relative;
}
h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 21px;
}
.topcontainer {
    background-color: #0074b3 !important;}
	
	.desktop { display: none;}
	
}

@media only screen and (max-height: 320px) and (max-width: 768px) {
	.search-wrapper { height: 0 }
	.header-member-controls {
		text-align: center;
		margin-top: 0;
	}
}
@media only screen and (max-width: 480px) {
	.hideicon { 
	display: none !important;
	}
}
/* Ipads landscape */
@media only screen and (max-width: 1024px) {
.headercontainer {
    width: 97% !important;
	}
.pb-menu-item {
    box-sizing: border-box;
    font-size: initial;

}	
.pb-menu-link { 
    padding-left: 15px;
    padding-right: 15px;}
header { 
background-color: #FFFFFF;}


}
@media only screen and (min-width: 320px) and (max-width: 1269px) {
	.desktop { display: none;}

}
