@charset "UTF-8";
/* CSS Document  Adjustments and basic styles*/

/* padding spacing*/
body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	line-height: 1.5em;
}

/* font styles*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 0;
}
	p, .p, li, td{
	font-size: 14px;
	line-height: 1.3;
	}
	h1, .h1{
		font-size: 28px;
		font-weight:700;
		color: #333;
		line-height: 1.3em;
	}
	h2, .h2{
		font-size: 24px;
		font-weight:700;
		color: #333;
	}
	h3, .h3{
		font-size: 20px;
		margin: 0;
		font-weight:700;
		color: #333;
	}
	h4, .h4{
		font-size: 18px;
		font-weight:700;
		color: #333;
	}
	h5, .h5{
		font-size: 16px;
		font-weight:600;
		color: #333;
		margin-bottom: 8px;
	}
	h6, .h6{
		font-size: 15px;
		font-weight:600;
		color: #333;
		margin-bottom: 4px;
	}
	th{
	font-weight: 600;
	}

	caption{
	color: #002247;
	font-weight: 600px;
}
	strong{
	font-weight: 600;
	}
.ptn{
	padding-top: 0;
}
.ptxs{ 
	padding-top: 3px;
}
.pts{ 
	padding-top: 6px;
}
.ptm{ 
	padding-top: 12px;
}
.ptl{ 
	padding-top: 24px;
}
.ptxl{ 
	padding-top: 36px;
}
.prn{
	padding-right: 0;
}
.prxs{ 
	padding-right: 3px;
}
.prs{ 
	padding-right: 6px;
}
.prm{ 
	padding-right: 12px;
}
.prl{ 
	padding-right: 24px;
}
.prxl{ 
	padding-right: 36px;
}
.pbn{
	padding-bottom: 0;
}
.pbxs{ 
	padding-bottom: 3px;
}
.pbs{ 
	padding-bottom: 6px;
}
.pbm{ 
	padding-bottom: 12px;
}
.pbl{ 
	padding-bottom: 24px;
}
.pbxl{ 
	padding-bottom: 36px;
}
.pln{
	padding-left: 0;
}
.plxs{ 
	padding-left: 3px;
}
.pls{ 
	padding-left: 6px;
}
.plm{ 
	padding-left: 12px;
}
.pll{ 
	padding-left: 24px;
}
.plxl{ 
	padding-left: 36px;
}
/* margin spacing*/
.mtn{
	margin-top: 0;
}.mtxs{ 
	margin-top: 3px;
}
.mts{ 
	margin-top: 6px;
}
.mtm{ 
	margin-top: 12px;
}
.mtl{ 
	margin-top: 24px;
}
.mtxl{ 
	margin-top: 36px;
}
.mrn{
	margin-right: 0;
}
.mrxs{ 
	margin-right: 3px;
}
.mrs{ 
	margin-right: 6px;
}
.mrm{ 
	margin-right: 12px;
}
.mrl{ 
	margin-right: 24px;
}
.mrxl{ 
	margin-right: 36px;
}
.mbn{
	margin-bottom: 0;
}
.mbxs{ 
	margin-bottom: 3px;
}
.mbs{ 
	margin-bottom: 6px;
}
.mbm{ 
	margin-bottom: 12px;
}
.mbl{ 
	margin-bottom: 24px;
}
.mbxl{ 
	margin-bottom: 36px;
}
.mln{
	margin-left: 0;
}
.mlxs{ 
	margin-left: 3px;
}
.mls{ 
	margin-left: 6px;
}
.mlm{ 
	margin-left: 12px;
}
.mll{ 
	margin-left: 24px;
}
.mlxl{ 
	margin-left: 36px;
}
.noBold{
	font-weight: normal;
}
.mdBold{
	font-weight: 600;
}
.bold{
	font-weight: 700;
}
.clearfix{
	clear:both;
}
.clearfixMobile{
	clear:both;
}
.noWrap{
 white-space: nowrap;
}

	.jumbotron h1{
		font-size: 28px;
		/* color: var(--primary-color); */
		padding: 24px 0 12px 0;
	}
	.jumbotron h5{
		color: #333;
		font-weight: 600;
	}
	.footnote{
		font-size: 13px;
	}
/* buttons*/
.btn-primary, .btn-primary.active, .btn-primary.active:visited, .btn.btn-fill, .btn-primary.active:focus {
	font-size: 18px;
    color: #fff;
    background-color: var(--primary-color);
    /* background-image: linear-gradient(to top,#43741f -25%,#5eab26 125%); */
    /* border-color: #5ba922; */
    border-radius: 4px;
    font-weight: 600;
	transition: all 0.2s;
	border: none;
	box-shadow: none;
	padding: 10px 30px 10px 30px;
	/* text-transform: uppercase; */
}
.btn-primary:hover, .btn-primary.active:hover, .btn.btn-fill:hover {
    /* background-image: linear-gradient(to top,#34561c -25%,#43741f 125%); */
    /* border-color: #34561c; */
	transform: scale(1.05) perspective(1px);
	background-color: var(--secondary-color);
}
.btn.btn-fill{
	text-transform: uppercase;
}
.btn-xlg{
		font-size: 24px;
		padding: 10px 24px;
		font-weight: 600;
	}
.btn-xlg a{
		color: #fff;
	}
/* color*/
.white{
	color: #fff;
}
.black{
	color: #333;
}
.blue{
	color: var(--primary-color);
}
.red{
	color: #cc1231;
}
.green{
	color: var(--primary-color);
}
.color-scheme-gray {
    background: #f2f2f2;
}
@media (min-width: 768px) {
p, .p, li, td{
	font-size: 14px;
	line-height: 1.3;
	}
	h1, .h1{
		font-size: 32px;
		font-weight:700;
		line-height: 1.3em;
	}
	h2, .h2{
		font-size: 28px;
		font-weight:700;
	}
	h3, .h3{
		font-size: 24px;
		font-weight:700;
	}
	h4, .h4{
		font-size: 20px;
		font-weight:700;
	}
	h5, .h5{
		font-size: 18px;
		font-weight:600;
		margin-bottom: 12px;
	}
	h6, .h6{
		font-size: 16px;
		font-weight:600;
		margin-bottom: 6px;
	}
	.jumbotron h1{
		font-size: 24px;
		padding: 24px 0 12px 0;
	}
	.jumbotron h3{
		font-weight: 600;
		font-size: 20px;

	}
	.clearfixMobile{
		clear:none;
	}

	
}

@media (min-width: 980px) {
		.jumbotron h1{
		font-size: 28px;
		color: #333;
		padding: 24px 0 12px 0;
	}

	
	.jumbotron h4{
		color: #333;
		font-weight: 600;
		font-size: 22px;

	}

	
}
