/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* 
** SJL: Added June 8 2025 
** touched 11:55am
*/
.jl-section {
  display: flow-root;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 25px;
}
/*
** Changed to 5px frm 70px SJL: 8 JUN 2025/
*/
@media (min-width: 960px) {
  .jl-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/*
.jl-section-xsmall
{
	padding-top:20px;
	padding-bottom:20px
}

.jl-section-small
{
	padding-top:40px;
	padding-bottom:40px
}

.jl-section-large
{
	padding-top:70px;
	padding-bottom:70px
}

@media (min-width:960px)
{
	.jl-section-large
	{
		padding-top:140px;
		padding-bottom:140px
	}
}

.jl-section-xlarge
{
	padding-top:140px;
	padding-bottom:140px
}

@media (min-width:960px)
{
	.jl-section-xlarge
	{
		padding-top:210px;
		padding-bottom:210px
	}
}
*/
/*# sourceMappingURL=custom_23.css.map */