body {
    padding: 0;
    font-size: 16px;
}


/* utility */

.bg-dark {
    background-color: #0d234c !important;
}

.bg-primary {
    background-color: #0088A4 !important;
}

.bg-yellow {
    background-color: #FBD465 !important;
}

.bg-yellow:hover,
button.bg-yellow:focus {
    background-color: #fac633 !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 992px) {

    .text-md-left {

        text-align: left !important;

    }

}


.d-flex {
    display: flex !important;
}

.justify-content-end {
    justify-content: flex-end;
}

.p-0 {
    padding: 0 !important;
}

.p-2 {
    padding: 1em !important;
}

.m-0 {
    margin: 0 !important;
}

.py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.border-0 {
    border-radius: 0 !important;
    border-color: transparent;
}

.rounded-0 {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.nav-icons {
    width: 100%;
    display: flex;
    padding: 0 2em 0 0;
    justify-content: flex-end;
}

#main a {
    color: #0088A4;
}


@media (max-width: 768px) {
    #main {
        padding: 0;
    }

    #main .container {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    #main .footer.container {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
        padding: 0 2em;
        background-color: #343a40;
        border: 0;
        margin-top: 8px;
        margin-bottom: 0;
    }
}

.navbar-toggle {
    /*position: absolute;*/
    /*right: 1em;*/
    /*top: 20%;*/
    float: none !important;
    padding: 0 !important;
    margin-left: 2em !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0;
}

.navbar-toggle:focus,
.navbar-toggle:active,
.navbar-toggle:hover {

    background: transparent !important;

}

.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 0px;
    margin: 6px 0 !important;
    background-color: #fff !important;
}

.navbar.yamm {

    padding: 8px 0;

}

.navbar-fixed-top .list-inline .list-inline-item {
    display: flex;
    padding: 0 !important;
}

.navbar-fixed-top .list-inline .list-inline-item a {
    color: #fff !important;
    padding: 2px 16px;
    font-size: 16px;
    font-weight: 400;
}

.navbar-fixed-top .list-inline .list-inline-item a:hover {
    text-decoration: underline;
}

.navbar .navbar-brand {
    float: none !important;
    padding: 4px !important;
    margin-right: 16px;
}

.navbar .navbar-brand img {
    max-height: 40px;
    margin: 0;
}

.navbar ul.nav li {
    margin: 0;
    padding: 0;
}

.navbar ul.nav li a {

    color: #fff !important;
    opacity: .85;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    height: 50px;
    line-height: 50px;
    margin-right: 16px;
    letter-spacing: .02em;

}

.navbar ul.nav li a.dropdown-toggle .caret {

    display: inline-block;
    height: 10px;
    margin-left: 4px;

}

.navbar ul.nav li a:hover,
.navbar ul.nav li a:focus,
.navbar ul.nav li a:active {

    color: #fff !important;
    background: transparent !important;
    opacity: 1.0;
}

.navbar ul.nav li a.dropdown-item {
    padding: .2em .5em;
    margin: 0 0 .25rem 0;
    font-weight: 400;
    color: #343a40 !important;
    background: none;
    white-space: normal;
    line-height: 1.25em;
    font-size: 16px;
    display: block;
    height: auto;
}

.navbar ul.nav li a.dropdown-item:hover {
    color: #000;
    padding: .2em .5em;
    background-color: #fff !important;
    text-decoration: none !important;
}

.navbar ul.nav li h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0088A4;
    padding: .2em .5em;
}


footer {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff !important;
}


footer h5 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

footer ul li a,
footer ul li p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff !important;
}

footer ul li a:hover {
    text-decoration: underline !important;
}

@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
/*!
* Yamm!3 - Yet another megamenu for Bootstrap 3
* http://geedmo.github.com/yamm3
*
* @geedmo - Licensed under the MIT license
*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: 0;
    width: 100%;

    box-shadow: inset 0 11px 8px -10px rgba(52, 58, 64, 0.8);
    margin: 0;
    /*height: 100%;*/
    padding: 1rem 2rem;
    background-color: #f8f9fa;
    background-image: linear-gradient(to bottom, #f8f9fa 0%, #dee2e6 100%);
    background-repeat: repeat-x;

}

.yamm .dropdown-menu
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}


/* navigation */

.nav-pills>li.active>button,
.nav-pills>li.active>button:focus,
.nav-pills>li.active>button:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff !important;
    background-color: #0088A4
}

.nav .s-lg-index-nav-btn>button {
    color: #0088A4;
    background-color: transparent;
}

.nav li ul.list-group {
    display: none;
}

.nav li.active ul.list-group {
    display: block;
}
/* page margin */

div#main {
    margin-top: 110px;
}

/* chat */

#pcc-chat-modal {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    margin: .5em;
    z-index: 1000;
    background-color: #fff;
}

#pcc-chat-modal .chat {

    width: 330px;
    height: 320px;
    vertical-align: bottom;
    border: none;
    border-radius: 0;
    padding: 0;
}

.chat > p {
      margin: .5em;
      clear: both;
}

#pcc-chat-modal-close {
    width: 1em;
    cursor: pointer;
    color: #6c757d;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
}

.chat {}

.unavailable {
    margin: 0 auto;
    border: 1px solid #e9ecef;
    text-align: left;
    background-color: #fff;
}

.unavailable p {
    margin: 0 .5em;
}

/* side nav */

.list-group-item:first-child,
.list-group-item:last-child,
a.list-group-item:first-child,
a.list-group-item:last-child
a.list-group-item {

    border-radius: 0 0 0 0 !important;
}

.s-lib-box .s-lib-box-title {
    padding: .4em .6em;
    font-size: 1.2em;
    color: #111;
}

#s-lib-admin-bc .breadcrumb,
#s-lib-bc .breadcrumb {
    font-size: 1em;
}