.simply-scroll{
	margin:auto;
	background:#FFF;
	box-shadow:inset 0 0 8px 2px rgba(0,0,0,0.5);
	border-radius:5px;
}
.simply-scroll,
.simply-scroll .simply-scroll-clip{
	width:100%;	
	height:265px;
}
.simply-scroll .simply-scroll-list li{
	width: 96%;
	height:auto;
	padding:20px;
}
.simply-scroll .simply-scroll-list li:nth-child(2n+1){
	background:rgba(0,0,0,0.05);
}
#nav ul.dropdown ul{
	background-color:rgba(255,255,255,0.9);
	border-radius:5px;
	width:220px;
	padding:10px;
	box-shadow:none;
}
	#nav ul.dropdown ul li a{		
		color:#000;
		font-size:12px;
		height:auto;
		width:auto;
		line-height:20px;
		margin:auto;
		padding:10px;
		background:none;
		text-shadow:none!important
	}
		#nav ul.dropdown ul li{
			display: block;
			text-align:left;
			border-bottom:0;
			margin:0;
		}
		#nav ul.dropdown ul li a:hover,
		#nav ul.dropdown ul li.selected a{
			background-color:rgba(0,0,0,0.1);
			border:0;
			box-shadow:none;
			color: #2c2e8d;
		}
		#nav ul.dropdown ul li.selected a{
			background:#2c2e8d;
background-image: linear-gradient(to bottom, #006cff, #2c2e8d);
			color:#FFF;
		}
.scroll-icon {
  	position: absolute;
  	width: 24px;
  	height: 24px;
	top: 82vh;
    z-index: 999;
    margin-left: 50%;
	transition: 400ms;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move1 3s ease-out infinite;
}

.chevron:first-child {
  animation: move1 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move1 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background:rgba(255,255,255,0.5);
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move1 {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

body:not([page=index]) .scroll-icon {
	display: none;
}
.scroll-icon.header-small {
	display: none;
}
.caps {
	text-transform: uppercase;
}