/* Enter Your Custom CSS Here */
h1 {text-transform: uppercase;}
.ContentArea table.small-table td {padding: 10px 5px;}
.ContentArea table.small-table tr:nth-child(odd) {background-color: #F5F6F7;}

/* add small margin to spotlight image to prevent title touching image */
.Image--spotlight { margin-left: 1%; }

/* hide the date div in blog posts */
.py-20 {display: none;}
.text-h4 time {display: none;}

iframe {margin: 0px auto;}

/* @media queries */
/* set menu margin-right to 15px to keep 'Visit' menu item from crossing into logo */
@media (min-width:992px) { .menu--headerDesktop>li { margin-right: 15px; } }
/* Remove margin-left for mobile display
@media (max-width:768px) { .Image--spotlight { margin-left: 0; } }
/* set menu margin-right to default setting: 20px */
@media (min-width:1022px) { .menu--headerDesktop>li { margin-right: 20px; } }

.list-style-none li:before { content: none!important; }