@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("font-awesome.min.css");


/* MSMA Custom CSS */

	.description {
		padding: 0 2em;
	}

	#nav li.active2 a {
		background: #B22234;
		border-radius: 6px;
		color: #FFF;
		font-weight: 700;
	}

	.dropotron li.active2 > a, .dropotron li.active2 > span {
		color: #FFF;
	}

	.button2 {
		-moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
		position: relative;
		display: inline-block;
		padding: 0.25em 1.5em 0.25em 1.5em;
		border: 0;
		border-radius: 6px;
		background: #FFF;
		text-align: center;
		text-decoration: none;
		font-weight: 700;
		color: #333;
		cursor: pointer;
	}

		.button2:hover {
			background: #666;
			color: #FFF;
		}

		.button2.alt {
			background: #666;
			color: #FFF;
		}

			.button2.alt:hover {
				background: #666;
				color: #FFF;
			}



	#nav li.active3 a {
		text-decoration: underline;
		text-decoration-color: #FFF;
		text-decoration-style: solid;
	}


	.image.featured2 {
		width: 45%;
	}


	.galler-img-title {
		text-align: center;
	}

	.row-sponsors {
		padding: 0px;
	}