

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    margin-right: 2px;
}

.blackbar .black .nav {
    width: 100%;
}


h1, h2, h3, h4, h5, h6 {
    font-family: acumin-pro-semi-condensed,"Franklin Gothic",sans-serif;
    color: #000000;
    line-height: 1.3em;
}

h1 {
    font-family: acumin-pro,"Franklin Gothic",sans-serif;
    font-weight: bold;
    font-size: 2.1em;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}


h2 {
    font-weight: bold;
    font-size: 1.5em;
}



.border-top {
    border-top: 4px solid #CFB991;
}

.content-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .content-section h1 {
        color: #8E6F3E;
        text-align: left;
        font-weight: 600;
        font-size: 2.3em;
    }

    .content-section hr {
        border-top: 1px solid #ccc;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .content-section img {
        margin-bottom: 10px;
    }

        .content-section img.logo {
            height: 80px;
        }



@media (max-width: 767px) {
    .content-section h1 {
        font-size: 2em;
    }
}

iframe {
    display: block;
    width: 100%;
    margin-bottom: 45px;
    height: 600px;
}

/* flex-box */
.flexbox-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .flexbox-container > [class*='col-'] {
        margin-right: -1px;
    }

.flexbox {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-bottom: 20px;
    overflow: auto;
    margin-right: -1px;
    border-radius: 3px;
}

    .flexbox .text-container {
        /*padding: 0 15px 15px;*/
        display: block;
        margin: 15px 15px 0 15px;
        font-weight: bold;
    }

    .flexbox a:link, .flexbox a:visited, .flexbox a:hover, .flexbox a:active {
        font-weight: normal;
    }

    .flexbox .heading-title {
        text-align: left;
        padding: 12px 0px 2px;
        font-weight: bold;
        font-family: acumin-pro-semi-condensed,'Franklin Gothic',sans-serif;
        font-size: 1.3em;
        line-height: 1.3em;
    }

    .flexbox:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

.flexbox-nohover h2, .flexbox-nohover p {
    padding: 2px 15px;
    text-align: center;
}

.flexbox-nohover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #fff;
    margin-bottom: 30px;
    overflow: auto;
    margin-right: -1px;
}

/* Button */

.content-section a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

    .content-section a.btn {
        text-decoration: none;
        margin-bottom: 15px;
        margin-top: 10px;
    }

        .content-section a.btn:link, .main-content a.btn:visited {
            text-decoration: none;
        }

        .content-section a.btn.round {
            border-radius: 30px;
            border-width: 2px;
            padding-left: 15px;
            padding-right: 15px;
        }

.content-section .btn {
    font-family: 'United Sans',"Franklin Gothic",sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
}

    .content-section .btn.btn-accordion {
        text-transform: none;
    }

.btn-prd {
    background-color: #8E6F3E;
    border: none;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .btn-prd.round {
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5)
    }

    .btn-prd:hover {
        background-color: #8E6F3E;
        color: #fff;
    }

    .btn-prd:visited, .btn-prd:link {
        color: #fff;
    }

.btn-prd-r {
    background-color: #fff;
    border: 1.5px solid #8E6F3E;
    border-radius: 3px;
    color: #000;
}

    .btn-prd-r:hover {
        background-color: #CFB991;
        border: 1.5px solid #8E6F3E;
        color: #000;
    }

    .btn-prd-r:visited, .btn-prd-r:link {
        color: #000;
    }

.btn-prd-bk {
    background-color: #fff;
    border: 1.5px solid #333;
    border-radius: 3px;
    color: #333;
}

    .btn-prd-bk:hover {
        background-color: #CFB991;
        border: 1.5px solid #333;
        color: #333;
    }

    .btn-prd-bk:link, .btn-prd-bk:visited {
        color: #333;
    }


/* Sidenav code from Purdue template*/
.sidenav {
    clear: left;
    overflow: hidden;
    font-family: acumin-pro-condensed,"Franklin Gothic",sans-serif;
}

    .sidenav > ul {
        margin-bottom: 25px;
        padding: 0;
        list-style-type: none;
        /*> li:first-child {
            text-align: center;
            padding: 10px;
            background-color: #444;
            text-transform: uppercase;
            color: #fff;

            a {
                &::after {
                    display: none;
                }
            }

            a:link {
                padding: 0;
                background-color: #444;
                color: inherit;
                border-left: none;
            }

            a:visited {
                padding: 0;
                background-color: #444;
                color: inherit;
                border-left: none;
            }

            a:hover {
                padding: 0;
                background-color: #444;
                color: inherit;
                border-left: none;
            }

            a:active {
                padding: 0;
                background-color: #444;
                color: inherit;
                border-left: none;
            }

            a:focus {
                text-decoration: underline;
            }
        }*/
    }

        .sidenav > ul a {
            position: relative;
            display: block;
            padding: 8px 0;
            font-weight: 400;
            /*&::after {
          content: "";
          position: absolute;
          left: 0px;
          bottom: 10px;
          display: block;
          width: 0;
          transition: width 0.15s ease-in;
          height: 2px;
          background-color: $p-gold;
      }*/
        }

            .sidenav > ul a:link {
                color: #000;
                text-decoration: none;
                font-weight: 400;
            }

            .sidenav > ul a:visited {
                color: #000;
                text-decoration: none;
                font-weight: 400;
            }

            .sidenav > ul a:hover, .sidenav > ul a:focus {
                color: #333333;
                text-decoration: underline;
            }

            .sidenav > ul a:active {
                color: #333333;
                text-decoration: underline;
            }

            .sidenav > ul a:focus {
                text-decoration: none;
                outline: none;
            }

                .sidenav > ul a:focus::after {
                    width: 50%;
                }

        .sidenav > ul li {
            overflow: hidden;
            border-bottom: solid 1px #ccc;
            padding: 0;
        }

            .sidenav > ul li.dropdown-submenu > a {
                position: relative;
                padding-right: 15px;
                font-family: acumin-pro-semi-condensed,"Franklin Gothic",sans-serif;
                font-weight: bold;
            }

                .sidenav > ul li.dropdown-submenu > a > .caret {
                    position: absolute;
                    top: 50%;
                    right: 5px;
                    float: right;
                }

            .sidenav > ul li.dropdown-submenu ul.dropdown-menu {
                position: static;
                width: 100%;
                margin-top: -10px;
                padding: 0 0 10px 20px;
                border: none;
                box-shadow: none;
                list-style-type: none;
                font-size: 1em;
            }

                .sidenav > ul li.dropdown-submenu ul.dropdown-menu li {
                    display: block;
                    width: 100%;
                    border: none;
                    padding: 0;
                }

                    .sidenav > ul li.dropdown-submenu ul.dropdown-menu li a {
                        display: block;
                        padding: 5px;
                        white-space: normal;
                    }

                        .sidenav > ul li.dropdown-submenu ul.dropdown-menu li a::after {
                            bottom: 4px;
                        }

                        .sidenav > ul li.dropdown-submenu ul.dropdown-menu li a:link {
                            background: none;
                        }

                        .sidenav > ul li.dropdown-submenu ul.dropdown-menu li a:visited {
                            background: none;
                        }

                        .sidenav > ul li.dropdown-submenu ul.dropdown-menu li a:hover {
                            background: none;
                        }

                        .sidenav > ul li.dropdown-submenu ul.dropdown-menu li a:active {
                            background: none;
                        }



    .sidenav ul.submenu a {
        padding: 5px 0;
    }

    .sidenav ul.submenu li {
        border-bottom: none;
        border-top: solid 1px #ccc;
    }


/* Degrees */
.course-category {
    display: inline-block;
    float: right;
    font-size: 10px;
    color: #757575;
    border: 1px solid #757575;
    border-radius: 11px;
    padding: 4px 7px 5px;
    line-height: 1em;
    margin: 7px 5px 0;
}

    .course-category + div {
        clear: both;
    }

a.ec2k-heading-list {
    display: block;
    /*padding: 15px;*/
    font-weight: normal;
    border-left: none;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
    text-decoration: none;
}

a.img-responsive-a img {
    display: block;
    width: 100%;
    height: auto;
}

/* Accordion */
.accordion .btn-accordion {
    background-color: #000;
    color: #FFF;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    font-size: 1.25em;
    border: none;
    border-left: solid 5px #8E6F3E;
    outline: none;
    transition: 0.4s;
    margin-top: 5px;
    border-radius:0;
    font-weight:normal;
    white-space:normal;
}

    .accordion .btn-accordion.active, .accordion .btn-accordion:hover {
        background-color: #222;
    }

.collapse-content{
    border: 1px solid #000;
    padding: 15px;
    background-color: white;
}

.accordion .btn-accordion.collapsed:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion .btn-accordion:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
    font-size: 20px;
    color: #777;
    float: right;
    margin-left: 5px;
}
