﻿@import "_fonts.css"; 
@import "_grids.css";
@import "_main.css";
@import "_form.css";
@import "_nav.css";

/*
div#wrapper { 
	text-align: left;
	margin: 0 auto; 
	min-width: 300px;	
}
*/
div#wrapper { 
	max-width: 1440px;
	margin: 0 auto; 
}

header,
footer {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0; 
	display: block;
	clear: both;
	float: none;
	color: white;
	position: inherit;
	z-index: 0;
}  
div[theme="blue"] {
	background-color: #317DBF;
}
div[theme="gray"] {
	background-color: #EBEBEB;
} 

header {
	width: 100%;
	background-color: #072C44;
	color: white; 
	text-align: center;
	padding: 25px 0 30px 0;
	margin: 0 0 35px 0;
	position: relative; 
} 
header.insurance-basics,
header.research-data {
	margin: 0 0 35px 0 !important; /* CLB added on 08042017 to fix weird padding issues on insurance basics header */
}
header div.copy {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
	max-width: 740px;  
	padding: 0 1rem 0 1rem; /* CLB changed from '20px 1rem 20px 1rem' on 08042017 to fix weird padding issues on insurance basics header */
}
header h1 {
	padding: 0;
}
header h1,
header div,
header p {
	color: white; 
} 
header h1 + p {
	padding-top: 40px;
}
header.light {
	background-color: white;   
	margin-bottom: 0;  
}
header.light h1 {
	color: #1A4D79; 
	padding-top: 30px;
	padding-bottom: 30px;
} 
header.about {
	padding: 0;
	height: auto;
}
header.about img {
	max-width: 1440px;
	width: 100%;
	display: block;
}
header.about img + h1 { 
	width: 100%;
	position: absolute;
	top: 45%;  
	margin: 0;
	padding: 0;
}
header.video {
	padding: 60px 0;
	margin-bottom: 60px;
}
header.video div.embedded-video + h1 {
	margin-top: 37px;
}
header.member {
	margin: 0 auto;
	padding: 40px 0 30px 0;
	background-color: white; 
}
header.member h1 {
	color: #082C45; 
}
/* Article, Bookmark: widget */  
a.bookmark {
	width: 10px;
	height: 20px;
	background: url("/sites/all/themes/iii_responsive/images/icons/bookmark_blue.svg") no-repeat 0 0;
	cursor: pointer;
}
a.bookmark:hover,
a.bookmark.active {
	background-image: url("/sites/all/themes/iii_responsive/images/icons/bookmark_orange.svg");
}  
a.bookmarked {
	background-image: url("/sites/all/themes/iii_responsive/images/icons/bookmark_orange.svg") !important;
} 
a.tag { 
	font-family: "proxima-nova-condensed"; /*  ProximaNovaCond-Extrabld; */
	font-weight: 800; 
	font-size: 11px;
	line-height: 1.73;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #317DBF;
	padding: 0;
	display: inline-block;
	margin: 0;  
	margin-bottom: 5px; 
	position: relative;    
}   
a.header {
  font-family: "proxima-nova", sans-serif;	/* ProximaNova Light*/
  font-weight: 300;
  font-size: 24px; 
  font-weight: 300;
  line-height: 28px; 
  color: #1A4D79; 
  display: block;
  margin-bottom: 10px;
}
a.title {  
	font-size: 16px;	/* ProximaNova */
	line-height: 1.25; 
	color: #1A4D79;  
	margin-bottom: 17px;
	display: inline-block; 
}
h2 a {
	display: block;
	color: #1A4D79;
	margin-bottom: 24px; 
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2; /* changed from 0.63 CLB 08042017 fpr parent page wrapping titles*/
}
div.subtitle {	
	/*ProximaNova Cond Regular It
	font-family: "proxima-nova-condensed", sans-serif; 
	*/
	font-family: "museo-slab", sans-serif;
	font-weight: 300; 
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 10px 0; 
}
div.notes {
	color: #9A9A9A;
	margin: 0; 
}

div.snippet {
	padding: 28px 10px;
	margin: 40px 0;
	border: 1px solid  #CDD0D5;
	border-width: 1px 0;
	text-align: center;
	position: relative;
}
div.snippet:before,
div.snippet:after {
	content: " ";
	display: inline-block;
	width: 31px;
	height: 31px;
	position: absolute;
	left: 50%;
	background: url("/sites/all/themes/iii_responsive/images/icons/arrow_snippet.png") no-repeat 0 0;
}
div.snippet:before {
	top: 0;
	margin-top: -19px;
}
div.snippet:after {
	bottom: 0;
	margin-bottom: -13px;
}
div.snippet quote {
/*
	font-family: ProximaNova-It;
	font-weight: bold;	
*/
	font-family: "proxima-nova", sans-serif; 
	font-style: italic;
	font-weight: 700;	 
	font-size: 22px;
	line-height: 1.27;
	text-align: center;
	color: #F7941F;
	display: block;
	margin: 0 auto;
}
div.snippet a.title { 
	font-size: 22px;
	font-weight: 300;
	line-height: 1.64; 
	color: #1A4D79; 
}  
/* END OF BOOKMARK */


/* Event */
label.event {
	display: block;
	width: 150px;
	height: 20px;
	background: url("/sites/all/themes/iii_responsive/images/global/label_event_iii_attending.png") no-repeat 0 0; 
	margin: 0;
	margin-top: 4px;
}
dl.event {
	margin: 0 0 30px 0;
	padding: 0 0 0 120px; 
	position: relative;
	border: 0;
	border-bottom: 1px solid #CDD0D5;
}
div dl.event:last-child {
	border: 0;
}
dl.event dt { 
	font-family: "proxima-nova", sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.13;
	text-align: left;
	color: #1A4D79;
	margin: 0;
	padding: 0 0 15px 0;
	border: 0;
}
dl.event dd p { 
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	line-height: 1.38; 
	color: #505050; 
	margin: 0;
	padding: 0 0 20px 0;
}
dl.event dd.date {
	display: table;
	width: 83px;
	height: 83px;
	background-color: #39B19F; 
	vertical-align: middle; 
	position: absolute;
	left: 0;
	top: 5px;
}
dl.event dd.date div.year,
dl.event dd.date div.month { 
	height: 20px;
	background-color: #072b45;
	font-family: "proxima-nova-condensed", sans-serif;
	font-size: 12px;
	font-weight: 700;	/* bold; */
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	color: #A4DDF7;
	text-transform: uppercase;
	vertical-align: middle;
	/*
	display: table-cell; 
	*/
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	padding-top:4px;
	padding-bottom: 4px;
	height: auto;
	max-height: 20px; 
} 
dl.event dd.date div.year {
	top: 83px;
}
dl.event dd.date span { 
	display: table-cell;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	position: relative;
	width: 100%;
	height: 63px;
	font-family: "proxima-nova", sans-serif; /* ProximaNova-Extrabld; */
	font-weight: 800;
	font-size: 55px;
	line-height: 0.55;
	letter-spacing: 0.6px; 
	color: #FFFFFF; 	
	clear: both;
}
dl.event a.less,
dl.event .more-content {
	display: none;
}
dl.event a.less {
	margin-left: 4px;
}
/* END OF EVENT */

/* General listing */
dl.item { 
	padding: 25px 0 5px 0;
	margin: 0;
	border-top: 1px solid #CDD0D5;
	clear: both; 
	position: relative;    	
}
dl.item::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
dl.item dt,
dl.item dt a { 
  font-family: "proxima-nova", sans-serif;	/* ProximaNova Light*/
  font-weight: 300;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px; 
  color: #1A4D79;
}  
dl.item dt {  
  padding: 0 0 15px 0;
  padding-left: 0px;
  margin: 0;
}
dl.item dt.img { 
	display: inline-block;
	float: left; 
	padding: 0;
	padding-right: 20px;   
	height: 100%;
}
dl.item dt.img ~ dt,
dl.item dt.img ~ dd {
	overflow: hidden;
}
dl.item dd { 
  text-align: left;
  color: #505050; 
  padding: 0;
  margin: 0; 
} 
dl.item dd a.title {
	display: inline;
}
dl.item dd p {
	margin: 0;
	padding: 0 0 20px 0;
}

h1 + dl.item,
h2 + dl.item {
	border: 0; 
	padding-top: 0;
}

h1 + dl.item dt,
h2 + dl.item dt {
	padding-top: 0
}
dl.item + h2 {   
	padding-top: 4px;
}  
dl.item dt.img 
dl.item + dl.item {
	clear: both;
} 
dl.item:nth-of-type(1) {
	border: 0;
	padding-top: 0;
}
/* END OF GENERAL LISTING */



/* Widget: glossary, reads, twitter, facebook */
div#widgets {
	background-color: #317dbf; 
} 
div#widget-glossary {
	padding: 8px 21px 13px 21px; 
}
div#widgets h3 {
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 0.95;
	letter-spacing: 0.5px;
	text-align: left;
	color: #072B45; 
	border-bottom: 1px solid #f0c84e;
	padding: 12px 0;
	margin: 0 0 18px 0;
} 
div#widgets a.btn {
	width: 100%;
	margin-bottom: 0;
}
div#widgets p {
	margin: 0;
	padding: 0;
	padding-bottom: 23px;
}
div#widget-stats {
	padding: 29px;
	padding-top: 8px;
} 
ol.widget {
	padding: 0;;
	margin: 0;
	font-family: "proxima-nova", sans-serif; /*font-family: ProximaNova-Extrabld;*/
	font-style: normal;
	font-weight: 800;
	font-size: 21px;
	line-height: 1.0; 
	color: #39B19F;  
	counter-reset: item;
	list-style-type: none;
	list-style-position: outside;
	position: relative; 
	width: 100%;
}
ol.widget li { 
	border-bottom: 1px solid #CDD0D4;
	margin: 0 0 0 0; 
	padding: 26px 26px 26px 60px; 
	display: block;
	position: relative; 
}
ol.widget li:before { 
	content: counter(item) ""; 
	counter-increment: item; 
	width: 55px; 
	min-height: 30px; 
	float: left; 
	display: inline-block;  
	position: relative;
	margin-left: -60px;
}  
ol.widget li:last-child {
	border: 0;
}
ol.widget li a {
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	text-align: left;
	color: #505050; 
	overflow: hidden;  
} 
ol.widget li a.bookmark { 
	float: right; 
	margin-top: 0;
	margin-right: -26px;
	position: relative;
}
div#widgets div#widget-smedia {
	padding: 0 6px;
}
div#widget-smedia div.main-tabs-nav {
	margin-bottom: 8px;
}
div#widget-smedia div.main-tabs-nav a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28px 23px; 
	padding: 0;
	width: 105px;
	height: 53px;
	display: inline-block; 
} 
div#widget-smedia div.main-tabs-nav a[tab="tab-feed-twitter"] {
	background-image: url("/sites/all/themes/iii_responsive/images/icons/twitter-gray.svg"); 
	background-size: 28px 23px; 
}
div#widget-smedia div.main-tabs-nav a[tab="tab-feed-twitter"].active {
	background-image: url("/sites/all/themes/iii_responsive/images/icons/twitter-blue-light.svg"); 
}
div#widget-smedia div.main-tabs-nav a[tab="tab-feed-facebook"] {
	background-image: url("/sites/all/themes/iii_responsive/images/icons/facebook-gray.svg"); 
	background-size: 12px 23px;
}
div#widget-smedia div.main-tabs-nav a[tab="tab-feed-facebook"].active {
	background-image: url("/sites/all/themes/iii_responsive/images/icons/facebook-blue-light.svg"); 
} 
div#widget-smedia div[tab] {
	height: 400px;
}
div#widget-smedia div#tab-feed-facebook {  
	padding-right: 10px;
	padding-left: 5px; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow-y: scroll;
}
div#widget-smedia div#tab-feed-facebook div.fb-row { 
	border-bottom: 1px solid #CDD0D5;
	margin-top: 22px;
	padding-bottom: 22px;
}
div#widget-smedia div#tab-feed-facebook div.fb-row:last-child {
	border: 0;
	margin-bottom: 0;
} 
div.fb-row p {
	margin: 0; 
	padding: 0;
	padding-top: 1rem;
	padding-bottom: 1rem; 
}
div.fb-row img {
	width: auto; 
	max-width: 100%;
}
div.fb-row div.fb-profile {
	padding: 0;
	padding-left: 50px;
	padding-bottom: 0.75rem;
} 
div.fb-row div.fb-profile img {
	width: 32px;
	height: 32px; 
	float: left;
	margin-top: 5px;
	margin-left: -50px;
	display: inline-block; 
}
div.fb-row div.fb-profile a {
	font-weight: bold;
	color: #365899;
}
div.fb-row div.fb-profile div.time-ago {
	color: #90949C; 
   font-size: 12px;
}
div.fb-row div.col-md-8 {
	border: 1px solid #CDD0D5;
	width: auto; 
	background: #F6F7F9;   
	overflow: hidden;
	padding: 0;
	margin: 0.25em 0;
	font-size: 12px;
	color: #505050; 
}
div.fb-row div.col-md-8 a,
div.fb-row div.col-md-8 a:hover {
	text-decoration: none;
	margin: 0;
	padding: 0;
	display: block;
	color: inherit;
}
div.fb-row div.post-content { 
	padding: 10px 10px;  
	border: 0;
}
div.fb-row div.post-content div.post-info-name {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 5px;
}
/* END OF WIDGET */


/* People Profile */
.person-info {	/* Bio Page */
	color: #072B45;
	margin: 0;
	padding: 0;	
	padding-bottom: 23px;
}
.person-info.headshot {	/* List */  
	max-width: 269px;
	width: 100%;
}
.person-name {
	font-weight: 400;		/* Regular */
	font-size: 25px;
	line-height: 28px; 
	margin: 0;
	padding: 0;
} 
.person-title { 
	font-weight: 300;	/* Light */
	font-size: 18px;
	line-height: 28px; 
	margin: 0;
	padding: 0;	
}
.headshot .person-name {
	font-size: 20px;
} 
.headshot .person-title {
	font-size: 16px;
}
/* END OF PEOPLE PROFILE */
 

h2 span[id^="ui-id-"],
h2 select.sort[id^="ui-id"],
h2 a.sort { 
	font-family: "proxima-nova", sans-serif; 
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 9px;
	color: #959595;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: white;
}
h2 span[id^="ui-id-"]:hover,
h2 select.sort[id^="ui-id"]:hover,
h2 a.sort:hover {
	font-family: "proxima-nova", sans-serif; 
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: white;
}

/* 3-column */
.section-item a.title {
	color: #1A4D79;
}
p.more { 
	display: block;
	float: none;
	clear: both;
	text-align: center;
}
p.more a.btn {
	margin-left: auto;
	margin-right: auto;
}
p.end {
	background: url("/sites/all/themes/iii_responsive/images/icons/iii-emblem.svg") no-repeat center top;
	background-size: 27px 26px;
	padding: 26px 0 0 0; 
	margin-top: 40px;  
}
/* END OF 3-COLUMN */

 
/* Video Wrapper */
div.embedded-video { 
	position: relative; 
	padding-bottom: 56.25% !important; 
	height: 0; 
	overflow: hidden;   
	max-width: 960px;
	max-height: 480px; 
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
} 
div.embedded-video iframe, 
div.embedded-video object, 
div.embedded-video embed { 
	position: absolute; 
	top: 0; 
	left: 0; 	
	width: 100%; 
	height: 100%; 
	min-height: 0; 
}
/* END OF VIDEO WRAPPER */


/* Embedded tables, charts */
/*div.node-publication-article h2,*/
div.field-item div.embed h2,
div.field-item div.node-table-chart h2,
div.field-item div.node-graph h2 { 
	font-size: 24px;
	font-weight: 700; /*commented out to follow style guide*/
	line-height: 1.17; 
	color: #505050; /*commented out to follow style guide*/
	margin: 0 0 0 0;
}
div.tableTitle {
	font-size: 24px;
	font-weight: 700; /*commented out to follow style guide*/
	line-height: 1.17; 
	color: #505050; /*commented out to follow style guide*/
	margin: 0 0 0 0;
}

/* Bof: Embedded iframes */
div.field-item div.node-iframe h2 { 
	display: none;
}
div.field-item div.node-iframe .contextual-links-wrapper {
	display: none;
}
div.field-item div.node-iframe iframe {
	height: 400px;
	width: 60%;
}
div.field-item div.node-iframe div.field-iframe-reusable-content {
	text-align: center;
}
.field-iframe-reusable-content {
	max-width: 87%;
	max-height: 520px;
}
/* Eof: Embedded iframes */

div.node-publication-article div.clearfix {
	padding-bottom: 20px;
}
/* Table Wrapper */
div.table-wrapper {
	/*margin: 1rem 0;*/
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	max-width: 660px;
	max-height: 95vh;
	@media only screen and (min-width: 768px) {
		max-width: 95vw;
	}
	@media on screen and (orientation: portrait) { 
		max-width: 95vmin; 
	};
	border: 0px solid #082C45;
}

.nine-column div.table-wrapper {
	max-width: 840px;
}

div.table-wrapper div.table-wrapper {
	border: 0;
	margin: 0;
	overflow: visible;
}
/* END OF TABLE WRAPPER */

/* Image Wrapper */
div.img-wrapper {
	position: relative; 
}
div.img-wrapper a.magnify,
div.field-item div.img-wrapper a.magnify { 
	display: inline-block !important;
	position: absolute !important;
	right: 18px !important;
	bottom: 18px !important;
	width: 32px !important;
	height: 32px !important; 
	background: url("../images/icons/icon_magnify.png") no-repeat center !important; 
	background-size: 14px 14px !important;
	border-radius: 16px !important;
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important; /* IE */
	-moz-opacity: 0.5 !important; /* Mozilla */  
	background-color: rgba(0, 0, 0, 0.5) !important;
	cursor: pointer !important;
	z-index: 11 !important;  
}
/* END OF IMAGE WRAPPER */

/* User */
div#register {
	max-width: 100%;
	width: 100%;
	position: relative;
	background: url("/sites/all/themes/iii_responsive/images/global/bg_register.png") no-repeat 0 0; 
	background-size: 50% auto;	
	min-height: 900px; 
}
div#register div.two-column {
	padding-top: 30px;
}  
div#register div {
	background-color: transparent; 
}

div#register .confirm-parent,
div#register .password-parent,
div#edit-account .confirm-parent,
div#edit-account .password-parent {
	width: auto; 
}

div#register .password-strength,
div#edit-account .password-strength {
	width: auto;
	padding-bottom: 4px;
}

div#register .password-strength-text,
div#edit-account .password-strength-text {
	padding-left: 5px;
}


div#register div.two-column .sGrid-962 * {  
	color: white; 
}
div#register div.two-column:nth-of-type(1) h2 {	
	font-weight: bold; 
	margin-bottom: 30px;
}
div#register div.two-column:nth-of-type(2) {
	padding-top: 0
}
div#register div.two-column:nth-of-type(2) form,
.page-my-iii-account-information form { 
	margin-top: 0;
	padding-top: 0;
} 
div#register div.instructions,
.page-my-iii-account-information form {
	text-align: right;
	margin-bottom: 1rem;
}
div#member-profile {
	font-family: "museo-slab", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.31; 
	color: #505050;
}
/* END OF USER */

 
/* Miscellaneous */
div.pagination {
	text-align: center;
}
div#search_results { 
	padding-top: 40px;
	text-align: center;
}
div#search_results div.nine-column {
	margin-left: auto;
	margin-right: auto;
	float: none; 
}
/* END OF MISCELLANEOUS */

/* Responsive */
@media only screen and (max-width: 800px) {
	div#widgets div.grid.four-column {
		margin-bottom: 0px !important;
	}
	div#register {  
		background-image: none; 
	} 
	div#register > div.wrapper:nth-of-type(1),
	div#register > div.wrapper > div.grid.two-column {   
		padding: 0;
	}	 
	div#register > div.wrapper > div.two-column:nth-of-type(2) {
		padding-right: 0.5rem;  
	}  
	div#register div.wrapper div.wrapper div.two-column {
		clear: both;
		width: auto; 
	}
	div#register div.wrapper div.grid.sGrid-962 {
		width: auto;
		padding: 1.5rem;
		background-color: #062B44;
	}	
}
@media only screen and (max-width: 700px) {
	div#widgets div.grid.four-column,
	div#widgets div.grid.two-column {
		margin-bottom: 20px !important;
	}
	div#register {
		background-size: auto ;
	}
	div#register div.two-column {
		height: auto; 
	}
	div#register div.two-column:nth-of-type(2) {
		clear: both;
		width: auto; 
	} 
	div#register div.grid.sGrid-962 {
		width: auto
	}
} 
@media only screen and (max-width: 667px) {  
	div#register > div.wrapper > div.two-column:nth-of-type(2) {
		clear: both; 
		width: auto; 
	}  
	/**************************************************
		cell phones: maintain original column order;
		- Glossary, Most Read/Shared, Twitter/Facebook
	**************************************************/
	.grid.widget { 
		order: 3;
		-webkit-order: 3;  
	}
	.grid.widget:nth-of-type(1) { 
		order: 1;
		-webkit-order: 1;  
	}
	.grid.tabbed { 
		order: 2;
		-webkit-order: 2; 
	}
	div#member-profile .three-column-962:not(:nth-of-type(3n+3)) {
		min-height: 0;  
		padding-bottom: 0;
		margin-bottom: 0; 
	}
}
@media only screen and (max-width: 481px) {

	dl.item {
		margin-top: 15px;  
	} 
	dl.item dt,
	dl.item dd {
		padding-right: 0 !important;
	}
	dl.item dt.img {
		width: 100%;
	}
	dl dt,
	dl dd { 
		float: none;
		clear: both; 
	} 
	div.stacks dl.item {
		clear: none;
		float: left; 
		padding-top: 25px !important;
		margin-right: 4%;
		width: 48% !important; 
	}
	div.stacks dl.item:nth-of-type(2n+2) { 
		margin-right: 0;
	}
	div.stacks dl.item:nth-of-type(-n+2) {
		border: 0;
		margin-top: 0 !important;
		padding-top: 0 !important; 
	} 
	
	div#widget-stats { 
		padding: 8px 20px;
	}
	div#widget-stats div.main-tabs-nav { 
		margin-bottom: 1em;
	}
	div#widget-stats div.main-tabs-nav a {
		font-size: 18px;
		padding: 10px 16px;
	} 
	ol.widget li:before {
		width: 30px; 
	} 

	@media only screen and (orientation: portrait) {
		header {
			padding-right: 0.5rem;
			padding-left: 0.5rem;
	} 
		div.menu-smedia li.label + li {
			clear: both; 
	}	
	}
} 

@media only screen and (min-device-width: 768px) and (max-width: 768px) {   
	div#widgets div.grid.two-column.tabbed { 
	/*
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	*/
		-webkit-order: 1;
		order: 1;
	}	
	div#widgets div.grid.four-column.widget:nth-of-type(0) { 
		-webkit-order: 2 ;  
		order: 2;
	}
	div#widgets div.grid.four-column.widget:nth-of-type(1) { 
		-webkit-order: 3 ; 
		order: 3; 
	} 
}

#user-login .form-item-pass label,
#user-login .form-item-name label {
	display: none;
	visibility: hidden;
}

.page-user-register div.password-confirm,
.page-user-register div.password-strength,
.page-my-iii-account-information div.password-confirm,
.page-my-iii-account-information div.password-strength {
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
}

.page-user-register div.password-suggestions,
.page-my-iii-account-information div.password-suggestions  {
	display: none !important;
	visibility: hidden !important;
}

.page-user-register form label,
.page-my-iii-account-information form label  {
	width: auto;
	font-weight: 300;
}

.page-my-iii-account-information #user-profile-form {
	/*max-width: 740px;*/
	text-align: left;
}

.page-my-iii-account-information div.instructions {
	text-align: right;
}

.page-my-iii-account-information .user-edit-form {
	max-width: 100%;
	text-align: center;
}

.page-my-iii-account-information .user-edit-form .wrapper {
	max-width: 36.3em;
}

div.vid-cont {
	position: relative;
}
div.play-hover {
	z-index: 2 !important;
	position: absolute !important;
	top: 50%;
	left: 50%;
  margin-left: -20px; /*half of the width */
  margin-top: -20px; /*half of the height */
}
div.play-bg {
	z-index: 1 !important;
	vertical-align: middle;
	text-align: center;
}

a.jump-a-hide {
	font-size: 1px !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

div.article-b-share-icon {
	background:url('/sites/all/themes/iii_responsive/images/icons/share-paragragh.png') no-repeat 0px 10px;
	width: 57px;
	height:27px;
	margin: 0 !important;
	padding: 0 !important;
	float: right;
	line-height: normal;
	cursor: pointer;
}

div.article-b-share-icon-media {
	display: none;
	height: 27px !important;
	float: right;
	padding-top: 0px !important;
	margin-top: 0px !important;
}

div.article-b-share-icon-media ul {
	margin-top: 0px !important;
}
div.article-b-share-icon-media ul li a {
	margin-right: 2px !important;
	margin-left: 8px !important;
}

/*.field-name-body h2 { 
	font-size: 20px;
  font-weight: bold;
	line-height: 0.95;
	letter-spacing: 0.5px;
  text-align: left;
	margin: 0;
	margin-bottom: 20px;
	color: #1A4D79 !important;
	border-top: 1px solid #cdd0d5;
	padding-top: 32px;
}*/

/* 2017.8.30, Ye Wang
.field-name-body h2 { 
	font-size: 24px;
	font-weight: 300;
	line-height: 1.17; 
	color: #1A4D79;
	margin: 0 0 0px 0;
	border-top: 1px solid #cdd0d5;
	padding-top: 32px;
}
*/


.field-name-body p:blank {
   display: none;
}

.field-name-body .field-name-field-folder {
	display: none;
}

/*.field-name-body h2.element-invisible{
	visibility: hidden;
	display: none;
}*/

.embed .node-table-chart {
	
}

.form-item-field-newsletter-und label[for="edit-field-newsletter-und--2"],
.form-item-field-newsletter-und label[for="edit-field-newsletter-und"] {
	display: none !important;
}
.form-item-field-newsletter-und label.option {
	border: none !important;
}

.form-required {
	color: #F79321 !important;
}

/* Added by CLB on 05/24/2017 to force houndstooth if no featured image exists  
.story {
	background: url("/sites/all/themes/iii_responsive/images/global/bg_houndstooth.png") repeat 0 0;
} 
 */
.parent-checks label,
.parentchapterop label {
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.child-checks,
div.sub-parent-checks,
div.subchapterop {
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: -6px;
}

.child-checks label,
.sub-parent-checks label,
.subchapterop label,
#nylon-publication-pdf-criteria label.option {
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.child-checks .form-checkbox,
.child-checks .form-checkbox option,
.child-checks .form-checkbox .option,
.child-checks div.form-type-checkbox,
.sub-parent-checks .form-checkbox,
.sub-parent-checks .form-checkbox option,
.sub-parent-checks .form-checkbox .option,
.sub-parent-checks div.form-type-checkbox {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.sub-child-checks,
div.subsubchapterop {
	margin-left: 50px;
	margin-bottom: 15px;
	margin-top: -12px;
}

.sub-child-checks label {
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.sub-child-checks .form-checkbox,
.sub-child-checks .form-checkbox option,
.sub-child-checks .form-checkbox .option,
.sub-child-checks div.form-type-checkbox {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nylon-publication-pdf-criteria fieldset {
	border: none !important;
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.clearfix-tiny {
	display: block;
	position: relative;
	clear: both;
	float: none;
	margin: 0;
	padding: 0; 
	padding-bottom: 0px;
	height: 1px;
	overflow: hidden; 
}

.bulletin_url a,
.bulletin_url a:hover {
	font-family: "proxima-nova", sans-serif; 
	font-size: 16px;
	font-weight: 300;
	line-height: 1.38;
}

li a.bookmark_link {
	padding-left: 17px !important;
} 

.toolbar div#navigation {
	top: 64px !important;
}

div#ui-datepicker-div {
	z-index: 10000 !important;
}

#ui-datepicker-div .ui-widget-header .ui-icon-circle-triangle-e {
		background: none !important;
    background: url("/sites/all/themes/iii_responsive/js/jquery-ui-1.12.1.custom/images/ui-icons_444444_256x240.png") !important;
		background-position: -48px -192px !important;
}

#ui-datepicker-div .ui-widget-header .ui-icon-circle-triangle-w {
		background: none !important;
    background: url("/sites/all/themes/iii_responsive/js/jquery-ui-1.12.1.custom/images/ui-icons_444444_256x240.png") !important;
		background-position: -80px -192px !important;
}

dl.no-line {  
	border-top: none !important; 
}

.field-name-field-graph img {
	width: auto !important;
}

div.noconsider {
	padding: 0 0 20px 0;
}

.hidden-p-element {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	height: 0px !important;
}

.last-p-table {
	padding-bottom: 4px !important;
}



/* BEGIN CUSTOM TABLEAU CSS */

/* hide tableau flash iframe */
iframe[type="application/x-shockwave-flash"] {
display: none !important;
}

.wrapper-962{
max-width:none;
}

.content{
width: 100%;
padding: 0;
 overflow: hidden !important; 
}

.tableauPlaceholder {
width: 100%;
padding: 0;
/* overflow: hidden !important; */
-ms-overflow-y: hidden;
-ms-overflow-x: auto;

overflow:auto !important;
}

iframe.tableauViz{
		-ms-transform: scale(0.90);
		-moz-transform: scale(0.90);
		-o-transform: scale(0.90);
		-webkit-transform: scale(0.90);
		transform: scale(0.90);

		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
}

/*
@media only screen and (max-width: 599px) {

		.tableauPlaceholder{
		height: 400px;
		width: 100%;
		overflow: scroll !important;

		}

		iframe {
		width: 98%;
		height: 686px;
		border: 0;
		-ms-transform: scale(0.60);
		-moz-transform: scale(0.60);
		-o-transform: scale(0.60);
		-webkit-transform: scale(0.60);
		transform: scale(0.60);

		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		}

}

@media only screen and (max-width: 899px) and (min-width: 600px){
	
		.tableauPlaceholder{
		height: 400px;
		width: 100%;
		overflow: scroll !important;

		}

		iframe {
		width: 98%;
		height: 686px;
		border: 0;
		-ms-transform: scale(0.70);
		-moz-transform: scale(0.70);
		-o-transform: scale(0.70);
		-webkit-transform: scale(0.70);
		transform: scale(0.70);

		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		}

}


@media only screen and (max-width: 1085px) and (min-width: 900px){


		.tableauPlaceholder{
		height: 400px;
		width: 100%;
		overflow: scroll !important;

		}

		iframe {
		width: 100%;
		height: 486px;
		border: 0;
		-ms-transform: scale(0.65);
		-moz-transform: scale(0.65);
		-o-transform: scale(0.65);
		-webkit-transform: scale(0.65);
		transform: scale(0.65);

		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		}

}

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

		iframe {
		width: 100%;
		height: 686px;
		border: 0;
		-ms-transform: scale(0.80);
		-moz-transform: scale(0.80);
		-o-transform: scale(0.80);
		-webkit-transform: scale(0.80);
		transform: scale(0.80);

		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		}

}

*/

/* END CUSTOM TABLEAU CSS */


img[class^="cover-"] {
    margin-right: auto;
    margin-left: auto;
}

.float-left-padding{
float:left;
padding-left:15px;
}

.amp-left-padding{
padding-left:15px;
padding-right:20px;
}

/* WYSIWYG NEW STYLES */

span.blockquote-center {
    font-family: 'proxima-nova';
    font-style: italic;
    width: 40%;
    float: right;
    padding: 20px;
    border-left: solid 2px #42B09D;
    border-bottom: solid 2px #42B09D;
    margin: 15px;
	text-align: center;
}
span.blockquote-left {
    font-family: 'proxima-nova';
    font-style: italic;
    width: 40%;
    float: right;
    padding: 20px;
    border-left: solid 2px #42B09D;
    border-bottom: solid 2px #42B09D;
    margin: 15px;
	text-align: left;
}
ul.orange-arrows {
    padding-bottom: 20px;
    list-style: none !important;
   /* margin-left: 60px;*/
}
ul.orange-arrows li {
	list-style: none !important;
	font-size: 18px;
	font-weight: 600;
	background-image: url("/sites/all/themes/iii_responsive/images/icons/orange_arrow.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 5em;
	padding-left: 70px;
}
span.responsive-image {
	display: block;
}

/* Topics Areas */

#block-views-topics-areas-block,
#block-views-topics-areas-block-1 {
    padding-bottom: 12px;
    padding-bottom: 30px;
}
#block-views-topics-areas-block h2,
#block-views-topics-areas-block-1 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 12px; 
	color: #194D79;
} 
.view-topics-areas .view-content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: stretch;
	align-self: center;
	width: calc(100% - 20px);
	position: relative;
	height: auto; 
	padding: 20px 0 0 20px;
} 
.view-topics-areas .view-content .views-row {
	width: -webkit-fill-available;
	text-align: -webkit-center;
	cursor: pointer;
	flex: 1;
	min-width: 25%;
	text-align: center;
	padding: 20px;
	position: relative;
}
.view-topics-areas .view-content.active .views-row + .views-row::before {
	position: absolute;
	content: ""; 
	display: block;
	left: 0; 
	top: 20%;
	width: 1px;
	height: 60%;
	background-color: rgba(0, 0, 0, 0.7);
}
.view-topics-areas .view-content.active .views-row.topic-active + .views-row::before,
.view-topics-areas .view-content.active .views-row + .views-row.topic-active::before {
	display: none;
}
.view-topics-areas .view-content .views-row.topic-active { 
	/*YE-VERSION 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	position: relative;
	border: 0;
	z-index: 1 !important;*/	
	position: relative;
	z-index: 1 !important;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #ffffff;
}
.top-categories-tab,
.hot-topics-tab {
	/*background-color: #f9f9f9*/
	/*background-color: #ffffff;*/
}
.topic-tab-row-inactive {
	background-color: #f9f9f9
	/*background-color: #ffffff;*/
}
.view-topics-areas .view-content .views-row.topic-active::after {
	position: absolute;
	content: "";
	bottom: -9px;
	left: -21px;
	right: -21px; 
	height: 9px;
	background-color: white;
}
.view-topics-areas .view-content .views-row .topic-icon {
	text-align: center;
}
.view-topics-areas .view-content .views-row .topic-icon-image  {  
	margin: 0 auto 20px auto; 
	text-align: center;
	height: 120px;	
}
.view-topics-areas .view-content .views-row .topic-icon-image img {  
 	max-height: 120px;
	object-fit: contain;
}
.view-topics-areas .view-content .views-row .topic-icon-title {
	color: #194D79;
	/*font-weight: bold;*/
	width: auto;	
} 

.topic-icon-title-links {
	text-align: center;
    float: left;
    width: 93%;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 18px;
	padding-top: 18px;
	color: #194D79;
	padding-left: 60px;
}
.topic-icon-close-links {
	float: right;
    width: 4%;
}
.topic-icon-close-links img {
	max-width: 100%;
	object-fit: contain;
}
.topic-icon-links {
	/*YE VERSION
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 16px 20px 0 rgba(0, 0, 0, 0.19); 
	border-top: 1px solid black;
	padding: 20px 30px 20px 30px; 
	z-index: 0;
	border-top: 0;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;*/
	padding: 20px 30px 20px 30px; 
	z-index: 0;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #000000;
	margin-top: -1px;
}
.topic-icon-links ul {
	list-style: none;
	display: table-cell;
    width: 50%;
}
.topic-icon-links ul li,
.topic-icon-links ul li a {
	color: #F79321;
    font-weight: bold;
    text-decoration: none;
	font-size: 18px;
}
.topic-icon-links ul li a:hover {
	color: #F0B888;
}
.topic-icon-close-links {
	cursor: pointer;
}
@media (min-width: 1000px) {
	.view-topics-areas .view-content .views-row .topic-icon-image img {  
		max-height: 140px;
	}
}
@media (min-width: 800px) {
	.view-topics-areas .view-content .views-row .topic-icon-image,
	.view-topics-areas .view-content .views-row .topic-icon-image img {  
		max-height: 80px;
	}
}
@media (max-width: 748px) {
	.view-topics-areas .view-content { 
		display: block;
		clear: both;
		min-height: 0;
	}
	.view-topics-areas .view-content .views-row {
		box-shadow: none !important;
		width: 100%;
		clear: both;
		padding: 10px 0 0 0;
	}
	.view-topics-areas .view-content .views-row::before {
		display: none !important; 
	}
	.view-topics-areas .view-content .views-row::after {
		content: "";
		clear: both;
		display: none;
		position: relative !important;
	}
	.view-topics-areas .view-content .views-row .topic-icon {
		display: block;
	}
	.view-topics-areas .view-content .views-row .topic-icon > div {
		display: inline-block;
		float: left;
		text-align: left;
	}
	.view-topics-areas .view-content .views-row .topic-icon-image,
	.view-topics-areas .view-content .views-row .topic-icon-image img {  
		width: 40px;
		height: auto;
		min-height: 0;
		padding: 0;
		margin: 0;
		margin-right: 20px;
	}
	.topic-icon-close-links {
		width: 32px;
	}
}

/* Min 300 Pixel Columns for ads */
@media only screen and (min-width: 700px) and (max-width: 1114px) {
	.three-column-962 {
		width: 300px;
		margin-right: 30px;
	}
	.seven-column-962 {
		width: calc(100% - 330px);
	}
}
@media only screen and (min-width: 801px) {
	.section-sidebar {
		width: 300px;
		margin-right: 30px;
	}
	.nine-column {
		width: calc(100% - 330px);
	}
}
