/*! CSS Used from: Embedded */
html,body{background:#F7F6F5!important;}
.bg-primary-1 {
    background-color: #292e7e;
}
.bg-primary-2 {
    background-color: #00843d;
}
#header {
    margin: auto;
}

@media screen and (max-width: 551px) {
    #header {
        padding: 1.75rem 0;
    }
}

@media screen and (min-width: 551px) {
    #header {
        padding: 1.75rem 0;
    }
}

.btn-header {
    background-color: rgba(41, 46, 126, 1);
    border-radius: 4.25rem;
    color: #fff;
    font-weight: bold;
}
.banner {
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}
.banner h2 {
    color: #fff; text-align: center;
}
.banner-bg {
    opacity: .15;
    position: absolute;
    z-index: 0;
}
.banner-bg-2 {
    margin-left: -65%;
    top: -3.5rem;
    width: 3750px;
}
.banner .shell {
    position: relative;
    z-index: 11;
}
.banner.banner-primary {
    background-image: url(../images/health-science-org.jpg);
    height: 500px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 700px) {
.banner.banner-primary {
    background-image: url(../images/health-science-org.jpg);
    height: 300px!important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    }
}

.display-block {
    display: block;
}
#footer{
  background-color: #00843d;
  color: #fff;
  font-size: 1.2em;
  padding: 4rem 0;
}
#footer a{
  color: #fff;
}
#footer ul{
  margin: 0;
  padding: 0;
}
#footer .social-media a{
  color: #fff;
  font-size: 20px;
  margin: 5px;
}
#footer .content{
  border-bottom: 1px solid rgba(255,255,255,.25);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
#footer .content a:hover{
  text-decoration: none;
}
#footer .logo-motto{
  margin: .75rem auto 2.25rem auto;
}
#logo {
        margin: 1rem auto;
}
.m-auto {
    margin: auto;
}
.grid__col--1of1{width:100%;flex:0 0 100%;}
.card-alt .card__inner{padding-top:3rem;}
.card__image{width:100px;display:block;margin:auto;position:relative;}
.card__content .h5{color:#00843D;     font-size: 2.6rem;
    margin-top: 1rem;     margin-bottom: .5rem;}
.circle{border-radius:50%;background:#292E7E;width:120%;height:120%;opacity:1;position:absolute;top:-10%;left:-10%;z-index:1;}
.card__image svg{fill:#292E7E;z-index:5;position:relative;stroke-width:13px;}
.card__image .card__image svg{stroke="red":13px;}

#choose {
    text-align: center;
    padding: 1rem;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 6rem;
}
#choose h2 {
    color: #292e7e;
    font-size: 5rem;
    font-weight: 800;
    border-bottom: 6px solid #fdb713;
    border-top: 6px solid #fdb713;
    padding: 1.5rem;
    width: max-content;
    margin: auto;
    max-width: 100%;
}

@media (max-width: 767px){
    #choose h2 {  font-size: 3.5rem; }
}
.path.aos-animate {position:relative;stroke-dasharray:2900;stroke-dashoffset:2900;animation:dash 1.1s linear forwards; }
.path.aos-animate.path-first{ animation:dash 1.25s linear forwards; animation-delay:.35s;}
.path.aos-animate.path-second{animation-delay: 1s;}
.path.aos-animate.path-third{animation-delay:1.9s;}

@media (max-width: 1022px){
.path.aos-animate.path-first{ animation:dash 1.25s linear forwards; animation-delay:.35s;}
.path.aos-animate.path-second{animation-delay: .25s;}
.path.aos-animate.path-third{animation-delay: .25s;}
}

@keyframes dash {
  0% {
    stroke-dashoffset: 2900;
    fill: #292E7E;
  }
  75% {
    fill: #292E7E;
  }
  100% {
    stroke-dashoffset: 0;
     fill: rgba(255,255,255,1);
  }
}

.parallax {
  height: 100%; 
  background-attachment: fixed;
}

#progress li:nth-child(1){background:#333; z-index: 11;}
#progress li:nth-child(2){background:#444; z-index: 10;}
#progress li:nth-child(3){background:#555; z-index: 9;}
#progress li:nth-child(4){background:#666; z-index: 8;}
#progress{padding:0;list-style-type:none;font-family:arial;    font-size: 1.6rem;clear:both;line-height:1em;margin:0 -1px;text-align:center;     display: table;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;}
#progress li{
    float:left;    
    padding: 10px 20px 10px 20px;
    background: #333;
    line-height: 75%;color:#fff;position:relative;border-top:1px solid #666;border-bottom:1px solid #666;margin:0 1px;     margin-right: 5px;     border-radius: 5px;}
/*#progress li:before{content:'';border-left:16px solid #fff;border-top:16px solid transparent;border-bottom:16px solid transparent;position:absolute;top:0;left:0;}*/
/*#progress li:after{content:'';border-top:16px solid transparent;border-bottom:16px solid transparent;position:absolute;top:0;left:100%;z-index:20; }
*/

/*#progress li:nth-child(1):after{content: ''; top: 0; left: 50%; position: absolute; width: 0px; height: 200px; border-left:2px solid #333; transform-origin: center top;}
#progress li:nth-child(2):after{content: ''; top: 0; left: 50%; position: absolute; width: 0px; height: 200px; border-left:2px solid #444; transform-origin: center top;}
#progress li:nth-child(3):after{content: ''; top: 0; left: 50%; position: absolute; width: 0px; height: 200px; border-left:2px solid #555; transform-origin: center top;}
#progress li:nth-child(4):after{content: ''; top: 0; left: 50%; position: absolute; width: 0px; height: 200px; border-left:2px solid #666; transform-origin: center top;}*/

/*#progress.progress-three li:nth-child(1):after{transform: rotate(-100deg);}
#progress.progress-three li:nth-child(2):after{transform: rotate(-180deg);}
#progress.progress-three li:nth-child(3):after{transform: rotate(-260deg);}


#progress.progress-four li:nth-child(1):after{transform: rotate(-100deg);}
#progress.progress-four li:nth-child(2):after{transform: rotate(-180deg);}
#progress.progress-four li:nth-child(3):after{transform: rotate(-260deg);}
#progress.progress-four li:nth-child(4):after{transform: rotate(-180deg);}*/

#progress.progress-three li:nth-child(1) {z-index: 8}
#progress.progress-three li:nth-child(2) {z-index: 7}
#progress.progress-three li:nth-child(3) {z-index: 6}


#progress.progress-four li:nth-child(1) {z-index: 5}
#progress.progress-four li:nth-child(2) {z-index: 6}
#progress.progress-four li:nth-child(3) {z-index: 7}
#progress.progress-four li:nth-child(4) {z-index: 8}

@media (max-width: 676px){
    #progress li { font-size: 12px;     padding: 10px 8px 10px 8px; line-height: 100%; }
}
.progress-title {text-align: center;   margin-top: 2rem;     font-size: 2.6rem;}
.salary {font-size: 3rem;}
.salary-note { font-size: 1.8rem; }

.main {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.main img {
        margin: auto;
    position: relative;
    display: block;
}
.title {
        color: #292e7e;
         margin-bottom: 2rem;
             font-size: 3.2rem;
}

/*! CSS Used from: https://env-middlesexcollegeedu-staging.kinsta.cloud/wp-content/themes/middlesex-college/style.css?ver=1.1.0 ; media=all */
@media all{
*{padding:0;margin:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit;}
article,section{display:block;}
html{margin-right:calc(-1 * (100vw - 100%));-webkit-tap-highlight-color:rgba(0, 0, 0, 0);tap-highlight-color:rgba(0, 0, 0, 0); overflow-x: hidden;}
body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;}
img{max-width:100%;}
img{border:0 none;}
img{height:auto;display:inline-block;vertical-align:middle;}
img{image-rendering:-webkit-optimize-contrast;}
.card__image svg:not(:root){overflow:hidden;}
a{cursor:pointer;}
@media (prefers-reduced-motion: no-preference){
:root{scroll-behavior:smooth;}
}
html{font-size:62.5%;}
body{min-width:320px;background:#fff;    font-family: proxima-nova, sans-serif;font-weight:400;font-size:1.8rem;line-height:1.2;color:#222222;overflow-x:hidden;-webkit-font-smoothing:antialiased;}
@media (min-width: 1920px){
body{background:#F7F6F5;}
}
a{color:inherit;text-decoration:underline;}
a:hover{text-decoration:none;}
h2,h3,.h5{margin-bottom:calc(1.2em / 2);}
h2{font-size:3.2rem;}
@media (max-width: 1023px){
h2{font-size:3.2rem;}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
h2{font-size:3.2rem;}
}
@media (max-width: 374px){
h2{font-size:2.6rem;}
}
h3{font-size:3.2rem;}
@media (max-width: 1023px){
h3{font-size:2.6rem;}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
h3{font-size:2.2rem;}
}
.h5{font-size:2rem;}
p,ul{margin-bottom:1.2em;}
h3[class],p:last-child,ul:last-child{margin-bottom:0;}
.animate-element{display:block;opacity:0!important;-webkit-transform:translate(0, 7.5rem)!important;-ms-transform:translate(0, 7.5rem)!important;transform:translate(0, 7.5rem)!important;-webkit-transition:opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;transition:opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;-o-transition:transform 0.4s, opacity 0.4s, visibility 0.4s;transition:transform 0.4s, opacity 0.4s, visibility 0.4s;transition:transform 0.4s, opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;}
.animate-element.is-animated{-webkit-transform:translate(0)!important;-ms-transform:translate(0)!important;transform:translate(0)!important;opacity:1!important;}
.articles-alt{margin:0 -2.4rem -4.8rem;}
@media (max-width: 1199px){
.articles-alt{margin:0 -0.75rem -3rem;}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
.articles-alt{margin-bottom:-2rem;}
}
.articles-alt .article-alt{padding:0 2.4rem;margin-bottom:5.8rem;}
@media (max-width: 1199px){
.articles-alt .article-alt{padding:0 0.75rem;margin-bottom:3rem;}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
.articles-alt .article-alt{margin-bottom:2rem;}
}
.article-alt{position:relative;}
.article-alt .article__link{z-index:1;position:absolute;left:0;right:0;top:0;bottom:0;}
.article-alt .article__description {padding: 2rem;}
.article-alt .article__inner{    border-radius: 10px;
    border: 0.1rem solid #E3E3E3;
    overflow: hidden;
    background:#fff;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}

.article-alt .article__image.image-1{       
    background: url(../images/health-professions.jpg); 
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 225px;
      }
.article-alt .article__image.image-2{    
    background: url(../images/nursing.jpg); 
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 225px;
     }
.article-alt .article__image.image-3{    
    background: url(../images/mental-health.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 225px;
      }
.article-alt .article__image.image-4{    
    background: url(../images/eck-ekg-technician.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 225px;
      }
.article-alt .article__image.image-5{    
    background: url(../images/phlebotomy-technician.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 225px;
      }
.article-alt .article__image
{
    background-position:50%;
    position:relative;
    width: 100%;
    height: 100%;
}
@media (max-width: 960px){
.article-alt .article__image.image-1,
.article-alt .article__image.image-2,
.article-alt .article__image.image-3,
.article-alt .article__image.image-4,
.article-alt .article__image.image-5 { 
    border-top-right-radius: 0px;
  }
}

/*.article-alt .article__image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#292E7E;pointer-events:none;opacity:0;-webkit-transition:opacity 0.4s;-o-transition:opacity 0.4s;transition:opacity 0.4s;}
.article-alt .article__image:after{opacity:0.75;}*/
.article-alt .article__content{-webkit-box-flex:1;-ms-flex:auto;flex:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:2.7rem 3.2rem 3.9rem;font-size:1.8rem;line-height:1.22;}
.article-alt .article__content h4{text-align: center;}

@media (max-width: 1023px){
.article-alt .article__content{font-size:1.6rem;padding:2rem 1.5rem 3rem;}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
.article-alt .article__content{padding:2rem 1.5rem;}
}
.article-alt .article__title{line-height:1.33;margin-bottom:0;position:relative;     font-size: 4rem;
    color: #fff;
    z-index: 11;
    background: #292E7E;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: .6rem;
}
.article-alt .article__title h3 {margin-bottom: 0; font-size: 3rem;}
.article-alt .article__title p {margin-top: -.5rem;}
.article-alt .article__title a{text-decoration:none;display:inline-block;position:relative;}
.article-alt .article__inner p{-webkit-box-flex:1;-ms-flex:auto;flex:auto;margin-bottom:0rem;}
.article-alt .article__actions{z-index:2;position:relative;-ms-flex-item-align:start;align-self:flex-start;margin-top:3.4rem;}
@media (max-width: 1023px){
.article-alt .article__actions{margin-top:2rem;}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
.article-alt .article__actions{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
}
.btn{display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#00843D;text-transform:uppercase;font-size:1.425rem;font-weight:600;color:#fff;border-radius:2.8rem;letter-spacing:0.055em;overflow:hidden;}
.btn a{display:inline-block;position:relative;text-decoration:none;}
.btn a:after{content:url('/wp-content/themes/middlesex-college/assets/images/svg/ico-arrow-btn.svg');line-height:1;margin-top:-7.5px;opacity:0;position:absolute;top:50%;right:3.5rem;transition:all 0.4s;}
.btn:hover a:after{opacity:1;right:1.5rem;}
.btn--small{    margin-top: 2rem; font-size:1.8rem;line-height:1.43;font-weight:600;color:#fff;border-radius:1.6rem;letter-spacing:0;min-height:auto;text-transform:none;padding:0.3rem 2.3rem;     padding: .6rem 2.3rem;
     display: block;}
.btn--small:hover a:after{right:-1.5rem;}
.cards-alt{border:0;padding:0;margin:3rem -1.2rem;}
@media (max-width: 1199px){
.cards-alt{margin:0 -0.5rem;}
}
.cards-alt .card-alt{margin:1.2rem 0;padding:0 1.2rem;}
@media (max-width: 1199px){
.cards-alt .card-alt{padding:0 0.5rem;}
}
@media (max-width: 1023px){
.cards-alt .card-alt{margin-bottom:2rem;}
}
@media (max-width: 1023px){
.cards-alt .card-alt.grid__col{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;}
}
.card-alt{position:relative;}
.card-alt .card__inner{border:0.1rem solid #E3E3E3;background:#fff;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap; border-top: 6px solid #f6b120;}
.card-alt .card__image{background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;}
.card-alt .card__image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#292E7E;pointer-events:none;opacity:0;-webkit-transition:opacity 0.4s;-o-transition:opacity 0.4s;transition:opacity 0.4s;}
.card-alt .card__content{-webkit-box-flex:1;-ms-flex:auto;flex:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:1.9rem 1.5rem;}
@media (max-width: 1199px){
.card-alt .card__content{padding:1.5rem 1.2rem;}
}
.card-alt .card__inner .card__content p{-webkit-box-flex:1;-ms-flex:auto;flex:auto;font-size:1.4rem;line-height:1.14;}
@media (max-width: 1199px){
.card-alt .card__inner .card__content p{margin-bottom:2rem;}
}
.card-alt .card__inner .card__content p:last-child{    
    font-size: 1.6rem;
    line-height: 1.14;
    color: #6a6a6a;}
.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}
.grid .grid__col{max-width:100%;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;}
.grid .grid__col--1of3{max-width:33.3333333333%;-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
.grid .grid__col--1of3{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;}
}
.section-primary{padding:6.5rem 0;}
@media (max-width: 812px){
.section-primary{padding:4rem 0;}
}
.shell{max-width:calc( 114rem + 1.5rem * 2 );padding-left:3rem;padding-right:3rem;margin:auto;width:100%;}
.shell-small{max-width:calc( 96rem + 1.5rem * 2 );padding-left:1.5rem;padding-right:3rem;margin:auto;width:100%;}

.text-center {
    text-align: center;
}

@media print{
body{padding:4rem;}
.section-primary{padding:1rem 0;}
}
p:empty{display:none;}
}

@media all{
.position-relative{position:relative;}
.wp-block-columns{gap:2rem;}
}

.vertically-spaced {
	 display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 961px) {
    #footer span {
        display: inline-block;
        margin: 5px 0;
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 551px) {
    .mobile-br {
        display: none;
    }
}

@media screen and (min-width: 871px){

  #footer li,
  #footer ul{
    display: inline-block;
    font-size: 1.8rem;
  }
  #footer li{
    margin: 0 .5rem;
  }
  #footer .content p,
  #footer .content span{
    font-size: 1.8rem;
  }
  #footer .logo-motto{
    width: 325px;
  }
  #footer .logo-motto {
        width: 325px;
 }
     #logo {
        width: 275px;
    }

}

@media screen and (max-width: 871px) {
    #footer .logo-motto {
        width: 225px;
    }
    .socials ul a svg {
      top: -5px;
    }
}

.socials {
  margin: 1rem auto;
}
.socials ul{
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  list-style: none;
}
.socials ul li+li{
  margin-left: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
  .socials ul li+li {
    margin-left: 1.8rem;
  }
}
@media (max-width: 374px){
  .socials ul li+li{
    margin-left: 1rem;
  }
}
.socials ul a{
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  line-height: 2;
  padding: .85rem;
  position: relative;
  text-align: center;
}
@media (max-width: 374px){
  .socials ul a{
    width: 3.6rem;
    height: 3.6rem;
  }
}
.socials ul a:hover img{
  opacity: 0.7;
}
.socials ul a img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.socials ul a svg{
  fill: #00843d;
  max-height: 100%;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: relative;
  top: -2px;
}
.socials ul a:hover svg{
  opacity: 0.7;
}
