/* LearnCube - Navigation and navbar styles */

.navbar {
            position: relative;
            min-height: 50px;
            margin-bottom: 20px;
            border: 1px solid transparent
        }

.navbar {
                border-radius: 4px
            }

.navbar-header {
                float: left
            }

.navbar-collapse {
            padding-right: 15px;
            padding-left: 15px;
            overflow-x: visible;
            -webkit-overflow-scrolling: touch;
            border-top: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
        }

.navbar-collapse {
                width: auto;
                border-top: 0;
                -webkit-box-shadow: none;
                box-shadow: none
            }

.navbar-collapse.collapse {
                display: block !important;
                height: auto !important;
                padding-bottom: 0;
                overflow: visible !important
            }

.navbar-fixed-top .navbar-collapse {
                padding-right: 0;
                padding-left: 0
            }

.navbar-fixed-top .navbar-collapse {
            max-height: 340px
        }

.navbar-fixed-top .navbar-collapse {
                max-height: 200px
            }

.navbar-fixed-top {
            position: fixed;
            right: 0;
            left: 0;
            z-index: 1030
        }

.navbar-fixed-top {
                border-radius: 0
            }

.navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px
        }

.navbar-brand {
            float: left;
            height: 50px;
            padding: 15px 15px;
            font-size: 18px;
            line-height: 20px
        }

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

.navbar-brand > img {
            display: block;
            margin: 0 -3px;
            max-width: 167px;
        }
P

        .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-top: 8px;
            margin-right: 15px;
            margin-bottom: 8px;
            background-color: transparent;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px
        }

.navbar-toggle:focus {
            outline: 0
        }

.navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px
        }

.navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

.navbar-toggle {
                display: none
            }

.navbar-nav {
            margin: 7.5px -15px
        }

.navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 20px
        }

.navbar-nav {
                float: left;
                margin: 0
            }

.navbar-nav > li {
                float: left
            }

.navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }

.navbar-form {
            padding: 10px 15px;
            margin-top: 8px;
            margin-right: -15px;
            margin-bottom: 8px;
            margin-left: -15px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
        }

.navbar-form .form-control {
                display: inline-block;
                width: auto;
                vertical-align: middle
            }

.navbar-form .input-group {
                display: inline-table;
                vertical-align: middle
            }

.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-btn {
                width: auto
            }

.navbar-form .input-group > .form-control {
                width: 100%
            }

.navbar-form {
                width: auto;
                padding-top: 0;
                padding-bottom: 0;
                margin-right: 0;
                margin-left: 0;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none
            }

.navbar-nav > li > .dropdown-menu {
            margin-top: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.navbar-default {
            background-color: #ffffff !important;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            height: 58px;
            font-size: 16px;
            border-color: #e7e7e7;
        }

.navbar-default .navbar-brand {
            color: #777;
        }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

.navbar-default .navbar-nav > li > a {
            color: #444;
            font-weight: 900;
        }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #337ab7;
            background-color: transparent;
        }

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
            color: #337ab7;
            background-color: #fff;
            font-weight: 800;
        }

.navbar-default .navbar-toggle {
            border-color: #ddd;
        }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd;
        }

.navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
            background: #fff;
            border-color: #e7e7e7;
        }

.navbar-toggle {
            padding: 13px 10px;
        }

.navbar-brand {
            padding: 9px 10px;
        }

.navbar-brand > img {
            display: block;
            margin: -2px -3px;
            max-width: 167px;
        }

.navbar-nav {
            margin-top: -2px;
        }

.navbar-nav > li > a {
            padding-top: 20px;
            padding-bottom: 18px;
        }

.navbar-form.search-hide {
            margin: 13px 0 0;
            position: fixed;
            right: 30px;
            top: 43px;
            border-radius: 0;
            padding: 5px;
            display: none;
            z-index: 999
        }

.navbar-default {
            font-size: 16px
        }

.navbar-fixed-bottom, .navbar-fixed-top {
            position: fixed;
            right: 0;
            left: 0;
            z-index: 1030
        }

.navar {
                display: none
            }

.nav {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none
        }

.nav > li {
            position: relative;
            display: block
        }

.nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

.nav > li > a:focus, .nav > li > a:hover {
            text-decoration: none;
            background-color: #eee
        }

.nav-bottom {
            margin-bottom: 20px;
            color: #fff !important
        }

.nav-bottom a {
            color: #fff !important
        }

.nav-bottom a {
            color: #fff !important
        }

.nav

        

        .bg-white {
            background-color: #fff;
            text-align: center;
            border-top: 2px solid #337ab7;
            padding-top: 30px;
            margin-bottom: -7px
        }

.nav > li > a {
            padding: 5px 8px
        }

.dropdown {
            position: relative
        }

.dropdown-toggle:focus {
            outline: 0
        }

.dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 160px;
            padding: 5px 0;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, .15);
            border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
        }

.dropdown-menu .divider {
            height: 1px;
            margin: 9px 0;
            overflow: hidden;
            background-color: #e5e5e5
        }

.dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap
        }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

.dropdown-menu a, .dropdown-menu > li > a {
            color: #444
        }

.dropdown-menu ul {
            list-style: none;
            margin: 2px -10px
        }

.dropdown-menu li {
            padding: 5px 0
        }

.dropdown-menu > li > a {
            font-size: 15px;
            font-weight: 600
        }

.dropdown-menu small {
            font-weight: 300;
            color: #888
        }

.menu-right {
            margin-top: 12px;
            margin-right: 10px
        }

/* LearnCube - Navigation and Tabs */

/* Tab Navigation */
.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
    border: solid 1px #ddd;
    color: #555;
    opacity: 1;
}

.nav-tabs > li > a {
    border: solid 1px #ddd;
    color: #555;
    border-bottom-color: transparent;
    box-shadow: 0 0 2px #ddd;
    opacity: 0.7;
    font-weight: 400;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    color: #337ab7 !important;
    background: transparent;
}

.nav-tabs > li > a::after {
    content: "";
    background: #337ab7;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #337ab7 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-top-left-radius: 0;
}

/* Custom Tab Component */
div.custom-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    text-shadow: none;
}

div.custom-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.custom-tab-menu div.list-group {
    margin-bottom: 0;
}

div.custom-tab-menu div.list-group > a {
    margin-bottom: 0;
}

div.custom-tab-menu div.list-group > a .glyphicon,
div.custom-tab-menu div.list-group > a .fa {
    color: #444;
}

div.custom-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
}

div.custom-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
}

div.custom-tab-menu div.list-group > a.active,
div.custom-tab-menu div.list-group > a.active .glyphicon,
div.custom-tab-menu div.list-group > a.active .fa {
    background-color: darkorange;
    background-image: darkorange;
    color: #ffffff;
}

div.custom-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid darkorange;
}

div.custom-tab-content {
    background-color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
    margin: 10px 35px;
}

div.custom-tab div.custom-tab-content:not(.active) {
    display: none;
}

.custom-tab-content.active h4 {
    font-size: 28px;
    line-height: 35px;
}

.custom-tab {
    border-left: 1px solid rgb(221, 221, 221);
}

/* Centered Pills */
.centered-pills {
    text-align: center;
}

.centered-pills ul.nav-pills {
    display: inline-block;
}

.centered-pills li {
    display: inline;
}

.centered-pills a {
    float: left;
}

/* Internet Explorer Fixes */
* html .centered-pills ul.nav-pills, * + html .centered-pills ul.nav-pills {
    display: inline;
}

/* List Group Active States */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: orange;
    border-color: orange;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Nav Pills */
.nav-pills > li a {
    background-color: #eee;
}

.nav.nav-pills > li > a:focus, .nav.nav-pills > li > a:hover {
    text-decoration: none;
    background-color: #ddd;
}

/* Navbar Toggle */
.navbar-toggle {
    padding: 13px 10px;
}

ul.nav.navbar-nav.align-right {
    float: right;
}

ul.nav.navbar-nav {
    margin-top: -2px;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 18px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #337ab7;
    background-color: #fff;
    font-weight: 800;
}

.nav > li > a {
    padding: 5px 8px;
}

/* Dropdown Menus */
.dropdown-menu > li > a, .dropdown-menu a {
    color: #444;
}

.nav.navbar-nav .dropdown-menu > li > a, .dropdown-menu a {
    font-weight: 800;
}

.dropdown-menu ul {
    list-style: none;
    margin: 2px -10px;
}

/* Footer Navigation */
.nav-bottom {
    margin-bottom: 20px;
    color: #fff !important;
}

.nav-bottom a {
    color: #fff !important;
}

.nav-bottom > li > a:hover, .nav-bottom > li > a:focus {
    text-decoration: none;
    background: none;
}

.nav-bottom > li > a {
    padding: 1px 13px;
    margin: 0px;
    font-size: 16px;
}

.nav-bottom > li > a.social-icon {
    font-size: 22px;
}

a.social-icon {
    margin: 0 20px 0 0;
}

/* Sign In Link */
a.sign-in {
    color: #444;
    font-weight: 400;
}

/* Menu Responsive */
.menu-right {
    margin-top: 12px;
    margin-right: 10px;
}

.collapse.in .menu-right.pull-right {
    float: none !important;
    text-align: center;
    margin: 12px auto;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #fff;
}

/* Additional navbar utility styles */
ul.nav.navbar-nav.align-right {
    float: right;
}

ul.nav.navbar-nav {
    margin-top: -2px;
}

a.sign-in {
    color: #444;
    font-weight: 400;
}

.nav > li > a {
    padding: 5px 8px;
}