*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
.w-container { max-width: 1200px; }
.link:after { font-family: "FontAwesome"; content: " \f178"; }

a.skip-main {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color:#000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:5px;
  border-radius: 15px;
  border:4px solid yellow;
  text-align:center;
  font-size:1.2em;
  z-index:999;
}

.cd-dropdown,
.cd-select {
position: relative;
width: 400px;
margin: 20px auto;
display: block;
}
@media screen and (max-width:479px) {
.cd-dropdown, .cd-select { width: 320px; }
}
.cd-dropdown > span {
width: 100%;
height: 60px;
line-height: 60px;
color: #555;
font-weight: 700;
font-size: 16px;
background: #FFF;
display: block;
padding: 0 50px 0 30px;
position: relative;
cursor: pointer;
}
.cd-dropdown > span:after {
content: '\25BC';
position: absolute;
right: 0px;
top: 15%;
width: 50px;
text-align: center;
font-size: 12px;
padding: 10px;
height: 70%;
line-height: 24px;
border-left: 1px solid #ddd;
}
.cd-dropdown.cd-active > span:after {
content: '\25B2';
}
.cd-dropdown ul {
list-style-type: none;
margin: 0;
padding: 0;
display: block;
position: relative;
}
.cd-dropdown ul li {
display: block;
}
.cd-dropdown ul li a {
text-decoration: none;
}
.cd-dropdown ul li span {
width: 100%;
background: #fff;
line-height: 60px;
padding: 0 30px 0 75px;
display: block;
color: #333;
cursor: pointer;
font-weight: 600;
}
.cd-dropdown > span,
.cd-dropdown ul li span {
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.cd-dropdown > span span[class^="icon-"],
.cd-dropdown > span span[class*=" icon-"]{
padding: 0 30px 0 45px;
}
/* Select fallback styling */
.cd-select {
border: 1px solid #ddd;
}
.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.cd-dropdown ul {
position: absolute;
top: 0px;
width: 100%;
}
.cd-dropdown ul li {
position: absolute;
width: 100%;
}
.cd-active.cd-dropdown > span {
color: #a51c37;
}
.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.cd-active.cd-dropdown ul li span {
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-ms-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
.cd-active.cd-dropdown ul li span:hover {
background: #a51c37;
color: #fff;
}
.cd-dropdown span[class^="icon-"]:before,
.cd-dropdown span[class*=" icon-"]:before {
font-family: 'FontAwesome';
font-style: normal;
speak: none;
font-weight: normal;
position: absolute;
font-size: 25px;
line-height: 40px;
width: 50px;
top: 50%;
left: 15px;
margin-top: -20px;
text-align: center;
}
.icon-learn-more:before { content: "\f19d"; }
.icon-visit-campus:before { content: "\f19c"; }
.icon-admissions-event:before { content: "\f274"; }
.icon-info-parents:before { content: "\f05a"; }
.icon-apply:before { content: "\f05d"; }
.icon-pay-college:before { content: "\f19d"; }
/* ---------------------------------------------- /*
* Mouse animate icon
/* ---------------------------------------------- */
.mouse-scroll {
	left: 50%;
	margin: 0 auto;
	width: 24px;
	height: auto;
	z-index: 99999;
	-webkit-transition: opacity: .4s;
  z-index: 10;
}

.mouse-scroll .mouse {
	height: 40px;
	width: 24px;
	border: 2px solid rgba(255,255,255,.8);
	border-radius: 15px;
}

.mouse-scroll .wheel {
  position: relative;
  display: block;
  height: 7px;
  width: 3px;
  margin: 5px auto 0;
  background: rgba(255,255,255,.8);
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
  animation: mouse-wheel 1.2s ease infinite;
  border-radius: 50%;
}

.arrows {
  margin-left: 2px;
  width: 24px;
  text-align: center;
}

.arrows span {
	display: block;
	width: 10px;
	height: 10px;
	border-right: 1px solid rgba(255,255,255,.8);
	border-bottom: 1px solid rgba(255,255,255,.8);
	margin: 0 0 2px 5px;

	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
    -webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.arrows .a1 {
	margin-top: 6px;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	animation-delay: .1s;
}

.arrows .a2 {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}

.arrows .a3 {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}

@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}
@-moz-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(5px);
		transform: translateY(5px);
	}
}
@keyframes mouse-wheel {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(6px);
	}
}

@-webkit-keyframes mouse-scroll {
	0%   { opacity: 0;}
	50%  { opacity: .5;}
	100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
