		#header {
			width: 100%;
			height: 240px;
			text-align: center;
			position: relative;
			z-index: 100;
			background-image: linear-gradient(#0B4F94, #0B77BA);
			background-repeat: no-repeat;
		}

		.header2 {
			width: 1200px;
			height: 240px;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			margin: auto;
			z-index: 100;
			background-image: url(../img/logo.png);
		}

		#freshmen {
			width: 250px;
			height: 73px;

			position: absolute;
			right: 0;
			top: 22px;
			z-index: 100;
		}

		#freshmen a {
			margin-left: 2.5rem;
			color: #FFFFFF;
		}

		#search {
			/* margin-left: 2.5rem; */
			cursor: pointer;
		}

		#formSearch {
			width: 250px;
			height: 36px;
			margin-top: 18px;
			background-color: #FFF;
			border-radius: 18px;
			display: none;
		}

		#formSearch input {
			width: 85%;
			height: 100%;
			float: left;
			border: none;
		}

		.row-2 {
			width: 75rem;
			height: 3.75rem;
			text-align: left;
			line-height: 3.75rem;
			position: absolute;
			top: 170px;
			left: 0;
			right: 0;
			margin: auto;
			z-index: 100;
		}