.grid {
	display: flex;
    flex-wrap: wrap;
	justify-content: start;
}

.btn-learn {
	display: block;
    text-align: center;
    background: #023867;
    border-radius: 4px;
    padding: 5px 0;
    width: 100%;
	color: #ffffff;
}

.vid-frame {
	margin-bottom: 15px;
}

.news-object {
	width: 23%;
	margin: 10px
}

.tr-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-shadow: 0px 0px 42.32px 3.68px rgba(0, 1, 1, 0.122);
}

.tr-box .span12 {
	padding: 10px;
}

.card-date {
    position: absolute;
    background: #023867;
    right: 0;
    top: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 0.9;
    padding: 10px;
}
.tr-one {
    margin-left: 1px !important;
    filter: contrast(0.85);
    transition: all .1s linear;
    margin: 15px;
    padding: 15px;
	padding-top: 40px;
    width: 30%;
}

.tr-one h6 {
	margin-top: 25px !important;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    height: 100px auto;
    background-color: white;
	color: #ffffff;
}

.filters button {
	border: none;
    background-color: #023867;
    border-radius: 4px;
    box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2), 0 1px 10px 0px rgba(0, 0, 0, 0.16), 0 2px 4px -1px rgba(0, 0, 0, 0.14);
    display: flex;
	flex-wrap: wrap;
    padding: 1em 2em;
    margin-top: 1em;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    overflow: hidden;
    user-select: none;
    margin: 5px;
    margin-bottom: 5px;
}

.filters button:hover, .filters button:focus {
    color: #FDBB30;
}

.figure-category {
    display: inline-block;
    background: #f0f0f0;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0.1rem 0.5rem;
    border-radius: 10px;
    margin: 0.3rem;
    letter-spacing: -1px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.figure-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row-reverse;
    position: relative;
    margin: 0.5rem;
    color: #023867;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.searchButton {
    border: none;
    background-color: #023867;
    border-radius: 4px;
    box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2), 0 1px 10px 0px rgba(0, 0, 0, 0.16), 0 2px 4px -1px rgba(0, 0, 0, 0.14);
    display: block;
	height: 46px;
    padding: 1.5em 2em;
    position: relative;
    cursor: pointer;
	color: #ffffff;
    font-size: 0.65em;
    overflow: hidden;
    user-select: none;
}

.searchButton .fa {
	font-size: 20px !important;
}

.clearSearchButton {
    border: none;
    background-color: #023867;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2), 0 1px 10px 0px rgba(0, 0, 0, 0.16), 0 2px 4px -1px rgba(0, 0, 0, 0.14);
    display: block;
    padding: 1em 2em;
    position: relative;
    cursor: pointer;
	width: 200px;
    height: 46px;
    font-size: 0.65em;
    overflow: hidden;
    user-select: none;
}

.container {
    width: 100%;
}

.search-container {
	display: flex;
    flex-wrap: wrap;
    padding: 45px 10px 0px 10px;
}

.search-container p {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.news-object {
		width: 30%;
	}
	img {
		height: 400px;
	}
}

@media only screen and (max-width: 769px) {
	img {
		height: 290px;
	}
}

@media only screen and (max-width: 600px) {
	.news-object {
		width: 95%;
	}
	img {
		height: 238px;
	}
}

@media only screen and (max-width: 500px) {
	img {
		height: 195px;	
	}
}

@media only screen and (max-width: 400px) {
	img {
		height: 160px;
	}
}