.page-title-module-custom, .page #comments {
	display:none;
}

.content-box {
	/*background-color:rgba(0,0,0,.126);*/
	border:3px solid #333;
	overflow:auto;
	padding:1%;
	box-shadow: 0 0 3px #666;
	background: -moz-linear-gradient(top,  rgba(191,191,191,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(191,191,191,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(191,191,191,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bfbfbf', endColorstr='#00000000',GradientType=0 );
}

.button {
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
  transition:600ms;
}
.button a {
		color:#ffffff !important;
}
.button:hover {
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	background-color:#019ad2;
	transition:600ms;
}
.button:active {
	position:relative;
	top:1px;
}

.no-sidebar-page #content-wrap {
	padding-top:36px !important;
	padding-bottom:0px !important;
}

.header-hero-section {
  border-bottom: 3px solid #000;
}

.fab {
  font-size: 27px;
}

#footer-wrap a {
  margin-right: 0px;
}

.icon-arrow_carrot-up:before {
	font-weight:bold;
	font-size: 27px;
  line-height: 39px;
}

hr {
	margin:1% auto;
}

body { background:transparent;}
a { color: white; text-decoration: none; }

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}