@font-face {
	font-family: 'GothamBold';
	src: url('webfonts/gotham-bold.eot');
	src: url('webfonts/gotham-bold.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/gotham-bold.woff') format('woff'),
		 url('webfonts/gotham-bold.ttf') format('truetype'),
		 url('webfonts/gotham-bold.svg#GothamBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamBook';
	src: url('webfonts/gotham-book.eot');
	src: url('webfonts/gotham-book.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/gotham-book.woff') format('woff'),
		 url('webfonts/gotham-book.ttf') format('truetype'),
		 url('webfonts/gotham-book.svg#GothamBook') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* HEADER FOR HOMEGAE CONTENT COLUMNS */
UL.content-pods H2 SPAN {
    font-family: GothamBold;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    }

/* GRAY BAR HEADER */
#subpage-content h1,
.contentTitle {
    font-family: GothamBold;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    }

/* LEFT NAV HEADER */
.box H3.heading .bg SPAN.box-title-35 {
    font-family: GothamBold;
    font-weight: normal;
    font-size:12px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

/*bulletin-board & Coupon box Gray bar Header*/
.bulletin-board h2, .coupon-box h2 {
    font-family: GothamBook;
    font-size:12px;
    font-weight: normal;
    letter-spacing: -0.01em;
}

/*My Curriculum Header*/
.mypackages {
    font-family: GothamBold;
    font-weight: normal;
    letter-spacing: -0.01em;
}

/*My Completed Credits Header*/
.MyCreditsLabel {
    font-family: GothamBold;
    font-size:14px;
    font-weight: normal;
    letter-spacing: -0.01em;
}

/* My Certificates page - View & Print Certificates title*/
.CourseTitle {
    font-family: GothamBold;
    font-weight: normal !important;
    letter-spacing: -0.02em;
}

/* Title on Course Details page */
.CourseTitleUI .CourseTitle {
    font-family: GothamBook;
    font-size: 32px !important;
    font-weight: normal !important;
    line-height: 33px !important;
    letter-spacing: -0.02em;
}
/* Course Details Meta Information Box */
/* moving this down slightly to make room for the new styling in the class above this one */
.item-details {
    margin-top: 25px;
}

/*verticals landing pages page headers - content columns and main content columns */
#landing-page-content #call-outs > li h4, #landing-page-content h3.catalogs,
#landing-page-content h3.accreditations {
    font-family: GothamBold;
    font-weight: normal;
    letter-spacing: -0.02em;
}