/* * BrainPOP Responsive Styles
   ================================================== */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
}

img.header-image-educators,
img.header-image-brainpop {
    position: absolute;
    top: 0;
    float: left;
}

img.header-image-brainpop {
    position: relative;
    height: 38px;
    margin-right: 20px;
    padding-top: 4px;
    width: 40px;
}

.navbar-header {
  width: 90px;
  float: right;
}

#content {
    max-width: 470px;
    width: 100%;
    float: left;
}

body.fullpage div#content {
    max-width: 100%;
    left: 0 !important;
}

#content.two-column-template {
    max-width: 715px;
    width: 100%;
    margin-right: 0;
}

.sidebar {
    margin: 20px 0 0 0;
    float: left;
}

.sidebar .widget-item,
.sidebar .widget-item-type {
    width: 100%
}

.view-desktop {
    display: block
}

.view-desktop-inline-block {
  display: inline-block;
}

.view-two-columns {
    display: none
}

.view-one-column {
    display: none
}

.no-mobile {
    display: none
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.inner-padder {
    padding: 20px;
    clear: both;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.inner-content-padder {
    padding-left: 30px;
    padding-right: 30px;
    clear: both;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

  .inner-content-padder.divider-bottom-inner {
    position: relative;
  }

  .inner-content-padder.divider-bottom-inner::after {
    border-bottom: 1px solid #f4f4f4;
    bottom: 0;
    content: "";
    height: 1px;
    left: 30px;
    position: absolute;
    width: 410px;
  }

.inner-content-padder-mobile {
    padding-left: 0px;
    padding-right: 0px;
}


.header-wrapper-icon-right {
  padding-right: 90px;
  position: relative;
}


.topic_block {
    padding-bottom: 0px
}

#footer .menu-dropdown {
    display: none
}

/* *
 * Home Page
   ================================================== */



/* *
 * One Column
   ================================================== */

@media (max-width: 730px) {
    .view-desktop {
        display: none
    }

    .view-desktop-inline-block {
      display: none
    }

    .view-two-columns {
        display: none
    }

    .view-one-column {
        display: block
    }

    .inner-content-padder-mobile {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .inner-content-padder {
      padding-left: 15px;
      padding-right: 15px;
    }

      .inner-content-padder.divider-bottom-inner::after {
        left: 0px;
        width: 100%;
      }

    body {
      padding-top: 10px;
    }

    #main_menu {
      margin-bottom: 10px;
      height: 40px;
    }

    body.home #main_menu{
		margin-bottom: 15px;
	}


    img.header-image-educators {
      margin-bottom: 10px;
    }

    #main-container,
    .sidebar {
        max-width: 470px;
        width: 100%;
    }

    #header {
        padding: 0 15px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    h1#header-type {
        width: 305px
    }

    .image-banner.module-image > span {
      font-size: 5.8vw;
    }

    img.header-image-educators {
        margin-bottom: 20px
    }

    img.header-image-educators {
        margin-left: 0px
    }

    #brainpop-nav-main .search-field {
      width: calc(100% - 40px);
    }

    input.search-submit[type="submit"] {
        width: 10%
    }

    .breadcrumb {
      max-width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    #brainpop-nav-main {
        border-bottom: 1px solid #f4f4f4
    }

    #content .flexslider ul {
        margin-bottom: 15px
    }

    h1.mobile-title {
      font-size: 25px !important;
      line-height: 25px !important;
      padding-bottom: 4px !important;
    }

    h1.entry-title,
    .lesson-ideas h2.has_icon {
        font-size: 20px;
        line-height: 20px;
        float: left;
        margin: 0;
        min-height: 36px;
        padding-bottom: 9px;
        padding-right: 10px !important;
        position: relative;
    }

    .lesson-ideas .section-top {
      padding-top: 15px;
    }

    .lesson-ideas .section-bottom {
      padding-bottom: 15px;
    }

    #content .lesson-ideas .flexslider ul {
      margin-bottom: 0px;
    }

    #home-bottom-wrapper {
        float: left;
        margin-bottom: 15px;
    }

    .home-bottom:nth-child(odd) {
        padding-right: 20px;
    }


    #lesson-plan-search {
      margin: 0 auto;
      width: 267px;
      float: none;
    }

    body.post-type-archive-lesson-plan .back-to-all {
      float: left;
      padding: 13px 0;
      width: 100%;
      text-align: center;
    }

    .page.esl-lesson .icon-wrapper {
      background-size: 50px auto;
    }

    body.tax-bp-topic .icon-wrapper {
      background-size: 47px auto;
      right: 0;
    }

    body.tax-bp-jr-topic .icon-wrapper {
      background-size: 35px auto;
      right: 0;
    }

    .page.bp-jr-topic .icon-wrapper {
      background-size: 60px auto;
    }

    body.tax-bp-game .icon-wrapper {
      background-size: 35px auto;
      right: 0;
    }

    .lesson-ideas .icon-wrapper {
      height: 35px;
      width: 60px;
    }

    .lesson-ideas .topic_icon {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      width: 30px;
    }

    .table-body-row {
      min-height: auto;
      padding: 15px;
    }



    #archive-lesson-plan .col-1 {
      padding-bottom: 15px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    #archive-lesson-plan .col-2 {
      padding-right: 15px;
    }

    .brainpop_page_nav {
      padding: 15px;
    }

    .content-list {
      padding-bottom: 15px;
      padding-top: 15px;
    }

    .content-list-first {
      padding-top: 15px;
    }

    .table-header-row.mobile {
      height: 50px;
      padding: 0 15px;
    }

    #conferences .table-header-column h5 {
      font-size: 12px;
    }

    #conferences .table-body-row {
      min-height: 54px;
      padding: 6px 15px;
      font-size: 11px;
      line-height: 14px;
    }


    #conferences .col-1 {
      padding-right: 15px;
      width: 87px;
    }

    #conferences .col-2 {
      padding-right: 15px;
      width: 86px;
    }

    #conferences .col-3 {
      width: 87px;
    }

    .sidebar {
        margin: 15px 0 0
    }

    .widget-item-type {
        padding: 15px
    }

    .widget-item-type h5 {
        font-size: 14px
    }

    .inner-padder.widget-item-content {
        padding: 15px
    }

    .content-row .widget-item {
      width: 100%;
    }

    #multiple-resources .content-row {
      padding: 0;
    }

    /*.widget-item {
        margin-bottom: 15px
    }*/

    body.post-type-archive #content.two-column-template .page {
      background: none;
    }

    img.sidebar-item-img {
      float: left;
      padding-right: 15px;
    }

    .recent-posts.content-width .widget-item-image {
        padding: 0
    }

    .recent-posts.content-width .widget-item-content {
        padding: 15px;
        width: 100% !important;
    }

    .recent-posts.content-width .widget-item-image,
    .widget-item.recent-posts .widget-item-image img {
        width: 100%
    }

    .widget-item .read-more-archive {
        padding: 15px
    }

    .directory-list {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .section-top {
      padding-top: 20px;
    }

    .section-bottom {
      padding-bottom: 20px;
    }

    .section-left {
      padding-left: 15px;
    }

    .section-right {
      padding-right: 15px;
    }


    div.post .sharing-tools a {
        display: inline-block;
        float: left;
        height: 85px;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 10px;
        text-align: center;
        width: 85px;
    }

    div.post .sharing-tools img {
        margin: 10px 0 0;
        width: 34px;
    }

    #slider-wrapper {
        padding-top: 0
    }

    #media-slider .widget-item-image,
    #media-slider .widget-item-image img {
        padding: 0;
        max-width: 470px;
    }

    h2.pink-bar {
        font-size: 14px
    }

    .content-row.inner-padder {
        padding-left: 0;
        padding-right: 0;
    }

    .topic_block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .table-header-row {
        display: none
    }

      .table-header-row.mobile {
        display: block;
      }

    .directory-list-detail .icon-wrapper {
      height: 60px;
      margin-right: 15px;
      width: 85px;
    }

      .page.bp-topic .icon-wrapper {
        background-size: 66px auto;
      }

      .page.bp-jr-topic .topic_icon {
        background-size: 60px auto;
      }

    .across-1 {
        padding: 00;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .icon-grid-section-title {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    .icon-grid-item-wrap {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      float: left;
      padding: 30px 0 0;
      width: 100%;
    }

    .across-1 .icon-grid-item-wrap,
    .across-1 img.alignleft {
        padding: 0 0 15px 0 !important;
        width: 100%;
    }

    .across-1 .icon-grid-content,
    .across-1 .icon-grid-content p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .across-3,
    .across-3:first-child {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 0;
      width: 100%;
      text-align: left;
    }

    .across-3 img {
      float: left;
      margin-right: 15px;
      max-width: 80px;
      padding: 0;
    }

    #archive-lesson-plan .col-2,
    #archive-lesson-plan .col-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
    }

    #archive-lesson-plan .table-body-column .lp-heading {
        display: block
    }

    #content .widget-item {
        border: 0
    }

    .widget-item-header {
        padding: 15px
    }

    .widget-item-type h2.has_icon {
        width: 415px
    }

    .widget-item-image {
        padding: 20px 0 20px 20px;
        width: 100%;
    }

    .type-game .widget-item-image,
    .type-video .widget-item-image {
        padding: 20px;
        width: 100%;
    }

    .widget-item-inner .button.orange {
        margin-top: 14px
    }

    .widget-item.has-image .widget-item-inner .widget-item-content {
        padding: 0 20px 20px;
    }

    .type-game.widget-item.has-image .widget-item-inner .widget-item-content,
    .type-video.widget-item.has-image .widget-item-inner .widget-item-content {
        width: 100%
    }

    .widget-item.has-image .widget-item-inner .button {
        margin: 20px
    }

    .has-image.width-across-3 .widget-item-type,
    .has-image.shortcode .widget-item-type,
    .has-image.width-across-3 .widget-item-content,
    .has-image.shortcode .widget-item-content {
        width: 248px;
        margin-top: 0;
        float: right;
    }

    #content .content-row .widget-item-type {
        border-bottom: 1px solid #f4f4f4;
        color: #666666;
        display: block;
        float: left;
        font-size: 17px;
        margin: 20px 0 0;
        padding-bottom: 20px;
        width: 100%;
    }

    #content .content-row .widget-item-type h2.has_icon {
        padding-left: 15px
    }

    #content .content-row .widget-item-type img.widget-item-icon {
        padding-right: 15px;
        top: 20px;
    }

    #content .content-row .widget-item-content {
        padding: 0 15px;
        width: 100%;
    }

    body.two-column-template .width-across-3 .widget-short .widget-item-image,
    body.two-column-template .width-across-3 .widget-short .widget-item-image img {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    body.two-column-template .width-across-3 {
        margin: 0
    }

    body.two-column-template .width-across-3 .widget-item-image {
        padding: 0 15px 15px 15px;
        width: 45%;
    }

    body.two-column-template .type-video.width-across-3 .widget-item-image,
    body.two-column-template .type-webinar.width-across-3 .widget-item-image,
    body.two-column-template .type-game.width-across-3 .widget-item-image {
        padding: 0 15px 15px 15px;
        width: 100%;
    }

    body.two-column-template #content .width-across-3 .widget-item-content {
        padding: 0 15px 0 0;
        width: 55%;
    }

    body.two-column-template #content .type-video.width-across-3 .widget-item-content,
    body.two-column-template #content .type-webinar.width-across-3 .widget-item-content,
    body.two-column-template #content .type-game.width-across-3 .widget-item-content {
        width: 100%
    }

    .content-row .width-across-3.widget-item,
    .content-row .width-across-3 .widget-item,
    .content-row .shortcode.widget-item {
        margin-left: 0
    }

    .content-row.inner-padder .widget-item-type {
        border-bottom: none
    }

    .has-image.widget-short h2,
    .has-image.widget-getting-started h2 {
        width: 55%
    }

    #content .widget-tall .widget-item-type h2 {
        padding-left: 9px
    }

    .width-across-3 .widget-item-content,
    .shortcode .widget-item-content {
        width: 100%
    }

    .content-row .width-across-3 .widget-item,
    .content-row .width-across-3.widget-item,
    .content-row .shortcode.widget-item {
        border-left: medium none;
        border-right: medium none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .width-across-3.widget-item,
    .shortcode.widget-item {
        width: 100%
    }

    #content .content-row .widget-item-type {
        border-top: 1px solid #f4f4f4;
        border-bottom: none !important;
        padding-top: 20px;
    }

    #content .content-row .widget-item-type {
        border-bottom: 1px solid #f4f4f4;
        color: #666666;
        display: block;
        float: left;
        font-size: 17px;
        margin: 0;
        padding-bottom: 15px;
        width: 100%;
    }

    #content .content-row .widget-item-inner .button {
        margin-top: 15px
    }

    .content-row.inner-padder {
        padding: 0 !important
    }

    .content-row > .section-header {
        border-top: 20px solid #f4f4f4;
        margin: 0;
        padding: 15px 15px 0 15px;
    }

    .content-row > h2 {
        padding: 0
    }

    .content-row > p {
        padding: 0
    }

    #faq-page-list {
        display: none
    }

    .entry img.attachment-single-thumbnail-new {
        width: 100%;
        height: 100%;
    }

    body.two-column-template #content {
        max-width: 470px !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /*body.two-column-template .inner-padder {
        padding: 15px
    }*/

    .content-row {
        width: 100%;
        padding-bottom: 0;
    }

    body.error404 .post-content .search-box,
    body.page-template-page-search-php #content .search-box {
        display: block;
        width: 100%;
        margin: 0;
    }

    body.page-template-page-search-php #content .search-box {
        margin: 0 9px 20px 9px
    }

    body.page-template-page-search-php #content input.search-field {
        width: 385px;
        font-size: 14px;
        height: 34px;
    }

    body.page-template-page-search-php #content input.search-field {
        width: 400px
    }

    body.error404 .post-content input.search-submit[type="submit"],
    body.page-template-page-search-php #content input.search-submit[type="submit"] {
        height: 34px
    }

    #assess-student-learning {
        background-color: #f4f4f4;
        background-size: cover;
        min-height: 130px;
    }

    body.page-template-page-site-map-php .entry ul ul.sub-menu li {
        padding-right: 2%;
        width: 48%;
    }

    #tribe-events-content-wrapper {
        padding: 20px 0
    }

    .tribe-events-calendar,
    #content #calendar-toc {
        display: none
    }

    #calendar-widget-mobile {
        display: block;
        margin-top: 15px;
    }

    body.error404 #content .search-form {
      width: 250px;
    }

    body.error404 .post-content input.search-field {
      width: 200px;
    }

    #footer h3 {
        display: none
    }

    #footer .menu-footer li.menu-item-has-children > a {
        pointer-events: auto
    }

    #footer .sub-menu {
        display: none;
        /* sub menus are closed by default */
    }

    #footer {
        padding-top: 0
    }

    #footer,
    #footer-sub,
    #footer-copyright,
    #footer-sub-sub {
        font-size: 12px
    }

    #footer-sub {
        padding-top: 15px
    }

    .footer-sub-center {
        width: 100%
    }

    #footer-cred {
        float: left;
        margin-top: 65px !important;
        text-align: center;
        width: 100%;
    }

    .footer-image {
        display: none
    }

    #footer_social_inner {
        text-align: center
    }

    ul#menu-sub-footer {
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul#menu-sub-footer li {
        display: block
    }

    ul#menu-sub-footer li a {
        display: inline;
        border-left: none;
    }

    #footer-copyright {
        font-size: 12px;
        text-align: center;
        width: 100%;
    }

    .contact-page table {
        border-spacing: 0px
    }

    .contact-page textarea {
        max-width: 205px
    }

    .contact-page td {
        white-space: pre-line
    }

    #footer .footer-menu-list {
        display: none
    }

    #footer .menu-dropdown {
        display: inherit
    }

    #footer .menu-footer li {
        padding: 0 15px;
        border-bottom: 1px solid #e6e6e6;
    }

    #footer .menu-dropdown ul.menu-footer > .menu-item > a {
      background: rgba(0, 0, 0, 0) url("../images/dropdown-inactive.png") no-repeat scroll right 15px bottom 50% / 12px 6px;
      display: block;
      height: 40px;
      line-height: 40px;
    }

    #footer .menu-dropdown ul.menu-footer > .menu-item.active > a {
        background: rgba(0, 0, 0, 0) url("../images/dropdown-selected.png") no-repeat scroll right 15px bottom 50% / 12px 6px;
    }

    #footer .menu-dropdown .menu-item a {
        text-align: left;
        display: block;
    }
}

@media (max-width: 487px) {

  .image-banner.module-image > span,
  .image-banner > span {
    font-size: 5.8vw;
  }

  body.search .image-banner.module-image > span,
  body.search .image-banner > span {
    font-size: 2.8vw;
  }


}


@media (min-width: 731px) and (max-width: 979px) {

    .home-bottom-text {
        padding: 14px 10px;
    }

}


/* *
 * One and Two Column
   ================================================== */

@media (max-width: 979px) {

    #brainpop-nav-main {
        padding: 0;
        float: left;
        width: 100%;
    }

    #brainpop-nav-main .sub-menu {
        margin-left: 12px
    }

    #brainpop-nav-main .sub-menu .sub-menu {
        margin-left: 24px
    }

    .navbar-section {
        float: left;
        width: 100%;
        padding: 20px 0;
    }

    .search-box {
        display: none
    }

    #content .search-box {
        display: block;
        width: 100%;
    }

    #brainpop-nav-main .search-box {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #brainpop-nav-main .breadcrumb {
        margin: 0;
        padding: 0;
        padding-bottom: 0;
        width: 100%;
    }

    #brainpop-nav-main .navbar-nav ul,
    #brainpop-nav-main .breadcrumb {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mobile-title {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


    #home-top-wrapper {
        width: 470px;
        margin-right: 20px;
    }

    #home-top-left {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .home-bottom {
        margin-bottom: 20px;
        margin-right: 0;
        padding-right: 0;   
    }

    #page-header,
    .border-curved,
    .border-curved-bottom {
        border-radius: 0;
    }

    .widget-item-content.background-e6e6e6 {
        background: none
    }

    #content #slider-widget-item-inner .widget-item-content {
        width: 100%
    }

    body.page-template-page-multiple-resources-slider-php #content .widget-item {
        width: 100%
    }

    .page.esl-lesson .icon-wrapper {
      background-size: 50px auto !important;
    }


    .topic_data {
        max-width: 100%;
        vertical-align: top;
        width: 100%;
    }

    .topic_description {
        width: 100%
    }


    body.two-column-template #content {
        width: 100%;
        margin: 0;
    }

    body.two-column-template #content-intro .content-row {
        padding-left: 0;
        padding-right: 0;
    }

    body.two-column-template .leftsidebar,
    .two-column-template + .leftsidebar {
        width: 100% !important;
        margin: 20px 0 0;
    }

    .inner-padder {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .topic_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 15px;
        width: 100%;
    }

    .topic_data {
        max-width: 100%;
        vertical-align: top;
        width: 100%;
    }

    .content-row {
        width: 100%;
        padding-bottom: 0;
    }

    .content-row .topic_block {
      padding-bottom: 50px;
    }

    .page.esl-lesson .icon-wrapper {
      background-size: 68px 68px;
    }

    #footer_social {
        float: left;
        width: 98%;
        margin-top: 15px;
    }

    ul#menu-sub-footer {
        float: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    #footer-copyright {
        float: none;
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }

    #footer-cred {
        float: left;
        margin-top: 35px;
        text-align: center;
        width: 100%;
    }
}

/* *
 * Two Column
   ================================================== */

@media (min-width: 730px) {

    body.home #main_menu{
		margin-bottom: 25px;
    }
    
    .view-desktop {
        display: none
    }

    .view-desktop-inline-block {
      display: none
    }

    .view-two-columns {
        display: block
    }

    .view-one-column {
        display: none
    }

    #main-container {
        width: 715px
    }

    #header {
        padding: 0 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


    img.header-image-educators,
    img.header-image-brainpop {
        position: relative
    }

    .image-banner.module-image > span {
      font-size: 10px;
    }

    #content {
        margin-left: 0;
        margin-right: 20px;
    }

    #content,
    #sidebar {
        left: 0;
        float: left;
    }

    .leftsidebar {
        float: right;
        right: 0;
    }

    .sidebar {
        width: 225px;
        margin: 0;
    }

    img.header-image-educators {
        width: 133px;
        height: 40px;
    }

    .breadcrumb {
        width: 100%
    }

    #brainpop-nav-main .navbar-section-breadcrumb,
    #brainpop-nav-main .breadcrumb {
        display: none
    }

    #brainpop-nav-main .search-field {
        width: 633px
    }

    #assess-student-learning {
        height: 90px
    }

    .inner-padder.widget-item-content {
        padding: 20px
    }

    #tribe-events-content table.tribe-events-calendar,
    #tribe-events-content .tribe-events-calendar td {
        border-width: 6px 4px 0
    }

    #content #calendar-toc li {
        margin-right: 0;
        width: 50%;
    }

    #footer_menu_left {
        padding: 0
    }

    .footer_col {
        float: left;
        padding-left: 2%;
        text-align: left;
        width: 32%;
    }

    #footer h3,
    #footer .menu-footer li {
        line-height: 30px;
        margin: 0;
    }

    #footer h3 {
        text-transform: uppercase
    }
}

/* *
 * Three Column
   ================================================== */

@media (min-width: 980px) {

    body.home #main_menu{
		margin-bottom: 30px;
	}

    .view-desktop {
        display: block
    }

    .view-desktop-inline-block {
      display: inline-block;
    }

    #main-container {
        width: 960px
    }

    #header {
        padding: 0
    }

    #brainpop-nav-main {
        display: none
    }

    .search-field {
        width: 225px
    }

    .breadcrumb {
        width: 100%
    }

    .image-banner.module-image > span {
      font-size: 10px;
    }

    #content {
        margin: 0 20px
    }

    div#content .padder {
        background: #f4f4f4;
        display: block;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
        clear: both;
    }

    #content,
    .sidebar {
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    #content {
        left: 225px
    }

    #sidebar {
        left: 225px
    }

    .leftsidebar {
        right: 735px
    }

    .no-mobile {
        display: block
    }

    img.header-image-educators {
        width: 133px;
        height: 40px;
        margin-right: 20px;
    }

    body.error503 img.header-image-educators {
        margin-top: 0
    }

    #main_menu {
        width: 960px
    }

    #main_menu ul {
        width: 750px;
        margin: 20px 0 0 0;
    }



    body.two-column-template #content {
        left: 225px
    }

    body.two-column-template .leftsidebar {
        right: 735px
    }

    .topic_data {
        float: left;
        margin-right: 15px;
        width: 210px;
    }

    .topic_block {
        width: auto
    }

    .footer_col {
        float: left;
        text-align: left;
        width: 225px;
        padding: 0 0 0 20px;
    }

    #footer_social {
        width: 225px;
        float: right;
    }

    /* #footer-copyright {
            float: right;
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            margin: 0;
            text-align: right;
            width: 235px;
          }
       ================================================== */

    #footer-copyright a {
        color: #11593C
    }
}

/* *
 * Navbar
   ================================================== */

nav {
    display: block
}

.navbar {
    display: block
}

.btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important
}

.glyphicon-barcode:before {
    content: "\e040"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #666666
}

.form-control::-webkit-input-placeholder {
    color: #666666
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

@media (max-width: 730px) {
    
    #home-bottom-wrapper {
        margin-right: -10px;
        margin-left: 20px;
    }

    .home-bottom {
        max-width: 205px;
    }

    .home-bottom img {
	    height: 103px;
        width: 205px;
    }

    .home-bottom-text {
        width: 185px;
    }
}

@media (max-width: 581px) {

    #home-top-wrapper {
        margin-right: 0;
    }

}

@media (min-width: 470px) {
    /* ===[ 768px ]=== */



    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

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

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

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

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 980px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media (min-width: 980px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media (min-width: 980px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn .label {
    position: relative;
    top: -1px;
}

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #f4f4f4;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #666666;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: 0
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.dropdown .menu-title {
    margin-right: 14px
}

body.chrome .dropdown .menu-title {
    margin-right: 16px
}

.dropdown .caret {
    background-image: url("../images/dropdown-inactive.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 6px;
    float: right;
    height: 20px;
    width: 12px;
}

.dropdown.open .caret {
    background-image: url("../images/dropdown-selected.png")
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: none;
    border: none;
    background-clip: border-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

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

.dropdown-menu > li > a {
    font-family: "ProximaNova-Regular",Arial,Tahoma,Verdana,sans-serif;
    font-weight: normal;
    display: block;
    padding: 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: normal;
    text-transform: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ff6600;
    text-decoration: none;
    outline: 0;
    background-color: none;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #666666
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding: 0;
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #666666;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 980px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

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

.nav > li {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.nav > li:last-child {
    border-bottom: none
}

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

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

.nav > li.disabled > a {
    color: #666666
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #666666;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    /*  background-color: #eeeeee;;;
    border-color: #428bca;*/
}

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

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #dddddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 980px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd
}

@media (min-width: 980px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 980px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd
}

@media (min-width: 980px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    border: none;
}

@media (min-width: 980px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 980px) {
    .navbar-header {
        float: left
    }
}

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

.navbar-collapse.in {
    overflow-y: auto
}

@media (max-width: 700px) {
    .navbar-collapse.collapse {
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible
    }
}

@media (min-width: 700px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

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

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

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width: 980px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 980px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 980px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

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

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

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

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

@media (min-width: 980px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

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

    .navbar-toggle:focus {
        outline: 0
    }

.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 6px;
}

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

@media (min-width: 980px) {
    .navbar-toggle,
    .search-toggle {
        display: none
    }
}

.navbar-nav > li > a {
    font-family: "ProximaNova-Regular",Arial,Tahoma,Verdana,sans-serif;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.navbar-nav > li:first-child > a {
    padding-top: 0
}

.navbar-nav > li:last-child > a {
    padding-bottom: 0
}

@media (max-width: 730px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 980px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left
    }

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

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width: 980px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

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

@media (min-width: 980px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .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 .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

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

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 730px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 980px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

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

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

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 980px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default .navbar-brand {
    color: #666666
}

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

.navbar-default .navbar-text {
    color: #666666
}

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

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #46b2b2
}

@media (max-width: 730px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #666666
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #666666
}

.navbar-default .navbar-link:hover {
    color: #333333
}

.navbar-default .btn-link {
    color: #666666
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #666666
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #666666
}

.navbar-inverse .navbar-nav > li > a {
    color: #666666
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

@media (max-width: 730px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #666666
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #666666
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff
}

.navbar-inverse .btn-link {
    color: #666666
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #ffffff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}
