/* Info For */
ul { padding-left: 0; }
ul li { list-style-type: none; }
/*ul li a { font-size: 16px; }*/
.bottom-links { padding-left: 15px; padding-right: 15px; }
.bottom-links h2 { color: #333; font-size: 18px; }
.divider-inner { border-top: 6px double #EEE; }
.divider-outer { border-left: 30px solid #EEE; border-right: 30px solid #EEE; height: 2px; }
.fa-arrow-alt-circle-right { color: #EEE; font-size: 30px; margin-left: -35px; position: absolute; }
.for-you { background: #000; }
.for-you h1 { color: #FFF; width: 100%; }
.for-you p { color: #EEE; font-size: 16px; }
.shadow-down { box-shadow: inset 0 -9px 9px -9px #999; height: 9px; }
.shadow-up { box-shadow: inset 0 9px 9px -9px #999; height: 9px; }
.top-links { height: auto; padding-bottom: 15px; padding-top: 25px; }
.top-links div { padding-left: 15px; padding-right: 15px; }
.top-links div h2 { margin-bottom: 0; margin-top: 0; }
.top-links div h2 a { font-size: 22px; }
.top-links div p { font-size: 18px; }

/* Animations */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.flash svg {
  animation: colorchange 3s;
  -webkit-animation: colorchange 3s;
}
@-webkit-keyframes colorchange {
  0%   { color: auto; transform: scale(1.0); }
  50% { color: goldenrod; transform: scale(1.2); }
  100% { color: auto; transform: scale(1.0); }
}
@keyframes colorchange {
  0%   { color: auto; transform: scale(1.0); }
  50% { color: goldenrod; transform: scale(1.2); }
  100% { color: auto; transform: scale(1.0); }
}
