/*		© 2014 Treat Digital Limited */


/* -------- GENERAL TAGS -------- */  	
.home,.home body {
  overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
input[text],input[submit] {
  -webkit-appearance: none;
}
input:focus, select:focus, textarea:focus {
  outline: 0;
  box-shadow: 0;
}
input,textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="text"] {
  text-indent: 5px;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
* { 
  margin : 0; 
  padding : 0; 
}
iframe {
  border: none;
}
html, body {
  height:100%;
}
body {
  font-family: "source-sans-pro", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight:regular;
  line-height: 20px;
  text-align: center;
	color: #333333;
  margin: 0;
  padding: 0;
  background: #a9887a url(/assets/images/IMnI_BackgroundImage.jpg) no-repeat top center fixed; 
}

a {
  color: #f45200;
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
a:hover {
    text-decoration: underline;
}
a:active {
  outline: none;
}
a:focus,*:focus {
  -moz-outline-style: none;
  outline: none;
}
a:-moz-any-link:focus {
  outline: none;
}
h1, h2, h3, h4, h5, ul, ol,dl, blockquote  { 
  margin: 10px 0 5px; 
  padding: 0; 
}
sup {
  font-size: 10px;
}
ol  { 
  margin-left: 25px; 
}
ul  { 
  margin-left: 35px; 
}
#main-section ul li {
  margin: 12px 0;
}
h1 {
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0;
  font-family: "purista-web", Trebuchet, Arial, sans-serif;
}
h2 {
  font-size: 14px;
  margin-bottom: 20px;   
  font-weight: normal;
  font-family: "purista-web", Trebuchet, Arial, sans-serif;
}
h3,h4 {
  font-size: 15px;    
  margin: 10px 0 0;
}

h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0 3px;
}
p {
  margin: 10px 0;
}
img, input[type="text"], input[type="search"], input[type="submit"], select { 
  border: 0;
}
hr { 
  border: 0;
  height: 1px;
  background-color: #cccccc;
  clear: both;
  width: 100%;
}
.clearfix {
  border: none;
  visibility: hidden;
  background: transparent;
}

blockquote {
  padding: 0;
}
ul , ol {
  margin-left: 17px;
}
dt {
  line-height: 20px;
  font-weight: bold;
} 

table, td,th { 
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
.screen-reader {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
table {
  width: 100%;
  text-align: left;
}
td,th {
  padding: 3px 6px;
}
th {
  text-align: left;
  font-weight: normal;
  padding: 7px 5px;
}
td { 
  padding: 7px 5px;
}

table caption {
  padding: 10px 0 8px;
  font-weight: bold;
}
.noscreen {
  display: none;
}

.wysiwyg img { max-width:100%; height: auto !important;}

/* -------- LAYOUT -------- */  
#main-container {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  min-height:100%;
  position: relative;
  top: 0;
  left: 0;
  
}

#body{
    padding: 0;
    padding-bottom: 180px;   /* Height of the footer */
}
.page-inner {
 background-color: #ececf0;
  -moz-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);  
}
.conference .page-inner {
 background: #ececf0 url(/assets/images/conference-inner-bg.png) repeat-y 671px 0; 
}

#header h1 {    
	margin: 0 0 0 10px;
    height: 89px;
    font-weight: normal;
	overflow:hidden;
	}


#header {
  height: 130px;
  text-align: left;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
margin: 0 0 40px 0;
  z-index: 100 !important;
background-color: #f1f1f5;
  -moz-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  width:905px;
  float:left;
  
}
.site-title-wrap { float:left;}
.site-title-logo {       
	vertical-align: middle; 
	float:left; 
	display:block;
    height: 112px;
    margin-top: -11px;
}
.site-title-text{     
	color: #003E61;
    vertical-align: middle; 
	display:block; 
    padding-top: 23px;
	font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #888;
	font-weight:bold;

}
.site-subtitle-text {
    display: block;
    color: #003E61;
    font-size: 14px;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
}

#header nav {
	border-top: 1px solid #cfcfd0;
}

#header nav ul {
	margin: 0;
}

#header nav ul li {
	border-left: 1px solid #cfcfd0;
	display: inline-block;

}

#header nav ul li a {
    padding: 10px 15px 10px 15px;
    display: inline-block;
    width: auto;
    color: #535353;
    text-transform: uppercase;
}

#header-bg {
  display: block;
  width: 100%;
  height: 166px;
  position: absolute;
  z-index: 1;
  background-color: #101011;
}
#content-left {
  width: 710px;
  float: left;
}
#left {
  width: 230px;
  float: left;   
}
.about-detail #left,.about-landing #left,.events-landing #left,.conference #left ,
.staff #left,.committee #left,.officers #left,.publications #left,.news #left{
	width: 660px;
	background-color: #ffffff;
	-moz-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
	box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4); 	
}
#middle {
  width: 460px;
  float: right;
}
#right {
  width: 320px;
  float: right;
}

.box{
	width: 320px;
	margin-right: 0;
	background-color: #ececf0;
	-moz-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
	box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4); 		
}
.box {
	margin-bottom: 20px;
}

.box.box-members {
margin-bottom:0px;
}

#footer {
   width: 930px;
   margin: 0 auto;
  padding: 0 35px;
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  position: absolute;
   z-index: 10;
   bottom: 0;
   left: 0;
   height: 140px;   /* Height of the footer */
   background: #003e61;
}


/* -------- SPECIFIC ELEMENTS -------- */

/* --------------
------------- HEADER ------------------*/

/* --------------  HEADER left ------------------*/
#header-left {
  width: 660px;
  height: 130px;
  float: left;
  background-color: #f2f2f6;
  -moz-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
}
#header-right {
  width: 320px;
  height: 130px;
  float: right;
  background-color: #f2f2f6;
  font-family: "purista-web", Trebuchet, Arial, sans-serif;
  -moz-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  position:relative;
}
#header-right img { display:block; }
.login-top {
  margin: 0;
  display: inline-block;
  float: right;
  position: relative;
  top: -6px;
}
.login-top span {
  display: inline-block;
  width: 94px;
  height: 30px;
  padding: 8px 0 0 18px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  font-family: "purista-web", Trebuchet, Arial, sans-serif;
  background: #f45200 url(/assets/images/IMnI_Buttons_LogIn.png) no-repeat top left; 
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;           
}
.login-top span:hover {
  text-shadow:  0px 1px 0px rgba(9, 15, 16, 0.2);
  background: #f65300 url(/assets/images/IMnI_Buttons_LogIn.png) no-repeat 0 -38px; 
}
.login-top span:active,.login-top span:focus {
  text-shadow:  0px -1px 0px rgba(9, 15, 16, 0.35);
  background: #ec4f00 url(/assets/images/IMnI_Buttons_LogIn.png) no-repeat bottom left; 
}
.login-top div {
  display: none;
  position: absolute;
  top: 0;
  left: -142px;
  width: 216px;
  height: 115px;
  background: #ffffff url(/assets/images/login-box-bg.png) no-repeat bottom left; 
}
.login-top:hover div {
  display: block;
}
.login-top div input[type="text"] {
  width: 204px;
  height: 34px;
  margin: 3px 0 1px 5px;
  background: transparent;
  font-size: 12px;
  font-family: "source-sans-pro", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.login-top div p {
  margin: 0;
  display: inline-block;
  font-size: 13px;
  margin: 10px 0 0 10px;
}
.login-top div input[type="submit"] {
  width: 38px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f45200 url(/assets/images/IMnI_Buttons_LogIn_Validate.png) no-repeat top left; 
}
.login-top div input[type="submit"]:hover {
  background: #fc5400 url(/assets/images/IMnI_Buttons_LogIn_Validate.png) no-repeat center left; 
}
.login-top div input[type="submit"]:active,.login-top div input[type="submit"]:focus {
  background: #ed4f00 url(/assets/images/IMnI_Buttons_LogIn_Validate.png) no-repeat bottom left; 
}
/* --------------  HEADER left ------------------*/
#header-right p {
  margin: 0;
}
.main-event {
  width: 183px;
  border-right: 1px #c6c6c6 solid;
  border-left: 1px #c6c6c6 solid;
  height: 67px;
  padding: 25px 83px 0 52px;
}
.main-event a,.reach-button,.mhrp-button {
  text-transform: uppercase;
  color: #767676;
}
.main-event a {
	background-color: rgba(0, 42, 66, 0.7);
	padding: 3px 13px 6px;
	display: inline-block;
	color: #ffffff;
	width:191px;
}
.main-event a:hover,.reach-button:hover,.mhrp-button:hover {
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(9, 15, 16, 0.2);
}
.reach-button,.mhrp-button {
  width: 159px;
  height: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  background: #f3f3f5 url(/assets/images/reach-button-bg.png) no-repeat 0 0; 
  -webkit-transition: 0s;  
  -moz-transition: 0s; 
  -o-transition: 0s;
  transition: 0s;
}
.reach-button {
  border-right: 1px #c6c6c6 solid;
}
.reach-button:hover,.mhrp-button:hover {
  background: #f3f3f5 url(/assets/images/reach-button-bg.png) no-repeat  0 -38px; 
}
.reach-button:active,.mhrp-button:active{
  background: #ededed url(/assets/images/reach-button-bg.png) no-repeat  0 -76px; 
}
.arrow {
  position: relative;
  top: 3px;
  left: 8px;
}
/* menu */
#navigation {
  position: relative;
  top: -6px;
  left: 150px;
  display: inline-block;
  width: 215px;
  height: 29px;
  z-index: 101 !important;
  line-height: 18px;
}
#navigation .non-clickable {
  display: inline-block;
  width: 205px;
  height: 28px;
  color: #ffffff;
  padding: 10px 0 0 10px;
  font-family: "purista-web", Trebuchet, Arial, sans-serif;
  background: #002f4a url(/assets/images/menu-touch-bg.png) no-repeat top left; 
  cursor: pointer;
}  
#navigation .non-clickable:hover {
  text-decoration: none;
}
#header #navigation:hover #menu {
  display: block;
}
#menu.closed {
  display: none;
}
#navigation ul {
  display:none;
  margin: 0;
  padding: 0;
  width: 215px;
  height: 375px;
  position: absolute;
  top: 38px;
  left: 0;
  float: left;
  z-index: 200 !important;
  list-style: none;
  text-align: left;
  background:  url(/assets/images/top-menu-bg.png) repeat; 
  -webkit-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  -moz-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  -o-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
}

body #navigation  ul > li {     
  margin: 0 18px 0 0;
  padding: 10px 10px 9px 10px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  width: 195px;
  z-index: 100;
}

#navigation  ul a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: "purista-web", Trebuchet, Arial, sans-serif;
  font-weight: 400;
}
#navigation  ul .current > a,#navigation  ul .current > a:hover,#navigation  ul li.current:hover > a {
  color: #7d7d7d !important;
}   
#navigation  ul li:hover a  {
  color: #ffffff;
}
#navigation  ul > li:hover > a {
 text-shadow: 0px 1px 0px rgba(9, 15, 16, 0.2);
}
#navigation  ul > .submenu {
  background: url(/assets/images/IMnI_NavPanelSprite_submenu.png) no-repeat top right; 
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
#navigation  ul > .submenu:hover {
  background: url(/assets/images/IMnI_NavPanelSprite_submenu.png) no-repeat bottom right; 
}
#navigation  ul a:hover {
  text-decoration: none;
}
#navigation ul ul {
  display: none;
  position: absolute;
  left: 215px;
  top: 0;
  z-index: 100;
  background:  url(/assets/images/navigation-sub-submenu.png) no-repeat top left; 
}
#navigation ul .about-us-menu,#navigation ul .about-mn-menu {
  height: 213px;
}
#navigation ul .research-menu {
  height: 283px;
}
#navigation ul .ohes-menu {
  height: 179px;
}
#navigation ul .events-menu {
  height: 199px;
}
#navigation ul .news-menu {
  height: 325px;
}
#navigation ul .members-menu {
  height: 142px;
}
#navigation  ul ul li{
  border: none;
  display: block;
  width: 205px;
  padding: 0;
  margin: 0;
}
#navigation  ul ul a {
  display: block;
  padding: 9px 10px 8px 15px;
  background-image: none;
  
}  
#navigation  ul ul a:hover {
  
}
#navigation  ul ul li,#navigation  ul ul li:hover {
  border: none;  
  padding: 0;
  margin: 0;
  
}
#navigation ul > li:hover ul {
  display: block;
}

#search {
  position: relative;
  left: 570px;
  width: 38px;
  height: 38px;
} 
#search span {
  display: inline-block;
  width: 38px;
  height: 38px;
  z-index: 2;
  background: url(/assets/images/search-asset.png) no-repeat top right;
}
#search-hidden { 
 display: none;
 position: absolute;
 top: 0;
 left: -216px;
 width: 254px;
 height: 38px;
 z-index: 10;
 background: url(/assets/images/search-asset.png) no-repeat bottom left;
}
#search:hover #search-hidden,#search:focus #search-hidden,#search-hidden.open  {
  display: block;
}
#search input[type="text"] { 
 border: none;
 background: transparent;
 height: 30px;
 color: #333333;
 width: 200px;
 margin: 3px 0 0 5px;
 font-size: 12px;
  font-family: "source-sans-pro", Helvetica Neue, Helvetica, Arial, sans-serif;
}
 

/* -------- Logo -------- */
#header .logo {
  width: 519px;
  height: 56px;
  margin: -2px 0 0 0;
}

/* content */
#homepage-right .box,.events-landing #right .box{
  width: 320px;
  height: 734px;
  float: right;
  position: relative;
  top: 0;
  left: 0;
}
.events-landing #right .box {
  height: 734px;
}
#homepage-left {
  width: 660px;
  height: 734px;
  float: left;
}
.homepage-article {
  padding: 23px 20px 11px 20px;
}
.homepage-article h3 {
 margin: 0;
 padding: 0;
 font-size: 14px;
}
.homepage-article h3 a {
 color: #333333;
 text-transform: uppercase;
}
.homepage-article h4 {
 margin: 0px 0 0;
 padding: 0;
 font-size: 12px;
 font-weight: normal;
 color: #767676;
 font-style: italic;
}
.home-left-area {
    float: left;
    overflow: hidden;
    width: 660px;
}
/* Fix height homepage blocks requested by Doreen 01/08/2017 */
.home-intro-box { margin-bottom:20px;  height: 431px;      overflow: hidden;}
.home-news-listing-box { overflow:hidden; margin-bottom:20px; height: 155px;     overflow: hidden;     position: relative;}
.home-news-listing-box h1.home-news-heading { top:0 ; margin-bottom:1em; }
.home-news-listing-item {        
	float: left;
    width: 193px;
    padding: 0 20px 20px 0;
    box-sizing: content-box;
}
.home-news-listing-item:first-child { padding-left:20px; }	
.home-intro-box #header-box > img {
    width: auto;
    height: 182px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.home-news-listing-archive-link {     
	position: absolute;
    right: 10px;
    top: 10px;}
.ui-tabs-nav {
  margin: 0;
}

.ui-tabs-nav li {
  display: inline-block;
  float: left;
  width: 159px;
  height: 38px;
  background: url(/assets/images/tabs-links-bg.png) repeat-x top;
  text-align: center;
  border-bottom: 1px #c6c6c6 solid;
  border-right: 1px #c6c6c6 solid;
  font-family: "purista-web", Trebuchet, Arial, sans-serif;
  font-weight: 500;
}
.events-landing .ui-tabs-nav li {
  width: 105px;
}
.ui-tabs-nav li.first.ui-state-active {
  border-right: 1px #c6c6c6 solid;
}
.ui-tabs-nav li.second {
  border-right: none;
  /* border-left: 1px #c6c6c6 solid; */
}
.ui-tabs-nav li.third.ui-state-active,.ui-tabs-nav li.third {
  border-left: 1px #c6c6c6 solid;
  border-right: none;
  width: 107px;
}
.ui-tabs-nav li.ui-state-active {
  background: url(/assets/images/tabs-links-bg.png) repeat-x bottom;
  border:none;
  border-right: 1px #c6c6c6 transparent;
}
.ui-tabs-nav li.ui-state-active a,.ui-tabs-nav li a:hover  {
  color: #767676;
}

.ui-tabs-nav li a {
  color: #c6c6c6;
  padding-top: 8px;
  display: inline-block;
  font-size: 14px;
}
.ui-tabs-nav li a:hover {
  text-decoration: none;
}

#tabs-1,#tabs-2,#tabs-3 {
  clear: both;
  margin-top: 0px;
}
.orange-button {
  margin: 0;
}

.orange-button a,.register a,.submit {
  display: inline-block;
  text-align: center;
  height: 30px;
  width: 320px; 
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  padding-top: 8px;
  font-size: 12px;
  font-weight: 500;
  font-family: "purista-web", Trebuchet, Arial, sans-serif;
  background: url(/assets/images/IMnI_ButtonSprite_MoreNews.png) repeat-x top;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
.orange-button a:hover,.register a:hover,.submit:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(9, 15, 16, 0.2);
  background: url(/assets/images/IMnI_ButtonSprite_MoreNews.png) repeat-x center;
}
.orange-button a:active,.orange-button a:focus,.register a:active,.register a:focus,.submit:active,.submit:focus {
  text-shadow: 0 -1px 0 rgba(9, 15, 16, 0.35);
  background: url(/assets/images/IMnI_ButtonSprite_MoreNews.png) repeat-x bottom;
}
.register {
	text-align: right;
	margin-top: 16px;
}
.register a {
	position: static;
	width: 130px;
	margin-right: -24px;
}
.more {
  color: #f45200;
  margin-top: 0px;
  text-transform: uppercase;
}


/* homepage boxes */
.homepage-box {
  float: left;
  width: 320px;
  height: 309px;
  margin: 0 20px 20px 0;
  position: relative;
  top: 0;
  left: 0;
  background-color: #ececf0;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -moz-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
}
.homepage-box.two,.homepage-box.four {
  margin-right: 0;
}
.homepage-box.one {
  background: #ffffff url(/assets/images/IMnI_MarketResearchPanelSprite.png) no-repeat top left;
}

.homepage-box.two {
  background: #ffffff url(/assets/images/IMnI_OHESPanelSprite.png) no-repeat top left;
}
.homepage-box.three {
  background: #ffffff url(/assets/images/IMnI_EventsPanelSprite.png) no-repeat top left;
  margin-bottom: 0px;
}
.homepage-box.four {
  background: #ffffff url(/assets/images/IMnI_PublicationsPanelSprite.png) no-repeat top left;
  margin-bottom: 0px;
}
.homepage-box.one:hover,.homepage-box.two:hover,.homepage-box.three:hover,.homepage-box.four:hover {
  background-position: top right;
}
.homepage-box div {
  height: 48px;
  margin: 125px 0 0;
  overflow: hidden;
}
.homepage-box h2 {
  display: inline-block;
  height: 31px;
  padding: 8px 13px 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-left: -38px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-box p {
  padding: 10px 20px 5px;
}
.homepage-box.one:hover h2,.homepage-box.one:focus h2,.homepage-box.two:hover h2,.homepage-box.two:focus h2,
.homepage-box.three:hover h2,.homepage-box.three:focus h2,.homepage-box.four:hover h2,.homepage-box.four:focus h2  {
  margin-left: 0;
}
.homepage-box.one h2 {
  background: #003e61 url(/assets/images/market-research-icon.png) no-repeat 0 0;
}
.homepage-box.two h2 {
  background: #003e61 url(/assets/images/ohes-icon.png) no-repeat 0 0;
}
.homepage-box.three h2 {
  background: #003e61 url(/assets/images/events-icon.png) no-repeat 0 0;
}
.homepage-box.four h2 {
  background: #003e61 url(/assets/images/publications-icon.png) no-repeat 0 0;
}
.box-more {
  padding: 0;
  margin: 0;
 
}
.box-more a {
position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 30px;
  display: inline-block;
  width: 90px;
  height: 30px;
  font-size: 12px;
  padding-top: 8px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  font-family: "purista-web", Trebuchet, Arial, sans-serif;
  background: url(/assets/images/IMnI_ButtonSprite_MoreNews.png) repeat-x top;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
.box-more a:hover {
 text-decoration: none;
  text-shadow: 0 1px 0 rgba(9, 15, 16, 0.2);
  background: url(/assets/images/IMnI_ButtonSprite_MoreNews.png) repeat-x center;
}
.box-more a:active,.box-more a:focus {
 text-shadow: 0 -1px 0 rgba(9, 15, 16, 0.35);
  background: url(/assets/images/IMnI_ButtonSprite_MoreNews.png) repeat-x bottom;
}
/* -------- footer -------- */
#footer h4 {
  font-size: 11px;
  margin: 0;
}
#footer .footer-1 {
  width: 205px;
  float: left;
}
#footer .footer-2 {
	float: right;
	width: 285px;
	margin-top: -17px;
}
#footer .footer-2  ul{
	margin-left: 0;
	margin-left: 0;
	list-style: none;
}
#footer .footer-bottom {
  margin: 0 85px 0 0;
  width: 500px;
  float: right;
  text-align: right;   
  color: #f45200;
}
#footer .copy {
  display: inline-block;
  margin-left: 22px;
  margin-right: 6px;
  color: #1d70a0;
}
.footer-icons {
  margin: 0;
  display: inline-block;
  margin: 0 0 -15px 538px;
  
}
.footer-icons a {
  display: inline-block;
  width: 38px;
  height: 38px;
  float: right;
  margin-right: 10px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.footer-icons span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
}
.footer-icons .print-footer span {
  background: url(/assets/images/IMnI_Buttons_Print.png) no-repeat top left;
}
.footer-icons .share-footer span {
  background: url(/assets/images/IMnI_Buttons_Share.png) no-repeat top left;
}
.footer-icons .print-footer:hover span,.footer-icons .share-footer:hover span {
  background-position: center left;
}
.footer-icons .print-footer:active span,.footer-icons .print-footer:focus span,
.footer-icons .share-footer:active span,.footer-icons .share-footer:focus span {
  background-position: bottom left;
}
#experience-bar {
	position: relative;
	top: 0;
	left: 0;

}
.exp-text {
	display:none;
	padding:20px;
}

#header-right .exp-text p {
	margin-bottom: 1em;
}

#experience-bar:hover .exp-text, a.exp-link:focus + .exp-text {
	display:block;
}	
#experience-bar .exp-text {
    background-color: #ffffff;
    -moz-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
    -webkit-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
    box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
	background:white;
}
a.exp-link{
	width: 296px;
	height: 29px;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 0 1px 24px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	font-family: "purista-web", Trebuchet, Arial, sans-serif;
	background: url(/assets/images/IMnI_ButtonSprite_ACExperienceMenu.png) repeat-x top;
	-webkit-transition: 0s;
	-o-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
}
a.exp-link:hover{
  text-shadow:  0px 1px 0px rgba(9, 15, 16, 0.2);
  text-decoration: none;
  background: #f65300 url(/assets/images/IMnI_ButtonSprite_ACExperienceMenu.png) no-repeat 0 -38px; 
}
a.exp-link:active,a.exp-link:focus  {
  text-shadow:  0px -1px 0px rgba(9, 15, 16, 0.35);
  background: #ec4f00 url(/assets/images/IMnI_ButtonSprite_ACExperienceMenu.png) no-repeat bottom left; 
}
.mini-banner-overlay {
    background-color: rgba(0, 42, 66, 0.7);
    display: inline-block;
    color: #ffffff;
    width: 211px;
    position: absolute;
    left: 36px;
    top: 22px;
    font-family: "purista-web", Trebuchet, Arial, sans-serif;
    padding: 5px 12px;
    font-size: 15px;
}


}
#homepage-top-panel {
  width: 660px;
  height: 76px;
  background-color: #ececf0;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  left: 0;
  -moz-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
}
#homepage-top-panel .small{
  position: relative;
  top: -5px;
}
#homepage-top-panel .signature {
	position: relative;
	top: -16px;
	left: 120px;
	display: inline-block;
}
#homepage-top-panel  h1 {
  font-size: 16px;
  color: #ffffff;
  height: 31px;
  padding: 7px 15px 0;
  background-color: #003e61;
  display: inline-block;
  position: absolute;
  top: 0;
  font-weight: 600;
  left: 66px;
  margin: 0;
}
#homepage-top-panel  p {
  width: 370px;
  float: right;
  margin: 8px 20px 0 0;
  font-size: 12px;
  line-height: 16px;
}
#homepage-top-panel  p img {
  margin: 8px 10px 0 -5px;
}
.small {
  font-size: 11px;
  display: inline-block;
}
.larger {
  font-size: 16px;
}

/* conference pages */
#conference-header {
	margin: -5px 24px 56px 24px;
}
#conference-header  h2,#conference-header  h4{
	margin: 0;
	font-family: "source-sans-pro",'Helvetica Neue';
	font-weight: bold;
}
#conference-tabs {
  width: 660px;
  float: left;
}
.conference-tab {
  clear: both;
  padding: 0 25px;
}
#conference-tabs .ui-tabs-nav li {
  padding-right: 16px;
  padding-left: 16px;
  width: auto;
}

/* FOR LAST TAB TO MAKE FIT PERFECTLY IN 660px CONTAINER

#conference-tabs .ui-tabs-nav li:last-child {
  padding-right: 18px;
  padding-left: 18px;
  width: 41px;
  border-right: 0 none;
}

*/

/* conference tab fixed width ids */

#conference-tabs .ui-tabs-nav #bartab1 {
padding: 0;
width: 55px;
border-right: 1px #c6c6c6 solid;
}

#conference-tabs .ui-tabs-nav #bartab2 {
padding: 0;
width: 85px;
border-right: 1px #c6c6c6 solid;
}

#conference-tabs .ui-tabs-nav #bartab3 {
padding: 0;
width: 80px;
border-right: 1px #c6c6c6 solid;
}

#conference-tabs .ui-tabs-nav #bartab4 {
padding: 0;
width: 99px;
border-right: 1px #c6c6c6 solid;
}

#conference-tabs .ui-tabs-nav #bartab5 {
padding: 0;
width: 107px;
border-right: 1px #c6c6c6 solid;
}

#conference-tabs .ui-tabs-nav #bartab6 {
padding: 0;
width: 64px;
border-right: 1px #c6c6c6 solid;
}

#conference-tabs .ui-tabs-nav #bartab7 {
padding: 0;
width: 84px;
border-right: 1px #c6c6c6 solid;
}

#conference-tabs .ui-tabs-nav #bartab8 {
padding: 0;
width: 79px;
border-right: 0 none;
}


#conference-tabs .ui-tabs-nav li.ui-state-active:last-child{
border-right: 0 none;

}

#conference-tabs .ui-tabs-nav li.ui-state-active {
  border-right: 1px #c6c6c6 solid;
  border-bottom: 1px #ffffff solid;
  background-color: #ffffff;
  background-image: none;
}
#conference-tabs #conference-menu{
  z-index: 50;
  position: relative;
  border-top: 1px #c6c6c6 solid;
  border-bottom: 1px #c6c6c6 solid;
  top: -36px;
  width: 660px;
  height: 38px;
  background-color: #ececf0;
}
.conference-tab h2,#conference-sidebar h2 {
  display: inline-block;
  clear: both;
  padding: 9px 15px;
  background-color: #005a8e;
  font-size: 15px;
  font-family: "purista-web", Trebuchet, Arial, sans-serif;
  color: #ffffff;
  margin-left: -26px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.conference-tab h3,#conference-sidebar h3 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0 0;
  margin-bottom: -2px;
}
.conference-tab h4 {
	text-transform: uppercase;
	font-size: 12px;
	margin-top:20px;
}
#conference-sidebar h3 a {
  color: #333333;
}
#conference-sidebar {
  float: right;
  width: 278px;
  border-top: 1px #c5c5c5 solid;
  padding: 10px 25px; 
}
#conference-tabs #tabs-1,#conference-tabs #tabs-2,#conference-tabs .conference-tab {
  margin-top: -10px;
  margin-bottom: -10px;
  position: relative;
  top: -25px;
}

/* about pages */
.about-detail h1,.about-landing .about-article h2 ,.events-landing .about-article h2,
.events-landing h1,.about-landing h1,.conference h1,.staff #header-box h2 ,.staff h1 span,
.committee h1,.committee h2 span,.officers #header-box h2,.officers h2 span,.officers h1 span,
.publications #header-box h1,.publications h2 span,.news #header-box h1,.news h2 span{
  font-size: 16px;
  font-family: "purista-web", Trebuchet, Arial, sans-serif;
  color: #ffffff;
  padding: 10px 15px 10px 15px;
  background-color: #003e61;
  display: inline-block;
  position: relative;
  top: -22px;
  margin-bottom: -35px;
  font-weight: 600;
}
.publications h2 span em {
  text-transform: lowercase;
  font-style: normal;
}
.staff h1,h2.with-line,.officers h1  {
	border-top: 1px #c6c6c6 solid;
}
h2.with-line {
	margin-bottom: 25px;
}
#news h2.with-line {
	margin-top: -1px;
}
.staff h1 span ,h2.with-line span,.officers h1 span,.publications h2 span,.news h2 span{
	background-color: #005a8e;
	position: static;
	margin-top: -1px;
	font-weight: normal;
}
.with-line span {
	text-transform: uppercase;
}
.staff #header-box h2 ,.committee #header-box h1,.officers #header-box h2 {
	margin-top: 0;
	top: -27px;
}
.conference h1  {
	z-index: 50;
	margin-bottom:-2px;
}
.about-landing .about-article h2,.events-landing .about-article h2, .about-article .about-article-right h2 {
  top: -11px;
  left: -25px;
  text-transform: uppercase;
  background-color: #005a8e;
  font-weight:normal;
}
h2.a-conference {
  max-width: 245px;
}
.events-landing .about-article h2 {
  text-transform: none;
  font-weight: normal;
}
.about-article .box-more a {
  text-transform: uppercase;
  width: 120px;
}
.inner-text {
	padding: 0 22px 25px
}
#right h2{
	font-size: 14px;
	text-transform: uppercase;
	font-family: "purista-web", Trebuchet, Arial, sans-serif;
	color: #ffffff;
	padding: 9px 15px 9px 15px;
	background-color: #003e61;
	font-weight: 500;
	margin: 0;
}
#right h2 a{
	color: #ffffff;
}
#right h2 a:hover {
	text-decoration: none;
}
#right .box-members h2 {
	background-color: #005a8e;
}
.info-article {
	padding: 15px 25px;
	border-bottom: 1px #c6c6c6 solid;
}
.info-article:last-child {
	border-bottom: none;
}
.info-article h3  {
	margin: 0 0 -5px -10px;
	padding-left: 10px;
	background: url(/assets/images/right-list-bullets.png) no-repeat 0 7px;
}
.info-article.current h3  {
	background: url(/assets/images/right-list-bullets.png) no-repeat 0 -111px;
}
.info-article h3 span {
	font-size: 13px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.info-article h3 a {
	color: #484848;
}
.info-article.current h3,.info-article.current h3 a,.info-article.current p, #right .submenu li a.current{
	color: #808080;
}
#right .submenu  {
	margin: 0;
	list-style: none;
}

 #right .submenu  li a{
	text-transform: uppercase;
	color: #484848;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #C6C6C6;
    padding: 25px 37px;
	background: url(/assets/images/right-list-bullets.png) no-repeat 25px 32px;
}

#right .box-members .submenu li a {
    background-position: 25px 17px;
    padding: 10px 24px 10px 37px;
}

 #right .submenu  li a span{
	text-transform: none;
	color: #808080;
}
.submenu-second-level {
margin:0px;
Padding:0px;
}

.submenu-second-level li {
font-size:12px;
list-style: none;
}

#right .submenu .submenu-second-level li  {
font-size:12px;
padding-left:0px;
width:auto;
}

#right .submenu .submenu-second-level li a  {
background: url(/assets/images/right-list-bullets.png) no-repeat 36px 18px;
padding: 10px 49px;
}


.about-article {
	position: relative;
	clear: both;
	min-height: 174px;
	border-top: 1px #C6C6C6 solid;
}
.about-article img {
	float: left;
	width: 150px;
	height: 155px;
}
.about-article-right {
	width: 510px;
	float: right;
}
.about-article-right  p{
	padding: 0 20px;
	margin: 15px 0 10px;
}
  /* EVENTS PAGES */
 #header-box img {
	width: 660px;
	/* height: 155px; */
 }
#header-box p {
	margin: -3px 20px 18px 20px;
 }

#header-box ul {

  margin-top: -3px;
  margin-right: 20px;
  margin-bottom: 18px;
  margin-left: 36px;
}

.committee #header-box ,.publications #header-box,.news #header-box{
	margin-bottom: -20px;
}
.events-landing #header-box h1 {
	margin-bottom: -30px;
	padding: 9px 10px 9px 51px;
	background: #003E61 url(/assets/images/events-icon.png) no-repeat 0 0;
} 
.events-landing .box-more a,.about-landing .box-more a {
	position: absolute;
	right: 0;
	bottom: 0;
}

  /* STAFF PAGE */
  
.staff #members-header,.officers #members-header  {
	line-height: 30px;
}  
#members-header img {
	width: 150px;
	height: 155px;
	float: left;
}  
.members-header-left {
	width: 480px;
	float: left;
	margin-left: 15px;
} 
.committee #members-header  h3{
	margin-bottom: -10px;
	text-transform: uppercase;
	font-size: 14px;
}

.staff #members-header  h3,.officers #members-header  h3,.committee #members-header  h4{
	color: #808080;
	font-size: 14px;
	margin-bottom: -10px;
}
.committee #members-header  h4{
	margin-bottom: 0;
}

.body-text {
	margin: 20px;
}
.body-text h2 {
	text-transform: uppercase;
	margin: 15px 0 0;
	color: #002a42;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Source-sans-pro','Arial';
}
  /* COMMITTEE */
 .gen-info p{
	margin: 2px 0;
 }
 .gen-info p span {
	float: right;
	width: 565px;
	display: inline-block;
 }

.committee-members .one-committee {
	width: 319px;
	height: 88px;
	float: left;
	border: 1px #ebebeb solid;
	border-left: none;
	margin-bottom: 20px;
	-webkit-transition: all 0.45s;
	-o-transition: all 0.45s;
	-moz-transition: all 0.45s;
	transition: all 0.45s;
} 
.committee-members .one-committee:nth-child(2n) {
	float: right;
	border-left: 1px #ebebeb solid;
	border-right: none;
} 
.committee-members .one-committee:hover,.committee-members .one-committee:nth-child(2n):hover {
	border-color: #b5b4b4;
} 

.one-committee  img{
	width: 88px;
	height: 88px;
	float: left;
	margin-right: 23px;
}
.one-committee  h3,.one-committee  h4{
	margin: 3px 0;
}
.one-committee  h3{
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 14px;
}
.one-committee  h4{
	color: #808080;
        padding-right: 5px;
}
.one-committee p {
	color: #f45200;
	margin: 2px 0;
	font-size: 12px;
}
.styled-table  {
	margin-bottom: 25px;
}
.styled-table  tr{
	border-bottom: 1px #ebebeb solid;
}
.styled-table  th,.styled-table  td{
	text-align: center;
}
.styled-table  thead th{
	text-transform: uppercase;
}
.styled-table  tr th:first-child{
	text-align: left;
}
.styled-table th,.styled-table td{
	padding: 10px 20px;
}
.styled-table th {
	font-weight: bold;
}
.orange {
	color: #f45200;
}
td.orange {
	font-size: 12px;
}



/* BACK TO TOP */
.back-top  a{ 
   position: fixed;
   bottom: 181px;
   left: 50%;
   margin-left: 180px;
  display: none;
  color: #ffffff;
  font-family: "purista-web",Trebuchet,Arial,sans-serif;
  font-size: 12px;
   width: 146px;
  color: #ffffff;
  height: 30px;
  padding: 8px 0 0 15px;
  width: 129px;
   -moz-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);
  box-shadow: 1px 1px 1px 0px rgba(9, 15, 16, 0.4);  
  background: #f45201 url(/assets/images/IMnI_Button_BackToTop.jpg) no-repeat 0 0;
}
.back-top  a:hover {
  text-decoration: none;
}

  /* NEWS PAGE */
.news-detail h1 {
   position: static;
   margin: 21px 0 20px;
}
.news-detail #left {
  padding-top: 20px;
}
#news {
  border-top: 1px #c6c6c6 solid;
}
 #news div{
  padding: 7px 25px;
  border-bottom: 1px #f0f0f0 solid;
}
#news div h4 {
  color: #4d4d4d;
  margin: 3px 0 -3px;
  font-weight: normal;
}
#news div h3 a {
  color: #333333;
}
.pagination-links {
	margin: -1px 0 0 0;
	float: right;
	display: inline-block;
} 
.pagination-links  a{
	padding: 8px 10px;
	border: 1px #d0d0d0 solid;
	border-right: none;
	color: #808080;
	margin: 0; 
	float: left;
	display: inline-block;
	font-size: 12px;
	font-family: "purista-web", Trebuchet, Arial, sans-serif;
	background: #ececf0 url(/assets/images/pagination-bg.png) repeat-x;
} 
.pagination-links  a.active{
	color: #c6c6c6;
	background: #ffffff;
} 
.pagination-links a:hover {
	background: #e3e3e8;
	text-decoration: none;
}
.pagination-links  .next-page,.pagination-links  .prev-page {
	padding: 8px 0;
	width: 95px;
	text-align: center;

}
.back-button {
  margin-top: 30px;
  color: #f45200;
  text-transform: uppercase;
}


.hidden {
  display: none;
}

.upcoming-events .upcoming-hidden,.past-events .past-hidden {
  display: block;
}

#image-credits {
  bottom: 1px;
    color: #FFFFFF;
    font-size: 11px;
    left: 50%;
    margin-left: 510px;
    position: absolute;
    text-shadow: 1px 1px 2px rgba(9, 15, 16, 0.9);
    width: 28%;
}


#contact-form {
  margin: 10px 20px;
}

#contact-form img {
  position: relative;
  top: 11px;
  margin-right: 45px;
}
#contact-form p {
  margin: 20px 0;
}

#contact-form label{
  clear: left;
  width: 167px;
  margin: 0 20px 0 0;
  float: left;
}

#contact-form input[type="text"],#contact-form textarea {
  border: 1px #c6c6c6 solid;
  background-color: #eaeaee;
  width: 404px;
  padding: 5px 10px;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#contact-form textarea {
  height: 170px;
}

#contact-form select {
  background-color: #eaeaee;
  width: 426px;
  height: 27px;
  border: 1px #c6c6c6 solid;
}
#contact-form select option {
  padding: 5px 10px;
  position: relative;
  top: 4px;
}

#contact-form input[type="text"]:active,#contact-form input[type="text"]:focus,select:active,select:focus,textarea:focus,textarea:active{
  background-color: #ffffff;
}

#contact-form input[type="text"]:hover,select:hover,textarea:hover {
  border-color: #adaaaa;
  background-color: #ffffff;
}

.submit {
  position: static;
  clear: both;
  margin-left: 188px;
  margin-bottom: 20px;
  padding-top: 0;
  cursor: pointer;
  width: 426px;
}


.search-form {}
.search-label { display:none; }
input.search-input {    border: 1px solid #000;
    padding: 0.4em;
    font-size: 15px;
    width: 50%;
	} 
input.search-submit {    
	padding: 0.5em;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #aaa;}


  /* cookie dialogue */
#bar, #bar p {
    font: 12px trebuchet,sans-serif;
    text-align: left;
}

.bar-normal {
    bottom: 0;
    position: fixed;
    right: 10px;
    z-index: 999999;
}

#bar a.cbar span {
    background: url(/assets/images/wpcom-admin-bar-icons.png) no-repeat scroll 0 -79px transparent;
    padding-left: 19px;
}

#bar a.cbar {
    border-radius: 2px 2px 0 0;
}

#bar a:hover span, #bar a.cbar.open span {
    background-position: 0 -119px;
    color: #FFFFFF !important;
}

#bar a.cbar {
    background-color: #464646;
    background-image: -moz-linear-gradient(center bottom , #3F3F3F, #464646 5px);
    border: 0 none;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
    color: #CCCCCC;
    display: block;
    font: 13px/28px "Proxima Nova",sans-serif;
    letter-spacing: normal;
    outline-style: none;
    outline-width: 0;
    overflow: hidden;
    padding: 0 10px 0 8px;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(9, 15, 16, 0.2);
	margin-left: 20px;
	float:right;
}


#bar a, #bar h2 a:hover, #bar h3 a:hover {
    color: #fff;
    text-decoration: underline;
}

#cdes {
    background: none repeat scroll 0 0 #464646;
    border-radius: 2px 0 0 0;
    color: #FFFFFF;
    padding: 15px;
    width: 200px;
	display:none;
	clear:right;
	float:right;
}

#bar button {
    padding: 0 1em;
    width: auto;  /* cancel margin fix for other browsers */
    overflow: visible;
}

#cookie-table td,#cookie-table th{
 border: 1px #bababa solid;
}
#cookie-table th{
 background-color: #d9d9d9;
 text-align: left;
}






/* ----------------------- IE ONLY
------------------------------------------------ */
.ie8 {
  font-style: normal;
}

/* ----------------------- FIREFOX ONLY
------------------------------------------------ */
@-moz-document url-prefix() { 
  
  
}

/* ----------------------- WEBKIT ONLY
------------------------------------------------ */
@media screen and (-webkit-min-device-pixel-ratio:0) { 

}   
/* ----------------------- GIVE BACK THE RADIO
------------------------------------------------ */

input[type="radio"]{
    -webkit-appearance: radio;
}
input[type="checkbox"]{
    -webkit-appearance: checkbox;
}