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

/* padding spacing*/
body {
	font-family: Lato, Arial, Helvetica, 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: 26px;
		font-weight:700;
		color: #1b1638;
		line-height: 1.3em;
	}
	h2, .h2{
		font-size: 18px;
		font-weight:700;
		color: #1b1638;
	}
	h3, .h3{
		font-size: 18px;
		margin: 0;
		font-weight:700;
		color: #1b1638;
	}
	h4, .h4{
		font-size: 16px;
		font-weight:400;
		color: #1b1638;
	}
	h5, .h5{
		font-size: 15px;
		font-weight:400;
		color: #1b1638;
		margin-bottom: 8px;
	}
	h6, .h6{
		font-size: 14px;
		font-weight:400;
		color: #454545;
		margin-bottom: 4px;
	}
	th{
	font-weight: 600;
	}

	caption{
	color: #07639D;
	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: 400;
}
.bold{
	font-weight: 700;
}
.caps{
	text-transform: uppercase;
}
.clearfix{
	clear:both;
}
.clearfixMobile{
	clear:both;
	}
.noWrap{
 white-space: nowrap;
}

	.jumbotron h1{
		font-size: 28px;
		color: #1b1638;
		padding: 24px 0 12px 0;
	}
	.jumbotron h5{
		color: #333;
		font-weight: 400;
	}
	.footnote{
		font-size: 13px;
	}
/* buttons*/
.btn-primary, .btn-primary.active, .btn-primary.active:visited,
.enrollBtn .buttonState {
    background-color: #1b1638;
    background-image: linear-gradient(to top,#0f0d1a -25%,#1b1638 125%);
    border-color: #1b1638;	
	color: #fff;
    border-radius: 4px;
    font-weight: 600;
	font-size: 18px;
	padding: 10px 16px;
	line-height: 1.3333333;
}
.btn-primary:hover, .btn-primary.active:hover,
.enrollBtn .buttonState:hover{
    background-image: linear-gradient(to top,#2f4964 -25%,#18567c 125%);
    border-color: #18567c;
	cursor: pointer;
}
.btn-xlg{
		font-size: 24px;
		padding: 10px 24px;
		font-weight: 600;
	}
.btn-xlg a{
		color: #fff;
	}
/* color*/
.white{
	color: #fff;
}
.black{
	color: #333;
}
.dark-gray{
	color: #454545;
}
.blue{
	color: #1b1638;
}
.red{
	color: #cc1231;
}
.green{
	color: #07639D;
}
.color-scheme-gray {
    background: #f2f2f2;
}
/********************* MIN-WIDTH: 768px ************************/

@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: 15px;
  }
  .footnote{
    font-size: 14px;
  }
  .smallText{
    font-size: 16px;
  }
}

/********************* MIN-WIDTH: 992px ************************/

@media (min-width: 992px) {
  .clearfixMobile{
    clear: none;
  }
}

