/* START OF THEME */

/*
  A customized version of the Bootswatch Spacelab theme (http://bootswatch.com).

@import url("/restricted/3rdPartyTools/deployed/bootstrap/themes/bootswatch.spacelab.custom.css");

  You can change the theme to a non-customized version by replacing the above import statement
  with the following statement.
*/
@import url("/restricted/3rdPartyTools/deployed/bootstrap/themes/bootswatch.spacelab.min.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/* END OF THEME */

/* --------------------------------------------------------------------------------------------------------------------------  */

/* HEADER START */

/* Language bar
   Default Position on definitionsConfig.jsp: Header0
   Corresponding jsp file - languageBar.jsp */
#header0Wrapper {
    /* background-color: <Insert Color Code> !important; */
}

/* Top Header
   Default Position on definitionsConfig.jsp: Header1
   Corresponding jsp file - topHeader.jsp

   Header 1 - center (logo, cart icon, login link) */
#header1Container {
    /* background-color: <Insert Color Code>; */
    /* height: 42px; */
}

/* Cart properties */
.glyphicon-shopping-cart {
    color: #059 !important;
}

/* Cart counter properties */
#cartCount {
     background-color: #FC0 !important;
}

/* Login dropdown properties */
#loginDropdownMenuLink {
    color: #059 !important;
}

/* Header 1 full length */
.navbar-dark {
    background-color: #FFF !important;
    color: #059 !important;
}

/*----------------------------------------------------------*/

/* Global Nav
   Default Position on definitionsConfig.jsp: header3Sub1
   Corresponding jsp file - globalNavigationEmbeddable.jsp and globalNavigation.jsp */
#header3Container{
    display: flex;
    justify-content: left;
    background-color: #FFCC01  !important;
    padding: 0;
}

#header3Wrapper{
    background-color: #FFCC01  !important;
}

/* Global nav center properties */
#globalNavigationBar {
    background-color: #FC0 !important;
    background-image: none !important;
    border: 0 !important;
    padding: 0;
}

/* Nav item properties */
.nav-item {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* Nav link properties */
.navbar-light .navbar-nav .nav-link {
    padding: 1em;
    color: #036;
    font-weight: bold;
    text-shadow: none !important;
}

/* Header 3 global navigation drop down menu */
.navbar-nav>li>.dropdown-menu {
    /* background-color: <Insert Color Code>; */
}

/* Header 3 global navigation drop down menu label */
.dropdown-menu > li > a, .dropdown-menu .subMenu > li > a {
    /* color: <Insert Color Code>; */
}
/*Hide Request Information Link */
#nav5, #nav7{
    display: none;
}

nav ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li {
    margin: 0;
}

.navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff !important;
    background: #036;
}

/* HEADER END */

/* BODY START */

body {
   font-family: 'Nunito Sans', sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: 900;
   line-height: 1.2;
}

h1 {
   font-size: 2.375rem;
}

h2 {
    font-size: 2.375rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.375rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

p {
    line-height: 1.5;
    margin: 1em 0;
    font-size: 1.125rem;
}
h1, h2, h3, h4, h5, h6 {
   margin: 1.2em 0 1.125rem;
}

ul, ol {
   font-size: 1.125rem;
   padding: 0;
   margin: 1em 0;
   list-style-position: inside;
}
li {
    line-height: 1.5;
    margin: 1em 0 1em 1em;
}
strong {
   font-weight: 800;
}

/* Main page background */
#pageContainer {
    /* background-color: <Insert Color Code>; */
}

#mainContentWrapper {
    /* border-left: 7px solid white; */
    /* border-right: 7px solid white; */
    /* border-top: 7px solid white; */
    /* border-bottom: 7px solid white; */
}
/* Hide News and Media Homepage Section */
#contentModule5 {
    display: none;
}
#programAreaCourses div.card-header h2 {
    display: none;
}
/* BODY END */

/* FOOTER START */

/* Footer
   Default Position on definitionsConfig.jsp: footer1Sub1
   Corresponding jsp file- bottomNavigation.jsp */

footer {
    background-color: #036;
    color: #FFF !important;
    font-size: 1rem;
}
footer h4 {
    color: #FFF !important;
}
footer a#schoolHeaderLogoWrapperLink {
    opacity: 0.9;
}
footer a {
    color: #FFF !important;
    opacity: 0.75;
}
footer a.hover {
    text-decoration: underline;
    opacity: 1;
}

/*----------------------------------------------------------*/

/* Copyright
   Default Position on definitionsConfig.jsp: footer2Sub2
   Corresponding jsp file- copyright.jsp */

/* Footer2Sub2 center */
#footer2Sub2 {
    /* background-color: <Insert Color Code> !important; */
    /* height: 100px; */

}

/* Footer 1 */
#footer1Wrapper .container {
    /* background-color: <Insert Color Code>; */
}

/* Footer2Sub2 full length */
#footer2Wrapper {
    /* background-color: <Insert Color Code> !important; */
    /* height: 100px; */
}

/* Footer 2 */
#footer2Wrapper .container {
    /* background-color: <Insert Color Code>; */
}
/* Footer2Sub3 Powered By Modern Campus */
#footer2Sub3 .poweredByDestinyOne {
    margin: 10px 0;
}

/* FOOTER END */

/* SECTION PROFILE START */

/* Section Header */
.sectionHeader {
    /* background-image: none; */
    /* background-color: <Insert Color Code>; */
    /* border-color: <Insert Color Code>; */
}

/* Secondary Section Header */
.sectionHeaderSecondary {
    /* background-image: none; */
    /* background-color: <Insert Color Code>; */
    /* border-color: <Insert Color Code>; */
}

/* SECTION PROFILE END */
a {
    color: #005599;
}
a:hover{
    color: #003366;
}
.btn {
    border: solid #005599 2px;
    font-size: 1.125rem;
    border-radius: 1.4em;
    padding: 0.4em 1.3em;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    display: inline-block;
    box-shadow: none !important;
    z-index: 1;
    color: #005697;
    background: transparent;
}
.btn:hover{
    background: #059;
}
.card {
    border: 0 !important;
}
.card-header{
    background-color: transparent !important;
    padding: 10px 0 !important;
    border: none !important;
}
.card-title {
    margin-bottom: 0;
}
#contentHeader {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.variable-content-item {
    margin: 1em 0;
    font-size: 1.125rem;
}
#buttonViewInstructors {
    display: none !important;
}
#contentModule1{
    color: #000 !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.table th, .table td {
    border-top: none !important;
    font-size: 1.125rem;
}
.alert-warning {
    color: #000;
    background-color: #FFCC00;
    border-color: #FFCC00;
}
#studentLoginOptionsContainer{
    color: #000 !important;
}
#pageProgramArea #pageHeader h1{
    display: none;
}
#programAreaDescription {
    /*font-weight: 900;*/
    line-height: 1.2;
    font-size: 2.375rem;
}
#programAreaCoursesAndCertificates div.cardheader {
    display: none;
}
#searchBreadcrumb {
    margin-top: 1rem;
}
#courseProfileOfficialCourseDescription {
    line-height: 1.5;
    margin: 1em 0;
    font-size: 1.125rem;
}
#courseProfileOfficialCourseDescription h2 {
    display: none;
}
#contentModule1 {
    color: #000 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #005599;
}
#requiredFieldInstruction {
    margin-top: 1rem;
}
/* -----------------------------------------Section Profile--------------------------------------------------------------------------*/
.section.sectionCEUs{
    display: none !important;
    visibility: hidden !important;
}

.section.sectionContactHours{
    display: none !important;
    visibility: hidden !important;
}

/* -----------------------------------------Program Area View--------------------------------------------------------------------------*/
#programAreaCoursesAndCertificates .courseCode{
    display: none !important;
    visibility: hidden !important;
}

#programAreaCoursesAndCertificates .nameAndCodeSeparator{
    display: none !important;
    visibility: hidden !important;
}

#programAreaCoursesAndCertificates .sectionCode{
    display: none !important;
    visibility: hidden !important;
}
/* Course Search */
#buttonReset {
    margin: 0 10px 20px 10px;
    float: right;
}
/* Mobile Breakpoint */
@media (max-width: 576px) {
 #schoolHeaderLogoWrapper img {
     width: 300px;
     height: auto !important;
 }
}
