h1, h2, h3 { color: #000; }
p { font-size: 16px; }
.box-items li { font-size: 16px; list-style-type: circle; margin-left: 30px; }

/* Info For */
ul { padding-left: 3rem; }
/*ul li { list-style-type: none; }*/
.tier1 { list-style-type: disc; }
.tier2 { list-style-type: circle; }
.tier3 { list-style-type: square; }
/*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); }
}
/***** Accordion Dark Box *****/    

.linksContainer .table .table {
background-color: transparent;
}

.linksContainer .accordion-block h4 {
color: white !important;
}
/***** END Accordion Dark Box *****/  
/************************* Quote *******************/
.quote-with-image {
  padding: 0 10px 20px 10px;
}


.quote-with-image .quote-image-div {
  background-image: linear-gradient(45deg, #EEE 50%, #FFF 50%); border: 1px solid #EEE; border-radius: 3px; padding: 10px;
}

.quote-with-image .quote-image-div .quote-image-style {
  float: left; margin-left: -20px; padding-right: 20px; max-height: 180px;
}
