@import url(https://pro.fontawesome.com/releases/v5.13.0/css/all.css);

 /* ----- ADDITIONAL GLOBAL STYLE HACKS ----- */

.h2--wide {max-width: none!important;}

.article small {
    font-size: 90%!important;
}


/* ----- COURSE CARD STYLE START ----- */

.course-card {
	padding: 25px 25px 0 25px;
	background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  height: 265px;
}

.course-card .fal {
   margin: 0 0 15px 0;
	color: #8D8D8D;
}

.course-card h3 {
   display:block;
   margin: 0px 0px 15px 0px;
	font-family: Open Sans;
   font-style: normal;
   font-weight: 600;
   font-size: 18px;
   line-height: 25px;
}

.course-card p {
   font-size: 14px;
   font-weight: normal;
   line-height: 19px;
   display: flex;
   align-items: center;
    margin-top: 15px;
   }

.course-card p>a {
   margin: 10px 0px 0px 0px !important;
   letter-spacing: -.2px;
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 15px;
	text-transform: uppercase;
   color: #CC0000;
   position: absolute;
    bottom: 25px;
}

.course-card p>a:hover, .course-card p>a:focus {
    color: #050000;
    text-decoration: underline;
}

@media only screen and (max-width: 1159px) and (min-width: 1025px) {.course-card {height: 300px;}}
@media screen and (max-width: 1024px) {.swms .large-3 {-webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;}}

/* ENDS */


/* ----- LIGHT GREY BACKGROUND START ----- */

.lightgrey-bg {
  position: relative;
  background-color: #f6f3f4;
}
/* ----- END ----- */

/* ALIGN CENTER START */

.align-centre {
    margin: 0 auto!important;
    text-align: center;
}

/* ALIGN CENTER END */

/* ----- PICTOGRAM START ----- */

.pictogram {
	text-align: center;
	margin: 0 auto;
}

.pictogram h3 {
   display:block;
   font-size: 24px;
   font-weight: 700;
   margin: 0px 0px 20px 0px;
   text-align: center;
}

.pictogram p.p--feature {
   display:block;
   font-size: 17px;
   font-weight: 500;
   margin: 0px 25px;
}

.pictogram p {
   display:block;
   font-size: 14px;
   font-weight: 500;
   padding: 0px 20px;
	line-height:1.5
   }

.left{
   text-align: left;
}

.pictogram p>a {
   font-size: 14px !important;
   line-height: 15px !important;
   margin: 10px 0px 0px 0px !important;
   letter-spacing: -.2px;
}

.pictogram a>br {
   line-height: 15px !important;
   margin: 10px 0px 0px 0px !important;
   letter-spacing: -.2px;
}

.pictogram .fal {
   margin: 10px auto;
}

.fab {
   margin: 10px auto;
}

.circle-icon{
  display: inline-block;
  line-height: 70px !important;
  margin: 20px !important;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #000;
  background: #F6F3F4;
}

.circle-icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -10px;
  left: -10px;
  padding: 10px;
  box-shadow: 0 0 0 1px #E3A8A8;
}

/* ----- END ----- */

/* THINK CARD STYLE START */

/* defaults */

.think-card {
	overflow:hidden;
	margin: 6% 0;
}
.think-card div {
	width: 45%;
}
.think-card div+a {
	display: block;
	width: 45%;
}
.think-card h3 {
	font-size: 20px!important;
    font-weight: 600!important;
	width: 45%;
	margin: 0px 0px 20px 0px!important;
}
.think-card img {
	width: 50%;
}

/* button style */

.think-card a>span {
	background-color: #c00;
	border-color: #c00;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 14px 25px;
	border-radius: 3px;
}

/* left */

.think-card-left img {
	float: left;
}
.think-card-left h3 {
	float: right;
}
.think-card-left div {
	float: right;
}
.think-card-left div+a {
	float: right;
	clear: right;
}

/* right*/

.think-card-right img {
	float: right;
}
.think-card-right div {
	float: left;
}
.think-card-right div+a {
	float: left;
	clear: left;
}

/* responsive */

@media (max-width: 750px) {
	.think-card img {
		width: 100%;
		margin: 8% 0% 8% 0%;
	}
	.think-card h3 {
		width: 100%;
	}
	.think-card div {
		width: 100%;
	}
	.think-card div+a {
		display: block;
		width: 100%;
	}
}

/* -------END------ */

/* PICTOGRAM STUDY PAGE CUSTOM STYLE*/

.pictogram-study {
   display: block;
   text-align: center;
}

.pictogram-study h3 {
   font-size: 24px !important;
   font-weight: 700 !important;
   margin: 0px 0px 5px 0px;
   letter-spacing: -.2px !important;
}

.pictogram-study p.p--feature {
   line-height: 20px;
   font-size: 17px;
   font-weight: 500;
   padding: 0px 25px;
}

.pictogram-study p {
   line-height: 20px;
   font-size: 15px;
   font-weight: 500;
   padding: 0px 25px;
}

.pictogram-study p>a.normal {
   font-size: 15px !important;
   line-height: 15px !important;
}

.pictogram-study p>a {
   font-size: 12px !important;
   line-height: 15px !important;
   margin: 10px 0px 0px 0px !important;
}

.pictogram-study a>br {
   line-height: 15px !important;
   margin: 10px 0px 0px 0px !important;
}

.pictogram-study .fal {
   margin: 10px auto;
}

/* --------------- GLOBAL TABLE STYLE HACKS ----------- */

.article .table-wrapper {
   margin: 0 0 30px 0!important;
}

.article table thead>tr>th {
    font-size: 16px!important;
    border-bottom: 1px solid rgba(0,0,0,0.125)!important;
    font-weight: 600;}

.article table tbody tr>th {
	font-size: 14px!important;
	border-right: 0px solid white!important;
}

.article table tbody>tr>td {
	font-weight: 400;
	font-size: 14px;}

.article table tbody>tr>td>a {
	font-size: 14px;
}

/* GLOBAL HACK END HERE */

/* ----- CONTACT BLOCK STARTS ----- */
.contact-block-aside {
  color: #232020;
  background-color: #f6f3f4;
  padding: 27px 27px 37px;
}

.contact-block-aside h2 {
    font-size: 28px;
    letter-spacing: -.10px;
    line-height: 1.25;
    margin: 0px 0px 20px 0px;
    font-weight: 400;}

.contact-block-aside h3 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.10px;
    margin: 0px 0px 20px 0px;}

.contact-block-aside p {
  font-size: 13.5px;
    margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: -.2px;}

.contact-block-aside p>span {padding-right: 0.35em;}

.contact-block-aside a[href*="tel:"] {
    color: #c00;}

.contact-block-aside a {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -.1px;
    word-break: break-word;
}

.contact-block-aside a:focus {
    color: #232020;}

.contact-block-aside a:hover {
    color: #232020;
    text-decoration:underline;}

.contact-block-aside a.directions {
    font-size: 1.1em;
    font-weight: 600;
    color: #c00;
    }

.contact-block-aside a.directions:hover {
    color: #232020;
    text-decoration: underline;
    }
 /* ----- CONTACT BLOCK ENDS ----- */

 /* People Bio */

.people-bio h3 {margin: 20px 0!important;font-size: 15px!important;}

.people-bio h4 {font-size: 13.5px!important;font-weight: normal;font-style: italic;margin: 0 0 20px 0!important;}

/* Featured courses */

.featured-courses h4 {
    margin: 20px 0 !important;
	 min-height: 42px;
}

