/* SEARCH PAGE
---------------------------------------------------------------------------- */

/*
.gre-search-page {
    outline: 2px dashed red;
}
*/

.gre-search-page h1.heading {
	margin: 2.5rem 0 1rem !important;
}

.gre-search-page .gre-search-form {
	margin: 1rem 0 1.5rem;
}

.gre-search-page .gre-search-info {
	margin: 1.5rem 0 2.5rem;
}

/* Pagination */
ul.pagination {
	display: block;
}

@media (min-width: 576px) {
	.gre-search-page h1.heading {
		margin: 2.5rem 12% 1rem !important;
	}

	.gre-search-page .gre-search-form {
		margin: 1rem 12% 1.5rem;
	}

	.gre-search-page .gre-search-info {
		margin: 1.5rem 12% 2.5rem;
	}
}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
