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

/* padding spacing*/
body {
	font-family: 'Yantramanav', sans-serif !important;
	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: 15px;
	line-height: 1.3;
	
	}
	h1, .h1{
		font-size: 26px;
		font-weight:700;
		color: #036;
		line-height: 1.3em;
	}
	h2, .h2{
		font-size: 24px;
		font-weight:700;
		color: #036;
	}
	h3, .h3{
		font-size: 22px;
		margin: 0;
		font-weight:700;
		color: #036;
	}
	h4, .h4{
		font-size: 18px;
		font-weight:500;
		color: #036;
	}
	h5, .h5{
		font-size: 16px;
		font-weight:500;
		color: #333;
		margin-bottom: 8px;
	}
	h6, .h6{
		font-size: 15px;
		font-weight:500;
		color: #036;
		margin-bottom: 4px;
	}
	.footnote{
    	font-size: 12px;
    }
    .smallText{
    	font-size: 14px;
    }
	th{
	font-weight: 500;
	}

	caption{
	color: #036;
	font-weight: 500px;
}
	strong{
	font-weight: 500;
	}
.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: 500;
}
.bold{
	font-weight: 700;
}
.clearfix{
	clear:both;
}
.clearfixMobile{
	clear:both;
}
.noWrap{
 white-space: nowrap;
}

	.jumbotron h1{
		font-size: 24px;
		color: #036;
		padding: 48px 0 12px 0;
	}
	.jumbotron h5{
		color: #333;
		font-weight: 500;
}
.btn-primary, .btn-primary.active, .btn-primary.active:visited {
    color: #fff;
    background-color: #036;
    border-radius: 1px;
    font-weight: 600;
    font-size: 20px;
    border; none;
    box-shadow: none;
}
.btn-primary:hover, .btn-primary.active:hover {
    background-color: #f5f5f5;
    color: #036;
    border-color: #069;
}
.btn-xlg{
		font-size: 24px;
		padding: 10px 24px;
		font-weight: 500;
	}
.btn-xlg a{
		color: #fff;
	}
/* color*/
.white{
	color: #fff;
}
.black{
	color: #333;
}
.blue{
	color: #036;
}
.cyan{
	color: #45b7e9;
}

.red{
	color: #cc1231;
}
.green{
	color: #036;
}
.color-scheme-gray {
    background: #f2f2f2;
}

	@media (min-width: 768px) {
	 p, .p, li, td{
        font-size: 16px;
    }
    h1, .h1{
        font-size: 32px;
    }
    h2, .h2{
        font-size: 28px;
    }
    h3, .h3{
        font-size: 24px;
    }
    h4, .h4{
        font-size: 20px;
    }
    h5, .h5{
        font-size: 18px;
        line-height: 1.4;
    }
    h6, .h6{
        font-size: 18px;
    }
    .footnote{
    	font-size: 14px;
    }
    .smallText{
    	font-size: 16px;
    }

	.clearfixMobile{
	clear:none;
	}

}
@media (min-width: 992px) {
	 p, .p, li, td{
        font-size: 18px;
    }
    h1, .h1{
        font-size: 36px;
    }
    h2, .h2{
        font-size: 32px;
    }
    h3, .h3{
        font-size: 26px;
    }
    h4, .h4{
        font-size: 22px;
    }
    h5, .h5{
        font-size: 20px;
        line-height: 1.4;
    }
    h6, .h6{
        font-size: 18px;
    }
	.clearfixMobile{
	clear:none;
	}

}

