

div.firstnewsdate:first-child {
    color:#DD0000;
}



ul li.event {
    float:none;
    margin: 6px 0px 0px 0px;
    list-style-type: none;
    display: block;
    border-bottom:1px solid #A8C4CD;
}

ul li.event::after {
    content:"";
    display: block;
    clear: both;
    margin-top: 33px;
}

.event-list-info a.event-list-name:link, .event-list-info a.event-list-name:visited {
	color: #231F20;
    font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 20px;
	text-decoration:none;
	transition: 0.7s;
}

.event-list-info a.event-list-name:hover {
    color: #DD0000;
    transition: 0.2s;
    letter-spacing: 0.6px;
}

.event-list-time {
    float:right;
	color: #707C7C;
	font-size: 12px;
	letter-spacing: -0.5px;
	line-height: 17px;
	text-transform: uppercase;
	display: flex;
}
.field-brief-content .rte_content img{width:100%; max-height: 300px;}
    .zygo-product-item.newListLi .field-eventimage img{  border: 1px solid #ccc;  padding:3px;  border-radius: 100%;}

@media (max-width: 575px){
.navigation-title.small-banner-breadcrumbs nav{    margin-bottom: 51px;}
	
	/* max-width */
	.event-list-time {
		/* float: none; */
		float: left;
    width: 100%;
	}
	.component.SocialMedia.zygo-social-links.col-12{margin-top:0px !important;}
}
@media (max-width: 500px){
	.component.SocialMedia.zygo-social-links.col-12{margin-top:-15px !important;}
}
@media (max-width: 480px){
	.component.SocialMedia.zygo-social-links.col-12{margin-top:-20px !important;}
}

@media (max-width: 360px){
	.component.SocialMedia.zygo-social-links.col-12{margin-top:-50px !important;}
}

@media (max-width: 320px){
	.component.SocialMedia.zygo-social-links.col-12{margin-top:-90px !important;}
}

@media (max-width: 300px){
	.component.SocialMedia.zygo-social-links.col-12{margin-top:-140px !important;}
}
.event-list-place {
	float:left;
    clear:left;
	color: #707C7C;
	font-size: 12px;
	letter-spacing: -0.63px;
	line-height: 17px;
}

a.firstnewstitle:link, a.firstnewstitle:visited {
	float:left;
	color: #231F20;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 20px;
	margin: 7px 0px 0px 0px;
	text-decoration:none;
}

a.firstnewstitle:hover {
    color: #d00;	
    transition: 0.2s;
}

/* .zygo-article-list > div:nth-child(3) {
	display: flow-root;
	max-width: 240px;
	float: left;
}

.zygo-article-list > div:nth-child(3) > a.firstnewstitle {
	color: #231F20;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 24px;
} */

.zygo-article-list > div:nth-child(3) > a.firstnewstitle:hover{
	color: #d00;
} 

.firstnewsdate {
	float:left;
    clear:left;
	margin: 7px 0px 0px 0px;
	color: #707C7C;
	font-size: 12px;
	letter-spacing: -0.5px;
	line-height: 17px;
	text-transform: uppercase;
}

@media (max-width: 767px){
	.zygo-event-list ul li .zygo-product-item.newListLi .zygo-product-image{text-align: center; margin-bottom: 10px;}
	 .zygo-event-list ul li:nth-child(even) .zygo-product-item.newListLi .zygo-product-image{
		order:1; text-align: center; margin-bottom: 10px;
	}
	.zygo-event-list ul li:nth-child(even) .zygo-product-item.newListLi .zygo-product-discription{
		order:2;
	}
	 
	.newsimage {
		width: 100%;
		height: auto;
	}
	
	.zygo-article-list > div:nth-child(3) {
		max-width: 100%;
	}
}



a.viewall[title="News"] {
	padding-left: 9%;
	margin-left: -6%;
}

a.viewall[href="/"] {
	padding-left: 4%;
}

a.viewall:link, a.viewall:visited {
    float:left;
	color: #DD0000; 
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 22px;
	margin-top: 16px;
    text-decoration:none;
	transition: 0.6s;
	border-bottom: none;
}

a.viewall:hover {			
    letter-spacing: .5px;
    transition: 0.2s;
}

a.viewall:active {			
    color:#999;
}

.zygo-event-list ul {
    padding: 0;
    margin: 0;
}

.zygo-event-list {
    padding: 15px 30px;
}



@media (max-width: 767px){
	a.viewall[title="News"] {
		margin-bottom: 10%;
		margin-left: 1%;
		padding-left: 5%;
	}

	a.viewall[href="/"] {
		margin-bottom: 10%;
	}
}

@media (min-width: 768px){
	/* .zygo-header-navigation, */
	.tabs .component-content {
		display: block !important;
	}

}

@media (max-width: 767px){
	.tabs .component-content {
		padding: 10px 0px;
	}
	
	.tabs-mobile-title {
		border-bottom: 2px solid #c50b20;
		padding: 10px 0;
		font-size: 16px;
		font-weight: 600;
		position: relative;
		cursor: pointer;
	}
	
	.mobile-dropdown-title:after {
		content: "";
		display: inline-block;
		position: relative;
		right: 10px;
		z-index: 5;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #a8c4cd;
		top: 6px;
		float: right;
		
		
	}
	
}

/* 23- March */
@media (max-width: 767px){

	/*#footer div.col-xl-7 .file-type-icon-media-link {
		margin-top: 10%;
	}
	*/
	.component.SocialMedia.zygo-social-links.col-12{margin-top:30px;}
	.zygo-social-links ul{
		margin-left: 55%;
		margin-top: -20%;
	}
	#footer div.col-xl-7 .file-type-icon-media-link img {max-width:100px; margin-top:15px;}
	.table-container { width: 100%;  overflow-x: scroll;  overflow-y: hidden;}

}


.list-grid-view {
	padding: 20px 0px;
}

.zygo-broucher-wrapper.grid-view, .zygo-broucher-wrapper.list-view{
	min-width: 100%;
}






.search-item a.downloadMediaCookie i{color: #EA292B;}

.grid-view a.downloadMediaCookie {
	 color: #EA292B;	
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 22px;
}

.search-item i{font-size: 60px !important;}

/**List View**/




.zygo-carousel-content-wrapper:not(.flex-row-reverse) .carousel-content {
	max-width: 45%;
}

.slider-content-row {
	overflow: hidden;
}




@media (max-width: 767px) {
	.zygo-carousel-content-wrapper:not(.flex-row-reverse) .carousel-content {
		max-width: 100%;
	}
}

#zygo-header-navigation nav>ul>li.level1>.navigation-title a {
	margin: 1px;
}

.field-brief-content .rte_content table{ width:100%;}
.field-brief-content .rte_content span,.field-brief-content .rte_content p{ line-height:1.4;}
@media (min-width: 768px) {
	.field-slideimage img{ margin:0  80px; }
	.slides .field-slideimage img{ max-width: 77%; }/* for home page slide imges*/
.rtpic{ float:right;}
}
.modal-content{ background-color:#fff !important; -ms-flex-direction:inherit !important;}
/* .field-slideimage img {max-height: 300px;}
 */

.newListLi .field-eventlink a{
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    -Webkit-appearance: none;
    font-weight: 700;
    letter-spacing: -.5px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    transition: 0.4s;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    transition: 0.2s;
    border: none;
    margin-right: 15px;
    margin-bottom: 15px;
    background:#c50b20; 

}

ul li.even .newListLi .zygo-product-image{order: 1; text-align: right;}
.Form .col-md-6 .labe-of-interest{ padding-top: 35px; }