@charset "UTF-8";
/*

Agora - Custom CSS
Modify this CSS file to create your own look and feel for your front end.

old Masthead background: #414d53
old green: #d9e8c8
Agora colors:
Primary: #F39845
Primary (light): #FFC895
Primary (medium light): #FFB26A
Primary (medium dark): #E57A17
Primary (dark): #AE590B
Complementary: #2C8895
Complementary (light): #78C0CA
Complementary (medium light): #499EAA
Complementary (medium dark): #107D8C
Complementary (dark): #085F6B

Gold: #F3BC45
Gold (light): #FFDD95
Gold (medium light): #FFD06A
Gold (medium dark): #E5A417
Gold (dark): #AE7A0B

Reddish: #F35245
Reddish (light): #FF9D95
Reddish (medium light): #FF756A
Reddish (medium dark): #E52617
Reddish (dark): #AE170B

Blue: #3C56A4
Blue (light): #8599D3
Blue (medium light): #5971B8
Blue (medium dark): #1F3E9A
Blue (dark): #142C76

Green: #35BA4C
Green (light): #82DF92
Green (medium light): #55CCAA  
Green (medium dark): #11AF2D   
Green (dark): #08851E

Teal: #2C8895
Teal (light): #78C0CA
Teal (medium light): #499EAA
Teal (medium dark): #107D8C
Teal (dark): #085F6B




Harmony: #6d4f40
Analogous: #534c41, #534341
Split Complementary: #444153, #415347
Triadic: #4d4153, #475341
Tetradic: #414d53, #4d4153, #535041



*/

.bg-primary {
    background-color: #AE590B !important;
    height: 100%
}

.bg-secondary {
    background-color: #107D8C !important;
    height: 100%
}

.bg-tertiary {
    background-color: #AE7A0B !important;
    height: 100%
}


/* colors */
.primary {
    color: #F39845;
}

.complementary {
    color: #2C8895;
}

.complementary-light {
    color: #78C0CA;
}

.harmony {
    color: #6d4f40;
}

.analogous {
    color: #534c41;
}

.analogous2 {
    color: #534341;
}

.split-complementary {
    color: #444153;
}

.split-complementary2 {
    color: #415347;
}

.triadic {
    color: #4d4153;
}

.triadic2 {
    color: #475341;
}

.tetradic {
    color: #414d53;
}

.tetradic2 {
    color: #4d4153;
}

.tetradic3 {
    color: #535041;
}

.agoraColor {
    color: #f39945;
}

.redColor {
    color: #d9534f;
}

.agora-text-dark {
    color: #414d53;
}

.agora-text-light {
    color: #a9c6d4;
}

.cherry-red-color {
    color: rgba(99, 19, 18) !important;
}

.cherry-red-bg-color {
    background-color: rgba(99, 19, 18) !important;
}

/* fonts */

.agora-font {
    font-family: 'Luxurious Roman', cursive !important;
    color: #171717;
}

.agora-font-light {
    font-family: 'Luxurious Roman', cursive !important;
    color: #F6F6F6;
}

.agora-font-1em {
    font-family: 'Luxurious Roman', cursive !important;
    font-size: 1em !important
}

.agora-font-1p5em {
    font-family: 'Luxurious Roman', cursive !important;
    font-size: 1.5em !important
}

.agora-font-2em {
    font-family: 'Luxurious Roman', cursive !important;
    font-size: 2em !important
}

.agora-font-3em {
    font-family: 'Luxurious Roman', cursive !important;
    font-size: 3em !important
}

.agora-font-large {
    font-family: 'Luxurious Roman', cursive !important;
    font-size: 4em !important
}

@media (min-width: 992px) {
    .agora-font-large {
        font-family: 'Luxurious Roman', cursive !important;
        font-size: 5em !important
    }
}

/* text conrols */
.text-primary {
    color: #AE7A0B !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #085F6B !important;
}

.text-secondary {
    color: #2c3e50 !important;
    padding-left: 25px !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #11181f !important;
}

/* button controls */
.btn-primary {
    color: #fff;
    background-color: #826131;
    border-color: #826131;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d8a348;
    border-color: #d8a348;
}

.btn-primary:active {
    color: #fff;
    background-color: #d8a348;
    border-color: #826131;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #d8a348;
    border-color: #826131;
    box-shadow: 0 0 0 0.2rem rgba(60, 198, 171, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #826131;
    border-color: #826131;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d8a348;
    border-color: #826131;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 198, 171, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #494949;
    border-color: #494949;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #383d3f;
    border-color: #383d3f;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #383d3f;
    border-color: #383d3f;
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #17191a;
    border-color: #17191a;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.centered {
    display: block;
    margin: auto;
}


/* tutorial modal overrides */

.modal-dialog.modal-fullscreen {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    /* width: 90%; /* 90% of the viewport width */
    /* height: 90%; /* 90% of the viewport height */
    margin: 0;
    padding: 4%;
    max-width: none;
}

.modal-content {
    width: 100%; /* Take full width of the modal-dialog */
    height: 100%; /* Take full height of the modal-dialog */
    margin: auto; /* Center inside the flex container */
    overflow-y: auto; /* Add scroll for overflow content */
}

@media (max-width: 768px) {
    .modal-dialog.modal-fullscreen {
      width: 100%; /* Full width for smaller screens */
      height: 100%; /* Full height for smaller screens */
    }
}


/* modal for terms and privacy */
/* .popup-position {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;

}
#termsBox-wrapper {
    text-align: left;
} */

/* #termsBox-container {

    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    margin: 70px auto;
} */
/* end modal for terms and privacy */

/* website topmenu responsive */
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 98%;
    }
}

.main-content {
    display: block;
    max-width: 1400px;
    margin: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* home page masthead */
.masthead {
    padding-top: calc(6rem + 104px);
    padding-bottom: 6rem;
}

.masthead-jr {
    padding-top: calc(4rem + 40px);
    padding-bottom: 4rem;
}

.masthead-jr-top {
    padding-top: calc(4rem + 104px);
}

.masthead .masthead-heading {
    z-index: 2;
    font-size: 2.75rem;
}

.masthead .masthead-subheading {
    z-index: 2;
    font-size: 1.25rem;
}

.masthead .masthead-avatar {
    z-index: 2;
    width: 15rem;
}


@media (min-width: 576px) {
    .masthead {
        background-position-x: 5em;
        background-size: cover;
        height: 750px;
    }
}

@media (min-width: 768px) {
    .masthead {
        background-position-x: 10rem;
        background-size: cover;
        height: 750px;
    }
}

@media (min-width: 992px) {
    .masthead {
        background-position-x: 13rem;
        background-size: cover;
        height: 750px;
    }
}

@media (min-width: 1200px) {
    .masthead {
        background-position-x: 20rem;
        background-size: cover;
        height: 750px;
    }
}


/* footer */

.footer {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
    /* background-color: #2c3e50; */
    /* background-color: #AE7A0B; */
    color: #fff;
}


.footer-interior {
    z-index: 2;
}

.nuge-forward {
    z-index: 2;
}

.yt-sub {
    width: 20%;
}

.yt-sub-sm {
    width: 15%;
}





/* make containers content centered */
.center {
    display: inline-block;
    text-align: center;
}




/*CSS for right click sub menu*/
#ctxMenu {
    display: none;
    z-index: 100;
}

#notepad {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

menu {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    margin-bottom: 10px;
    padding: 0;
    margin: 0;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.125);
    border-radius: 20px;
    background-color: white;
    font-weight: normal;
    white-space: nowrap;
}

menu:hover {
    background-color: #eef;
    font-weight: bold;
}

menu:hover>menu {
    display: block;
}

menu>menu {
    display: none;
    position: relative;
    top: -20px;
    left: 100%;
    width: 75px;
    height: 25px;
    border-radius: 2px;
}

menu[title]:before {
    content: attr(title);
}

/* Header background image */


a {
    color: #AE590B;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #142C76;
    text-decoration: none;
}

.a-light {
    color: #FFF !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.a-light:hover {
    color: #AE590B !important;
    text-decoration: none !important;
}



/* navigation */
#mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, #171717 94%, #f39945 100%);
}

#mainNav .navbar-nav {
    margin-top: 1rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: rgb(209, 209, 209);
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #534741;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active,
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #a9c6d4;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
    color: #534741;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 2rem;
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        transition: font-size 0.3s;
    }

    #mainNav .navbar-nav {
        margin-top: 0;
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link.active {
        color: #fff;
        background: #534741;
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:active,
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:focus,
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover {
        color: #fff;
        background: #a9c6d4;
    }

    #mainNav.navbar-shrink {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.homepageButton {
    color: white;
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    /* background-color: #a4b072; */
    border-style: solid;
    border-width: 5px;
    border-color: white;
    border-radius: 10px;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.homepageButton:hover {
    color: #142C76;
    border-color: #142C76;
}

/* Header background image */
.navbar {
    background-position-x: 10rem;
    background-size: cover;
}

.navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.navbar-interior {
    z-index: 2;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}



/* padding under the top bar */
.page-section-top-padded {
    padding-top: 8rem;
}


/* Dashboard side menu */
/* SIDE MENu */
.sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #17191a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    white-space: nowrap;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;

}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.side-menu-home {
    padding-left: 3.5em;
}

.side-menu-icon {
    padding-left: 2em;
}

.material-icons,
.icon-text {
    vertical-align: middle;
}

.material-icons {
    padding-bottom: 3px;
}

.material-icons.md-48 {
    font-size: 192px;
    padding-left: 25%;
}


.dashboard-content {
    margin-left: 250px;
}

/* .friends-content {
    transition: margin-left .5s;
} */

.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
    color: #f1f1f1;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}


/*burger*/
.burger-navbar {
    width: 100%;
    display: none;
    margin-left: 5%;
}

.burger-nav-container {
    display: flex;

    height: 62px;
}

.burger-navbar .menu-items {
    display: flex;

}

.burger-navbar .nav-container li {
    list-style: none;
}

.burger-navbar .nav-container a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 500;
    font-size: 1.2rem;

}

.burger-navbar .nav-container a:hover {
    font-weight: bolder;
}

.burger-nav-container {
    display: block;
    position: relative;
    height: 60px;
}

.burger-menu-icon .line {
    background-color: white;
}

.checkbox:checked + .burger-menu-icon .line {
    background-color: white;
}

.burger-menu-icon:hover .line {
    background-color: lightblue;
}

.burger-nav-container .checkbox {
    background-color: white;
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    left: 0;
    top: 10px;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.burger-nav-container .hamburger-lines {
    
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.burger-nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
}

.burger-nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.burger-nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.burger-nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.burger-navbar .menu-items {
    padding-top: 8%;
    position: fixed;
    height: 100vh;
    width: 150%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -200px;
    padding-left: 250px;
    transition: transform 0.5s ease-in-out;
    z-index: 7;
    background-color: #AE170B;
}

.burger-navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    list-style-type: none;
}

.burger-navbar .menu-items li a {
    color: #f1f1f1;
}

.menuLogo {
    height: 40px;
    margin-left: -5px;
}

.logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 1.2rem;
    color: #0e2431;
}

.burger-nav-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
}

.burger-nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
}

.burger-nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
}

.burger-nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.burger-nav-container input[type="checkbox"]:checked~.logo {
    display: none;
}

/* Tooltip for the header of the dashboard */
#control-bar-tooltip {
    visibility: hidden;
    width: 75px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    transition: 0.25s;
    position: absolute;
    z-index: 1;
    font-size: 12px;
}

/* The arrow pointing upward for the dashboard header tooltip */
#control-bar-tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;

    }

    .sidebar a {
        font-size: 18px;
    }

    .new-page-content-button {
        align: bottom;

    }
}

@media screen and (max-width: 992px) {
    .sidebar {
        display: none;
    }

    .burger-navbar {
        display: block;

    }
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}


/* Divider */
.divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

.divider-custom .divider-custom-line {
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #414d53;
    border-radius: 1rem;
    border-color: #414d53 !important;
}

.divider-custom .divider-custom-line:first-child {
    margin-right: 1rem;
}

.divider-custom .divider-custom-line:last-child {
    margin-left: 1rem;
}

.divider-custom .divider-custom-icon {
    color: #414d53 !important;
    font-size: 2rem;
}

.divider-custom .divider-light .divider-custom-line {
    background-color: #fff;
}

.divider-custom .divider-light .divider-custom-icon {
    color: #fff !important;
}

.divider-color {
    color: #414d53
}

.divider-bg-color {
    color: #414d53
}

.divider-color-light {
    color: #FFF
}

.divider-bg-color-light {
    color: #FFF
}




/* Tag line style */
.tag-line-you {
    text-decoration: underline;
    font-size: x-large;
    font-weight: bold;
}

/* style for messages */
.alert-message {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

.alert-message h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.alert-message p:last-child {
    margin-bottom: 0;
}

.alert-message code {
    background-color: #fff;
    border-radius: 3px;
}

.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}

.alert-message-success h4 {
    color: #3C763D;
}

.alert-message-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.alert-message-danger h4 {
    color: #d9534f;
}

.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

.alert-message-warning h4 {
    color: #f0ad4e;
}

.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.alert-message-info h4 {
    color: #5bc0de;
}

.alert-message-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}

.alert-message-default h4 {
    color: #000;
}

.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}

.alert-message-notice h4 {
    color: #444;
}


/* Password */
/* The message box is shown when the user clicks on the password field */
#passwordRequirementsMessage {
    display: none;
    position: relative;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}



/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
    color: red;
}

/* Profile picture surround */
.profile-picture {
    border-radius: 100%;
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    font-size: .75rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-left: 2rem;
}

.avatar-container {
    position: relative;
    display: inline-block; /* Or whatever suits your layout */
}

.avatar-spinner-1 {
    display: none;
    position: absolute;
    top: 42%; /* Center the spinner */
    left: 38%;
}
.avatar-spinner-2 {
    display: none;
    position: absolute;
    top: 42%; /* Center the spinner */
    left: 52%;
}

.profile-picture:hover {
    color: red;
}

.profile-top-image {
    width: 3rem;
    height: 3rem;
}

/* profile image */
.profile-large-image {
    width: 12rem;
    height: 12rem;
    margin-left: 3rem;
    margin-right: 3rem;
    float: left;

}

/* badge image */
.badge-image {
    position: relative;
    clear: left;
    left: 1px;
    width: 6rem;
    height: 6rem;
    margin-left: 3rem;
}

.user-page-top {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    z-index: 2;
    justify-content: left;
    align-items: left;
}

.product-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 0.375rem;
    width: 100%;
    height: 95%;
    overflow: hidden;
    opacity: 18%;
    z-index: 1;
}


.product-image-large {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

/* product cards */
.product-card {
    width: 100%;
    padding: 1rem;
}

.card-body-low-padding {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

div.product-card a {
    text-decoration: none;
}

.product-card-text-raised {
    z-index: 5;
    padding: 2rem;
}

.card-text {
    font-weight: bold;
}

.product-card-med-image {
    width: 20%;
    float: left;
}

.card {
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
}

.card-body {
    flex-grow: 1;
    border-radius: 5px;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.card-hover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.card-hover-text {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 24px 48px;
}

.card:hover .card-body {
    opacity: 0.6;
}

.card:hover .card-hover {
    opacity: 1;
}

.img-supersmall {
    width: 3rem;
}

.img-small {
    width: 5rem;
}

/* Welcome text */
.welcome-text {
    text-align: right;
    padding-top: 1.5rem;
    font-size: 11pt;
    float: right;
    width: 30%;
}

/* Logout / Sign out */
.signout-link {
    padding-left: .5rem;
}

/* sub menu */
.sub-menu {
    flex-direction: row;
    padding-top: .5rem;
    float: left;
    width: 70%;
}

.sub-menu-item {
    padding-left: 1rem;
}

/* profile upload */
.avatar-legend {
    font-size: 36px;
    color: #3c5b6d;
    padding: 150px 0 20px;
}

.file-button {
    display: block;
    width: 240px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #3c5b6d;
    font-size: 18px;
    background: #fff;
    border-radius: 3px;
    border: 2px solid #3c5b6d;
}

/* website image (static pages) */
.website-image {
    padding-top: 1rem;
    display: inline-flex;
    font-size: .75rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 1rem;
}

.website-image-95 {
    width: 95%;

}

/* Workspace progress */
.pb-line {
    stroke: #2c3e50;
    stroke-width: 2;
}

.pb-line-enroll {
    stroke: #534741;
    stroke-width: 5;
}

.pb-line-complete {
    stroke: #5de239;
    stroke-width: 5;
}

.pb-line-in-progress {
    stroke: #5de239;
    stroke-width: 5;
}

.pb-circle {
    fill: #2c3e50;
    stroke-width: 0;
}

.pb-circle-in-progress {
    /*fill: #238d76; */
    fill: #534741;
    stroke-width: 0;
}

.pb-circle-complete {
    fill: #5de239;
    stroke-width: 1;
}

.pb-circle-enroll {
    fill: #534741;
    stroke-width: 0;
}



.pb-container {
    float: left;
    width: 5%;
}

.pb-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 95%;
    padding-top: 3rem;

}

.pb-text ul {
    list-style-type: none;
}



.pb-item-icon {
    position: relative;
    left: -4.65rem;
    top: 0rem;
}

.pb-item {
    position: relative;
    left: 2.7rem;
    padding-bottom: 2rem;
}

.pb-item-in-progress {
    position: relative;
    left: 2.5rem;
    padding-bottom: 2.5rem;
}

.pb-item-enroll {
    position: relative;
    left: -2.5rem;
    padding-bottom: 2rem;
}

.pb-item-text {
    padding-left: .7rem;
}

/* The switch  */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2c3e50;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #534741;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
}


.slider:after {
    content: 'To Do';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 60%;
    font-size: 10px;
    font-family: sans-serif;
}

input:checked+.slider:after {
    content: 'Done';
    top: 50%;
    left: 40%;
}

/*--------- END the switch --------*/

.grouping {
    position: relative;
    width: 100%;
    height: 4rem;
    padding-top: 1rem;
    padding-left: 1rem;
}

.grouping a {
    color: rgba(99, 19, 18, 0.85);
}

.grouping-background {
    background-color: rgba(99, 19, 18, 0.75);
}

.float-left {
    float: left;
    width: 26%;
}

.float-right {
    float: left;
    width: 70%;
}

.codingcoach-red {
    color: rgba(99, 19, 18, 0.85);
}

.codingcoach-red-45-opacity {
    color: rgba(99, 19, 18, 0.45);
}


.txt-white {
    color: #FFF !important;
    text-decoration: none;
}



/* Iframe size */
.iframe-size-control {
    position: relative;
    width: 100%;
}





/* New Card stuff */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    border-radius: 5px;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.5rem .5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #17191a;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card .card-header {
    margin-bottom: -1px;
}

.resource-complete {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3rem;
}

.resource-complete-checkbox {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    padding-left: 2rem;
}

.resource-complete-text {
    font-size: x-large;
    color: #2c3e50;
    float: left;
    padding-right: 2rem;
    padding-left: 2rem;
}

.fs-large {
    font-size: large;
}

.fs-xlarge {
    font-size: x-large;
}

.correct-background {
    background-color: #04AA6D;
}

.incorrect-background {
    background-color: #c25730;
}

/* Code for workspace pathway drag and drop */
.available-container {
    width: 50%;
    float: left;
    padding-right: 2rem;
    padding-bottom: 3rem;
}

.chosen-container {
    width: 50%;
    float: left;
    padding-right: 2rem;
    padding-bottom: 3rem;
}

.available-items {

    display: grid;
    /*grid-template-rows: repeat(5, 1fr); */
    gap: 10px;
    min-height: 3rem;
}

.chosen-items {
    display: grid;
    /*grid-template-rows: repeat(5, 1fr); */
    gap: 10px;
    min-height: 3rem;
}

/* to indicate an item is draggable */
.draggable {
    cursor: move;
    user-select: none;
    border: 3px solid #666;
    background-color: #ddd;
    border-radius: .5em;
    padding: 10px;
}

.draggable.over {
    border: 3px dotted #666;
}

/* Create assessment */
.question-border {
    border: 3px solid #888;
    background-color: #ddd;
    border-radius: .5em;
    padding: 10px;
}

.option-border {
    border: 3px solid #aaa;
    background-color: #eee;
    border-radius: .5em;
    padding: 10px;
}

.results-left {
    float: left;
    width: 48%;
    padding-right: 1rem;
}

.results-right {
    float: left;
    width: 48%;

}

/* accordion */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion .accordion-container {
    position: relative;
    margin: 10px 10px;
}

/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */

.accordion .accordion-label {
    position: relative;
    padding: 10px 0;
    font-size: 30px;
    color: black;
    cursor: pointer;
}


/* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion .accordion-label::before {
    content: '+';
    color: black;
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 30px;
    transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
    position: relative;
    height: 0;
    font-size: 20px;
    text-align: justify;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}

/* Adds a horizontal line between the contents */

.accordion hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
}

/* Unhides the content part when active. Sets the height */

.accordion .accordion-container.accordion-active .content {
    height: 100%;
}

/* Changes from plus sign to negative sign once active */

.accordion .accordion-container.accordion-active .label::before {
    content: '-';
    font-size: 30px;
}

/* END accordion */



.button-right {
    float: right;
}

/*  EVENT founder */
.founder-event-card {
    background-color: #04AA6D;
    color: white;
    font-size: 1.4rem;
    padding: 7px 10px;
}

.material-icons,
.icon-text {
    vertical-align: middle;
}

.material-icons {
    padding-bottom: 3px;
}

.material-icons.md-48 {
    font-size: 192px;
    padding-left: 25%;
}

/* 
.{
    transition: margin-left .5s;
}

.friends-content {
    transition: margin-left .5s;
} */

.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
    color: #f1f1f1;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */


.item-list {
    padding: 1%;
    border: none;
    border-radius: 5%;
    cursor: pointer;

}

.item-list:hover {
    background-color: lightgray;
}

.item-list-text {
    margin-left: 2%;
}

.list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* Form stuff */
.form-control-lg {
    margin-bottom: 10px;
}
/* CSS Class for Honeypot Field */
.address-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}