* {
	font-size: 12px;
	font-family: Arial,sans-serif;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
a {
    display: inline-block;
}
.divContainer{
	width:99%;
	margin-left: auto; 
	margin-right: auto;
	display: flex;                  /* establish flex container */
  	flex-direction: row;            /* default value; can be omitted */
  	flex-wrap: nowrap;              /* default value; can be omitted */
  	justify-content: space-between; /* switched from default (flex-start, see below) */
}
.sectionLeft{
	float:left;
	width:20%;
	height:100%;
	display:inline-block;
}
.sectionCenter{
	margin:0 auto;
	width:50%;
	height:100%;
}
.sectionRight{
	float:right;
	width:20%;
	height:100%;
	display:inline-block;
}
.sectionRight > div {
	margin: 0 0 20px 0;
}
#sectionCenterEvent {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 80%;
	margin: 0 auto;
}
#sectionCenterEvent > div {
	width: 100%;
	margin: 0 20px;
}
#sectionCenterEvent > div.ipview {
	width: 60%;
	margin: 0 20px;
}
div.searchbar {
    border: 1px solid #c1c1c1;
    border-top: 5px solid #990000;
    margin: 15px 0;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}
div.newsbar {
    margin: 30px 0 0 0 !important;
}
.news_menu_span {
    font-size: 180%;
    color: #990000;
    font-weight: bold;
}
.news_menu_span > span {
    font-size: 100%;
    color: #0000ff;
    font-weight: bold;
}
.DRFont {
    color: #000000;
    font-weight: initial;
    text-decoration: none;
}
a.DRFont {
    display: inline-block;
}
@media screen and (max-width: 740px) {
	.divContainer {
		flex-direction: column-reverse;
	}
	/*.sectionLeft, */.sectionRight, .partner_highlight_title {
		display: none;
	}
	.sectionCenter, .sectionLeft {
		width: 100%;
	}
	div.blog, div.industry_article {
		flex-direction: row !important;
	}
	div.blog > div:nth-child(1), div.industry_article > div:nth-child(1) {
	    width: 30% !important;
	}
	div.blog > div:nth-child(1) img, div.industry_article > div:nth-child(1) img {
		max-height: 40px;
	}
	ul.search_values {
		height: 39px !important;
	}
}
@media screen and (max-width: 850px) and (min-width: 741px) {
	.sectionRight {
		display: none;
	}
	.sectionCenter {
		width: 78%;
	}
	ul.search_values {
		height: 39px !important;
	}
}

/* new products scripts */
div.new_products {
	border: 1px solid #dddddd;
	/*margin: 30px 0 0 0;*/
	margin: 0 0 30px 0;
	background: #ffffe4;
}
div.new_products > div:nth-child(1) {
	/*border-bottom: 5px solid #c60a22;*/
	display: table;
	background: #990000;
	color: white;
	margin: 5px 5px 10px 5px;
}
div.new_products > a:nth-child(2) {
	/*border-top: 1px solid #eeeeee;*/
}
div.new_products h3 {
	/*font-size: 140%;*/
	margin: 0;
	/*padding: 10px;*/
	padding: 5px;
}
a.new_product {
	padding: 10px;
	/*border-bottom: 1px solid #eeeeee;*/
	display: block;
}
a.new_product:nth-last-child(1) {
	border-bottom: none;
}
a.new_product > div > div:nth-child(1) {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dddddd;
	width: 25%;/*64px;*/
	/*max-height: 27px;*/
}
a.new_product > div > div:nth-child(2) {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	width: 65%;
	font-size: 13px;
	font-weight: bold;
}
a.new_product {
	color: #333399;
	text-decoration: none;
}
a.new_product:hover {
	color: #990000;
}
a.new_product img {
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width: 1000px) {
	a.new_product > div > div:nth-child(1) {
		display: table;
		vertical-align: middle;
		border: 1px solid #dddddd;
		width: 64px;
		max-height: 27px;
		margin: auto;
	}
	a.new_product > div > div:nth-child(2) {
		width: 100%;
		text-align: center;
		margin: 5px 0 0 0;
	}
}
/* END new products scripts */

/* latest D&R events scripts */
div.latest_dr_events {
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #800000;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px 10px 10px;
	cursor: pointer;
	margin: 0 0 10px 0;/*15px 0;*/
}
.latest_dr_events_title {
	text-align: left;
	font-size: 14px;
	vertical-align: middle;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.latest_dr_events_title sup {
	top: 2px;
	position: relative;
	font-size: 80%;
}
.latest_dr_events_link{
	text-align: right;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	margin: 5px 0 0 0;
	text-decoration: none;
	display: block;
}
.latest_dr_events_link_highlight {
	float: right;
	text-align: right;
	font-size: 14px;/*16px;*/
	background: #990000;
	color: #ffffff;
	padding: 5px;
	margin: 5px 0 8px 0;
	text-decoration: none;
}
.latest_dr_events_link_program {
	float: left;
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
	margin: 10px 5px 8px 0;
}
.latest_dr_events hr {
	margin: 8px 0 8px 0;
	clear: both;
}
#latest_dr_events_block, #latest_dr_events_middle_block {
	border: 1px solid #DDD;
	padding: 10px 10px 0 10px;
	margin: 0 0 30px 0;
	background: linear-gradient(to bottom,#FFF 0%,#FAFAFA 100%) repeat scroll 0 0 transparent;
}
#latest_dr_events_block > div:nth-child(1), #latest_dr_events_middle_block > div:nth-child(1) {
	/*font-size: 20px !important;
	text-align: center;
	background: #e8edf3;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;*/
	
	display: none;/*table;*/
	background: #c60a22;
	color: white;
	margin: -5px 0 10px -5px;
	padding: 5px;
	font-size: 12px;
}
#latest_dr_events_middle_block {
	display: none;
	margin: 30px 0;
}
@media screen and (max-width: 850px) {
	#latest_dr_events_middle_block {
		display: block;
	}
}
div.anniv_25 {
	display: flex;
}
img.anniv_25 {
	margin: 0 0 0 5%;
	height: 55px;
}
/* END latest D&R events scripts */

/* News Block */
.news_block {
    border: 2px solid #efe6e6;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 1px 1px 5px 1px;
}
.news_block h2 {
    margin: 0;
}
.block_2 {
    background-color: #f5f2f2 !important;
    border: 2px solid #d5ebf9 !important;
    margin: 30px 0;
}
div.moreIpFloat {
    background-color: transparent;
    padding: 2px 6px;
    border-radius: 10px;
    border: 1px solid black;
}
div.moreIpFloat a {
    text-decoration: underline;
    font-size: 13px;
}
div.newscell-title_2 {
    background-image: none;
    background-color: transparent;
    color: #2970b0;
    text-align: left;
    font-size: 15px;
    text-decoration: none;
    height: auto;
    padding: 5px;
    margin: 4px 5px 10px 5px;
}
div.newscell-title_highlight {
    color: #990000;
    font-weight: bold;
    font-size: 20px;
}
div.qualified_ds {
    border-radius: 7px;
    color: #990000;
    padding: 10px 20px;
    position: relative;
    top: 15px;
    display: table-cell;
}
div.qualified_ds_bottom {
    top: 0px;
    right: 10px;
    font-size: 80%;
}
div.qualified_ds a, div.qualified_ds a:link, div.qualified_ds a:visited {
    text-decoration: underline;
    color: #990000;
    font-weight: bold;
    font-size: 150%;
}
.a_pictures_news {
    margin: 0px 20px 0 10px;
    text-align: left;
    width: 50px;
    height: 50px;
}
div[id^="news_"] {
    margin-bottom: 15px !important;
}
div[id^="news_"] strong {
    font-size: 14px;
}
/*div[id^="news_"] img {
    height: 10px;
}*/
div[id^="news_"] i {
    font-weight: bold;
}
div.today_news {
	padding: 5px 10px 0px 90px;
	width: 100%;
}
div.today_news strong {
	font-size: 14px;
}
div.today_news i {
	font-weight: bold;
}
/* END News Block */

.search_description {
    padding: 30px 40px;
    border: 1px solid #000000;
    border-radius: 5px;
    background: linear-gradient(to bottom,#FFF 0%,#F0F0F0 100%) repeat scroll 0 0 transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
}
.search_keyword_description {
	margin-top: 15px;
	padding: 20px 40px;
}
.searchInfoDiv {
	font-size: 25px;
    color: #990000;
    /*margin-left: 80px;*/
}
.searchInfoDiv_small {
	font-size: 18px;
	color: #990000;
	text-wrap: nowrap;
}
div.search_values {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
div.search_values select {
	font-size: 15px;
	border-radius: 2px;
	margin: 0 0 0 20px;
}
ul.search_values {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 7px 10px;
	height: 37px;
}
ul.search_values li {
	display: flex;
	align-items: center;
	/*padding: 0 15px 0 0;*/
}
ul.search_values li label {
	font-size: 13px;
	padding: 0 0 0 3px;
}
ul.search_values li label.disabled {
	color: #cdcdcd;
}
ul.search_values input {
	padding: 0;
	margin: 0;
}
ul.search_values input:disabled {
	color: #cdcdcd;
}
.catalog_search {
    margin: 0;
}
.catalog_search > table {
    width: 100%;
}
#iconCont {
    text-align: center;
}
.catalog_search > table td {
    vertical-align: top;
}
a.circleA {
    text-decoration: none;
    color: #000090;
    font-size: 17px;
    font-weight: bold;
}
#iconCont a.circleA {
    width: 100%;
}
.keyword_search {
    margin: 0;
}
.keyword_search, .keyword_search_dr, .catalog_search_title {
    font-size: 16px;
    line-height: 23px;
    color: #900000;
    font-weight: bold;
}
.keyword_search_new {
	margin: 0;
    font-size: 16px;
    line-height: 23px;
    color: #900000;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}
.keyword_search_new > div {
	display: flex;
}
.keyword_search_new > div:nth-child(1) {
	justify-content: center;
	align-items: center;
	gap: 25px;
}
table.search_middle {
    margin: auto;
}
table.search_middle tr {
	vertical-align: top;
}
.keyword_search_description {
    color: #900000;
    font-weight: bold;
    font-size: 26px;
    vertical-align: top;
    padding: 5px 0 0 0;
}
.keyword_search_label {
    color: #900000;
    font-weight: bold;
    font-size: 26px;
}
.searchAttribute_keyword {
    font-size: 16px;
    text-align: right;
    white-space: nowrap;
}
td.keyword_form, div.keyword_form {
	position: relative;
}
table.search_keyword tr:nth-child(1) td:nth-child(2) {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #DDD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px 2px #e5e5e5;
    display: block;
    line-height: normal;
    padding: 0;
    position: relative;
    width: 350px;
    height: 50px;
    vertical-align: top;
}
input.search_keyword {
    font-size: 16px;
    border: 1px #dddddd solid;
    color: #000000;
    border-radius: 2px 2px 2px 2px;
    line-height: 41px;
    padding: 0 15px;
    width: 316px;
    height: 50px;
}
input.search_keyword::placeholder {
	color: #757575;
}
input.searchsubmit_keyword {
    margin: 0px -2px 0px 0px;
    border-radius: 0px 2px 2px 0px;
    font-size: 17px;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 0px;
    z-index: 5;
    /*background-position: -150px -1px;
    background-image: url(https://www.design-reuse.com/img14/sprite_ico.png?20130621a);
    background-repeat: no-repeat;*/
    background: #990000;
    width: 40px;
    height: 50px;
    /* font-family: 'Oswald', serif; */
}
.browse_links {
    margin: 10px 0 0 7px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.browse_links > div {
	display: flex;
	align-items: center;
	gap: 2px;
}
.highlight_link {
	padding: 8px 8px 5px 5px;
}
img.no_margin {
    margin: 0;
}
.browse_links img {
    margin: 0 0 0 7px;
    width: 6px;
    height: 9px;
}
.browse_links a {
    display: inline-block;
}
#provider_list_link {
    margin: 10px 0 0 0;
    text-align: right;
}
.search_description_links {
    margin: 20px 0 0 0;
}
.partners_links {
    float: right;
}
.partners_links_sep {
    float: right;
    position: relative;
    top: -10px;
    width: 1px;
    border-left: 3px solid #dddddd;
    padding: 20px 0 20px 0;
}
.partners_links a {
    background: #990000;
    color: white;
    margin: 0 0 0 15px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}
#design_partner_block {
    float: none;
}
#soc_partners_link {
    float: none;
    display: inline-block;
    margin: 0 0 5px 7px;
}
#soc_partners_link a {
    margin: 0;
}
.asic_partners_links {
    float: right;
    padding: 5px;
    border: 1px solid #000090;
}
a.undercircle {
    color: #000090;
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline;
}
#monitoring_link {
    display: inline-block;
}
/* blogs script */
div.blogs {
	border: 1px solid #dddddd;
	margin: 0 0 30px 0;
}
div.blogs > div:nth-child(1) {
	display: table;
	background: #990000;
	color: white;
	margin: 5px 5px 10px 5px;
}
div.blogs h3 {
	/*font-size: 140%;*/
	margin: 0;
	/*padding: 10px;*/
	/*color:# 990000;*/
	padding: 5px;
}
div.blogs a {
	padding: 10px 10px 0 10px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
div.blogs a:hover {
	color: #990000;
}
div.blog {
	padding: 0 10px 10px 10px;
	display: flex;
	align-items: center;
}
div.blog > div:nth-child(1) {
	width: 30%;
}
div.blog > div:nth-child(1) img {
	width: 100%;
}
div.blog > div:nth-child(2) {
	vertical-align: middle;
	width: 63%;
	margin: 0 0 0 10px;
	color: #555555;
}
@media screen and (max-width: 1000px) {
	div.blog {
		flex-direction: column;
	}
	div.blog > div:nth-child(1) {
		width: 60%;
	}
	div.blog > div:nth-child(1) img {
		margin: 7px 0 7px 0;
	}
}
/* END blogs script */
/* industry articles script */
div.industry_articles {
	border: 1px solid #dddddd;
	margin: 0 0 30px 0;
}
div.industry_articles > div:nth-child(1) {
	display: table;
	background: #990000;
	color: white;
	margin: 5px 5px 10px 5px;
}
div.industry_articles h3 {
	/*font-size: 140%;*/
	margin: 0;
	/*padding: 10px;*/
	/*color:# 990000;*/
	padding: 5px;
}
div.industry_articles a {
	padding: 10px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
div.industry_articles a:hover {
	color: #990000;
}
div.industry_article {
	padding: 0 10px 10px 10px;
	display: flex;
	align-items: center;
}
div.industry_article > div:nth-child(1) {
	width: 17%;
}
div.industry_article > div:nth-child(1) img {
	width: 100%;
}
div.industry_article > div:nth-child(2) {
	width: 75%;
	margin: 0 0 0 10px;
	color: #555555;
}
@media screen and (max-width: 1000px) {
	div.industry_article {
		flex-direction: column;
	}
	div.industry_article > div:nth-child(1) {
		width: 30%;
	}
	div.industry_article > div:nth-child(1) img {
		margin: 7px 0 7px 0;
	}
}
/* END industry articles script */

/* partner highlights */
.partner_highlight_title {
    border: 1px solid #DDD;
    padding: 10px 10px 10px 10px;
    margin: 0 0 30px 0;
    background: linear-gradient(to bottom, #FFF 0%, #FAFAFA 100%) repeat scroll 0 0 transparent;
}
.partner_highlight_title > div:nth-child(1) {
    display: table;
    background: #990000;
    color: white;
    margin: -5px 0 15px -5px;
    padding: 5px;
    font-size: 12px;
}
#news_block_TEMP, #news_block_TEMP2, #news_block_TEMP3, #news_block_TEMP4, #news_block_TEMP5, #news_block_TEMP6, #news_block_TEMP7, #news_block_TEMP8 {
    padding: 0px;
    border: none !important;
}
/* END partner highlights */
div.content_title {
    height: auto;
    padding: 6px 10px 3px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #990000;
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: 1px solid #cccccc;
}
div.content_title_big {
	border-bottom: none !important;
	margin-bottom: 10px;
}
div.content_title_big > div {
	font-size: 15px;
}
.content_title > div {
    display: table;
    background: #990000;
    color: #ffffff;
    padding: 5px;
}
div.content_title a {
	font-weight: bold;
    font-size: inherit;
    color: #ffffff;
    text-decoration: none;
}
.search_submit {
    border-radius: 5px;
    font-size: 15px;
    color: #ffffff;
    background: #990000;
    width: 40px;
    height: 50px;
    border: none;
    cursor: pointer;
}
div.rightbanners {
	width: 125px ! important;
	display: flex;
	flex-direction: column;
	align-items: center;
}
div.skyscraper {
	width: 120px !important;
/* 	padding: 20px 15px; */
	margin-top: 20px;
}
div.righttile {
	width: 125px !important;
/* 	padding: 20px 15px; */
	margin-top: 20px;
}
.div_br {
	white-space: pre-wrap;
}
.star {
    color: red;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 1157px) {
	#sectionCenterEvent {
		width: 100%;
	}
	.keyword_search_new > div:nth-child(1) {
		flex-direction: column;
		align-items: center;
	}
	div.taxonomy {
		display: none;
	}
}
@media screen and (max-width: 1100px) {
	ul.search_values {
		height: 60px;
	}
}
@media screen and (max-width: 750px) {
	div.rightbanners {
		display: none;
	}
}
@media screen and (max-width: 580px) {
	ul.search_values {
		height: auto !important;
	}
}