body {
  margin: 0;
  padding: 0;
  color: #444;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */  
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
}
.container {
  max-width: 1290px;
  padding-left: 18px;
  padding-right: 18px;
}
h1 {
  color: #444;
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
h2 {
  color: #444;
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;  
  margin: 0;
}
h3 {
  color: #444;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  margin: 0; 
}
h4 {
color: #444;
font-family: "Source Sans Pro";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;  
margin: 0;
}
.grey-bg {background-color: #F1F1F1;}
.custom-section {
	padding: 72px 0;
}
.custom-section .custom-title {
	text-align: center;
	margin-bottom: 40px;
}
.custom-section .custom-title.custom-title-left  {
	text-align: left;
}
.custom-title h2::after {
	content: "";
	display: block;
	width: 75px;
	height: 3px;
	background-color: #FBCB3B;
	margin: 13px auto 0 auto;
}
.custom-title.custom-title-left h2::after {
	margin: 13px 0 0 0;
}

.custom-title h4::after {
	content: "";
	display: block;
	width: 75px;
	height: 3px;
	background-color: #FBCB3B;
	margin: 16px auto 0 auto;
}
.custom-title.custom-title-left h4::after {
	margin: 16px 0 0 0;
}
.custom-section .custom-title.mini-custom-title {
	margin: 0;
}
.mini-custom-title h4 {
	color: #354B8C;
}
.mini-custom-title h4:after {
  width: 114px;
}

.custom-title h3::after {
	content: "";
	display: block;
	width: 114px;
	height: 3px;
	background-color: #FBCB3B;
	margin: 16px auto 0 auto;
}
.custom-title.custom-title-left h3::after {
	margin: 16px 0 0 0;
}
.mini-custom-title h3 {
	color: #354B8C;
}
.custom-title-caption {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
h1 {
  font-size: 32px;
}
h3 {
  font-size: 18px;
}
.custom-section {
	padding: 45px 4px;
}
.custom-section .custom-title {
	margin-bottom: 30px;
}
.custom-title-caption {
	margin-bottom: 30px;
}
}

.common-list-type {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 25px;
  margin-bottom: 18px;
}
.common-list-type:last-child {
	margin-bottom: 0;
}

/* Course Page */
.blue-bg {background: #1F3165;}
.blue-bg .custom-title h2 {
	color: #ffffff;
}
.cta-pill {
	display: inline-block;
	padding: 20px;
	justify-content: center;
	align-items: center;
	/*gap: 10px;*/
	border-radius: 5px;
	background: #FCCA00;
	border: none;
	outline: none;
	color: #333;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	font-family: "Source Sans Pro";
  min-width: 218px;
  margin: 0 auto;
  text-decoration: none;
}
.cta-pill:hover, .cta-pill:focus {
  border-radius: 5px;
  background: #CCA807;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 4px 8px 0 rgba(0, 0, 0, 0.00);
}
.cta-pill span {
	line-height: normal;
}
.cta-pill svg {
	width: auto;
	height: 24px;
	vertical-align: middle;
	margin-left: 10px;
}
.header-brn .cta-pill {
	font-weight: 400;
	/*gap: 5px; */
	min-width: inherit;
	padding: 9px 16px;
	text-decoration: none;
}
.header-brn .cta-pill svg {
	height: 16px;
	width: auto;
	margin-left: 5px;
}

.text-with-btn-component {
	text-align: center;
	color: #fff;
}
.text-with-btn-component .cta-pill {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .text-with-btn-component .cta-pill {
    margin-top: 30px;
  }
}