@charset "utf-8";
/* CSS Document */
body {
 background-color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 background-image: url("../images/background_LG-OldSchool.jpg");
 background-repeat: no-repeat, repeat;
 font-size: 1.1em;
 font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.no-gutters {
 margin-right: 0;
 margin-left: 0;
}
.col, [class*="col-"] {
 padding-right: 0;
 padding-left: 0;
}
@media (min-width: 576px) {
 .container {
  max-width: 576px;
 }
}
@media (min-width: 768px) {
 .container {
  max-width: 768px;
 }
}
@media (min-width: 992px) {
 .container {
  max-width: 960px;
 }
}
@media (min-width: 1200px) {
 .container {
  max-width: 1140px;
 }
}
@media (min-width: 1400px) {
 .container {
  max-width: 1360px;
 }
}
.insetRow {
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
.insetRow2 {
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 0px;
}
.header {
 background-color: #ffffff;
 padding-bottom: 7px;
}
.logo {}
.logo img {
 width: 100%;
 max-width: 120px;
 min-width: 100px;
 padding-top: 7px;
 padding-left: 10px;
 padding-bottom: 7px;
}
.navbar {
 position: relative;
 display: flex;
 flex-wrap: wrap;
 align-items: flex-end;
 justify-content: space-between;
 padding-top: 0.5rem;
 padding-bottom: 0.5rem;
}
.nav-item {
 padding-top: 7px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 27px;
}
.navbar-brand {
 line-height: inherit;
 white-space: nowrap;
}
.navbar-toggler {
 color: #000000;
 background-color: #ffffff;
 padding-bottom: 7px;
 margin-right: 7px;
}
.navbar-toggler-icon {
 display: inline-block;
 color: #000000;
 width: 1.25em;
 height: 1.25em;
 vertical-align: middle;
 background-repeat: no-repeat;
 background-position: center;
 background-size: 100%;
}
#topLinks {}
#topLinks ul {
 text-align: end;
}
#topLinks li {
 display: inline;
}
#topLinks a {
 white-space: nowrap;
 border-bottom: 2px solid #ED1B24;
 color: #000000;
 font-weight: bold;
 font-size: 1.0em;
 text-decoration: none;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
 margin-left: 2px;
 margin-right: 2px;
}
#topLinks a:hover {
 color: #ED1B24;
}
#topLinks a.active {
 color: #ED1B24;
}
.sectionBreakTop {
 color: #189AAA;
 background-color: #ffffff;
 margin-top: 68px;
}
#ProgramMenu {
 margin: 0px;
 padding: 0px;
}
#ProgramMenu li {
 list-style: none;
}
#ProgramMenu li a {
 text-decoration: none;
 font-weight: bold;
}
#ProgramMenu li a:hover {
 text-decoration: underline;
}
.CourseMenu {
 margin: 0px;
 padding: 0px;
}
.programContainer {
 border: 2px solid #DBDBDB;
 background-color: #ffffff;
 text-align: left;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 17px;
 padding-right: 17px;
 margin-bottom: 6px;
}
.programTitle {
 font-weight: bold;
 font-size: 1.1em;
 padding-left: 0px;
 padding-top: 7px;
 padding-bottom: 7px;
 color: #414141;
}
.CourseButton {
 border: 2px solid #ffffff;
 background-color: #F5F2F2;
 width: 100%;
 text-align: left;
}
.CourseButton a {
 color: #000000;
 text-decoration: none;
 font-weight: bold;
 font-size: 1.0em;
 width: 100%;
 border: 2px solid #ED1B24;
}
.CourseButton a:hover {
 text-decoration: underline;
 background-color: #ED1B24;
 color: #ffffff;
}
.CourseDiscription {
 padding-left: 15px;
 padding-right: 15px;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-left: 10px;
 margin-right: 10px;
 max-height: 230px;
 overflow-y: auto;
 border: 1px solid #DBDBDB;
}
.CourseMenu {
 margin: 0px;
 padding: 0px;
}
.CourseMenu li {
 list-style: none;
 position: relative;
}
.CourseMenu li a {
 display: block;
 text-decoration: none;
 padding: 8px;
 border-radius: 6px;
}
.CourseMenu li a:hover {
 background-color: #ED1B24;
}
.CourseMenu li a.CourseButtonInactive {
 background-color: #CCCCCC;
 color: #555555;
 cursor: not-allowed;
}
.CourseMenu li a.CourseButtonInactive:hover {
 text-decoration: none;
}
.LaunchCourseButton {
 margin-left: auto;
 margin-right: auto;
 background-color: #ED1B24;
 max-width: 150px;
 border-radius: 6px;
 text-align: center;
 color: #ffffff;
 font-weight: bold;
}
.LaunchCourseButton a {
 color: #ffffff;
}
.LaunchCourseButton a:hover {
 text-decoration: underline;
}
.CourseIncomplete {
 position: absolute;
 right: 10px;
 top: 10px;
 width: 31px;
 height: 30px;
 background-image: url(../images/icon-incomplete.svg);
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
.CourseComplete {
 position: absolute;
 right: 10px;
 top: 10px;
 width: 31px;
 height: 30px;
 background-image: url(../images/icon-completed.svg);
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
.welcomeStudent {
 padding-top: 10px;
 padding-bottom: 0px;
 padding-left: 17px;
 margin-top: 0px;
 text-align: start;
 background-color: #F5F2F2;
 border-bottom: #2F3031 solid 2px;
 border-top: #0998CC solid 1px;
}
h1 {
 font-size: 1.3em;
}
h2 {
 color: #EA3A42;
 font-weight: bold;
 font-size: 1.3em;
}
h3 {
 color: #3E3F3F;
 font-size: 1.1em;
 font-weight: bold;
}
p {
 font-size: 1.0em;
 line-height: 1.6;
 color: #000000;
}
a {
 color: #EA3A42;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 color: #EA3A42;
 font-weight: bold;
 text-decoration: underline;
}
.studentDirections {
 text-align: left;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 10px;
 padding-right: 17px;
 margin-bottom: 6px;
}
.programTitle {
 font-weight: bold;
 font-size: 1.2em;
 padding-left: 0px;
 padding-top: 7px;
 padding-bottom: 7px;
 color: #363A3B;
}
.tsProgramContainer {
 border: 0px solid #909090;
 margin-bottom: 17px;
}
.tsProgramInnerContainer {
 padding: 10px;
}

.accordion-item {
 background-color: #fff;
 border: 1px solid rgba(0, 0, 0, 0.125);
 border-radius: 7px !important;
}
.accordion-header {
 margin-bottom: 0;
}
.accordion-button {
 position: relative;
 display: flex;
 padding: .8rem .8rem;
 font-size: 1rem;
 font-weight: bold;
 text-align: left;
 outline: 0px;
 border-radius: 7px !important;
 border: 2px solid #ED1B24;
 color: #ED1B24 !important;
 background-color: #ffffff !important;
 width: 100%;
 overflow-anchor: none;
}
.accordion-button:link, .accordion-button:visited, .accordion-button:hover, .accordion-button:active {
 font-weight: bold;
 text-align: left;
 outline: 0px;
 border-radius: 7px !important;
 border: 2px solid #ED1B24;
 color: #ED1B24 !important;
 background-color: #ffffff !important;
}
.accordion-button:focus {
 z-index: 3;
 font-weight: bold;
 text-align: left;
 outline: 0px;
 border-radius: 7px !important;
 border: 2px solid #ED1B24;
 box-shadow: 0 0 0 .0rem #0097CB !important;
}
.accordion-button.collapsed {
 color: #000000 !important;
 background-color: #F5F2F2 !important;
}
.accordion-button.collapsed:hover {
 color: #ED1B24 !important;
 background-color: #ffffff !important;
}
.accordion-button::after {
 background-image: initial;
}
.accordion-button:not(.collapsed)::after {
 background-image: initial;
}
.accordion-item:last-of-type .accordion-collapse {}
.accordion-body {
 padding: 0px;
}

.CourseDiscription {
 background-color: #ffffff;
 padding: 20px;
 margin-left: 0px;
 margin-right: 0px;
 max-height: 400px;
 overflow-y: auto;
 border: 1px solid #F5F2F2;
}
.btnIcon {
 padding-top: 0px;
 padding-bottom: 0px;
}
.inlineIcon {
 margin-right: 7px;
 min-width: 27px;
}
.btn-primary {
 color: #ffffff;
 background-color: #EA3A42;
 border-color: #EA3A42;
 border: 2px solid #EA3A42;
 font-weight: bold;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
 color: #000000;
 background-color: #ffffff;
 border: 2px solid #EA3A42;
 font-weight: bold;
}
.btn-primaryIcon {
 background-color: #ffffff;
 border: 2px solid #ffffff;
 border-radius: 5px;
 color: #000000;
 padding-top: 2px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 2px;
 cursor: pointer;
 font-size: .95em;
}
.btn-primaryIcon.disabled {
 color: #A0A0A0;
 border: 2px solid #ffffff;
 cursor: not-allowed;
}
.btn-primaryIcon:hover, .btn-primaryIcon:focus, .btn-primaryIcon:active, .btn-primaryIcon.active, .open > .dropdown-toggle.btn-primaryIcon {
 color: #000000;
 border-radius: 5px;
 text-decoration: underline;
}

.tsCourseContainer {
  background-color: #ffffff;
  border: 2px solid #DDDDDD;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 20px;
}
.tsCourseTitle {
  font-weight: bold;
  color: #E71A28;
  margin-bottom: 5px;
}
.tsCourseHeadingRow {
  background-color: #333333;
  color: #FBFBFB;
  padding-left: 7px;
}
.tsCourseHeading {
  font-weight: bold;
}
.tsCourseDescription {
  font-size: .93em;
  color: #000000;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 10px;
}
.tsCourseRow1 {
  background-color: #E4E4E4;
  padding: 0px;
  color: #000000;
  font-weight: normal;
	margin-bottom: 7px;
}
.tsCourseRow2 {
  background-color: #F5F5F5;
  padding: 0px;
  color: #000000;
  font-weight: normal;
	margin-bottom: 7px;
}
.launch_course_link, .certificate_link, .launch_course_link:hover, .certificate_link:hover {
	font-weight: normal;
}

