Make
More
in Manufacturing
Your gateway to a thriving career in Advanced Manufacturing.
Advanced manufacturing is the path to a growth-oriented career. It’s hands-on and high-tech work, in aerospace, transportation equipment, biomedical technology and other exciting fields.
Apply Today
Manufacturing is a growing sector of Connecticut’s economy, with projected growth for some entry-level positions as high as 17%. More than 90% of CT State manufacturing students graduate with a job.
Advanced Manufacturing
CT State’s Advanced Manufacturing programs are the largest and most affordable in Connecticut, preparing students for immediate entry into the workforce with leading-edge, hands-on training in one of many state-of-the-art training facilities statewide. Students can earn a certificate in as little as six weeks; degrees up to two years. Non-credit options are also available.
View Programs
View Other Manufacturing Programs
State-of-the-Art Facilities
Our Advanced Manufacturing centers, sites and labs are well-equipped with the latest technology, providing students with the tools and environment needed to master your craft. From 3D printing to computer-aided design (CAD) software and robotics equipment, our facilities are designed to simulate real-world manufacturing settings.
Pathways to Success
Many manufacturing employers now require or recommend applicants have a college degree or certificate in their chosen field. Students can start with a certificate and apply their credits to an associate degree program, depending on their field of study. Day and evening options are available for those who wish to work while they pursue their degree.
Partnerships with Manufacturers
CT State’s Advanced Manufacturing programs are developed in collaboration with industry leaders to ensure students learn the latest technologies and techniques. Industry partners help recruit students, provide on-the-job training opportunities during the program, and employ many graduates upon program completion. Major partners include Lockheed Martin-Sikorsky, Barnes Aerospace, General Dynamics-Electric Boat, Xometry and New England Plasma.
Curricula
These programs were developed in response to Connecticut manufacturers’ needs for a highly-skilled workforce. A comprehensive curriculum, expert faculty and small-group instruction ensure that students receive the highest quality education and hands-on experience in clean, modern, high-tech manufacturing labs. Programs are developed in collaboration with industry leaders to ensure students learn the latest technologies and techniques.
View Curricula
Opportunities for High School Students and Current Workers
In addition to credit programs, campuses also offer specialized non-credit workforce training programs and dual-credit opportunities for high school students.
Application Information
CT State is an open admissions institution. An application for admission is required of all new credit students, and all students are encouraged to complete the Free Application for Federal Financial Aid at www.fafsa.gov. Completing the FAFSA is also the first step in determining eligibility for free tuition.
Find out more about upcoming enrollment events by visiting our Enrollment Events calendar.
Contact us today to learn more about our programs, schedule a campus tour, or speak with an advisor. Your future in advanced manufacturing starts here.
For more information, please email info@ctstatecc.edu
Apply Today
/* Breakpoints
--uk-breakpoint-xs: 480px;
--uk-breakpoint-s: 640px;
--uk-breakpoint-m: 960px;
--uk-breakpoint-l: 1320px;
--uk-breakpoint-xl: 1600px;
*/
:root {
--palette-red: #d62924;
--palette-orange: #f58a1e;
--palette-yellow: #ffc905;
--palette-green: #8dc023;
--palette-teal: #00b49b;
--palette-ltblue: #59bee7;
--palette-blue: #2c3183;
--palette-purple: #814291;
--palette-light: #f8faff;
--font-fallbacks: "Source Sans", roboto, helvetica, sans-serif;
--font-body: realist, var(--font-fallbacks);
--font-heading: all-round-gothic, var(--font-fallbacks);
--img-deco-red: var(--palette-red);
--img-deco-orange: var(--palette-orange);
--img-deco-yellow: var(--palette-yellow);
--img-deco-green: var(--palette-green);
--img-deco-teal: var(--palette-teal);
--img-deco-ltblue: var(--palette-ltblue);
--img-deco-blue: var(--palette-blue);
--img-deco-purple: var(--palette-purple);
}
/* Widths and heights */
.w-100, .inner-w-100 { width: 100% !important; }
.h-100, .inner-h-100 { height: 100% !important; }
.inner-w-100 > * { width: 100% !important; }
.inner-h-100 > * { height: 100% !important; }
/* Background colors */
main .oc-bg-red,
main .oc-bg-red .uk-tile {
color: #fff;
background-color: var(--palette-red);
}
main .oc-bg-orange,
main .oc-bg-orange .uk-tile {
color: inherit;
background-color: var(--palette-orange);
}
main .oc-bg-yellow,
main .oc-bg-yellow .uk-tile {
color: inherit;
background-color: var(--palette-yellow);
}
main .oc-bg-green,
main .oc-bg-green .uk-tile {
color: inherit;
background-color: var(--palette-green);
}
main .oc-bg-teal,
main .oc-bg-teal .uk-tile {
color: inherit;
background-color: var(--palette-teal);
}
main .oc-bg-ltblue,
main .oc-bg-ltblue .uk-tile {
color: inherit;
background-color: var(--palette-ltblue);
}
main .oc-bg-blue,
main .oc-bg-blue .uk-tile {
color: #fff;
background-color: var(--palette-blue);
}
main .oc-bg-purple,
main .oc-bg-purple .uk-tile {
color: #fff;
background-color: var(--palette-purple);
}
/* Image Decorations */
main .image-deco {
position: relative;
overflow: hidden;
box-sizing: border-box;
}
main .image-deco.image-deco-1 {
border-left: 1vw solid var(--img-deco-ltblue);
border-right: 3vw solid var(--img-deco-green);
}
main .image-deco.image-deco-2 {
border-left: 0.5vw solid var(--img-deco-green);
border-right: 1.5vw solid var(--img-deco-red);
}
main .image-deco.image-deco-3 {
border-left: 0.5vw solid var(--img-deco-purple);
border-right: 1.5vw solid var(--img-deco-ltblue);
}
main .image-deco.image-deco-4 {
border-left: 0.5vw solid var(--img-deco-purple);
border-right: 1.5vw solid var(--img-deco-teal);
}
/* Typography */
main h1,
main h2,
main h3 {
font-family: var(--font-heading) !important;
font-style: normal;
font-weight: 600;
line-height: 1.1;
}
/* Heading sizes default */
main h1 { font-size: 3rem !important; }
main h2 { font-size: 2.5rem !important; }
main h3 { font-size: 2.25rem !important; }
main .uk-text-lead { font-size: 1rem !important; }
/* Mobile sizes */
@media (min-width: 640px) {
main h1 { font-size: 5rem !important; }
main h2 { font-size: 2.25rem !important; }
main h3 { font-size: 2rem !important; }
main .uk-text-lead { font-size: 1.2rem !important; }
}
@media (min-width: 960px) {
main h1 { font-size: 3.5rem !important; }
main h2 { font-size: 2.5rem !important; }
main h3 { font-size: 2rem !important; }
main .uk-text-lead { font-size: 1.2rem !important; }
}
@media (min-width: 1100px) {
main h1 { font-size: 5rem !important; }
main h2 { font-size: 2.75rem !important; }
main h3 { font-size: 2.5rem !important; }
main .uk-text-lead { font-size: 1.2rem !important; }
}
@media (min-width: 1320px) {
main h1 { font-size: 6rem !important; }
main h2 { font-size: 3rem !important; }
main h3 { font-size: 2.5rem !important; }
main .uk-text-lead { font-size: 1.4rem !important; }
}
/* Heading relative sizes */
main h1 {
display: flex;
flex-direction: column;
line-height: 0.8;
}
main h1 > span:nth-child(1) {
color: #fff;
font-family: var(--font-body) !important;
font-size: 1.2em;
font-weight: 100;
text-transform: uppercase;
}
main h1 > span:nth-child(2) {
margin-bottom: 0.05em;
color: var(--palette-green);
font-size: 1.175em;
font-weight: 500;
text-transform: lowercase;
}
main h1.hero-h1-mb > span:nth-child(2) {
margin-bottom: 0.2em;
}
main h1.hero-h1-mt > span:nth-child(2) {
margin-top: -0.15em;
}
main h1 > span:nth-child(3) {
display: inline-block;
color: #fff;
font-size: 0.45em;
font-weight: 500;
text-transform: lowercase;
}
main h2 > span {
display: block;
margin-bottom: 0.25rem;
font-size: 0.4em;
font-weight: 600;
text-transform: uppercase;
}
main h3 > span {
display: block;
margin-bottom: 0.25rem;
font-family: var(--font-body);
font-size: 0.4em;
font-weight: 600;
text-transform: uppercase;
}
/* Call to action bar */
main .cta-bar {
font-size: 1.5rem;
text-align: center;
}
@media (min-width: 960px) {
main .cta-bar {
font-size: 2rem;
text-align: left;
}
}
main .cta-bar .cta-more-options p {
display: flex;
flex-direction: column;
margin: 0 auto;
max-width: 3em;
font-size: 2.5em;
font-weight: 100;
line-height: 0.8;
text-transform: uppercase;
}
@media (min-width: 960px) {
main .cta-bar .cta-more-options p {
margin: 0 0 0 auto;
}
}
main .cta-bar .cta-more-options span {
margin-left: auto;
color: var(--palette-green);
font-family: var(--font-heading);
font-size: 0.7em;
font-weight: 500;
text-transform: lowercase;
}
/* Callouts */
main .callout-light {
margin: 1.5rem auto !important;
padding: 1rem;
max-width: 40rem;
background-color: var(--palette-light);
border: 1px solid #c6c8cc;
}
/* Buttons */
main .uk-button-primary {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin-top: 1rem;
padding: 0.75em 1.5em;
color: var(--palette-blue);
background-color: var(--palette-yellow);
border: 0;
border-radius: 0;
}
main .uk-button-primary:hover,
main .uk-button-primary:active {
color: var(--palette-blue);
background-color: #ffd905;
}
main .uk-button-primary .uk-icon {
width: 2rem;
}
main .uk-button-primary .uk-icon svg {
width: 100%;
}
@media (min-width: 960px) {
main .uk-section {
position: relative;
}
main .oc-image-split {
position: absolute;
top: 0;
right: 0 !important;
left: initial !important;
transform: translate(0, 0);
height: 100%;
}
main .oc-image-halves {
width: 47.9vw;
}
main .oc-image-3fifths {
width: 56.7vw;
}
main .oc-image-1third {
width: 37vw;
}
}
@media (min-width: 960px) {
main .oc-hero p {
font-size: 1.2rem;
}
}