@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		18;
	dw-num-cols-desktop:	18;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.ijp_header {
}
.ijp_main_nav {
width: 100%;
margin-left: 0;
}
.ijp_main_nav_item {
width: 100%;
clear: both;
margin-left: 0;
}
.ijp_sub_nav {
width: 100%;
margin-left: 0;
}
.ijp_sub_nav_item {
margin-left: 5.2631%;
clear: none;
width: 100%;
}
.ijp_navbar {
}
.ijp_catalogue {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(188,208,228,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(188,208,228,1.00) 100%);
	clear: both;
	margin-left: 0;
	width: 100%;
	position: static;
	height: auto;
	}
.ijp_main_content {
	background-color: #D9D2D2;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.ijp_footer {
	margin-top: 15px;
}
.ijp_footer_nav {
width: 100%;
margin-left: 0;
}
.ijp_footer_nav_list {
width: 100%;
margin-left: 0;
display: block;
}
.ijp_footer_nav_item {
	font-size: x-small;
	width: 21.0526%;
	margin-left: 5.2631%;
	clear: none;
	text-align: center;
}
.ijp_copyright {
	color: #B8B3B3;
	text-align: center;
	font-size: small;
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
.ijp_mega_menu {
display: block;
}
.ijp_banner {
}
.ijp_article {
	background-color: #EBEBEB;
}
.ijp_cat_article {
}
.ijp_eap_image {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	width: 91.9666%;
	padding-left: 0.5166%;
	padding-right: 0.5166%;
	clear: none;
	float: none;
	margin-left: auto;
}
.ijp_header {
}
.ijp_main_nav {
	display: block;
	width: 100%;
	margin-left: 0;
	background-color: #EBEBEB;
}
.ijp_main_nav_item {
	width: 15.7303%;
	clear: none;
	margin-left: 1.1235%;
	font-size: small;
	text-align: center;
	background-color: #396D9F;
	color: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-width: 1px;
	/* [disabled]border-collapse: separate; */
	/* [disabled]border-spacing: 10px 10px; */
	border-color: #B8CFD8;
	margin-top: 10px;
}
.ijp_sub_nav {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.ijp_sub_nav_item {
	clear: none;
	margin-left: 1.1235%;
	font-size: x-small;
	width: 10.1123%;
	text-align: center;
	background-color: #EBEBEB;
	color: #398D9F;
	margin-top: 7px;
	margin-bottom: 12px;
}
.ijp_navbar {
}
.ijp_catalogue {
margin-left: 1.1235%;
clear: none;
width: 21.3483%;
position: static;
height: auto;
}
.ijp_main_content {
width: 77.528%;
margin-left: 1.1235%;
clear: none;
}
.ijp_footer {
}
.ijp_footer_nav {
width: 77.528%;
margin-left: 22.4719%;
}
.ijp_footer_nav_list {
width: 85.5072%;
margin-left: 14.4927%;
display: block;
}
.ijp_footer_nav_item {
	width: 15.2542%;
	clear: none;
	margin-left: 1.6949%;
	text-align: center;
}
.ijp_copyright {
	line-height: 14px;
	width: 77.528%;
	margin-left: 22.4719%;
}
.ijp_mega_menu {
display: block;
}
.ijp_banner {
}
.ijp_article {
}
.ijp_cat_article {
}
.ijp_eap_image {
	display: block;
	color: #B8B3B3;
	font-style: italic;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 10px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

.gridContainer {
	width: 89%;
	/*max-width: 1232px;*/
	max-width: 1082px;
	padding-left: 0.5%;
	padding-right: 0.5%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.ijp_header {
}
.ijp_main_nav {
display: block;
width: 100%;
margin-left: 0;
}
.ijp_main_nav_item {
	font-size: medium;
	width: 15.7303%;
	margin-left: 1.1235%;
	clear: none;
	text-align: center;
}
.ijp_sub_nav {
display: block;
width: 100%;
margin-left: 0;
}
.ijp_sub_nav_item {
clear: none;
margin-left: 1.1235%;
width: 10.1123%;
}
.ijp_navbar {
}
.ijp_catalogue {
clear: none;
margin-left: 1.1235%;
width: 21.3483%;
position: static;
height: auto;
}
.ijp_main_content {
width: 77.528%;
clear: none;
margin-left: 1.1235%;
}
.ijp_footer {
}
.ijp_footer_nav {
width: 83.146%;
margin-left: 16.8539%;
}
.ijp_footer_nav_list {
width: 86.4864%;
margin-left: 13.5135%;
display: block;
}
.ijp_footer_nav_item {
width: 14.0625%;
clear: none;
margin-left: 1.5625%;
}
.ijp_copyright {
width: 77.528%;
margin-left: 22.4719%;
}
.ijp_mega_menu {
display: block;
}
.ijp_banner {
}
.ijp_article {
}
.ijp_cat_article {
}
.ijp_eap_image {
display: block;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
