/* GENERAL CSS STARTS */

/* Banner for news start*/
.top-news-banner {
	background: url(/resources/images/events/background-textured-gray-repeating.svg);
	padding: 64px 1%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.top-news-banner-title {
	font-family: "Comfortaa", Arial, sans-serif;
	display: inline-block;
	color: #0F3D58;
	font-weight: normal;
	font-size: 32px;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}

/* Banner for news end */

/* Banner When In A News Article Starts Here */
.news-article-banner {
	font-family: "Comfortaa", Arial, sans-serif;
	font-size: 32px;
	color: #fff;
	background: #0F3D58;
	padding: 32px 1%;
	margin-bottom: 0.5rem;
	line-height: 1.2;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

/* Banner When In A News Article Ends Here */

/*Initial Search Bar Base Start */
.news-search-navbar {
	margin: 0;
	padding: 10px;
	width: 100%;
	background-color: #0F3D58;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.nav-icon {
	padding-left: 10px;
	padding-right: 10px;
}

.nav-icon.active {
	color: #28c2fe;
}

.icon-bar {
	padding-top: 12px;
	text-align: right;
}

.singular-icon {
	margin-right: 20px;
}

/*Initial Search Bar Base End */

/* Search By Title, Location, and news Type Start */
.input-holder, .search-by-title-holder {
	display: flex;
}

.input-group-btn {
	position: relative;
	font-size: 0px;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

#search-by-title-button {
	padding: 10px 12px;
}

#search-by-title-holder {
	position: relative;
	display: table;
	border-collapse: separate;
}

#search-by-title-input {
	padding: 10px;
	height: 43px;
	border: 2px solid #E4E8F0;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.search-by-title-button {
	height: 42px;
	border: 2px solid #E4E8F0;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.search-by-title-button img {
	height: 20px;
	transform: translateY(-2px);
}

#search-by-location-input {
	padding: 8px;
	width: 20%;
}

#form-con {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

#search-by-news-type-input {
	padding: 10px;
	width: 70%;
	background-color: #fff;
	border: 2px solid #E4E8F0;
	border-radius: 25px;
	background-image: url(/resources/images/events/down-blue.svg);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	-webkit-appearance: none;
}

.back-to-news-link {
	font-family:'Barlow Semi Condensed', Arial, sans-serif;
	color: #00C0F3;
	text-decoration: underline;
	font-weight: 600;
	font-size: 16px;
}

.back-to-news {
	margin: 10px 0 0 5px;
	padding: 8px;
}

.search-by-news-type-box {
	color: #28C2FE;
	cursor: pointer;
}

.search-by-title-input-group {
	width: 25%;
}

.dropdown-text-color{
	color: #28C2FE;
}

.container-spacing{
	margin-left: 15px;
	width: 14%;
}
/* Search By Title, Location, and news Type End */

/* Search By Date and See Latest news Start */
.scrolling-arrow-blue {
	color: #28c2fe;
	position: relative;
	top: 6px;
}

.scrolling-date-text {
	padding-bottom: 10px;
}

.scrolling-date-outside {
	display: inline-block;
	padding-bottom: 15px;
	min-width: 200px;
	text-align: center;
	max-width: 250px;
	color: #0F3D58;
}

#date-left-arrow, #date-right-arrow {
	cursor: pointer;
}

/* Search By Date and See Latest news End */
/* DETAILED PAGE CSS START */
.news-article-details {
	font-family:'Barlow Semi Condensed', Arial, sans-serif;
	padding: 15px;
}

.news-article-details p {
	font-family: "Montserrat", Arial, sans-serif;
	margin: 20px 0;
}
.news-article-details p:first-child {
	margin: 5px 0;
}
.news-article-details li {
    font-family: "Montserrat", Arial, sans-serif;
    margin: 5px 0;
}
.detailed-news {
	padding-top: 40px;
	padding-bottom: 40px;
}

.detailed-image {
	padding-top: 9px;
	margin: 10px;
	float: left;
	border-radius: 16px;
}

.detailed-news-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	color: #363636;
}

#news-article-date {
	padding-top: 15px;
	padding-bottom: 5px;
}
.news-article-date {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 16px;
	font-weight: 325;
	line-height: 19px;
	color: #000000;
	padding-top: 15px;
}
.news-article-text h2 {
	font-size: 3.2rem;
}
.news-article-text h2.intro, .news-article-text h2.body, .news-article-text h2.location {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: inherit;
	line-height: inherit;
}
.news-article-text h2.intro {
	font-weight: inherit;
	margin-top: 5px;
}
.news-article-text h2.body {
	font-weight: inherit;
}
.news-article-text h2.location {
	font-weight: 700;
	display: inline;
}
.news-article-text a{
	color: #00C0F3;
}
.detailed-date, #detailed-time {
	color: #28c2fe;
	padding-bottom: 15px;
}

.detailed-location {
	padding-bottom: 15px;
}

/* DETAILED PAGE CSS END */
/* GENERAL CSS ENDS */

/* GRID VIEW STARTS */

/* news List Start */
#grid-view .news-list-navbar {
	font-family:'Barlow Semi Condensed', Arial, sans-serif;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	margin: 0;
	padding: 10px;
	width: 100%;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#grid-view .news-list {
	padding-bottom: 20px;
}

#grid-view .news-list .col-md-3 {
	padding-top: 20px;
}

#grid-view .news-list-header {
	font-family: "Comfortaa", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #0F3D58;
	padding: 30px 0 20px 0;
}

#grid-view .news-article {
	border-radius: 8px;
	background-color: #F7F7F7;
	min-height: 460px;
}

#grid-view .news-article img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#grid-view  #news-article-date, .news-article-time {
	color: #28c2fe;
}

#grid-view .news-article-preview {
	padding-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
}

#grid-view .news-article-read-more-link a {
	color: #00C0F3;
	margin-top: 10px;
	display: block;
	text-decoration: underline;
}
.news-article-title{
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #363636;
}
/* news List End */

/* Media Queries Start */

/* Media Queries End */

/* GRID VIEW ENDS NOW */

/* LIST VIEW STARTS NOW */

/* news List Start */
#list-view .news-list-navbar {
	margin: 0;
	padding: 10px;
	width: 100%;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#list-view .news-list {
	width: 100%;
	padding-bottom: 20px;
}

#list-view .news-list .col-md-3 {
	padding-top: 20px;
}

#list-view .news-list-header {
	font-size: 2em;
	padding-bottom: 20px;
}

#list-view .news-article {
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px 0px #CCC;
}

#list-view .news-article img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#list-view .news-article-title {
	font-weight: bold;
}

#list-view #news-article-date, .news-article-time {
	color: #28c2fe;
}

#list-view .news-article-preview {
	padding-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#list-view .news-article-read-more-link a {
	color: #28c2fe;
	margin-top: 10px;
	display: block;
}

.list-item {
	border-top: 1px solid #D1D1D1;
	border-left: 10px solid grey;
	padding: 30px;
	margin-top: 0px;
}

.list-item-date {
	padding-right: 40px;
}

.list-item-date h2 {
	font-weight: 400;
}

.list-item-date h1 {
	text-align: center;
}

.list-item-surrounding .media-heading {
	color: #28c2fe;
}

.list-item-surrounding:hover .media-heading {
	color: #505050;
}

.list-item-surrounding:hover .list-item {
	border-left-color: lightgrey;
}

.list-item-surrounding:visited, .list-item-surrounding {
	color: #505050;
}

.list-item-surrounding:hover, .list-item-surrounding:active {
	background-color: lightgrey;
	color: #505050;
	display: block;
}

.button-con {
	padding-top: 15px;
}

.hidden {
	display: none;
}

.news-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.latest-events-link {
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #00C0F3;
}

#grid-icon, #list-icon {
	cursor: pointer;
}


#search-image {
	max-width: unset;
}

.no-articles {
	text-align: center;
    color: #505050;
    font-size: x-large;
    padding: 200px;
}

#grid-news{
	max-width: 1300px;
	padding-top: 10px;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.news-article-holder {
	padding-bottom: 15px;
}

.calendar-carousel-bottom {
	font-family:'Barlow Semi Condensed', Arial, sans-serif;
	text-align: center;
	padding: 40px 0 80px 0;
}

.calendar-carousel-bottom a{
	color: #00C0F3;
	padding:0 30px 0 30px;
	text-decoration: underline;
}

.calendar-carousel-bottom a:hover{
	text-decoration:none;
}

.calendar-carousel-bottom span{
	color: #0F3D58;
}

/* news List End */

/* Media Queries Start */
@media (min-width: 770px) and (max-width: 1080px){
	.calendar-carousel-bottom a{
		padding:0 15px 0 15px;
	}
	.search-by-title-input-group {
		width: 55%;
	}
	.container-spacing {
		margin-left: 15px;
		width: 35%;
	}
	#grid-news{
		flex-wrap: wrap;
	}
	#search-by-news-type-input{
		background: #FFFFFF;
		background-image: url(/resources/images/events/down-blue.svg);
		background-repeat: no-repeat;
		background-position: 97% 50%;
		-webkit-appearance: none;
	}
}
@media ( min-width : 767px) {
	.btn-switch:hover {
		background-color: #28c2fe;
		color: white;
}
.news-article-details-first-header {
		min-height: 58px;
	}
}
@media ( max-width : 767px) {
	#search-by-news-type-input {
		margin-top: 15px;
		width: 100%;
	}
	.search-by-title-holder {
		padding-bottom: 15px;
	}
	#search-by-title-input {
		height: 42px;
	}
	.button-con {
		padding-top: 20px;
	}
	.icon-bar {
		text-align: center;
	}

	.no-articles {
		padding:100px;
	}
	.calendar-carousel-bottom {
		padding: 20px 0 10px 0;
		display: grid;
		grid-template-columns: 33% 33% 34%;
		row-gap: 5px;
	}
	.calendar-carousel-bottom span{
		width: 100%;
		display: block;
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.calendar-carousel-bottom a{
		padding: 0 20px 0 20px;
	}
	.search-by-title-input-group {
		width: 84%;
	}
	.container-spacing{
		width: 50%;
	}
	#grid-view .news-list-header{
		font-size: 28px
	}
	.top-news-banner-title{
		font-size: 30px;
	}
	#grid-news{
		flex-direction: column;
	}
	.news-article-banner{
		font-size: 28px;
	}
	.detailed-image{
		padding: 9px 0;
		margin: 0;
	}
}

@media ( max-width : 500px) {
	.search-by-title-holder {
		padding-bottom: 15px;
	}

	.button-con {
		padding-top: 20px;
	}

	.no-articles {
		padding:100px;
	}

}

/* Media Queries End */
