/* Scss Document */
/* line 2, ../scss/styles.scss */
html {
  display: block;
  min-height: 100vh;
  height: 100%; }

/* line 7, ../scss/styles.scss */
body {
  min-height: 2000px;
  padding-top: 0px; }

/* line 12, ../scss/styles.scss */
#brand-image {
  width: 200px;
  top: 10px;
  left: 2em;
  margin: 0;
  position: absolute;
  transform: translateY(calc(8% + 1px)); }

/* line 21, ../scss/styles.scss */
h1, h2, h3, h4 {
  font-family: 'Arvo', 'Georgia', serif;
  font-weight: 700;
  letter-spacing: 1px; }

/* line 27, ../scss/styles.scss */
h2 {
  color: #1EBCB3; }

/* line 31, ../scss/styles.scss */
.whatsnew-section {
  padding: 0 20px; }

/* line 36, ../scss/styles.scss */
.well {
  background: #daf0eb;
  text-align: center;
  border: none;
  position: relative;
min-height: 430px;
 }
  /* line 42, ../scss/styles.scss */
  .well img {
    margin: 0 auto 1em !important; }

/* line 47, ../scss/styles.scss */
.left-col {
  float: left; }

/* line 51, ../scss/styles.scss */
.right-col {
  float: right; }

/* line 56, ../scss/styles.scss */
.navbar {
  background-color: #484848 !important; }

/* line 60, ../scss/styles.scss */
#iama {
  background-color: #484848; }

/* line 64, ../scss/styles.scss */
#y4yfooter, #well-footermenu {
  background-color: #484848;
  border: none;
  color: #ffffff; }

/* line 70, ../scss/styles.scss */
.panel, .panel-default {
  background-image: none;
  background-color: #484848;
  border: none; }

/* line 75, ../scss/styles.scss */
#well-footermenu ul li {
  list-style-type: none; }

/* line 79, ../scss/styles.scss */
.footerlogos {
  padding: 0 15px; }

/* line 85, ../scss/styles.scss */
.navbar {
  min-height: 100px;
  z-index:1;
margin-bottom: -20px;
border-radius: 0px;}
  /* line 89, ../scss/styles.scss */
  .navbar .container {
    width: 90%;
    position: relative; }
  /* line 94, ../scss/styles.scss */
  .navbar ul.navbar-nav {
    -ms-transform: translateY(calc(90% - 10px));
    -webkit-transform: translateY(calc(90% - 10px));
    transform: translateY(calc(90% + 10px));
    text-align: center;
font-size: 16px;}
    /* line 102, ../scss/styles.scss */
    .navbar ul.navbar-nav li {
      float: none; }
      /* line 105, ../scss/styles.scss */
      .navbar ul.navbar-nav li a {
        color: #fff;
        text-decoration: none;
        text-align: left; }
        /* line 110, ../scss/styles.scss */
        .navbar ul.navbar-nav li a:hover {
          text-shadow: 0px 0px 0px #fff;
          text-decoration: none !important; }
        /* line 115, ../scss/styles.scss */
        .navbar ul.navbar-nav li a:focus {
          background: #f5f5f5;
          background-color: #f5f5f5; }
      /* line 124, ../scss/styles.scss */
      .navbar ul.navbar-nav li.open a:focus, .navbar ul.navbar-nav li.open a:hover, .navbar ul.navbar-nav li.open a:active, .navbar ul.navbar-nav li.open a:focus-within, .navbar ul.navbar-nav li.open a:visited {
        background: #f5f5f5;
        background-color: #f5f5f5;
        color: #333;
        text-decoration: underline;
        text-shadow: 0px 0px 0px #333333;
        border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px; }
      /* line 138, ../scss/styles.scss */
      .navbar ul.navbar-nav li ul.dropdown-menu {
        padding: 1em 0;
        margin: 10px 0 0 -1px;}
        /* line 142, ../scss/styles.scss */
        .navbar ul.navbar-nav li ul.dropdown-menu li a {
          color: #333; }
          /* line 145, ../scss/styles.scss */
          .navbar ul.navbar-nav li ul.dropdown-menu li a:focus, .navbar ul.navbar-nav li ul.dropdown-menu li a:hover {
            background: #f5f5f5;
            background-color: #f5f5f5; }
      /* line 158, ../scss/styles.scss */
      .navbar ul.navbar-nav li.open > a, .navbar ul.navbar-nav li.open > a:focus, .navbar ul.navbar-nav li.open > a:hover {
        background: #f5f5f5;
        background-color: #f5f5f5; }

@media (min-width: 768px) {
  /* line 169, ../scss/styles.scss */
  .navbar-nav {
    float: none;
    margin: 0; } }
/* line 175, ../scss/styles.scss */
.navbar-centered .navbar-nav {
  float: none; }

/* line 178, ../scss/styles.scss */
.navbar-centered .navbar-nav > li {
  float: none; }

/* line 181, ../scss/styles.scss */
.navbar-centered .nav > li {
  display: inline; }

/* line 184, ../scss/styles.scss */
.navbar-centered .nav > li > a {
  display: inline-block; }

/* line 188, ../scss/styles.scss */
.menu-large {
  position: static !important; }

/* line 191, ../scss/styles.scss */
.megamenu {
  padding: 0 !important;
  width: 100%;
  margin: -8px 0 0 !important; }
  /* line 196, ../scss/styles.scss */
  .megamenu .box {
    padding: 20px;
    min-height: 50vh;
    border-right: .5px solid #333; }
  /* line 202, ../scss/styles.scss */
  .megamenu .light-orange {
    background: #fdeedd; }
  /* line 206, ../scss/styles.scss */
  .megamenu .light-green {
    background: #e8f8f7; }
  /* line 210, ../scss/styles.scss */
  .megamenu .light-grey {
    background: #eeeeef;
    border: none; }
  /* line 216, ../scss/styles.scss */
  .megamenu .dropdown-header {
    padding: 0 0 0 5px;
    margin-bottom: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    display: block;
    font-size: 17px; 
    word-break: normal;
    white-space: break-spaces;
}
    /* line 225, ../scss/styles.scss */
    .megamenu .dropdown-header.first {
      margin: 0 0 1em 1em; }
  /* line 231, ../scss/styles.scss */
  .megamenu ul {
    list-style: none;
    padding: 0; }
    /* line 235, ../scss/styles.scss */
    .megamenu ul li {
      display: block;
      margin: 0 0 .25em; }
      /* line 239, ../scss/styles.scss */
      .megamenu ul li a {
        padding: 5px;
        width: 100%;
        display: block; }
      /* line 245, ../scss/styles.scss */
      .megamenu ul li img {
        display: inline-block;
        margin: 0 10px 0 0; 
		width: 20px; }

@media screen and (max-width: 768px) {
  /* line 256, ../scss/styles.scss */
  .megamenu {
    margin-left: 0;
    margin-right: 0; }

  /* line 260, ../scss/styles.scss */
  .megamenu > li {
    margin-bottom: 30px; }

  /* line 263, ../scss/styles.scss */
  .megamenu > li:last-child {
    margin-bottom: 0; }

  /* line 266, ../scss/styles.scss */
  .megamenu.dropdown-header {
    padding: 3px 15px !important; }

  /* line 270, ../scss/styles.scss */
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff; } }
/* line 278, ../scss/styles.scss */
form.navbar-form#right-nav {
  margin: 0 2em 0;
  position: relative;
  transform: translateY(calc(50% - 60px)); }
  /* line 286, ../scss/styles.scss */
  form.navbar-form#right-nav div.form-group input[type=text].form-control {
    height: 26px;
    width: 200px;
    display: block;
    margin: 5px 0; }
  /* line 296, ../scss/styles.scss */
  form.navbar-form#right-nav .btn-info {
    width: 200px;
    color: #fff;
    background-color: #1EBCB3;
    border: none;
    display: block; }
/* line 306, ../scss/styles.scss */
form.navbar-form#top-nav {
  display: none;
  position: absolute;
  top: .5em;
  right: 2em; }
  /* line 314, ../scss/styles.scss */
  form.navbar-form#top-nav div.form-group input[type=text].form-control {
    height: 26px;
    display: inline-block;
    margin: 0 1em 0 0; }
  /* line 323, ../scss/styles.scss */
  form.navbar-form#top-nav .btn-info {
    color: #fff;
    background-color: #1EBCB3;
    border: none;
    display: inline-block; }

/* line 334, ../scss/styles.scss */
section.home-top-section {
  margin: 0;
  position: relative; }

/* line 341, ../scss/styles.scss */
section.home-section {
  padding: 30px 0;
  position: relative; }
  /* line 345, ../scss/styles.scss */
  section.home-section a {
    color: #333; }
    /* line 348, ../scss/styles.scss */
    section.home-section a:hover {
      color: #1EBCB3;
      text-decoration: none; }
  /* line 354, ../scss/styles.scss */
  section.home-section hr {
    border-top: 1px solid #333; }
  /* line 358, ../scss/styles.scss */
  section.home-section ul {
    display: table;
    list-style: none; }
    /* line 362, ../scss/styles.scss */
    section.home-section ul li {
      margin: 0 0 .25em 0; }
      /* line 365, ../scss/styles.scss */
      section.home-section ul li a {
        text-decoration: underline; }
  /* line 371, ../scss/styles.scss */
  section.home-section h2 {
    text-align: center; }
  /* line 375, ../scss/styles.scss */
  section.home-section h3 {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    margin: .8em 0 .5em 0; }
  /* line 381, ../scss/styles.scss */
  section.home-section h4 {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    text-align: center;
    margin: 1em 0;
    font-size: 22px; }
  /* line 389, ../scss/styles.scss */
  section.home-section h6 {
    font-weight: bold;
    color: #1EBCB3; }
  /* line 394, ../scss/styles.scss */
  section.home-section p {
    display: block;
    margin: 0 auto 1em; }
  /* line 399, ../scss/styles.scss */
  section.home-section img {
    display: block;
    margin: 0 auto;}
    /* line 403, ../scss/styles.scss */
    section.home-section img.head-icon {
      display: inline-block;
      margin: 0 10px 0 0; }
  /* line 411, ../scss/styles.scss */
  section.home-section#iama a {
    color: #fff; }
    /* line 414, ../scss/styles.scss */
    section.home-section#iama a:hover {
      color: #1EBCB3;
      text-decoration: none; }
  /* line 423, ../scss/styles.scss */
  section.home-section#blog p {
    display: block;
    min-height: 80px; }
  /* line 429, ../scss/styles.scss */
  section.home-section#pro-learn {
    background: #fffaf5; }
    /* line 432, ../scss/styles.scss */
    section.home-section#pro-learn ul {
      display: table;
      min-height: 220px; }
      /* line 435, ../scss/styles.scss */
      section.home-section#pro-learn ul li {
        text-align: left;
	padding: 4px 0;
	list-style-type: disc;}
    /* line 440, ../scss/styles.scss */
    section.home-section#pro-learn .btn-info {
      background: #5c5d60;
      border: none; }
      /* line 444, ../scss/styles.scss */
      section.home-section#pro-learn .btn-info:hover {
        background: #1EBCB3; }
  /* line 452, ../scss/styles.scss */
  section.home-section#statement p {
    line-height: 20px; }

/* line 459, ../scss/styles.scss */
footer {
  display: block;
  margin: 0;
  padding: 30px;
  background: #484848;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  bottom: 0;
  clear: both;
  position: relative; }
  /* line 470, ../scss/styles.scss */
  footer h3 {
    display: block;
    margin: 1.2em 0 .5em;
    text-transform: uppercase;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px; }
  /* line 479, ../scss/styles.scss */
  footer ul {
    list-style: none;
    display: block;
    padding: 0; }
    /* line 484, ../scss/styles.scss */
    footer ul li {
      display: block;
      margin: 0 0 .25em;
      text-align: left; }
      /* line 489, ../scss/styles.scss */
      footer ul li a {
        width: 100%;
        color: #fff; }
        /* line 493, ../scss/styles.scss */
        footer ul li a:hover {
          text-decoration: underline;
	  color: #fff; }
    /* line 500, ../scss/styles.scss */
    footer ul.footer-bottom li {
      display: block; }
      /* line 503, ../scss/styles.scss */
      footer ul.footer-bottom li img {
        display: block;
        margin: 0 auto; }
      /* line 508, ../scss/styles.scss */
      footer ul.footer-bottom li span {
        display: block;
        margin: 0 auto;
        text-align: center;
        font-weight: bold; }
  /* line 518, ../scss/styles.scss */
  footer p {
    font-weight: bold; }
  /* line 522, ../scss/styles.scss */
  footer .btn {
    margin: 0 0 0 10px;
    background: none;
    border: .5px solid #fff; }

/* RESPONSIVE BREAKPOINTS*/
@media screen and (max-width: 1355px) {
  /* line 536, ../scss/styles.scss */
  form#right-nav {
    display: none; }

  /* line 540, ../scss/styles.scss */
  form#top-nav {
    display: block !important; } }
@media screen and (max-width: 991px) {
  /* line 550, ../scss/styles.scss */
  #brand-image {
    width: 150px; }

  /* line 555, ../scss/styles.scss */
  .left-col, .right-col {
    float: none; }

  /* line 561, ../scss/styles.scss */
  section.home-section h3 {
    text-align: center; }
  /* line 565, ../scss/styles.scss */
  section.home-section ul {
    margin: 0 auto;
    padding: 0; }
    /* line 569, ../scss/styles.scss */
    section.home-section ul li {
      text-align: center; }
  /* line 574, ../scss/styles.scss */
  section.home-section p {
    text-align: center; }

  /* line 579, ../scss/styles.scss */
  section.home-section#statement {
    padding: 30px; }

  /* line 583, ../scss/styles.scss */
  section.home-section#pro-learn ul {
    display: table;
    min-height: unset;
    margin: 0 auto 2em; }
    /* line 588, ../scss/styles.scss */
    section.home-section#pro-learn ul li {
      text-align: center; }

  /* line 595, ../scss/styles.scss */
  footer h3 {
    text-align: center; }
  /* line 600, ../scss/styles.scss */
  footer ul {
    display: table;
    margin: 0 auto 1em; }
    /* line 604, ../scss/styles.scss */
    footer ul li {
      text-align: center; }
      /* line 607, ../scss/styles.scss */
      footer ul li img {
        margin: 0 auto 1em; }
  /* line 613, ../scss/styles.scss */
  footer p {
    display: block;
    margin: 0 auto;
    text-align: center; }
  /* line 619, ../scss/styles.scss */
  footer .btn {
    display: block;
    margin: 1em auto; } }
@media screen and (max-width: 767px) {
  /* line 628, ../scss/styles.scss */
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none; }

  /* line 632, ../scss/styles.scss */
  .navbar-brand {
    float: none;
    height: inherit;
    padding: 0;
    line-height: inherit; }

  /* line 641, ../scss/styles.scss */
  .navbar ul.navbar-nav {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    display: table;
    margin: 0 auto;
    width: 100%; }

  /* line 651, ../scss/styles.scss */
  .navbar-centered .nav > li {
    display: block; }

  /* line 656, ../scss/styles.scss */
  .navbar ul.navbar-nav li a {
    text-align: center;
    display: block;
    width: 100%; }

  /* line 663, ../scss/styles.scss */
  form#top-nav {
    display: none !important; }

  /* line 668, ../scss/styles.scss */
  section.home-top-section {
    margin: 19px 0 0; } }

/*** Added by Godfrey **/
.btn-clear{
	background: transparent;
	border: none;
	color: #838282;
	position: relative;
	left: -40px;
}

/*ADDED 2/24/2021 NEW COURSE TEXT*/
.new {
	color: #fff;
    font-size: 11px;
    letter-spacing: .5px;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 5px;
    padding: 1px 3px;
}

form.navbar-form#right-nav div.form-group input#keywords2, form.navbar-form#right-nav div.form-group input#keywords{
 display:inline-block;
}

/*** Carousel-Captions **/
.carousel-caption p{
	position:absolute;
	font-size:2vw;
	color: #000;
	text-align:left;
	margin: -25% 0 0 -8%;
	text-shadow: none;
}

.carousel-caption p span.white_text_color{
	color: #fff;
	font-size: 1.5vw;
}

.carousel-caption a{
	color: #fff;
	text-decoration: none;
	font-size: 1.3vw;
}

.center-col {
	position: relative;
	left: 25%;
}




/*ADDED 6/29/2020 FOR HOME NAV FIX*/

@media screen and (min-width:768px) and (max-width: 855px) {
    .navbar {
        min-height: 130px;
    } 
    
.navbar ul.navbar-nav{
    font-size: 14px;
transform: translateY(calc(100% + 24px));
	}
}

@media screen and (max-width: 780px) {
.navbar ul.navbar-nav {
    font-size: 13px;
}
}

@media screen and (max-width: 767px) {
.navbar-header {
border: none;
height: 90px;
}


.navbar-collapse {

    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar ul.navbar-nav li.open > a, .navbar ul.navbar-nav li.open > a:focus, .navbar ul.navbar-nav li.open > a:hover {

    border-radius: unset;
}

.navbar ul.navbar-nav {
    font-size: 16px;
    transform: none;	
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {

    padding: 0;
}   

.navbar-nav .open .dropdown-menu .dropdown-header {
    color: #333;
padding: 0;
}

.navbar ul.megamenu li a {
    text-align: left;

}

.megamenu .box {
    min-height: unset;
    height: auto;
    display: grid;
    border: none;
}

}

.no-padding{
    padding-left: 0!important;
    padding-right: 0!important;
}


/*ADDED 6/30/2020 FOR CENTER COL FIX ON HOME PAGE*/

@media screen and (max-width:991px) {
.center-col {
	position: relative;
	left: 0;
}
}


/*ADDED TO FIX WELL HEIGHT*/

@media screen and (max-width:991px) {
.well {
min-height: unset;
}
}


@media screen and (max-width:1198px) and (min-width:992px) {
.megamenu .box {
    min-height: unset;
}
.megamenu .light-grey {
    min-height: 34vh!important;
}
}

@media screen and (max-width:767px){
.megamenu .box {
    display: table;
min-height: unset;
}


}

@media screen and (max-width:991px) and (min-width:768px) {
.megamenu .box {
    min-height: unset;
}
}

/*FIX CAROUSEL INDICATORS*/

.carousel {
   
    z-index: 0;
}

@media screen and (min-width:1200px) and (max-width:1579px) {

a.table-me {
display:table!important;
}

a.table-me img {
display: table-cell!important;
}

a.table-me span {
display: table-cell;
position: relative;
top: -6px;
}

}


/*REMOVE THE BORDER FROM MEGAMENU BOXES*/


@media screen and (max-width:1199px) {
.megamenu .light-green {

    border: none!important;
}
}

@media screen and (max-width:991px) {
.megamenu .light-orange {
    border: none!important;
}

}

@media (max-width: 767px){
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #FFF;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:visited {
    color: #9d9d9d;
}

}