/*!* Theme Name: apnic
* Author: APNIC WebOps
* Description: A WordPress theme using the APNIC Web Style Guide
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: apnic
* Tags:
*
* TODO: Move this code into its own css file.*/
/*
Removed:
*/
.bs3-wrapper .html {
    background-color: #fff;
}

.bs3-wrapper .html.has-active-modal {
    overflow: hidden;
}

.bs3-wrapper hr {
    margin: 22px 0 !important;
    border: 0 !important;
    background-image: linear-gradient(
        to right,
        transparent,
        rgba(0, 0, 0, 0.15),
        transparent
    ) !important;
    max-width: none !important;
    height: 1px !important;
}

.bs3-wrapper .grid-middle > .col {
    vertical-align: middle;
}

.bs3-wrapper .grid-reverse {
    direction: rtl;
}

.bs3-wrapper .grid-reverse > .col {
    text-align: left;
    direction: ltr;
}

.bs3-wrapper .grid-float.grid-gutter-m > .col {
    padding-right: 24px;
}

.bs3-wrapper .grid-float.grid-gutter-m > .col:last-of-type {
    padding-right: 0;
}

.bs3-wrapper .grid-inline.grid-gutter-m {
    margin-left: -24px;
}

.bs3-wrapper .grid-inline.grid-gutter-m > .col {
    padding-left: 24px;
}

.bs3-wrapper .section-gray {
    background-color: #f2f2f2;
}

.bs3-wrapper .content {
    padding: 0 24px;
}

.bs3-wrapper .content-home {
    padding-top: 16px;
    padding-bottom: 16px;
}

.bs3-wrapper .content-main {
    margin: 0 0 24px;
    padding-top: 24px;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .content-main {
        padding-top: 36px;
    }
}

.bs3-wrapper .content-navigation {
    margin: 0 0 24px;
    background-color: #f2f2f2;
    padding: 16px 24px;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .content-navigation {
        margin-top: 36px;
    }
}

.bs3-wrapper .content-navigation ul {
    margin-bottom: 0;
    padding-left: 16px;
    list-style-type: none;
    font-size: 14.222px;
}

.bs3-wrapper .child-sidebar-menu {
    margin-bottom: 0;
    padding-left: 24px;
    list-style-type: none;
}

.bs3-wrapper .child-sidebar-menu a, .bs3-wrapper .child-sidebar-menu a:visited {
    color: #595959;
}

.bs3-wrapper .page_item {
    position: relative;
}

.bs3-wrapper .page_item > a {
    display: inline-block;
    padding: 7.111px 0;
}

.bs3-wrapper .page_item > a::before {
    display: block;
    position: absolute;
    top: 0.8em;
    left: -1em;
    border-width: 0.35em 0 0.35em 0.5em;
    border-style: solid;
    border-color: transparent #595959;
    width: 0;
    height: 0;
    content: "";
}

.bs3-wrapper .page_item.current_page_ancestor > a::before {
    top: 0.9em;
    left: -1.125em;
    border-width: 0.5em 0.35em 0;
    border-color: #595959 transparent;
}

.bs3-wrapper .page_item.current_page_ancestor > a, .bs3-wrapper .page_item.current_page_parent > a {
    font-weight: 600;
    color: #004e78;
}

.bs3-wrapper .page_item.current_page_item > a {
    font-weight: 600;
    color: #006fab;
}

/*.content-secondary {*/
/*    margin: 0 0 24px*/
/*}*/

/*.content-secondary > :last-child {*/
/*    margin-bottom: 0 !important*/
/*}*/

/*@media screen and (min-width: 720px) {*/
/*    .content-secondary {*/
/*        margin-top: 36px;*/
/*        margin-left: 0*/
/*    }*/
/*}*/

.bs3-wrapper .footer {
    bottom: inherit !important;
    margin-top: 0 !important;
    background-color: #262626;
    padding: 16px;
    font-size: 14.222px;
    color: #fff;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .footer {
        bottom: 0 !important;
    }
}

.bs3-wrapper .footer-logo {
    margin: 0 0 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100px;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .footer-logo {
        margin: 0;
        max-width: 75px;
    }
}

.bs3-wrapper .footer-social {
    text-align: center;
    font-size: 14.222px;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .footer-social {
        text-align: right;
    }
}

.bs3-wrapper .footer-social > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .footer-social > ul {
        display: inline-block;
        margin-left: 16px;
        vertical-align: middle;
    }
}

.bs3-wrapper .footer-social > ul li {
    display: inline-block;
}

.bs3-wrapper .footer-social a {
    display: block;
    background-image: url(assets/images/social-icons.png);
    width: 30px;
    height: 30px;
    color: #fff;
}

.bs3-wrapper .footer-social a.is-facebook {
    background-position: 0 0;
}

.bs3-wrapper .footer-social a.is-twitter {
    background-position: -30px 0;
}

.bs3-wrapper .footer-social a.is-youtube {
    background-position: -60px 0;
}

.bs3-wrapper .footer-social a.is-flickr {
    background-position: -90px 0;
}

.bs3-wrapper .footer-social a.is-weibo {
    background-position: -120px 0;
}

.bs3-wrapper .footer-social a.is-slideshare {
    background-position: -150px 0;
}

.bs3-wrapper .footer-social a.is-linkedin {
    background-position: -210px 0;
}

.bs3-wrapper .footer-social a.is-rss {
    background-position: -180px 0;
}

.bs3-wrapper .footer-social a:visited, .bs3-wrapper .footer-social a:hover, .bs3-wrapper .footer-social a:active, .bs3-wrapper .footer-social a:focus {
    color: #fff;
}

.bs3-wrapper .footer-social a:hover, .bs3-wrapper .footer-social a:active, .bs3-wrapper .footer-social a:focus {
    background-position-y: -30px;
}

.bs3-wrapper .footer-aside {
    margin: 16px 0 0 !important;
    border-top: 1px solid #999 !important;
    padding: 16px 0 0 !important;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .footer-aside {
        clear: both;
    }

    .bs3-wrapper .footer-aside::after {
        display: block !important;
        clear: both !important;
        content: "" !important;
    }
}

.bs3-wrapper .footer-aside-copyright {
    display: block;
    margin: 0 0 16px;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .footer-aside-copyright {
        float: left;
        margin-bottom: 0;
        text-align: left;
    }
}

.bs3-wrapper .footer-aside-copyright-abn {
    display: inline-block;
    margin-left: 16px;
}

.bs3-wrapper .footer-aside-links {
    margin: 0 auto -7.111px;
    padding: 0;
    max-width: 250px;
    list-style-type: none;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .footer-aside-links {
        float: right;
        margin: 0;
        max-width: none;
    }
}

.bs3-wrapper .footer-aside-links > li {
    display: inline-block;
    margin: 0 0 7.111px;
    padding: 0 10.667px;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .footer-aside-links > li {
        padding: 0;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .footer-aside-links > li + li {
        margin-left: 16px;
    }
}

.bs3-wrapper .footer-aside-links a {
    color: #fff;
}

.bs3-wrapper .footer-aside-links a:visited, .bs3-wrapper .footer-aside-links a:hover, .bs3-wrapper .footer-aside-links a:active, .bs3-wrapper .footer-aside-links a:focus {
    color: #fff;
}

.bs3-wrapper .form > :last-child {
    margin-bottom: 0 !important;
}

.bs3-wrapper .header {
    padding-top: 44px;
}

.bs3-wrapper .header::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .header {
        padding: 36px 24px 16px;
    }
}

.bs3-wrapper .header .container {
    position: relative;
}

.bs3-wrapper .header-logo {
    display: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .header-logo {
        display: block;
    }
}

.bs3-wrapper .header-logo-image {
    display: block;
    float: left;
    max-width: 200px;
}

.bs3-wrapper .header-logo-section {
    display: block;
    float: left;
    clear: both;
    margin-top: 4.741px;
    margin-left: 10.667px;
    font-size: 20.25px;
    color: #595959;
}

@media screen and (min-width: 1024px) {
    .bs3-wrapper .header-logo-section {
        clear: none;
        margin-top: 0;
        margin-left: 24px;
        border-left: 3.356px solid #595959;
        padding-left: 24px;
        font-size: 32.437px;
        line-height: 1.55;
    }
}

@media screen and (min-width: 1024px) {
    .bs3-wrapper .header-glyph {
        display: block;
        position: absolute;
        top: -35px;
        right: 0;
        z-index: -1;
        background-image: url(assets/images/apnic-icons.png);
        width: 150px;
        height: 120px;
    }
}

.bs3-wrapper .header-glyph-blue-1 {
    background-position: 0 0;
}

.bs3-wrapper .header-glyph-blue-2 {
    background-position: -150px 0;
}

.bs3-wrapper .header-glyph-blue-3 {
    background-position: -300px 0;
}

.bs3-wrapper .header-glyph-blue-4 {
    background-position: -450px 0;
}

.bs3-wrapper .header-glyph-blue-5 {
    background-position: -600px 0;
}

.bs3-wrapper .header-glyph-darkgreen-1 {
    background-position: 0 -150px;
}

.bs3-wrapper .header-glyph-darkgreen-2 {
    background-position: -150px -150px;
}

.bs3-wrapper .header-glyph-darkgreen-3 {
    background-position: -300px -150px;
}

.bs3-wrapper .header-glyph-darkgreen-4 {
    background-position: -450px -150px;
}

.bs3-wrapper .header-glyph-darkgreen-5 {
    background-position: -600px -150px;
}

.bs3-wrapper .header-glyph-lightgreen-1 {
    background-position: 0 -300px;
}

.bs3-wrapper .header-glyph-lightgreen-2 {
    background-position: -150px -300px;
}

.bs3-wrapper .header-glyph-lightgreen-3 {
    background-position: -300px -300px;
}

.bs3-wrapper .header-glyph-lightgreen-4 {
    background-position: -450px -300px;
}

.bs3-wrapper .header-glyph-lightgreen-5 {
    background-position: -600px -300px;
}

.bs3-wrapper .header-glyph-orange-1 {
    background-position: 0 -450px;
}

.bs3-wrapper .header-glyph-orange-2 {
    background-position: -150px -450px;
}

.bs3-wrapper .header-glyph-orange-3 {
    background-position: -300px -450px;
}

.bs3-wrapper .header-glyph-orange-4 {
    background-position: -450px -450px;
}

.bs3-wrapper .header-glyph-orange-5 {
    background-position: -600px -450px;
}

.bs3-wrapper .header-glyph-purple-1 {
    background-position: 0 -600px;
}

.bs3-wrapper .header-glyph-purple-2 {
    background-position: -150px -600px;
}

.bs3-wrapper .header-glyph-purple-3 {
    background-position: -300px -600px;
}

.bs3-wrapper .header-glyph-purple-4 {
    background-position: -450px -600px;
}

.bs3-wrapper .header-glyph-purple-5 {
    background-position: -600px -600px;
}

.bs3-wrapper .header-glyph-yellow-1 {
    background-position: 0 -750px;
}

.bs3-wrapper .header-glyph-yellow-2 {
    background-position: -150px -750px;
}

.bs3-wrapper .header-glyph-yellow-3 {
    background-position: -300px -750px;
}

.bs3-wrapper .header-glyph-yellow-4 {
    background-position: -450px -750px;
}

.bs3-wrapper .header-glyph-yellow-5 {
    background-position: -600px -750px;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .header-search {
        float: right;
        margin-right: 0;
        background-color: #f2f2f2;
        width: 400px;
        color: #000;
    }
}

.bs3-wrapper .js .header-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9000;
    margin-top: 48px;
    background-color: #262626;
    width: 100%;
    height: 100%;
    color: #fff;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .js .header-search {
        display: block;
        position: relative;
        opacity: 1;
        margin-top: 0;
        background-color: #f2f2f2;
        width: 400px;
        height: auto;
        color: #000;
    }
}

.bs3-wrapper .header-search.is-animating {
    display: block;
    transition: opacity 0.25s ease-out;
}

.bs3-wrapper .header-search.is-visible {
    display: block;
}

.bs3-wrapper .header-search.is-active {
    opacity: 1;
}

.bs3-wrapper .header-search-links {
    display: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .header-search-links {
        display: table;
        width: 100%;
    }
}

.bs3-wrapper .header-search-link {
    display: table-cell;
    background-color: #fff;
    font-size: 14.222px;
    color: #262626;
}

.bs3-wrapper .header-search-link:visited {
    color: #262626;
}

.bs3-wrapper .header-search-link:hover, .bs3-wrapper .header-search-link:active, .bs3-wrapper .header-search-link:focus {
    color: #999;
}

.bs3-wrapper .header-search-link-default {
    background-color: #e6e6e6;
}

.bs3-wrapper .header-search-link-default:hover, .bs3-wrapper .header-search-link-default:active, .bs3-wrapper .header-search-link-default:focus {
    background-color: #f2f2f2;
    text-decoration: none;
    color: #262626;
}

.bs3-wrapper .header-search-link .icon {
    margin-right: 4.741px;
    width: 16px;
    height: 16px;
    vertical-align: initial;
}

.bs3-wrapper .header-search-form {
    padding: 10.667px;
}

.bs3-wrapper .header-search input:-ms-input-placeholder {
    color: #262626;
}

.bs3-wrapper .header-search input::placeholder {
    opacity: 1;
    color: #262626;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .header-search a {
        color: #fff;
    }
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .header-search a:hover, .bs3-wrapper .header-search a:active, .bs3-wrapper .header-search a:focus {
        color: #fff;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .header-search .help-block {
        display: none;
    }
}

.bs3-wrapper .header-mobile {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #007bbd;
    width: 100%;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .header-mobile {
        display: none;
    }
}

.bs3-wrapper .header-mobile-cell {
    display: table-cell;
    padding: 10.667px;
    text-align: center;
    color: #fff;
}

.bs3-wrapper .header-mobile-cell:visited, .bs3-wrapper .header-mobile-cell:hover, .bs3-wrapper .header-mobile-cell:active, .bs3-wrapper .header-mobile-cell:focus {
    color: #fff;
}

.bs3-wrapper .header-mobile-navigation-toggle {
    border-right: 1.374px solid #6babdb;
    width: 48px;
}

.bs3-wrapper .header-mobile-logo {
    vertical-align: middle;
    text-align: center;
    font-size: 14.222px;
    line-height: 1;
}

.bs3-wrapper .header-mobile-logo img {
    max-width: 65px;
}

.bs3-wrapper .header-mobile-search-toggle {
    border-left: 1.374px solid #6babdb;
    width: 48px;
}

.bs3-wrapper .hero {
    position: relative;
    margin: 36px auto 24px;
    padding-top: 48px;
    padding-bottom: 108px;
    max-width: 1070px;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .hero {
        padding: 0;
    }
}

.bs3-wrapper .hero-tagline {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 25.629px;
    color: #595959;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .hero-tagline {
        position: relative;
        text-align: left;
        font-size: 16px;
    }
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .hero-buttons {
        text-align: center;
    }
}

.bs3-wrapper .hero-button {
    margin-bottom: 0;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .hero-button {
        margin: 0 0 16px;
    }
}

.bs3-wrapper .hero-button-icon-wrap {
    display: block;
    float: none;
    margin: 0 auto 16px;
    width: 100%;
    max-width: 120px;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .hero-button-icon-wrap {
        float: left;
        margin: 0 auto;
        width: 45px;
    }
}

.bs3-wrapper .hero-button-icon {
    display: block;
    position: relative;
    padding-top: 100%;
    width: 100%;
    height: 0;
}

.bs3-wrapper .hero-button-icon-svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #595959;
    width: 100%;
    height: 100%;
    fill: #fff;
}

.bs3-wrapper .get-ip .hero-button-icon-svg {
    background-color: #e8ae4b;
}

.bs3-wrapper .transfer .hero-button-icon-svg {
    background-color: #b00020;
}

.bs3-wrapper .ipv6 .hero-button-icon-svg {
    background-color: #559527;
}

.bs3-wrapper .participate .hero-button-icon-svg {
    background-color: #8a4e94;
}

.bs3-wrapper .about .hero-button-icon-svg {
    background-color: #0081c6;
}

.bs3-wrapper .hero-button:hover .hero-button-icon-svg, .bs3-wrapper .hero-button:active .hero-button-icon-svg {
    background-color: #000;
}

.bs3-wrapper .hero-button-link:link, .bs3-wrapper .hero-button-link:visited, .bs3-wrapper .hero-button-link:hover, .bs3-wrapper .hero-button-link:active {
    text-decoration: none;
    font-weight: 600;
    color: #007bbd;
}

.bs3-wrapper .hero-button-label {
    display: block;
    margin-left: 0;
    text-align: center;
    line-height: inherit;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .hero-button-label {
        margin-left: 61px;
        text-align: left;
        line-height: 45px;
    }

    .bs3-wrapper .hero-button-label > :last-child {
        margin-bottom: 0 !important;
    }
}

.bs3-wrapper .hero-ip {
    position: absolute;
    top: -15px;
    right: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #595959;
}

.bs3-wrapper .hero-ip, .bs3-wrapper .hero-ip:visited, .bs3-wrapper .hero-ip:hover, .bs3-wrapper .hero-ip:active {
    color: #595959;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .hero-ip {
        position: relative;
        top: 0;
        font-size: 14.222px;
    }
}

.bs3-wrapper .no-js .hero-ip {
    display: none;
}

.bs3-wrapper .navigation {
    background-color: #fff;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation::after {
        display: block !important;
        clear: both !important;
        content: "" !important;
    }

    .bs3-wrapper .navigation::after {
        display: block;
        background-color: #007bbd !important;
        background-image: url(assets/images/colour-flick-bar-blue.svg);
        background-repeat: no-repeat;
        background-position: right;
        height: 3px;
        content: "";
    }
}

.bs3-wrapper .js .navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    padding-top: 44px;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .js .navigation {
        position: relative;
        padding-top: 0;
        width: 100%;
        height: auto;
        overflow: visible;
        -ms-transform: none;
        transform: none;
        transition: none;
    }
}

.bs3-wrapper .js .navigation.is-animating {
    transition: transform 0.25s ease-in-out;
}

.bs3-wrapper .js .navigation.is-active {
    -ms-transform: translate(0);
    transform: translate(0);
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .js .navigation.is-active {
        -ms-transform: none;
        transform: none;
    }
}

.bs3-wrapper .navigation-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.bs3-wrapper .navigation-menu::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

.bs3-wrapper .navigation-menu.is-hidden {
    display: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-menu {
        float: right;
    }
}

.bs3-wrapper .navigation-item {
    display: block;
    position: relative;
    width: 100%;
}

.bs3-wrapper .navigation-item::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item {
        display: inline-block;
        width: auto;
        vertical-align: top;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item.has-dropdown::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 14px;
        border-width: 5px 5px 0;
        border-style: solid;
        border-color: #ccc transparent transparent transparent;
        width: 0;
        height: 0;
        content: "";
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item.is-active.has-dropdown::after, .bs3-wrapper .navigation-item.has-dropdown:hover::after {
        border-color: #fff transparent transparent transparent;
    }
}

.bs3-wrapper .navigation-item.has-dropdown > a, .bs3-wrapper .navigation-item.has-dropdown > span {
    padding-right: 32px;
}

.bs3-wrapper .navigation-item:hover > a, .bs3-wrapper .navigation-item:hover > span, .bs3-wrapper .navigation-item:active > a, .bs3-wrapper .navigation-item:active > span {
    background-color: #e6e6e6;
    text-decoration: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item:hover > a, .bs3-wrapper .navigation-item:hover > span, .bs3-wrapper .navigation-item:active > a, .bs3-wrapper .navigation-item:active > span {
        background-color: #007bbd !important;
        color: #fff !important;
    }
}

.bs3-wrapper .navigation-item.is-active > a {
    background-color: #e6e6e6;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item.is-active > a {
        background-color: #007bbd !important;
        color: #fff !important;
    }
}

.bs3-wrapper .navigation-item > a, .bs3-wrapper .navigation-item > span {
    display: block;
    background-color: #fff;
    padding: 16px 24px;
    color: #262626;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item > a, .bs3-wrapper .navigation-item > span {
        background-color: #fff;
        padding: 7.111px 16px;
        color: #007bbd !important;
    }
}

.bs3-wrapper .navigation-item > a:hover, .bs3-wrapper .navigation-item > a:active, .bs3-wrapper .navigation-item > a:focus, .bs3-wrapper .navigation-item > a:focus-within, .bs3-wrapper .navigation-item > span:hover, .bs3-wrapper .navigation-item > span:active, .bs3-wrapper .navigation-item > span:focus, .bs3-wrapper .navigation-item > span:focus-within {
    background-color: #e6e6e6;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item > a:hover, .bs3-wrapper .navigation-item > a:active, .bs3-wrapper .navigation-item > a:focus, .bs3-wrapper .navigation-item > a:focus-within, .bs3-wrapper .navigation-item > span:hover, .bs3-wrapper .navigation-item > span:active, .bs3-wrapper .navigation-item > span:focus, .bs3-wrapper .navigation-item > span:focus-within {
        background-color: #007bbd !important;
        color: #fff !important;
    }
}

.bs3-wrapper .navigation-item > span {
    cursor: default;
}

.bs3-wrapper .navigation-item-more {
    display: none;
}

.bs3-wrapper .navigation-item-more.is-active {
    display: inline-block;
}

@media screen and (max-width: 720px) {
    .bs3-wrapper .navigation-more {
        display: none;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-actions {
        display: none;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item-login {
        float: right;
    }
}

.bs3-wrapper .navigation-item-login:hover > a, .bs3-wrapper .navigation-item-login:hover > span {
    background-color: #003d5e;
}

.bs3-wrapper .navigation-item-login > a {
    background-color: #004e78;
    color: #fff;
}

.bs3-wrapper .navigation-item-login > a:hover, .bs3-wrapper .navigation-item-login > a:active, .bs3-wrapper .navigation-item-login > a:focus {
    background-color: #003d5e;
}

.bs3-wrapper .navigation-sub-menu {
    display: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item:hover .navigation-sub-menu, .bs3-wrapper .navigation-item:active .navigation-sub-menu, .bs3-wrapper .navigation-item:focus-within .navigation-sub-menu {
        display: block;
        position: absolute;
        margin: 0;
        background-color: rgba(0, 123, 189, 0.95);
        padding: 0;
        width: 220px;
        list-style-type: none;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item.is-right:hover .navigation-sub-menu, .bs3-wrapper .navigation-more .navigation-item:hover .navigation-sub-menu {
        right: 0;
    }
}

.bs3-wrapper .navigation-sub-menu .navigation-sub-menu {
    display: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item:hover .navigation-sub-menu .navigation-sub-menu {
        display: none;
    }
}

.bs3-wrapper .navigation-sub-item {
    display: block;
}

.bs3-wrapper .navigation-sub-item > a {
    display: block;
    padding: 10.667px 16px;
    text-decoration: none;
    color: #fff;
}

.bs3-wrapper .navigation-sub-item > a:hover, .bs3-wrapper .navigation-sub-item > a:active, .bs3-wrapper .navigation-sub-item > a:focus {
    background-color: #006fab;
}

.bs3-wrapper .navigation-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8050;
    background-color: #000;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-backdrop {
        display: none;
    }
}

.bs3-wrapper .navigation-backdrop.in {
    opacity: 0.5;
}

.bs3-wrapper .sr-only-focusable:active, .bs3-wrapper .sr-only-focusable:focus {
    display: block;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.bs3-wrapper #main .grid-blog {
    margin-bottom: 0;
}

.bs3-wrapper .thumbnail-blog {
    border: 0;
}

.bs3-wrapper .thumbnail-blog .thumbnail-header {
    margin: 0;
    background-color: #007bbd;
    padding: 7.111px 10.667px;
    font-size: 14.222px;
    color: #fff;
}

.bs3-wrapper .thumbnail-blog .thumbnail-header > a, .bs3-wrapper .thumbnail-blog .thumbnail-header > a:hover, .bs3-wrapper .thumbnail-blog .thumbnail-header > a:active, .bs3-wrapper .thumbnail-blog .thumbnail-header > a:focus {
    color: #fff;
}

.bs3-wrapper .thumbnail-blog .thumbnail-image {
    display: block;
}

.bs3-wrapper .thumbnail-blog .thumbnail-title {
    margin: 0 0 10.667px;
    font-size: 20.25px;
}

.bs3-wrapper .thumbnail-blog .thumbnail-title a {
    color: #262626;
}

.bs3-wrapper .thumbnail-blog .thumbnail-title a:hover, .bs3-wrapper .thumbnail-blog .thumbnail-title a:active, .bs3-wrapper .thumbnail-blog .thumbnail-title a:focus {
    color: #262626;
}

.bs3-wrapper .thumbnail-blog .caption {
    font-size: 14.222px;
}

.bs3-wrapper .thumbnail-blog .caption-meta {
    margin: 0 0 10.667px;
    font-size: 14.222px;
    font-weight: 600;
    color: #007bbd;
}

.bs3-wrapper .thumbnail-blog .caption-meta > :last-child {
    margin-bottom: 0 !important;
}

.bs3-wrapper .thumbnail-blog .caption-meta a {
    font-size: 14.222px;
    font-weight: 600;
}

.bs3-wrapper .thumbnail-blog .caption-meta a, .bs3-wrapper .thumbnail-blog .caption-meta a:hover, .bs3-wrapper .thumbnail-blog .caption-meta a:active, .bs3-wrapper .thumbnail-blog .caption-meta a:focus {
    color: #007bbd;
}

.bs3-wrapper .thumbnail-highlight .thumbnail-header {
    background-color: #262626;
}

.bs3-wrapper .thumbnail-highlight .caption {
    background-color: #262626;
    color: #fff;
}

.bs3-wrapper .thumbnail-highlight .caption a, .bs3-wrapper .thumbnail-highlight .caption a:hover, .bs3-wrapper .thumbnail-highlight .caption a:active, .bs3-wrapper .thumbnail-highlight .caption a:focus {
    text-decoration: underline;
    color: #fff;
}

.bs3-wrapper .thumbnail-highlight .thumbnail-title a {
    text-decoration: none;
}

.bs3-wrapper .label-above .nf-field-label {
    margin-bottom: 0;
}

.bs3-wrapper .nf-field-description {
    margin-bottom: 16px;
}

.bs3-wrapper h2.tribe-events-page-title {
    text-align: left !important;
}

.bs3-wrapper #tribe-events-header {
    margin-bottom: 16px !important;
}

.bs3-wrapper .tribe-events-sub-nav {
    padding-left: 0;
}

.bs3-wrapper #tribe-events-content::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

.bs3-wrapper #tribe-events-content ul.tribe-events-sub-nav li {
    float: left;
    margin: 0;
    width: 50%;
}

.bs3-wrapper #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, .bs3-wrapper #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
    margin: 0 !important;
    text-align: left;
}

.bs3-wrapper #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next, .bs3-wrapper #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
    margin: 0 !important;
    text-align: right;
}

.bs3-wrapper #tribe-events-content table.tribe-events-calendar {
    margin-bottom: 16px !important;
}

.bs3-wrapper .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .bs3-wrapper .tribe-events-calendar
    td.tribe-events-past
    div[id*="tribe-events-daynum-"]
    > a {
    background-color: #6babdb;
    color: #fff;
}

.bs3-wrapper td.tribe-events-othermonth {
    background-color: #f2f2f2;
}

.bs3-wrapper .tribe-events-calendar
    td.tribe-events-othermonth
    div[id*="tribe-events-daynum-"], .bs3-wrapper .tribe-events-calendar
    td.tribe-events-othermonth
    div[id*="tribe-events-daynum-"]
    > a {
    background-color: #e6e6e6;
    color: #262626;
}

.bs3-wrapper .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .bs3-wrapper .tribe-events-calendar
    td.tribe-events-present
    div[id*="tribe-events-daynum-"]
    > a {
    background-color: #003d5e;
    color: #fff;
}

.bs3-wrapper .tribe-events-calendar div[id*="tribe-events-daynum-"], .bs3-wrapper .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: #006fab;
    color: #fff;
}

.bs3-wrapper .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
    margin: 0;
    padding: 0;
}

.bs3-wrapper .tribe-events-month-event-title {
    margin-bottom: 0;
    padding: 6px;
    text-align: left;
    font-size: 12px;
}

.bs3-wrapper .tribe-events-calendar div[id*="tribe-events-event-"]:nth-child(odd) {
    background-color: #f2f2f2;
}

.bs3-wrapper #tribe-events-content .tribe-events-calendar td {
    padding-bottom: 0 !important;
}

.bs3-wrapper .tribe-events-ical {
    float: right;
}

.bs3-wrapper .single-tribe_events .tribe-events-event-meta {
    margin: 0;
    margin-bottom: 24px;
    padding-top: 24px;
}

.bs3-wrapper .page-content .wp-smiley, .bs3-wrapper .entry-content .wp-smiley, .bs3-wrapper .comment-content .wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.bs3-wrapper embed, .bs3-wrapper iframe, .bs3-wrapper object {
    max-width: 100%;
}

.bs3-wrapper .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.bs3-wrapper .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.bs3-wrapper .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.bs3-wrapper .wp-caption-text {
    text-align: center;
}

.bs3-wrapper .gallery {
    margin-bottom: 1.5em;
}

.bs3-wrapper .gallery-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.bs3-wrapper .gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.bs3-wrapper .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.bs3-wrapper .gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.bs3-wrapper .gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.bs3-wrapper .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.bs3-wrapper .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.bs3-wrapper .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.bs3-wrapper .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.bs3-wrapper .gallery-caption {
    display: block;
}

.bs3-wrapper #global-nav .dropdown a.dropdown-toggle-menu {
    padding: 4px 10px 6px;
}

.bs3-wrapper #global-nav .dropdown a.dropdown-toggle-menu:hover, .bs3-wrapper #global-nav .dropdown a.dropdown-toggle-menu:focus {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}

.bs3-wrapper .mobile-navigation {
    color: #262626;
    font-size: 14px;
}

.bs3-wrapper .mobile-navigation__only-mobile {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (min-width: 720px) {
    .bs3-wrapper .mobile-navigation__only-mobile {
        display: none;
    }
}

@media (max-width: 719px) {
    .bs3-wrapper .mobile-navigation__me {
        background-color: #1d4e75;
        color: #fff;
        padding: 10px 20px;
    }

    .bs3-wrapper .mobile-navigation__me-hi {
        font-size: 14px;
    }

    .bs3-wrapper .mobile-navigation__me-name {
        font-size: 20px;
    }

    .bs3-wrapper .mobile-navigation__list {
        list-style-type: none;
        margin-bottom: 0;
        padding: 0;
    }

    .bs3-wrapper .navigation .mobile-navigation__list > .navigation-item > a {
        padding: 10px 20px;
    }

    .bs3-wrapper .mobile-navigation__list-item-divider {
        border-top: 1px solid #f0f0f0;
    }

    .bs3-wrapper .mobile-navigation__list-item-list-title {
        background-color: #e6e6e6;
        color: #262626;
        text-decoration: none;
        border: none;
        box-sizing: border-box;
        display: block;
        padding: 10px 20px;
        text-align: left;
        width: 100%;
    }

    .bs3-wrapper .mobile-navigation__list-item-list-title.collapsed {
        background-color: #fff;
    }

    .bs3-wrapper .mobile-navigation__list-item-list-title:focus, .bs3-wrapper .mobile-navigation__list-item-list-title:hover, .bs3-wrapper .mobile-navigation__list-item-list-title:visited {
        color: #262626;
        text-decoration: none;
        outline: none;
    }

    .bs3-wrapper .mobile-navigation__list-item-list-title:hover, .bs3-wrapper .mobile-navigation__list-item-list-title:focus {
        background-color: #e6e6e6;
    }

    .bs3-wrapper .mobile-navigation__list-item-list {
        list-style-type: none;
        padding: 0;
    }

    .bs3-wrapper .mobile-navigation__list-item-list-item a:visited, .bs3-wrapper .mobile-navigation__list-item-list-item a {
        color: #262626;
        display: block;
        padding: 10px 20px 10px 40px;
    }

    .bs3-wrapper .mobile-navigation__list-item-list-item a:visited:hover, .bs3-wrapper .mobile-navigation__list-item-list-item a:hover {
        color: #0081c6;
        text-decoration: none;
    }

    .bs3-wrapper .mobile-navigation__list-item-login, .bs3-wrapper .mobile-navigation__list-item-login:visited {
        background-color: #004e78;
        color: #fff;
        display: block;
        padding: 10px 20px;
        text-transform: uppercase;
    }

    .bs3-wrapper .mobile-navigation__list-item-login:hover, .bs3-wrapper .mobile-navigation__list-item-login:visited:hover {
        background-color: #003d5e;
        color: #fff;
        text-decoration: none;
    }

    .bs3-wrapper .mobile-navigation__list-item-logout, .bs3-wrapper .mobile-navigation__list-item-logout:visited {
        color: #0070ad;
        display: block;
        padding: 10px 20px;
        text-transform: uppercase;
    }

    .bs3-wrapper .mobile-navigation__list-item-logout:hover, .bs3-wrapper .mobile-navigation__list-item-logout:visited:hover {
        color: #0081c6;
        text-decoration: none;
    }
}

.bs3-wrapper .border-top {
    border-top: 1px solid #e6e6e6 !important;
}

.bs3-wrapper .container > .navigation-backdrop {
    z-index: 850;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation .navigation-item:hover {
        z-index: 1;
    }
}

@media screen and (max-width: 719px) {
    .bs3-wrapper footer.footer .footer-aside .footer-aside-links.footer-aside-links-wider {
        max-width: 350px;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .footer-logo {
        max-width: inherit;
    }
}
;/*!
 * APNIC Web Style Guide | v1.0.0-alpha.12
 * Copyright (c) 2015-2016  APNIC Pty Ltd
 * Licensed under MIT
 */ /*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/*
Removed:
- Fontawesome
- Whitney SSm references
*/

.bs3-wrapper .html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.bs3-wrapper .body {
    margin: 0;
}

.bs3-wrapper article, .bs3-wrapper aside, .bs3-wrapper details, .bs3-wrapper figcaption, .bs3-wrapper figure, .bs3-wrapper footer, .bs3-wrapper header, .bs3-wrapper main, .bs3-wrapper menu, .bs3-wrapper nav, .bs3-wrapper section, .bs3-wrapper summary {
    display: block;
}

.bs3-wrapper audio, .bs3-wrapper canvas, .bs3-wrapper progress, .bs3-wrapper video {
    display: inline-block;
}

.bs3-wrapper audio:not([controls]) {
    display: none;
    height: 0;
}

.bs3-wrapper progress {
    vertical-align: baseline;
}

.bs3-wrapper template, .bs3-wrapper [hidden] {
    display: none;
}

.bs3-wrapper a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.bs3-wrapper a:active, .bs3-wrapper a:hover {
    outline-width: 0;
}

.bs3-wrapper abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

.bs3-wrapper b, .bs3-wrapper strong {
    font-weight: inherit;
}

.bs3-wrapper b, .bs3-wrapper strong {
    font-weight: bolder;
}

.bs3-wrapper dfn {
    font-style: italic;
}

.bs3-wrapper h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.bs3-wrapper mark {
    background-color: #ff0;
    color: #000;
}

.bs3-wrapper small {
    font-size: 80%;
}

.bs3-wrapper sub, .bs3-wrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.bs3-wrapper sub {
    bottom: -0.25em;
}

.bs3-wrapper sup {
    top: -0.5em;
}

.bs3-wrapper img {
    border-style: none;
}

.bs3-wrapper svg:not(:root) {
    overflow: hidden;
}

.bs3-wrapper code, .bs3-wrapper kbd, .bs3-wrapper pre, .bs3-wrapper samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.bs3-wrapper figure {
    margin: 1em 40px;
}

.bs3-wrapper hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.bs3-wrapper button, .bs3-wrapper input, .bs3-wrapper select, .bs3-wrapper textarea {
    font: inherit;
    margin: 0;
}

.bs3-wrapper optgroup {
    font-weight: bold;
}

.bs3-wrapper button, .bs3-wrapper input {
    overflow: visible;
}

.bs3-wrapper button, .bs3-wrapper select {
    text-transform: none;
}

.bs3-wrapper button, .bs3-wrapper .html [type="button"], .bs3-wrapper [type="reset"], .bs3-wrapper [type="submit"] {
    -webkit-appearance: button;
}

.bs3-wrapper button::-moz-focus-inner, .bs3-wrapper [type="button"]::-moz-focus-inner, .bs3-wrapper [type="reset"]::-moz-focus-inner, .bs3-wrapper [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

.bs3-wrapper button:-moz-focusring, .bs3-wrapper [type="button"]:-moz-focusring, .bs3-wrapper [type="reset"]:-moz-focusring, .bs3-wrapper [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.bs3-wrapper fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.bs3-wrapper legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

.bs3-wrapper textarea {
    overflow: auto;
}

.bs3-wrapper [type="checkbox"], .bs3-wrapper [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.bs3-wrapper [type="number"]::-webkit-inner-spin-button, .bs3-wrapper [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.bs3-wrapper [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.bs3-wrapper [type="search"]::-webkit-search-cancel-button, .bs3-wrapper [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.bs3-wrapper ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

.bs3-wrapper ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.bs3-wrapper .html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.bs3-wrapper *, .bs3-wrapper *::before, .bs3-wrapper *::after {
    box-sizing: inherit;
}

.bs3-wrapper input, .bs3-wrapper button, .bs3-wrapper select, .bs3-wrapper textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.bs3-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}

.bs3-wrapper .sr-only {
    position: absolute !important;
    z-index: -99999 !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    -webkit-clip-path: rect(0 0 0 0) !important;
    clip-path: rect(0 0 0 0) !important;
}

.bs3-wrapper .sr-only-focusable:active, .bs3-wrapper .sr-only-focusable:focus {
    position: absolute !important;
    z-index: -99999 !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    -webkit-clip-path: rect(0 0 0 0) !important;
    clip-path: rect(0 0 0 0) !important;
}

.bs3-wrapper [role="button"] {
    cursor: pointer;
}

@media print {
    .bs3-wrapper *, .bs3-wrapper *::before, .bs3-wrapper *::after, .bs3-wrapper *::first-letter, .bs3-wrapper *::first-line {
        background: transparent !important;
        color: #000000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .bs3-wrapper a, .bs3-wrapper a:visited {
        text-decoration: underline;
    }

    .bs3-wrapper a[href]::after {
        content: " (" attr(href) ")";
    }

    .bs3-wrapper abbr[title]::after {
        content: " (" attr(title) ")";
    }

    .bs3-wrapper a[href^="#"]::after, .bs3-wrapper a[href^="javascript:"]::after {
        content: "";
    }

    .bs3-wrapper pre, .bs3-wrapper blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    .bs3-wrapper thead {
        display: table-header-group;
    }

    .bs3-wrapper tr {
        page-break-inside: avoid;
    }

    .bs3-wrapper img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }

    .bs3-wrapper p, .bs3-wrapper h2, .bs3-wrapper h3 {
        orphans: 3;
        widows: 3;
    }

    .bs3-wrapper h2, .bs3-wrapper h3 {
        page-break-after: avoid;
    }
}

@media print {
    .bs3-wrapper .no-print {
        display: none;
    }
}

.bs3-wrapper .body {
    margin: 0 0 150px;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .body {
        margin: 0 0 300px;
    }
}

.bs3-wrapper code, .bs3-wrapper kbd, .bs3-wrapper pre, .bs3-wrapper samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.bs3-wrapper code {
    border: transparent;
    border-radius: 0;
    background-color: #e6e6e6;
    padding: 2.107px 4.741px;
    font-size: 90%;
    color: #404040;
}

.bs3-wrapper kbd {
    border-radius: 0;
    background-color: #404040;
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bs3-wrapper kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

.bs3-wrapper pre {
    display: block;
    margin: 0 0 24px 0;
    border-radius: 0;
    background-color: #f2f2f2;
    padding: 10.667px 16px;
    overflow: auto;
    font-size: 90%;
    line-height: 1.5;
    color: #404040;
}

.bs3-wrapper pre > code {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    font-size: inherit;
    white-space: pre;
    color: inherit;
}

.bs3-wrapper .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.bs3-wrapper .html {
    position: relative;
    min-width: 320px;
    min-height: 100%;
    overflow-y: scroll;
    font-size: 1em;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.bs3-wrapper .html.has-active-modal {
    overflow: hidden;
}

.bs3-wrapper img {
    max-width: 100%;
    vertical-align: bottom;
    font-style: italic;
}

.bs3-wrapper img[width], .bs3-wrapper img[height] {
    max-width: none;
}

.bs3-wrapper a {
    text-decoration: none;
    color: #006fab;
}

.bs3-wrapper a:visited {
    color: #006fab;
}

.bs3-wrapper a:hover, .bs3-wrapper a:focus {
    text-decoration: underline;
    color: #004e78;
}

.bs3-wrapper a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.bs3-wrapper .alert-info a {
    text-decoration: underline;
    font-weight: 600;
    color: #fff;
}

.bs3-wrapper .alert-info a:hover {
    color: #fff;
}

.bs3-wrapper .alert-info avisited {
    color: #fff;
}

.bs3-wrapper h1, .bs3-wrapper .h1, .bs3-wrapper h2, .bs3-wrapper .h2, .bs3-wrapper h3, .bs3-wrapper .h3, .bs3-wrapper h4, .bs3-wrapper .h4, .bs3-wrapper h5, .bs3-wrapper .h5, .bs3-wrapper h6, .bs3-wrapper .h6 {
    margin: 0 0 24px 0;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

.bs3-wrapper h1 small, .bs3-wrapper .h1 small, .bs3-wrapper h1 .small, .bs3-wrapper .h1 .small, .bs3-wrapper h2 small, .bs3-wrapper .h2 small, .bs3-wrapper h2 .small, .bs3-wrapper .h2 .small, .bs3-wrapper h3 small, .bs3-wrapper .h3 small, .bs3-wrapper h3 .small, .bs3-wrapper .h3 .small, .bs3-wrapper h4 small, .bs3-wrapper .h4 small, .bs3-wrapper h4 .small, .bs3-wrapper .h4 .small, .bs3-wrapper h5 small, .bs3-wrapper .h5 small, .bs3-wrapper h5 .small, .bs3-wrapper .h5 .small, .bs3-wrapper h6 small, .bs3-wrapper .h6 small, .bs3-wrapper h6 .small, .bs3-wrapper .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #e6e6e6;
}

.bs3-wrapper h1, .bs3-wrapper .h1 {
    font-size: 41.053px;
    color: #006fab;
}

.bs3-wrapper h2, .bs3-wrapper .h2 {
    font-size: 32.437px;
    color: #004e78;
}

.bs3-wrapper h3, .bs3-wrapper .h3 {
    font-size: 25.629px;
    color: #003d5e;
}

.bs3-wrapper h4, .bs3-wrapper .h4 {
    font-size: 20.25px;
}

.bs3-wrapper h5, .bs3-wrapper .h5 {
    font-size: 16px;
}

.bs3-wrapper h6, .bs3-wrapper .h6 {
    font-size: 14.222px;
}

.bs3-wrapper h1, .bs3-wrapper .h1, .bs3-wrapper h2, .bs3-wrapper .h2, .bs3-wrapper h3, .bs3-wrapper .h3 {
    margin-top: 36px;
}

.bs3-wrapper h4, .bs3-wrapper .h4, .bs3-wrapper h5, .bs3-wrapper .h5, .bs3-wrapper h6, .bs3-wrapper .h6 {
    margin-top: 24px;
}

.bs3-wrapper h1:first-child, .bs3-wrapper .h1:first-child, .bs3-wrapper h2:first-child, .bs3-wrapper .h2:first-child, .bs3-wrapper h3:first-child, .bs3-wrapper .h3:first-child, .bs3-wrapper h4:first-child, .bs3-wrapper .h4:first-child, .bs3-wrapper h5:first-child, .bs3-wrapper .h5:first-child, .bs3-wrapper h6:first-child, .bs3-wrapper .h6:first-child {
    margin-top: 0;
}

.bs3-wrapper p {
    margin: 0 0 24px 0;
}

.bs3-wrapper .lead {
    font-size: 20.25px;
    line-height: 1.4;
}

.bs3-wrapper ul, .bs3-wrapper ol, .bs3-wrapper dl {
    margin: 0 0 24px 0;
}

.bs3-wrapper ul ul, .bs3-wrapper ul ol, .bs3-wrapper ul dl, .bs3-wrapper ol ul, .bs3-wrapper ol ol, .bs3-wrapper ol dl, .bs3-wrapper dl ul, .bs3-wrapper dl ol, .bs3-wrapper dl dl {
    margin-bottom: 0;
}

.bs3-wrapper dd {
    margin-left: 16px;
}

.bs3-wrapper dd + dt {
    margin-top: 7.111px;
}

.bs3-wrapper .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.bs3-wrapper .list-inline {
    margin-left: -7.111px;
    padding-left: 0;
    list-style: none;
}

.bs3-wrapper .list-inline > li {
    display: inline-block;
    padding-right: 7.111px;
    padding-left: 7.111px;
}

.bs3-wrapper blockquote {
    margin: 0;
    border-left: 6.554px solid #bfbfbf;
    padding-left: 24px;
}

.bs3-wrapper blockquote > :last-child {
    margin-bottom: 0 !important;
}

.bs3-wrapper blockquote > p {
    margin-bottom: 7.111px;
}

.bs3-wrapper blockquote > footer {
    margin-top: 0;
    background-color: transparent;
    padding: 0;
    font-size: inherit;
    color: #404040;
}

.bs3-wrapper hr {
    margin: 36px auto;
    border: none;
    border-top: 3.356px solid #e6e6e6;
    max-width: 15.625em;
}

.bs3-wrapper mark {
    background-color: #e8ae4b;
    padding: 1px 5px;
}

.bs3-wrapper del {
    text-decoration: line-through;
    color: #404040;
}

.bs3-wrapper s {
    text-decoration: line-through;
    color: #404040;
}

.bs3-wrapper ins {
    text-decoration: underline;
    color: #377834;
}

.bs3-wrapper u {
    text-decoration: underline;
}

.bs3-wrapper small {
    font-size: 14.222px;
}

.bs3-wrapper b, .bs3-wrapper strong {
    font-weight: 600;
}

.bs3-wrapper i, .bs3-wrapper em {
    font-style: italic;
}

.bs3-wrapper cite {
    font-style: italic;
    color: #404040;
}

.bs3-wrapper abbr {
    cursor: help;
}

.bs3-wrapper .container {
    margin: 0 auto;
    max-width: 1280px;
}

.bs3-wrapper .grid {
    display: block;
    margin: 0;
    padding: 0;
}

.bs3-wrapper .grid > .col {
    margin: 0;
    padding: 0;
    width: 100%;
}

.bs3-wrapper .size-1-of-1 {
    width: 100% !important;
}

.bs3-wrapper .size-1-of-2 {
    width: 50% !important;
}

.bs3-wrapper .size-1-of-3 {
    width: 33.33333% !important;
}

.bs3-wrapper .size-2-of-3 {
    width: 66.66667% !important;
}

.bs3-wrapper .size-1-of-4 {
    width: 25% !important;
}

.bs3-wrapper .size-2-of-4 {
    width: 50% !important;
}

.bs3-wrapper .size-3-of-4 {
    width: 75% !important;
}

.bs3-wrapper .size-1-of-5 {
    width: 20% !important;
}

.bs3-wrapper .size-2-of-5 {
    width: 40% !important;
}

.bs3-wrapper .size-3-of-5 {
    width: 60% !important;
}

.bs3-wrapper .size-4-of-5 {
    width: 80% !important;
}

.bs3-wrapper .size-1-of-12 {
    width: 8.33333% !important;
}

.bs3-wrapper .size-2-of-12 {
    width: 16.66667% !important;
}

.bs3-wrapper .size-3-of-12 {
    width: 25% !important;
}

.bs3-wrapper .size-4-of-12 {
    width: 33.33333% !important;
}

.bs3-wrapper .size-5-of-12 {
    width: 41.66667% !important;
}

.bs3-wrapper .size-6-of-12 {
    width: 50% !important;
}

.bs3-wrapper .size-7-of-12 {
    width: 58.33333% !important;
}

.bs3-wrapper .size-8-of-12 {
    width: 66.66667% !important;
}

.bs3-wrapper .size-9-of-12 {
    width: 75% !important;
}

.bs3-wrapper .size-10-of-12 {
    width: 83.33333% !important;
}

.bs3-wrapper .size-11-of-12 {
    width: 91.66667% !important;
}

.bs3-wrapper .size-12-of-12 {
    width: 100% !important;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .size-s-1-of-1 {
        width: 100% !important;
    }

    .bs3-wrapper .size-s-1-of-2 {
        width: 50% !important;
    }

    .bs3-wrapper .size-s-1-of-3 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-s-2-of-3 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-s-1-of-4 {
        width: 25% !important;
    }

    .bs3-wrapper .size-s-2-of-4 {
        width: 50% !important;
    }

    .bs3-wrapper .size-s-3-of-4 {
        width: 75% !important;
    }

    .bs3-wrapper .size-s-1-of-5 {
        width: 20% !important;
    }

    .bs3-wrapper .size-s-2-of-5 {
        width: 40% !important;
    }

    .bs3-wrapper .size-s-3-of-5 {
        width: 60% !important;
    }

    .bs3-wrapper .size-s-4-of-5 {
        width: 80% !important;
    }

    .bs3-wrapper .size-s-1-of-12 {
        width: 8.33333% !important;
    }

    .bs3-wrapper .size-s-2-of-12 {
        width: 16.66667% !important;
    }

    .bs3-wrapper .size-s-3-of-12 {
        width: 25% !important;
    }

    .bs3-wrapper .size-s-4-of-12 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-s-5-of-12 {
        width: 41.66667% !important;
    }

    .bs3-wrapper .size-s-6-of-12 {
        width: 50% !important;
    }

    .bs3-wrapper .size-s-7-of-12 {
        width: 58.33333% !important;
    }

    .bs3-wrapper .size-s-8-of-12 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-s-9-of-12 {
        width: 75% !important;
    }

    .bs3-wrapper .size-s-10-of-12 {
        width: 83.33333% !important;
    }

    .bs3-wrapper .size-s-11-of-12 {
        width: 91.66667% !important;
    }

    .bs3-wrapper .size-s-12-of-12 {
        width: 100% !important;
    }

    .bs3-wrapper .size-sm-1-of-1 {
        width: 100% !important;
    }

    .bs3-wrapper .size-sm-1-of-2 {
        width: 50% !important;
    }

    .bs3-wrapper .size-sm-1-of-3 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-sm-2-of-3 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-sm-1-of-4 {
        width: 25% !important;
    }

    .bs3-wrapper .size-sm-2-of-4 {
        width: 50% !important;
    }

    .bs3-wrapper .size-sm-3-of-4 {
        width: 75% !important;
    }

    .bs3-wrapper .size-sm-1-of-5 {
        width: 20% !important;
    }

    .bs3-wrapper .size-sm-2-of-5 {
        width: 40% !important;
    }

    .bs3-wrapper .size-sm-3-of-5 {
        width: 60% !important;
    }

    .bs3-wrapper .size-sm-4-of-5 {
        width: 80% !important;
    }

    .bs3-wrapper .size-sm-1-of-12 {
        width: 8.33333% !important;
    }

    .bs3-wrapper .size-sm-2-of-12 {
        width: 16.66667% !important;
    }

    .bs3-wrapper .size-sm-3-of-12 {
        width: 25% !important;
    }

    .bs3-wrapper .size-sm-4-of-12 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-sm-5-of-12 {
        width: 41.66667% !important;
    }

    .bs3-wrapper .size-sm-6-of-12 {
        width: 50% !important;
    }

    .bs3-wrapper .size-sm-7-of-12 {
        width: 58.33333% !important;
    }

    .bs3-wrapper .size-sm-8-of-12 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-sm-9-of-12 {
        width: 75% !important;
    }

    .bs3-wrapper .size-sm-10-of-12 {
        width: 83.33333% !important;
    }

    .bs3-wrapper .size-sm-11-of-12 {
        width: 91.66667% !important;
    }

    .bs3-wrapper .size-sm-12-of-12 {
        width: 100% !important;
    }
}

@media screen and (min-width: 1024px) {
    .bs3-wrapper .size-m-1-of-1 {
        width: 100% !important;
    }

    .bs3-wrapper .size-m-1-of-2 {
        width: 50% !important;
    }

    .bs3-wrapper .size-m-1-of-3 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-m-2-of-3 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-m-1-of-4 {
        width: 25% !important;
    }

    .bs3-wrapper .size-m-2-of-4 {
        width: 50% !important;
    }

    .bs3-wrapper .size-m-3-of-4 {
        width: 75% !important;
    }

    .bs3-wrapper .size-m-1-of-5 {
        width: 20% !important;
    }

    .bs3-wrapper .size-m-2-of-5 {
        width: 40% !important;
    }

    .bs3-wrapper .size-m-3-of-5 {
        width: 60% !important;
    }

    .bs3-wrapper .size-m-4-of-5 {
        width: 80% !important;
    }

    .bs3-wrapper .size-m-1-of-12 {
        width: 8.33333% !important;
    }

    .bs3-wrapper .size-m-2-of-12 {
        width: 16.66667% !important;
    }

    .bs3-wrapper .size-m-3-of-12 {
        width: 25% !important;
    }

    .bs3-wrapper .size-m-4-of-12 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-m-5-of-12 {
        width: 41.66667% !important;
    }

    .bs3-wrapper .size-m-6-of-12 {
        width: 50% !important;
    }

    .bs3-wrapper .size-m-7-of-12 {
        width: 58.33333% !important;
    }

    .bs3-wrapper .size-m-8-of-12 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-m-9-of-12 {
        width: 75% !important;
    }

    .bs3-wrapper .size-m-10-of-12 {
        width: 83.33333% !important;
    }

    .bs3-wrapper .size-m-11-of-12 {
        width: 91.66667% !important;
    }

    .bs3-wrapper .size-m-12-of-12 {
        width: 100% !important;
    }

    .bs3-wrapper .size-md-1-of-1 {
        width: 100% !important;
    }

    .bs3-wrapper .size-md-1-of-2 {
        width: 50% !important;
    }

    .bs3-wrapper .size-md-1-of-3 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-md-2-of-3 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-md-1-of-4 {
        width: 25% !important;
    }

    .bs3-wrapper .size-md-2-of-4 {
        width: 50% !important;
    }

    .bs3-wrapper .size-md-3-of-4 {
        width: 75% !important;
    }

    .bs3-wrapper .size-md-1-of-5 {
        width: 20% !important;
    }

    .bs3-wrapper .size-md-2-of-5 {
        width: 40% !important;
    }

    .bs3-wrapper .size-md-3-of-5 {
        width: 60% !important;
    }

    .bs3-wrapper .size-md-4-of-5 {
        width: 80% !important;
    }

    .bs3-wrapper .size-md-1-of-12 {
        width: 8.33333% !important;
    }

    .bs3-wrapper .size-md-2-of-12 {
        width: 16.66667% !important;
    }

    .bs3-wrapper .size-md-3-of-12 {
        width: 25% !important;
    }

    .bs3-wrapper .size-md-4-of-12 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-md-5-of-12 {
        width: 41.66667% !important;
    }

    .bs3-wrapper .size-md-6-of-12 {
        width: 50% !important;
    }

    .bs3-wrapper .size-md-7-of-12 {
        width: 58.33333% !important;
    }

    .bs3-wrapper .size-md-8-of-12 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-md-9-of-12 {
        width: 75% !important;
    }

    .bs3-wrapper .size-md-10-of-12 {
        width: 83.33333% !important;
    }

    .bs3-wrapper .size-md-11-of-12 {
        width: 91.66667% !important;
    }

    .bs3-wrapper .size-md-12-of-12 {
        width: 100% !important;
    }
}

@media screen and (min-width: 1280px) {
    .bs3-wrapper .size-l-1-of-1 {
        width: 100% !important;
    }

    .bs3-wrapper .size-l-1-of-2 {
        width: 50% !important;
    }

    .bs3-wrapper .size-l-1-of-3 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-l-2-of-3 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-l-1-of-4 {
        width: 25% !important;
    }

    .bs3-wrapper .size-l-2-of-4 {
        width: 50% !important;
    }

    .bs3-wrapper .size-l-3-of-4 {
        width: 75% !important;
    }

    .bs3-wrapper .size-l-1-of-5 {
        width: 20% !important;
    }

    .bs3-wrapper .size-l-2-of-5 {
        width: 40% !important;
    }

    .bs3-wrapper .size-l-3-of-5 {
        width: 60% !important;
    }

    .bs3-wrapper .size-l-4-of-5 {
        width: 80% !important;
    }

    .bs3-wrapper .size-l-1-of-12 {
        width: 8.33333% !important;
    }

    .bs3-wrapper .size-l-2-of-12 {
        width: 16.66667% !important;
    }

    .bs3-wrapper .size-l-3-of-12 {
        width: 25% !important;
    }

    .bs3-wrapper .size-l-4-of-12 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-l-5-of-12 {
        width: 41.66667% !important;
    }

    .bs3-wrapper .size-l-6-of-12 {
        width: 50% !important;
    }

    .bs3-wrapper .size-l-7-of-12 {
        width: 58.33333% !important;
    }

    .bs3-wrapper .size-l-8-of-12 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-l-9-of-12 {
        width: 75% !important;
    }

    .bs3-wrapper .size-l-10-of-12 {
        width: 83.33333% !important;
    }

    .bs3-wrapper .size-l-11-of-12 {
        width: 91.66667% !important;
    }

    .bs3-wrapper .size-l-12-of-12 {
        width: 100% !important;
    }

    .bs3-wrapper .size-lg-1-of-1 {
        width: 100% !important;
    }

    .bs3-wrapper .size-lg-1-of-2 {
        width: 50% !important;
    }

    .bs3-wrapper .size-lg-1-of-3 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-lg-2-of-3 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-lg-1-of-4 {
        width: 25% !important;
    }

    .bs3-wrapper .size-lg-2-of-4 {
        width: 50% !important;
    }

    .bs3-wrapper .size-lg-3-of-4 {
        width: 75% !important;
    }

    .bs3-wrapper .size-lg-1-of-5 {
        width: 20% !important;
    }

    .bs3-wrapper .size-lg-2-of-5 {
        width: 40% !important;
    }

    .bs3-wrapper .size-lg-3-of-5 {
        width: 60% !important;
    }

    .bs3-wrapper .size-lg-4-of-5 {
        width: 80% !important;
    }

    .bs3-wrapper .size-lg-1-of-12 {
        width: 8.33333% !important;
    }

    .bs3-wrapper .size-lg-2-of-12 {
        width: 16.66667% !important;
    }

    .bs3-wrapper .size-lg-3-of-12 {
        width: 25% !important;
    }

    .bs3-wrapper .size-lg-4-of-12 {
        width: 33.33333% !important;
    }

    .bs3-wrapper .size-lg-5-of-12 {
        width: 41.66667% !important;
    }

    .bs3-wrapper .size-lg-6-of-12 {
        width: 50% !important;
    }

    .bs3-wrapper .size-lg-7-of-12 {
        width: 58.33333% !important;
    }

    .bs3-wrapper .size-lg-8-of-12 {
        width: 66.66667% !important;
    }

    .bs3-wrapper .size-lg-9-of-12 {
        width: 75% !important;
    }

    .bs3-wrapper .size-lg-10-of-12 {
        width: 83.33333% !important;
    }

    .bs3-wrapper .size-lg-11-of-12 {
        width: 91.66667% !important;
    }

    .bs3-wrapper .size-lg-12-of-12 {
        width: 100% !important;
    }
}

.bs3-wrapper .grid-float::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

.bs3-wrapper .grid-float > .col {
    float: left;
}

.bs3-wrapper .grid-float.grid-gutter > .col {
    padding-right: 36px;
}

.bs3-wrapper .grid-float.grid-gutter > .col:last-of-type {
    padding-right: 0;
}

.bs3-wrapper .grid-inline {
    font-size: 0;
}

.bs3-wrapper .grid-inline > .col {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.bs3-wrapper .grid-inline.grid-gutter {
    margin-left: -36px;
}

.bs3-wrapper .grid-inline.grid-gutter > .col {
    padding-left: 36px;
}

.bs3-wrapper .grid-flex {
    display: -ms-flexbox;
    display: flex;
}

.bs3-wrapper .grid-flex-row {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.bs3-wrapper .grid-flex-col {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.bs3-wrapper .col-flex {
    -ms-flex: 1;
    flex: 1;
}

.bs3-wrapper .grid-flex-row.grid-gutter {
    margin-left: -36px;
}

.bs3-wrapper .grid-flex-row.grid-gutter > .col {
    padding-left: 36px;
}

.bs3-wrapper footer.footer {
    position: absolute;
    bottom: 0;
    margin-top: 50px;
    background-color: #000;
    padding: 16px;
    width: 100%;
    font-size: 14.222px;
    color: #fff;
}

.bs3-wrapper footer.footer .size-1-of-4, .bs3-wrapper footer.footer .size-3-of-4 {
    vertical-align: middle;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper footer.footer .size-1-of-4, .bs3-wrapper footer.footer .size-3-of-4 {
        width: 100% !important;
    }
}

.bs3-wrapper footer.footer .footer-logo {
    margin: 0;
    background: url("images/apnic-reverse.svg") no-repeat;
    background-size: auto 28px;
    height: 25px;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper footer.footer .footer-logo {
        margin: 0 0 16px 0;
        margin-right: auto;
        margin-left: auto;
        background-size: 100px 28px;
        max-width: 100px;
    }
}

.bs3-wrapper footer.footer a.fa {
    text-decoration: none;
    color: #fff;
}

.bs3-wrapper footer.footer a.fa:hover {
    color: #6babdb;
}

.bs3-wrapper footer.footer .footer-social {
    text-align: right;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper footer.footer .footer-social {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}

.bs3-wrapper footer.footer .footer-social ul {
    display: inline-block;
    margin: 0 0 0 16px;
    padding: 0;
    list-style-type: none;
    vertical-align: middle;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper footer.footer .footer-social ul {
        margin: 10px 0 0 0;
        width: 100%;
        font-size: 20px;
    }
}

.bs3-wrapper footer.footer .footer-social ul li {
    display: inline-block;
}

.bs3-wrapper footer.footer .footer-social ul li a {
    display: block;
    width: 30px;
    color: #fff;
}

.bs3-wrapper footer.footer .footer-aside {
    clear: both;
    margin: 16px 0 8px;
    border-top: 1px solid #e6e6e6;
    padding: 16px 0;
}

.bs3-wrapper footer.footer .footer-aside .footer-aside-copyright {
    float: left;
    margin: 0 0 16px 0;
    text-align: left;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper footer.footer .footer-aside .footer-aside-copyright {
        width: 100%;
        text-align: center;
    }
}

.bs3-wrapper footer.footer
    .footer-aside
    .footer-aside-copyright
    .footer-aside-copyright-abn {
    display: inline-block;
    margin-left: 16px;
}

.bs3-wrapper footer.footer .footer-aside .footer-aside-links {
    float: right;
    margin: 0;
    padding: 0;
    max-width: none;
    list-style-type: none;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper footer.footer .footer-aside .footer-aside-links {
        float: none;
        margin: 0 auto;
        max-width: 250px;
        text-align: center;
    }
}

.bs3-wrapper footer.footer .footer-aside .footer-aside-links li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 15px;
}

.bs3-wrapper footer.footer .footer-aside .footer-aside-links li a {
    color: #fff;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper #global-nav {
        display: block;
        background-color: #262626;
        padding: 0 16px;
        height: auto;
        text-align: right;
        font-size: 12px;
    }
}

.bs3-wrapper #global-nav .header-logo-image-s {
    float: left;
    margin-top: 4px;
    background: url("images/apnic-reverse.svg") no-repeat;
    background-size: 68% auto;
    width: 100px;
    height: 20px;
}

.bs3-wrapper #global-nav .utility {
    display: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper #global-nav .utility {
        display: inline-block;
        margin-right: -1.5px;
        margin-left: -1.5px;
        vertical-align: middle;
        text-transform: uppercase;
    }
}

.bs3-wrapper #global-nav .utility > a {
    display: block;
    padding: 6px 9px;
    color: #fff;
}

.bs3-wrapper #global-nav .utility > a:hover, .bs3-wrapper #global-nav .utility > a:active, .bs3-wrapper #global-nav .utility > a:focus {
    background-color: #404040;
    padding: 6px 9px;
    text-decoration: none;
    color: #fff;
}

.bs3-wrapper #global-nav .utility > a.btn-login {
    padding: 6px;
}

.bs3-wrapper #global-nav .utility > a.btn-login.btn-primary:hover, .bs3-wrapper #global-nav .utility > a.btn-login.btn-primary:active, .bs3-wrapper #global-nav .utility > a.btn-login.btn-primary:focus {
    background-color: #006093;
}

.bs3-wrapper #global-nav .nav .open > a:hover, .bs3-wrapper #global-nav .nav .open > a:focus {
    background-color: #404040 !important;
    text-decoration: none;
    color: #fff;
}

.bs3-wrapper #global-nav .dropdown {
    background-color: transparent;
}

.bs3-wrapper #global-nav .dropdown:hover {
    background-color: #404040;
    cursor: pointer;
}

.bs3-wrapper #global-nav .dropdown a.dropdown-toggle {
    border: none;
    background-color: transparent;
    padding: 6px 10px;
    color: white;
}

.bs3-wrapper #global-nav .dropdown a.dropdown-toggle-menu {
    border: none;
    background-color: transparent;
    padding-top: 2px;
    padding-bottom: 2px;
}

.bs3-wrapper #global-nav .dropdown a.dropdown-toggle-menu i {
    color: #fff;
}

.bs3-wrapper #global-nav .dropdown ul.dropdown-menu {
    z-index: 10000;
    margin-top: 0;
    border: none;
    background-color: #f2f2f2;
    font-size: 12px;
}

.bs3-wrapper #global-nav .dropdown ul.dropdown-menu li a {
    padding: 6px 20px;
    color: #262626;
}

.bs3-wrapper #global-nav .dropdown ul.dropdown-menu li a:hover {
    background-color: #e6e6e6;
}

.bs3-wrapper #global-nav #search.utility-search {
    display: inline-block;
    margin: 0 0 0 0;
    border: none;
    vertical-align: middle;
}

.bs3-wrapper .js #global-nav #search.utility-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9000;
    margin-top: 44px;
    background-color: #262626;
    padding: 16px;
    width: 100%;
    height: 100%;
    color: #fff;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .js #global-nav #search.utility-search {
        display: inline-block;
        position: relative;
        opacity: 1;
        margin-top: 2px;
        margin-right: -1px;
        margin-bottom: 2px;
        background-color: #fff;
        padding: 0;
        width: 200px;
        height: auto;
    }
}

.bs3-wrapper #global-nav #search.utility-search.is-animating {
    display: block;
    transition: opacity 0.25s ease-out;
}

.bs3-wrapper #global-nav #search.utility-search.is-visible {
    display: inline-block;
}

.bs3-wrapper #global-nav #search.utility-search.is-active {
    opacity: 1;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper #global-nav .utility-search .input-group {
        width: 100%;
    }
}

.bs3-wrapper #global-nav .utility-search input.form-control {
    border: none;
    background-color: #fff;
    padding-left: 10px;
    height: 26px;
    font-size: 14px;
    color: #262626;
    box-shadow: none;
}

.bs3-wrapper #global-nav .utility-search input.form-control::-webkit-input-placeholder {
    font-size: 12px;
}

.bs3-wrapper #global-nav .utility-search input.form-control:-ms-input-placeholder {
    font-size: 12px;
}

.bs3-wrapper #global-nav .utility-search input.form-control::placeholder {
    font-size: 12px;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper #global-nav .utility-search input.form-control {
        height: 40px;
    }
}

.bs3-wrapper #global-nav .utility-search input.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #999;
}

.bs3-wrapper #global-nav .utility-search input.form-control:-moz-placeholder {
    opacity: 1;
    color: #999;
}

.bs3-wrapper #global-nav .utility-search input.form-control::-moz-placeholder {
    opacity: 1;
    color: #999;
}

.bs3-wrapper #global-nav .utility-search input.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #999;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper #global-nav .utility-search .input-group-btn {
        float: right;
        z-index: 100;
        margin-top: -40px;
        width: auto;
    }

    .bs3-wrapper #global-nav .utility-search .input-group-btn .btn-s {
        padding: 11px;
    }
}

.bs3-wrapper #global-nav .utility-search .btn {
    margin-bottom: 0;
    background-color: #fff;
    color: #999;
}

.bs3-wrapper #global-nav .utility-search .btn-s {
    padding: 5px;
    font-size: 12px;
    line-height: normal;
}

.bs3-wrapper #global-nav .utility-search .help-block {
    display: inline-block;
    text-transform: uppercase;
}

.bs3-wrapper #global-nav .utility-search .help-block a[type="button"], .bs3-wrapper #global-nav .utility-search .help-block a[role="button"] {
    -webkit-appearance: inherit;
    background-color: #004e78;
    padding: 8px 16px;
    color: #fff;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper #global-nav .utility-search .help-block {
        display: none;
    }
}

.bs3-wrapper #global-nav .utility-search .help-block .icon-container {
    vertical-align: baseline;
}

.bs3-wrapper #global-nav .utility-search .help-block .icon {
    width: 12px;
    height: 12px;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper #global-nav .utility-search .form-group {
        margin-bottom: 0;
    }

    .bs3-wrapper #global-nav .utility-search .form-group .form-control, .bs3-wrapper #global-nav .utility-search .form-group .input-group-btn {
        display: table-cell;
    }
}

.bs3-wrapper #primary-nav {
    padding-top: 44px;
}

.bs3-wrapper #primary-nav::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper #primary-nav {
        padding: 36px 24px 36px 16px;
    }
}

.bs3-wrapper .header-brand .container {
    position: relative;
}

.bs3-wrapper .header-logo {
    display: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .header-logo {
        display: block;
    }
}

.bs3-wrapper a.header-name {
    display: block;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 43px;
    color: #000;
}

.bs3-wrapper a.header-name-myapnic {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 43px;
    color: #000;
}

.bs3-wrapper .header-logo-image {
    display: block;
    float: left;
    max-width: 200px;
}

.bs3-wrapper .header-logo-section {
    display: block;
    float: left;
    clear: both;
    margin-top: 4.741px;
    margin-left: 10.667px;
    font-size: 20.25px;
    color: #595959;
}

@media screen and (min-width: 1024px) {
    .bs3-wrapper .header-logo-section {
        clear: none;
        margin-top: 0;
        margin-left: 24px;
        border-left: 3.356px solid #595959;
        padding-left: 24px;
        font-size: 32.437px;
        line-height: 1.55;
    }
}

@media screen and (min-width: 1024px) {
    .bs3-wrapper #glyph.header-glyph {
        display: block;
        position: absolute;
        top: -30px;
        right: 0;
        z-index: -1;
        background-image: url("images/apnic-icons.png");
        width: 150px;
        height: 120px;
    }
}

.bs3-wrapper .header-glyph-blue-1 {
    background-position: 0 0;
}

.bs3-wrapper .header-glyph-blue-2 {
    background-position: -150px 0;
}

.bs3-wrapper .header-glyph-blue-3 {
    background-position: -300px 0;
}

.bs3-wrapper .header-glyph-blue-4 {
    background-position: -450px 0;
}

.bs3-wrapper .header-glyph-blue-5 {
    background-position: -600px 0;
}

.bs3-wrapper .header-glyph-darkgreen-1 {
    background-position: 0 -150px;
}

.bs3-wrapper .header-glyph-darkgreen-2 {
    background-position: -150px -150px;
}

.bs3-wrapper .header-glyph-darkgreen-3 {
    background-position: -300px -150px;
}

.bs3-wrapper .header-glyph-darkgreen-4 {
    background-position: -450px -150px;
}

.bs3-wrapper .header-glyph-darkgreen-5 {
    background-position: -600px -150px;
}

.bs3-wrapper .header-glyph-lightgreen-1 {
    background-position: 0 -300px;
}

.bs3-wrapper .header-glyph-lightgreen-2 {
    background-position: -150px -300px;
}

.bs3-wrapper .header-glyph-lightgreen-3 {
    background-position: -300px -300px;
}

.bs3-wrapper .header-glyph-lightgreen-4 {
    background-position: -450px -300px;
}

.bs3-wrapper .header-glyph-lightgreen-5 {
    background-position: -600px -300px;
}

.bs3-wrapper .header-glyph-orange-1 {
    background-position: 0 -450px;
}

.bs3-wrapper .header-glyph-orange-2 {
    background-position: -150px -450px;
}

.bs3-wrapper .header-glyph-orange-3 {
    background-position: -300px -450px;
}

.bs3-wrapper .header-glyph-orange-4 {
    background-position: -450px -450px;
}

.bs3-wrapper .header-glyph-orange-5 {
    background-position: -600px -450px;
}

.bs3-wrapper .header-glyph-purple-1 {
    background-position: 0 -600px;
}

.bs3-wrapper .header-glyph-purple-2 {
    background-position: -150px -600px;
}

.bs3-wrapper .header-glyph-purple-3 {
    background-position: -300px -600px;
}

.bs3-wrapper .header-glyph-purple-4 {
    background-position: -450px -600px;
}

.bs3-wrapper .header-glyph-purple-5 {
    background-position: -600px -600px;
}

.bs3-wrapper .header-glyph-yellow-1 {
    background-position: 0 -750px;
}

.bs3-wrapper .header-glyph-yellow-2 {
    background-position: -150px -750px;
}

.bs3-wrapper .header-glyph-yellow-3 {
    background-position: -300px -750px;
}

.bs3-wrapper .header-glyph-yellow-4 {
    background-position: -450px -750px;
}

.bs3-wrapper .header-glyph-yellow-5 {
    background-position: -600px -750px;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .header-search {
        float: right;
        margin-right: 0;
        background-color: #f2f2f2;
        width: 400px;
        color: #000;
    }
}

.bs3-wrapper .js .header-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9000;
    margin-top: 48px;
    background-color: #262626;
    width: 100%;
    height: 100%;
    color: #fff;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .js .header-search {
        display: block;
        position: relative;
        opacity: 1;
        margin-top: 0;
        background-color: #f2f2f2;
        width: 400px;
        height: auto;
        color: #000;
    }
}

.bs3-wrapper .header-search.is-animating {
    display: block;
    transition: opacity 0.25s ease-out;
}

.bs3-wrapper .header-search.is-visible {
    display: block;
}

.bs3-wrapper .header-search.is-active {
    opacity: 1;
}

.bs3-wrapper .header-search-links {
    display: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .header-search-links {
        display: table;
        width: 100%;
    }
}

.bs3-wrapper .header-search-link {
    display: table-cell;
    background-color: #fff;
    font-size: 14.222px;
    color: #262626;
}

.bs3-wrapper .header-search-link:visited {
    color: #262626;
}

.bs3-wrapper .header-search-link:hover, .bs3-wrapper .header-search-link:active, .bs3-wrapper .header-search-link:focus {
    color: #999;
}

.bs3-wrapper .header-search-link-default {
    background-color: #e6e6e6;
}

.bs3-wrapper .header-search-link-default:hover, .bs3-wrapper .header-search-link-default:active, .bs3-wrapper .header-search-link-default:focus {
    background-color: #f2f2f2;
    text-decoration: none;
    color: #262626;
}

.bs3-wrapper .header-search-link .icon {
    margin-right: 4.741px;
    width: 16px;
    height: 16px;
    vertical-align: initial;
}

.bs3-wrapper .header-search-form {
    padding: 10.667px;
}

.bs3-wrapper .header-search input::-webkit-input-placeholder {
    color: #262626;
}

.bs3-wrapper .header-search input:-ms-input-placeholder {
    color: #262626;
}

.bs3-wrapper .header-search input::placeholder {
    opacity: 1;
    color: #262626;
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .header-search a {
        color: #fff;
    }
}

@media screen and (max-width: 719px) {
    .bs3-wrapper .header-search a:hover, .bs3-wrapper .header-search a:active, .bs3-wrapper .header-search a:focus {
        color: #fff;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .header-search .help-block {
        display: none;
    }
}

.bs3-wrapper .header-mobile {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #0081c6;
    width: 100%;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .header-mobile {
        display: none;
    }
}

.bs3-wrapper .header-mobile-cell {
    display: table-cell;
    padding: 10.667px;
    text-align: center;
    color: #fff;
}

.bs3-wrapper .header-mobile-cell:visited, .bs3-wrapper .header-mobile-cell:hover, .bs3-wrapper .header-mobile-cell:active, .bs3-wrapper .header-mobile-cell:focus {
    color: #fff;
}

.bs3-wrapper .header-mobile-navigation-toggle {
    border-right: 1.374px solid #6babdb;
    width: 48px;
}

.bs3-wrapper .header-mobile-logo {
    vertical-align: middle;
    text-align: center;
    font-size: 14.222px;
    line-height: 1;
}

.bs3-wrapper .header-mobile-logo img {
    max-width: 65px;
}

.bs3-wrapper .header-mobile-search-toggle {
    border-left: 1.374px solid #6babdb;
    width: 48px;
}

.bs3-wrapper .navigation {
    background-color: #fff;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation::after {
        display: block !important;
        clear: both !important;
        content: "" !important;
    }

    .bs3-wrapper .navigation::after {
        display: block;
        background-color: #3696d1;
        height: 3px;
    }
}

.bs3-wrapper .js .navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    padding-top: 44px;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .js .navigation {
        position: relative;
        padding-top: 0;
        width: 100%;
        height: auto;
        overflow: visible;
        -ms-transform: none;
        transform: none;
        transition: none;
    }
}

.bs3-wrapper .js .navigation.is-animating {
    transition: transform 0.25s ease-in-out;
}

.bs3-wrapper .js .navigation.is-active {
    -ms-transform: translate(0);
    transform: translate(0);
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .js .navigation.is-active {
        -ms-transform: none;
        transform: none;
    }
}

.bs3-wrapper .navigation .navigation-menu {
    margin: 0 1px;
    padding: 0;
    list-style-type: none;
}

.bs3-wrapper .navigation .navigation-menu::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

.bs3-wrapper .navigation .navigation-menu.is-hidden {
    display: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation .navigation-menu {
        float: right;
    }
}

.bs3-wrapper .navigation .navigation-item {
    display: block;
    position: relative;
    width: 100%;
}

.bs3-wrapper .navigation .navigation-item::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation .navigation-item {
        display: inline-block;
        width: auto;
        vertical-align: top;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation .navigation-item.has-dropdown::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 14px;
        border-width: 5px 5px 0 5px;
        border-style: solid;
        border-color: #ccc transparent transparent transparent;
        width: 0;
        height: 0;
        content: "";
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation .navigation-item.is-active.has-dropdown::after, .bs3-wrapper .navigation .navigation-item.has-dropdown:hover::after {
        border-color: #fff transparent transparent transparent;
    }
}

.bs3-wrapper .navigation .navigation-item.has-dropdown > a, .bs3-wrapper .navigation .navigation-item.has-dropdown > span {
    padding-right: 32px;
}

.bs3-wrapper .navigation .navigation-item:hover > a, .bs3-wrapper .navigation .navigation-item:hover > span {
    background-color: #e6e6e6;
    text-decoration: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation .navigation-item:hover > a, .bs3-wrapper .navigation .navigation-item:hover > span {
        background-color: #3696d1;
        color: #fff;
    }
}

.bs3-wrapper .navigation .navigation-item.is-active > a {
    background-color: #e6e6e6;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation .navigation-item.is-active > a {
        background-color: #3696d1;
        color: #fff;
    }
}

.bs3-wrapper .navigation .navigation-item > a, .bs3-wrapper .navigation .navigation-item > span {
    display: block;
    background-color: #fff;
    padding: 16px 24px;
    color: #262626;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation .navigation-item > a, .bs3-wrapper .navigation .navigation-item > span {
        background-color: #fff;
        padding: 7.111px 16px;
        color: #0081c6;
    }
}

.bs3-wrapper .navigation .navigation-item > a:hover, .bs3-wrapper .navigation .navigation-item > a:active, .bs3-wrapper .navigation .navigation-item > a:focus, .bs3-wrapper .navigation .navigation-item > span:hover, .bs3-wrapper .navigation .navigation-item > span:active, .bs3-wrapper .navigation .navigation-item > span:focus {
    background-color: #e6e6e6;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation .navigation-item > a:hover, .bs3-wrapper .navigation .navigation-item > a:active, .bs3-wrapper .navigation .navigation-item > a:focus, .bs3-wrapper .navigation .navigation-item > span:hover, .bs3-wrapper .navigation .navigation-item > span:active, .bs3-wrapper .navigation .navigation-item > span:focus {
        background-color: #3696d1;
        color: #fff;
    }
}

.bs3-wrapper .navigation .navigation-item > span {
    cursor: default;
}

.bs3-wrapper .navigation .navigation-item-more {
    display: none;
}

.bs3-wrapper .navigation .navigation-item-more.is-active {
    display: inline-block;
}

@media screen and (max-width: 720px) {
    .bs3-wrapper .navigation .navigation-more {
        display: none;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation .navigation-actions {
        display: none;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation .navigation-item-login-button {
        float: right;
    }
}

.bs3-wrapper .navigation
    .navigation-item-login-button:hover
    > a
    .navigation
    .navigation-item-login-button:hover
    > span {
    background-color: #003d5e;
}

.bs3-wrapper .navigation .navigation-item-login-button > a {
    background-color: #004e78;
    color: #fff;
}

.bs3-wrapper .navigation .navigation-item-login-button > a:hover, .bs3-wrapper .navigation .navigation-item-login-button > a:active, .bs3-wrapper .navigation .navigation-item-login-button > a:focus {
    background-color: #003d5e;
}

.bs3-wrapper .navigation .navigation-actions .navigation-item-button.panel {
    margin-bottom: 0;
    border-color: #fff;
}

.bs3-wrapper .navigation .navigation-actions .navigation-item-button.panel .panel-heading {
    border: none;
    background-color: #004e78;
    padding: 16px 24px;
    color: #fff;
}

.bs3-wrapper .navigation
    .navigation-actions
    .navigation-item-button.panel
    .panel-heading:hover, .bs3-wrapper .navigation
    .navigation-actions
    .navigation-item-button.panel
    .panel-heading:active, .bs3-wrapper .navigation
    .navigation-actions
    .navigation-item-button.panel
    .panel-heading:focus {
    background-color: #003d5e;
}

.bs3-wrapper .navigation .navigation-actions .navigation-item-button.panel .list-group-item {
    border: none;
    background-color: #f2f2f2;
    padding: 16px 24px;
}

.bs3-wrapper .navigation
    .navigation-actions
    .navigation-item-button.panel
    .list-group-item:hover, .bs3-wrapper .navigation
    .navigation-actions
    .navigation-item-button.panel
    .list-group-item:active, .bs3-wrapper .navigation
    .navigation-actions
    .navigation-item-button.panel
    .list-group-item:focus {
    background-color: #e6e6e6;
}

.bs3-wrapper .navigation-sub-menu {
    display: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item:hover .navigation-sub-menu {
        display: block;
        position: absolute;
        margin: 0;
        background-color: rgba(0, 129, 198, 0.95);
        padding: 0;
        width: 220px;
        list-style-type: none;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item.is-right:hover .navigation-sub-menu, .bs3-wrapper .navigation-more .navigation-item:hover .navigation-sub-menu {
        right: 0;
    }
}

.bs3-wrapper .navigation-sub-menu .navigation-sub-menu {
    display: none;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-item:hover .navigation-sub-menu .navigation-sub-menu {
        display: none;
    }
}

.bs3-wrapper .navigation-sub-item {
    display: block;
}

.bs3-wrapper .navigation-sub-item > a {
    display: block;
    padding: 10.667px 16px;
    text-decoration: none;
    color: #fff;
}

.bs3-wrapper .navigation-sub-item > a:hover, .bs3-wrapper .navigation-sub-item > a:active, .bs3-wrapper .navigation-sub-item > a:focus {
    background-color: #006fab;
}

.bs3-wrapper .navigation-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8050;
    background-color: #000;
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .navigation-backdrop {
        display: none;
    }
}

.bs3-wrapper .navigation-backdrop.fade.in {
    opacity: 0.5;
}

.bs3-wrapper .accordion {
    margin-bottom: 16px;
}

.bs3-wrapper .accordion-heading {
    border-bottom: 1px solid #0082ca;
    padding: 10.667px;
    padding-left: 0;
}

.bs3-wrapper .accordion-heading.has-icon {
    border-left: 40px solid #0082ca;
    border-bottom-left-radius: 4px;
}

.bs3-wrapper .accordion-title {
    margin-bottom: 0;
    margin-left: -40px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: bold;
}

.bs3-wrapper .accordion-title .accordion-icon {
    display: inline-block;
    position: absolute;
    margin-left: -23px;
    color: #ffffff;
}

.bs3-wrapper .accordion-title a {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    width: 100%;
    vertical-align: middle;
    color: #0082ca;
}

.bs3-wrapper .accordion-title a:focus {
    text-decoration: none;
}

.bs3-wrapper .accordion-title a:hover {
    text-decoration: none;
}

.bs3-wrapper .accordion-title a::after {
    position: absolute;
    top: 10%;
    right: 0;
    font-family: FontAwesome;
    font-size: 15px;
    content: "\f106";
    transition: all 0.3s;
}

.bs3-wrapper .accordion-body {
    padding: 16px;
}

.bs3-wrapper .accordion-title a.collapsed::after {
    content: "\f107";
}

.bs3-wrapper .accordion-heading + .accordion-collapse, .bs3-wrapper .accordion .accordion-heading + .acordion-collapse > .accordion-body {
    border-top: 0;
}

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

.bs3-wrapper .fade.in {
    opacity: 1;
}

.bs3-wrapper .collapse {
    display: none;
}

.bs3-wrapper .collapse.in {
    display: block;
}

.bs3-wrapper tr.collapse.in {
    display: table-row;
}

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

.bs3-wrapper .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.bs3-wrapper .alert {
    padding: 16px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 0;
}

.bs3-wrapper .alert h4 {
    margin-top: 0;
    color: inherit;
}

.bs3-wrapper .alert .alert-link {
    font-weight: 600;
}

.bs3-wrapper .alert > p, .bs3-wrapper .alert > ul {
    margin-bottom: 0;
}

.bs3-wrapper .alert > p + p {
    margin-top: 5px;
}

.bs3-wrapper .alert-dismissable, .bs3-wrapper .alert-dismissible {
    padding-right: 36px;
}

.bs3-wrapper .alert-dismissable .close, .bs3-wrapper .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.bs3-wrapper .alert-success {
    border-color: transaprent;
    background-color: #559527;
    color: #fff;
}

.bs3-wrapper .alert-success hr {
    border-top-color: #498122;
}

.bs3-wrapper .alert-success .alert-link {
    color: #fff;
}

.bs3-wrapper .alert-info {
    border-color: transaprent;
    background-color: #8a4e94;
    color: #fff;
}

.bs3-wrapper .alert-info hr {
    border-top-color: #7a4583;
}

.bs3-wrapper .alert-info .alert-link {
    color: #fff;
}

.bs3-wrapper .alert-warning {
    border-color: transaprent;
    background-color: #e8ae4b;
    color: #000;
}

.bs3-wrapper .alert-warning hr {
    border-top-color: #e5a434;
}

.bs3-wrapper .alert-warning .alert-link {
    color: #000;
}

.bs3-wrapper .alert-danger {
    border-color: transaprent;
    background-color: #b00020;
    color: #fff;
}

.bs3-wrapper .alert-danger hr {
    border-top-color: #97001b;
}

.bs3-wrapper .alert-danger .alert-link {
    color: #fff;
}

.bs3-wrapper .alert-primary {
    border-color: transaprent;
    background-color: #006fab;
    color: #fff;
}

.bs3-wrapper .alert-primary hr {
    border-top-color: #005e92;
}

.bs3-wrapper .alert-primary .alert-link {
    color: #fff;
}

.bs3-wrapper .alert-dismissible {
    padding-right: 40px;
}

.bs3-wrapper .alert-dismissible .close {
    right: -24px;
}

.bs3-wrapper .alert-link {
    text-decoration: underline;
}

.bs3-wrapper .avatar-s {
    width: 26.6675px;
    height: 26.6675px;
}

.bs3-wrapper .avatar-m {
    width: 40px;
    height: 40px;
}

.bs3-wrapper .avatar-l {
    width: 60px;
    height: 60px;
}

.bs3-wrapper .avatar-xl {
    width: 90px;
    height: 90px;
}

.bs3-wrapper .avatar-circle {
    border-radius: 50%;
}

.bs3-wrapper .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14.222px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #262626;
    border-radius: 7.111px;
}

.bs3-wrapper .badge:empty {
    display: none;
}

.bs3-wrapper .btn .badge {
    position: relative;
    top: -1px;
}

.bs3-wrapper .btn-xs .badge, .bs3-wrapper .btn-group-xs > .btn .badge, .bs3-wrapper .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.bs3-wrapper .list-group-item.active > .badge, .bs3-wrapper .nav-pills > .active > a > .badge {
    color: #006fab;
    background-color: #fff;
}

.bs3-wrapper .list-group-item > .badge {
    float: right;
}

.bs3-wrapper .list-group-item > .badge + .badge {
    margin-right: 5px;
}

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

.bs3-wrapper a.badge:hover, .bs3-wrapper a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.bs3-wrapper .badge {
    margin-left: 10.667px;
}

.bs3-wrapper .breadcrumb {
    padding: 10.667px 16px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f2f2f2;
    border-radius: 0;
}

.bs3-wrapper .breadcrumb > li {
    display: inline-block;
}

.bs3-wrapper .breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #404040;
}

.bs3-wrapper .breadcrumb > .active {
    color: #262626;
}

.bs3-wrapper .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7.111px 16px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.bs3-wrapper .btn:hover, .bs3-wrapper .btn:focus, .bs3-wrapper .btn.focus {
    color: #262626;
    text-decoration: none;
}

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

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

.bs3-wrapper a.btn.disabled, .bs3-wrapper fieldset[disabled] a.btn {
    pointer-events: none;
}

.bs3-wrapper .btn-default {
    border-color: #bfbfbf;
    background-color: #fff;
    color: #262626;
}

.bs3-wrapper .btn-default:visited {
    color: #262626;
}

.bs3-wrapper .btn-default:focus, .bs3-wrapper .btn-default.focus {
    border-color: #7f7f7f;
    background-color: #e6e6e6;
    color: #262626;
}

.bs3-wrapper .btn-default:hover {
    border-color: #a0a0a0;
    background-color: #e6e6e6;
    color: #262626;
}

.bs3-wrapper .btn-default:active, .bs3-wrapper .btn-default.active, .bs3-wrapper .open > .btn-default.dropdown-toggle {
    border-color: #a0a0a0;
    background-color: #e6e6e6;
    color: #262626;
}

.bs3-wrapper .btn-default:active:hover, .bs3-wrapper .btn-default:active:focus, .bs3-wrapper .btn-default:active.focus, .bs3-wrapper .btn-default.active:hover, .bs3-wrapper .btn-default.active:focus, .bs3-wrapper .btn-default.active.focus, .bs3-wrapper .open > .btn-default.dropdown-toggle:hover, .bs3-wrapper .open > .btn-default.dropdown-toggle:focus, .bs3-wrapper .open > .btn-default.dropdown-toggle.focus {
    border-color: #7f7f7f;
    background-color: #d4d4d4;
    color: #262626;
}

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

.bs3-wrapper .btn-default.disabled:hover, .bs3-wrapper .btn-default.disabled:focus, .bs3-wrapper .btn-default.disabled.focus, .bs3-wrapper .btn-default[disabled]:hover, .bs3-wrapper .btn-default[disabled]:focus, .bs3-wrapper .btn-default[disabled].focus, .bs3-wrapper fieldset[disabled] .btn-default:hover, .bs3-wrapper fieldset[disabled] .btn-default:focus, .bs3-wrapper fieldset[disabled] .btn-default.focus {
    border-color: #bfbfbf;
    background-color: #fff;
}

.bs3-wrapper .btn-default .badge {
    background-color: #262626;
    color: #fff;
}

.bs3-wrapper .btn-primary {
    border-color: transparent;
    background-color: #006fab;
    color: #fff;
}

.bs3-wrapper .btn-primary:visited {
    color: #fff;
}

.bs3-wrapper .btn-primary:focus, .bs3-wrapper .btn-primary.focus {
    border-color: transparent;
    background-color: #004e78;
    color: #fff;
}

.bs3-wrapper .btn-primary:hover {
    border-color: transparent;
    background-color: #004e78;
    color: #fff;
}

.bs3-wrapper .btn-primary:active, .bs3-wrapper .btn-primary.active, .bs3-wrapper .open > .btn-primary.dropdown-toggle {
    border-color: transparent;
    background-color: #004e78;
    color: #fff;
}

.bs3-wrapper .btn-primary:active:hover, .bs3-wrapper .btn-primary:active:focus, .bs3-wrapper .btn-primary:active.focus, .bs3-wrapper .btn-primary.active:hover, .bs3-wrapper .btn-primary.active:focus, .bs3-wrapper .btn-primary.active.focus, .bs3-wrapper .open > .btn-primary.dropdown-toggle:hover, .bs3-wrapper .open > .btn-primary.dropdown-toggle:focus, .bs3-wrapper .open > .btn-primary.dropdown-toggle.focus {
    border-color: transparent;
    background-color: #003754;
    color: #fff;
}

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

.bs3-wrapper .btn-primary.disabled:hover, .bs3-wrapper .btn-primary.disabled:focus, .bs3-wrapper .btn-primary.disabled.focus, .bs3-wrapper .btn-primary[disabled]:hover, .bs3-wrapper .btn-primary[disabled]:focus, .bs3-wrapper .btn-primary[disabled].focus, .bs3-wrapper fieldset[disabled] .btn-primary:hover, .bs3-wrapper fieldset[disabled] .btn-primary:focus, .bs3-wrapper fieldset[disabled] .btn-primary.focus {
    border-color: transparent;
    background-color: #006fab;
}

.bs3-wrapper .btn-primary .badge {
    background-color: #fff;
    color: #006fab;
}

.bs3-wrapper .btn-success {
    border-color: transparent;
    background-color: #559527;
    color: #fff;
}

.bs3-wrapper .btn-success:visited {
    color: #fff;
}

.bs3-wrapper .btn-success:focus, .bs3-wrapper .btn-success.focus {
    border-color: transparent;
    background-color: #3e6d1c;
    color: #fff;
}

.bs3-wrapper .btn-success:hover {
    border-color: transparent;
    background-color: #3e6d1c;
    color: #fff;
}

.bs3-wrapper .btn-success:active, .bs3-wrapper .btn-success.active, .bs3-wrapper .open > .btn-success.dropdown-toggle {
    border-color: transparent;
    background-color: #3e6d1c;
    color: #fff;
}

.bs3-wrapper .btn-success:active:hover, .bs3-wrapper .btn-success:active:focus, .bs3-wrapper .btn-success:active.focus, .bs3-wrapper .btn-success.active:hover, .bs3-wrapper .btn-success.active:focus, .bs3-wrapper .btn-success.active.focus, .bs3-wrapper .open > .btn-success.dropdown-toggle:hover, .bs3-wrapper .open > .btn-success.dropdown-toggle:focus, .bs3-wrapper .open > .btn-success.dropdown-toggle.focus {
    border-color: transparent;
    background-color: #2e5015;
    color: #fff;
}

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

.bs3-wrapper .btn-success.disabled:hover, .bs3-wrapper .btn-success.disabled:focus, .bs3-wrapper .btn-success.disabled.focus, .bs3-wrapper .btn-success[disabled]:hover, .bs3-wrapper .btn-success[disabled]:focus, .bs3-wrapper .btn-success[disabled].focus, .bs3-wrapper fieldset[disabled] .btn-success:hover, .bs3-wrapper fieldset[disabled] .btn-success:focus, .bs3-wrapper fieldset[disabled] .btn-success.focus {
    border-color: transparent;
    background-color: #559527;
}

.bs3-wrapper .btn-success .badge {
    background-color: #fff;
    color: #559527;
}

.bs3-wrapper .btn-info {
    border-color: transparent;
    background-color: #8a4e94;
    color: #fff;
}

.bs3-wrapper .btn-info:visited {
    color: #fff;
}

.bs3-wrapper .btn-info:focus, .bs3-wrapper .btn-info.focus {
    border-color: transparent;
    background-color: #6b3c73;
    color: #fff;
}

.bs3-wrapper .btn-info:hover {
    border-color: transparent;
    background-color: #6b3c73;
    color: #fff;
}

.bs3-wrapper .btn-info:active, .bs3-wrapper .btn-info.active, .bs3-wrapper .open > .btn-info.dropdown-toggle {
    border-color: transparent;
    background-color: #6b3c73;
    color: #fff;
}

.bs3-wrapper .btn-info:active:hover, .bs3-wrapper .btn-info:active:focus, .bs3-wrapper .btn-info:active.focus, .bs3-wrapper .btn-info.active:hover, .bs3-wrapper .btn-info.active:focus, .bs3-wrapper .btn-info.active.focus, .bs3-wrapper .open > .btn-info.dropdown-toggle:hover, .bs3-wrapper .open > .btn-info.dropdown-toggle:focus, .bs3-wrapper .open > .btn-info.dropdown-toggle.focus {
    border-color: transparent;
    background-color: #55305b;
    color: #fff;
}

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

.bs3-wrapper .btn-info.disabled:hover, .bs3-wrapper .btn-info.disabled:focus, .bs3-wrapper .btn-info.disabled.focus, .bs3-wrapper .btn-info[disabled]:hover, .bs3-wrapper .btn-info[disabled]:focus, .bs3-wrapper .btn-info[disabled].focus, .bs3-wrapper fieldset[disabled] .btn-info:hover, .bs3-wrapper fieldset[disabled] .btn-info:focus, .bs3-wrapper fieldset[disabled] .btn-info.focus {
    border-color: transparent;
    background-color: #8a4e94;
}

.bs3-wrapper .btn-info .badge {
    background-color: #fff;
    color: #8a4e94;
}

.bs3-wrapper .btn-warning {
    border-color: transparent;
    background-color: #e8ae4b;
    color: #000;
}

.bs3-wrapper .btn-warning:visited {
    color: #000;
}

.bs3-wrapper .btn-warning:focus, .bs3-wrapper .btn-warning.focus {
    border-color: transparent;
    background-color: #e29a1e;
    color: #000;
}

.bs3-wrapper .btn-warning:hover {
    border-color: transparent;
    background-color: #e29a1e;
    color: #000;
}

.bs3-wrapper .btn-warning:active, .bs3-wrapper .btn-warning.active, .bs3-wrapper .open > .btn-warning.dropdown-toggle {
    border-color: transparent;
    background-color: #e29a1e;
    color: #000;
}

.bs3-wrapper .btn-warning:active:hover, .bs3-wrapper .btn-warning:active:focus, .bs3-wrapper .btn-warning:active.focus, .bs3-wrapper .btn-warning.active:hover, .bs3-wrapper .btn-warning.active:focus, .bs3-wrapper .btn-warning.active.focus, .bs3-wrapper .open > .btn-warning.dropdown-toggle:hover, .bs3-wrapper .open > .btn-warning.dropdown-toggle:focus, .bs3-wrapper .open > .btn-warning.dropdown-toggle.focus {
    border-color: transparent;
    background-color: #c38419;
    color: #000;
}

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

.bs3-wrapper .btn-warning.disabled:hover, .bs3-wrapper .btn-warning.disabled:focus, .bs3-wrapper .btn-warning.disabled.focus, .bs3-wrapper .btn-warning[disabled]:hover, .bs3-wrapper .btn-warning[disabled]:focus, .bs3-wrapper .btn-warning[disabled].focus, .bs3-wrapper fieldset[disabled] .btn-warning:hover, .bs3-wrapper fieldset[disabled] .btn-warning:focus, .bs3-wrapper fieldset[disabled] .btn-warning.focus {
    border-color: transparent;
    background-color: #e8ae4b;
}

.bs3-wrapper .btn-warning .badge {
    background-color: #000;
    color: #e8ae4b;
}

.bs3-wrapper .btn-danger {
    border-color: transparent;
    background-color: #b00020;
    color: #fff;
}

.bs3-wrapper .btn-danger:visited {
    color: #fff;
}

.bs3-wrapper .btn-danger:focus, .bs3-wrapper .btn-danger.focus {
    border-color: transparent;
    background-color: #7d0017;
    color: #fff;
}

.bs3-wrapper .btn-danger:hover {
    border-color: transparent;
    background-color: #7d0017;
    color: #fff;
}

.bs3-wrapper .btn-danger:active, .bs3-wrapper .btn-danger.active, .bs3-wrapper .open > .btn-danger.dropdown-toggle {
    border-color: transparent;
    background-color: #7d0017;
    color: #fff;
}

.bs3-wrapper .btn-danger:active:hover, .bs3-wrapper .btn-danger:active:focus, .bs3-wrapper .btn-danger:active.focus, .bs3-wrapper .btn-danger.active:hover, .bs3-wrapper .btn-danger.active:focus, .bs3-wrapper .btn-danger.active.focus, .bs3-wrapper .open > .btn-danger.dropdown-toggle:hover, .bs3-wrapper .open > .btn-danger.dropdown-toggle:focus, .bs3-wrapper .open > .btn-danger.dropdown-toggle.focus {
    border-color: transparent;
    background-color: #590010;
    color: #fff;
}

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

.bs3-wrapper .btn-danger.disabled:hover, .bs3-wrapper .btn-danger.disabled:focus, .bs3-wrapper .btn-danger.disabled.focus, .bs3-wrapper .btn-danger[disabled]:hover, .bs3-wrapper .btn-danger[disabled]:focus, .bs3-wrapper .btn-danger[disabled].focus, .bs3-wrapper fieldset[disabled] .btn-danger:hover, .bs3-wrapper fieldset[disabled] .btn-danger:focus, .bs3-wrapper fieldset[disabled] .btn-danger.focus {
    border-color: transparent;
    background-color: #b00020;
}

.bs3-wrapper .btn-danger .badge {
    background-color: #fff;
    color: #b00020;
}

.bs3-wrapper .btn-link {
    color: #006fab;
    font-weight: normal;
    border-radius: 0;
}

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

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

.bs3-wrapper .btn-link:hover, .bs3-wrapper .btn-link:focus {
    color: #004e78;
    text-decoration: underline;
    background-color: transparent;
}

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

.bs3-wrapper .btn-lg, .bs3-wrapper .btn-group-lg > .btn, .bs3-wrapper .btn-l {
    padding: 16px 24px;
    font-size: 20.25px;
    line-height: 1.2;
    border-radius: 0;
}

.bs3-wrapper .btn-sm, .bs3-wrapper .btn-group-sm > .btn, .bs3-wrapper .btn-s {
    padding: 2.107px 10.667px;
    font-size: 14.222px;
    line-height: 1.875;
    border-radius: 0;
}

.bs3-wrapper .btn-xs, .bs3-wrapper .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14.222px;
    line-height: 1.875;
    border-radius: 0;
}

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

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

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

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

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

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

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

.bs3-wrapper .btn-toolbar {
    margin-left: -5px;
}

.bs3-wrapper .btn-toolbar::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

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

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

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

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

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

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

.bs3-wrapper .btn-group > .btn-group {
    float: left;
}

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

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

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

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

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

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

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

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

.bs3-wrapper .btn .caret {
    margin-left: 0;
}

.bs3-wrapper .btn-lg .caret, .bs3-wrapper .btn-group-lg > .btn .caret, .bs3-wrapper .btn-l .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.bs3-wrapper .dropup .btn-lg .caret, .bs3-wrapper .dropup .btn-group-lg > .btn .caret, .bs3-wrapper .dropup .btn-l .caret {
    border-width: 0 5px 5px;
}

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

.bs3-wrapper .btn-group-vertical > .btn-group::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

.bs3-wrapper .btn-group-vertical > .btn-group > .btn {
    float: none;
}

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

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

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

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

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

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

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

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

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

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

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

.bs3-wrapper [data-toggle="buttons"] > .btn input[type="radio"], .bs3-wrapper [data-toggle="buttons"] > .btn input[type="checkbox"], .bs3-wrapper [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .bs3-wrapper [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.bs3-wrapper .btn-block-xs, .bs3-wrapper .btn-block-s, .bs3-wrapper .btn-block-m, .bs3-wrapper .btn-block-l {
    width: 100%;
}

@media screen and (min-width: 448px) {
    .bs3-wrapper .btn-block-xs {
        width: auto;
    }
}

@media screen and (min-width: 720px) {
    .bs3-wrapper .btn-block-s {
        width: auto;
    }
}

@media screen and (min-width: 1024px) {
    .bs3-wrapper .btn-block-m {
        width: auto;
    }
}

@media screen and (min-width: 1280px) {
    .bs3-wrapper .btn-block-l {
        width: auto;
    }
}

.bs3-wrapper .card {
    display: block;
    margin: 10px;
    max-width: 400px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.bs3-wrapper .card header {
    position: relative;
}

.bs3-wrapper .card header .card-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.bs3-wrapper .card header .card-content h1 {
    margin: 10px 0;
    font-size: 32.437px;
    font-weight: 200;
    color: #fff;
}

.bs3-wrapper .card header .card-content p {
    color: #fff;
}

.bs3-wrapper .card header .card-category {
    display: block;
    background-color: #6babdb;
    padding: 7.111px 10.667px;
    width: 100%;
    font-size: 14.222px;
    color: #fff;
}

.bs3-wrapper .card header img {
    width: 100%;
}

.bs3-wrapper .card .card-content {
    padding: 20px;
}

.bs3-wrapper .card .card-content p {
    margin-bottom: 0;
    padding-right: 20px;
}

.bs3-wrapper .card .card-content button {
    margin-top: 24px;
}

.bs3-wrapper .card.card-link a {
    color: #000;
}

.bs3-wrapper .card.card-link a:hover, .bs3-wrapper .card.card-link a:focus {
    cursor: pointer;
    text-decoration: none;
}

.bs3-wrapper .card.card-link a:hover .card-content, .bs3-wrapper .card.card-link a:focus .card-content {
    background-color: #f2f2f2;
}

.bs3-wrapper .card.card-link a:hover header img, .bs3-wrapper .card.card-link a:focus header img {
    opacity: 0.75;
}

.bs3-wrapper .card.card-link a:hover header .card-content, .bs3-wrapper .card.card-link a:focus header .card-content {
    background-color: transparent;
}

.bs3-wrapper .card.primary {
    background-color: #006fab;
}

.bs3-wrapper .card.primary .card-content h1, .bs3-wrapper .card.primary .card-content p {
    color: #fff;
}

.bs3-wrapper .card.primary a:hover .card-content {
    background-color: #6babdb;
}

.bs3-wrapper .card.primary a:hover .card-content h1, .bs3-wrapper .card.primary a:hover .card-content p {
    color: #000;
}

.bs3-wrapper .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.bs3-wrapper .dropup, .bs3-wrapper .dropdown {
    position: relative;
}

.bs3-wrapper .dropdown-toggle:focus {
    outline: 0;
}

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

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

.bs3-wrapper .dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e6e6e6;
}

.bs3-wrapper .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #262626;
    white-space: nowrap;
}

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

.bs3-wrapper .dropdown-menu > .active > a, .bs3-wrapper .dropdown-menu > .active > a:hover, .bs3-wrapper .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #006fab;
}

.bs3-wrapper .dropdown-menu > .disabled > a, .bs3-wrapper .dropdown-menu > .disabled > a:hover, .bs3-wrapper .dropdown-menu > .disabled > a:focus {
    color: #bfbfbf;
}

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

.bs3-wrapper .open > .dropdown-menu {
    display: block;
}

.bs3-wrapper .open > a {
    outline: 0;
}

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

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

.bs3-wrapper .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14.222px;
    line-height: 1.5;
    color: #595959;
    white-space: nowrap;
}

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

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

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

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

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

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

.bs3-wrapper .dropdown-menu {
    margin: 0;
    margin-top: -1px;
    padding: 0;
}

.bs3-wrapper .dropdown-header {
    padding: 10.667px 16px;
}

.bs3-wrapper .dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: -1px;
}

.bs3-wrapper .dropdown-menu > li > .dropdown-item {
    display: block;
    clear: both;
    padding: 7.111px 16px;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    color: #262626;
}

.bs3-wrapper .dropdown-menu > .disabled > .dropdown-item, .bs3-wrapper .dropdown-menu > .disabled > .dropdown-item:hover, .bs3-wrapper .dropdown-menu > .disabled > .dropdown-item:focus {
    text-decoration: line-through;
    color: #bfbfbf;
}

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

.bs3-wrapper fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

.bs3-wrapper legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
    color: #404040;
    border: 0;
    border-bottom: 1px solid #bfbfbf;
}

.bs3-wrapper label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.bs3-wrapper input[type="search"] {
    box-sizing: border-box;
}

.bs3-wrapper input[type="radio"], .bs3-wrapper input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.bs3-wrapper input[type="file"] {
    display: block;
}

.bs3-wrapper input[type="range"] {
    display: block;
    width: 100%;
}

.bs3-wrapper select[multiple], .bs3-wrapper select[size] {
    height: auto;
}

.bs3-wrapper input[type="file"]:focus, .bs3-wrapper input[type="radio"]:focus, .bs3-wrapper input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.bs3-wrapper output {
    display: block;
    padding-top: 8.111px;
    font-size: 16px;
    line-height: 1.5;
    color: #262626;
}

.bs3-wrapper .form-control {
    display: block;
    width: 100%;
    height: 40.222px;
    padding: 7.111px 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #262626;
    background-color: #fff;
    background-image: none;
    border: 1px solid #595959;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bs3-wrapper .form-control:focus {
    border-color: #006fab;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(0, 111, 171, 0.6);
}

.bs3-wrapper .form-control::-moz-placeholder {
    color: #404040;
    opacity: 1;
}

.bs3-wrapper .form-control:-ms-input-placeholder {
    color: #404040;
}

.bs3-wrapper .form-control::-webkit-input-placeholder {
    color: #404040;
}

.bs3-wrapper .form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.bs3-wrapper .form-control[disabled], .bs3-wrapper .form-control[readonly], .bs3-wrapper fieldset[disabled] .form-control {
    background-color: #f2f2f2;
    opacity: 1;
}

.bs3-wrapper .form-control[disabled], .bs3-wrapper fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.bs3-wrapper textarea.form-control {
    height: auto;
}

.bs3-wrapper input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .bs3-wrapper input[type="date"].form-control, .bs3-wrapper input[type="time"].form-control, .bs3-wrapper input[type="datetime-local"].form-control, .bs3-wrapper input[type="month"].form-control {
        line-height: 40.222px;
    }

    .bs3-wrapper input[type="date"].input-sm, .bs3-wrapper .input-group-sm > input[type="date"].form-control, .bs3-wrapper .input-group-sm > input[type="date"].input-group-addon, .bs3-wrapper .input-group-sm > .input-group-btn > input[type="date"].btn, .bs3-wrapper .input-group-sm input[type="date"], .bs3-wrapper input[type="time"].input-sm, .bs3-wrapper .input-group-sm > input[type="time"].form-control, .bs3-wrapper .input-group-sm > input[type="time"].input-group-addon, .bs3-wrapper .input-group-sm > .input-group-btn > input[type="time"].btn, .bs3-wrapper .input-group-sm input[type="time"], .bs3-wrapper input[type="datetime-local"].input-sm, .bs3-wrapper .input-group-sm > input[type="datetime-local"].form-control, .bs3-wrapper .input-group-sm > input[type="datetime-local"].input-group-addon, .bs3-wrapper .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .bs3-wrapper .input-group-sm input[type="datetime-local"], .bs3-wrapper input[type="month"].input-sm, .bs3-wrapper .input-group-sm > input[type="month"].form-control, .bs3-wrapper .input-group-sm > input[type="month"].input-group-addon, .bs3-wrapper .input-group-sm > .input-group-btn > input[type="month"].btn, .bs3-wrapper .input-group-sm input[type="month"] {
        line-height: 32.214px;
    }

    .bs3-wrapper input[type="date"].input-lg, .bs3-wrapper .input-group-lg > input[type="date"].form-control, .bs3-wrapper .input-group-lg > input[type="date"].input-group-addon, .bs3-wrapper .input-group-lg > .input-group-btn > input[type="date"].btn, .bs3-wrapper .input-group-lg input[type="date"], .bs3-wrapper input[type="time"].input-lg, .bs3-wrapper .input-group-lg > input[type="time"].form-control, .bs3-wrapper .input-group-lg > input[type="time"].input-group-addon, .bs3-wrapper .input-group-lg > .input-group-btn > input[type="time"].btn, .bs3-wrapper .input-group-lg input[type="time"], .bs3-wrapper input[type="datetime-local"].input-lg, .bs3-wrapper .input-group-lg > input[type="datetime-local"].form-control, .bs3-wrapper .input-group-lg > input[type="datetime-local"].input-group-addon, .bs3-wrapper .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .bs3-wrapper .input-group-lg input[type="datetime-local"], .bs3-wrapper input[type="month"].input-lg, .bs3-wrapper .input-group-lg > input[type="month"].form-control, .bs3-wrapper .input-group-lg > input[type="month"].input-group-addon, .bs3-wrapper .input-group-lg > .input-group-btn > input[type="month"].btn, .bs3-wrapper .input-group-lg input[type="month"] {
        line-height: 59px;
    }
}

.bs3-wrapper .form-group {
    margin-bottom: 15px;
}

.bs3-wrapper .radio, .bs3-wrapper .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bs3-wrapper .radio label, .bs3-wrapper .checkbox label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.bs3-wrapper .radio input[type="radio"], .bs3-wrapper .radio-inline input[type="radio"], .bs3-wrapper .checkbox input[type="checkbox"], .bs3-wrapper .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.bs3-wrapper .radio + .radio, .bs3-wrapper .checkbox + .checkbox {
    margin-top: -5px;
}

.bs3-wrapper .radio-inline, .bs3-wrapper .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.bs3-wrapper .radio-inline + .radio-inline, .bs3-wrapper .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.bs3-wrapper input[type="radio"][disabled], .bs3-wrapper input[type="radio"].disabled, .bs3-wrapper fieldset[disabled] input[type="radio"], .bs3-wrapper input[type="checkbox"][disabled], .bs3-wrapper input[type="checkbox"].disabled, .bs3-wrapper fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.bs3-wrapper .radio-inline.disabled, .bs3-wrapper fieldset[disabled] .radio-inline, .bs3-wrapper .checkbox-inline.disabled, .bs3-wrapper fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.bs3-wrapper .radio.disabled label, .bs3-wrapper fieldset[disabled] .radio label, .bs3-wrapper .checkbox.disabled label, .bs3-wrapper fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.bs3-wrapper .form-control-static {
    padding-top: 8.111px;
    padding-bottom: 8.111px;
    margin-bottom: 0;
    min-height: 40px;
}

.bs3-wrapper .form-control-static.input-lg, .bs3-wrapper .input-group-lg > .form-control-static.form-control, .bs3-wrapper .input-group-lg > .form-control-static.input-group-addon, .bs3-wrapper .input-group-lg > .input-group-btn > .form-control-static.btn, .bs3-wrapper .form-control-static.input-sm, .bs3-wrapper .input-group-sm > .form-control-static.form-control, .bs3-wrapper .input-group-sm > .form-control-static.input-group-addon, .bs3-wrapper .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.bs3-wrapper .input-sm, .bs3-wrapper .input-group-sm > .form-control, .bs3-wrapper .input-group-sm > .input-group-addon, .bs3-wrapper .input-group-sm > .input-group-btn > .btn {
    height: 32.214px;
    padding: 2.107px 10.667px;
    font-size: 14.222px;
    line-height: 1.875;
    border-radius: 0;
}

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

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

.bs3-wrapper .form-group-sm .form-control, .bs3-wrapper .form-group-s .form-control {
    height: 32.214px;
    padding: 2.107px 10.667px;
    font-size: 14.222px;
    line-height: 1.875;
    border-radius: 0;
}

.bs3-wrapper .form-group-sm select.form-control, .bs3-wrapper .form-group-s select.form-control {
    height: 32.214px;
    line-height: 32.214px;
}

.bs3-wrapper .form-group-sm textarea.form-control, .bs3-wrapper .form-group-s textarea.form-control, .bs3-wrapper .form-group-sm select[multiple].form-control, .bs3-wrapper .form-group-s select[multiple].form-control {
    height: auto;
}

.bs3-wrapper .form-group-sm .form-control-static, .bs3-wrapper .form-group-s .form-control-static {
    height: 32.214px;
    min-height: 38.222px;
    padding: 3.107px 10.667px;
    font-size: 14.222px;
    line-height: 1.875;
}

.bs3-wrapper .input-lg, .bs3-wrapper .input-group-lg > .form-control, .bs3-wrapper .input-group-lg > .input-group-addon, .bs3-wrapper .input-group-lg > .input-group-btn > .btn {
    height: 59px;
    padding: 16px 24px;
    font-size: 20.25px;
    line-height: 1.2;
    border-radius: 0;
}

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

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

.bs3-wrapper .form-group-lg .form-control, .bs3-wrapper .form-group-l .form-control {
    height: 59px;
    padding: 16px 24px;
    font-size: 20.25px;
    line-height: 1.2;
    border-radius: 0;
}

.bs3-wrapper .form-group-lg select.form-control, .bs3-wrapper .form-group-l select.form-control {
    height: 59px;
    line-height: 59px;
}

.bs3-wrapper .form-group-lg textarea.form-control, .bs3-wrapper .form-group-l textarea.form-control, .bs3-wrapper .form-group-lg select[multiple].form-control, .bs3-wrapper .form-group-l select[multiple].form-control {
    height: auto;
}

.bs3-wrapper .form-group-lg .form-control-static, .bs3-wrapper .form-group-l .form-control-static {
    height: 59px;
    min-height: 44.25px;
    padding: 17px 24px;
    font-size: 20.25px;
    line-height: 1.2;
}

.bs3-wrapper .has-feedback {
    position: relative;
}

.bs3-wrapper .has-feedback .form-control {
    padding-right: 50.2775px;
}

.bs3-wrapper .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40.222px;
    height: 40.222px;
    line-height: 40.222px;
    text-align: center;
    pointer-events: none;
}

.bs3-wrapper .input-lg + .form-control-feedback, .bs3-wrapper .input-group-lg > .form-control + .form-control-feedback, .bs3-wrapper .input-group-lg > .input-group-addon + .form-control-feedback, .bs3-wrapper .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .bs3-wrapper .input-group-lg + .form-control-feedback, .bs3-wrapper .form-group-lg .form-control + .form-control-feedback, .bs3-wrapper .form-group-l .form-control + .form-control-feedback {
    width: 59px;
    height: 59px;
    line-height: 59px;
}

.bs3-wrapper .input-sm + .form-control-feedback, .bs3-wrapper .input-group-sm > .form-control + .form-control-feedback, .bs3-wrapper .input-group-sm > .input-group-addon + .form-control-feedback, .bs3-wrapper .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .bs3-wrapper .input-group-sm + .form-control-feedback, .bs3-wrapper .form-group-sm .form-control + .form-control-feedback, .bs3-wrapper .form-group-s .form-control + .form-control-feedback {
    width: 32.214px;
    height: 32.214px;
    line-height: 32.214px;
}

.bs3-wrapper .has-success .help-block, .bs3-wrapper .has-success .control-label, .bs3-wrapper .has-success .radio, .bs3-wrapper .has-success .checkbox, .bs3-wrapper .has-success .radio-inline, .bs3-wrapper .has-success .checkbox-inline, .bs3-wrapper .has-success.radio label, .bs3-wrapper .has-success.checkbox label, .bs3-wrapper .has-success.radio-inline label, .bs3-wrapper .has-success.checkbox-inline label {
    color: #fff;
}

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

.bs3-wrapper .has-success .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}

.bs3-wrapper .has-success .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #559527;
}

.bs3-wrapper .has-success .form-control-feedback {
    color: #fff;
}

.bs3-wrapper .has-warning .help-block, .bs3-wrapper .has-warning .control-label, .bs3-wrapper .has-warning .radio, .bs3-wrapper .has-warning .checkbox, .bs3-wrapper .has-warning .radio-inline, .bs3-wrapper .has-warning .checkbox-inline, .bs3-wrapper .has-warning.radio label, .bs3-wrapper .has-warning.checkbox label, .bs3-wrapper .has-warning.radio-inline label, .bs3-wrapper .has-warning.checkbox-inline label {
    color: #000;
}

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

.bs3-wrapper .has-warning .form-control:focus {
    border-color: #000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333;
}

.bs3-wrapper .has-warning .input-group-addon {
    color: #000;
    border-color: #000;
    background-color: #e8ae4b;
}

.bs3-wrapper .has-warning .form-control-feedback {
    color: #000;
}

.bs3-wrapper .has-error .help-block, .bs3-wrapper .has-error .control-label, .bs3-wrapper .has-error .radio, .bs3-wrapper .has-error .checkbox, .bs3-wrapper .has-error .radio-inline, .bs3-wrapper .has-error .checkbox-inline, .bs3-wrapper .has-error.radio label, .bs3-wrapper .has-error.checkbox label, .bs3-wrapper .has-error.radio-inline label, .bs3-wrapper .has-error.checkbox-inline label {
    color: #fff;
}

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

.bs3-wrapper .has-error .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}

.bs3-wrapper .has-error .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #b00020;
}

.bs3-wrapper .has-error .form-control-feedback {
    color: #fff;
}

.bs3-wrapper .has-feedback label ~ .form-control-feedback {
    top: 29px;
}

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

.bs3-wrapper .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040;
}

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

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

    .bs3-wrapper .form-inline .form-control-static {
        display: inline-block;
    }

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

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

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

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

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

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

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

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

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

.bs3-wrapper .form-horizontal .radio, .bs3-wrapper .form-horizontal .checkbox {
    min-height: 32.111px;
}

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

.bs3-wrapper .form-horizontal .form-group::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

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

.bs3-wrapper .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 720px) {
    .bs3-wrapper .form-horizontal .form-group-lg .control-label, .bs3-wrapper .form-horizontal .form-group-l .control-label {
        padding-top: 17px;
        font-size: 20.25px;
    }
}

@media (min-width: 720px) {
    .bs3-wrapper .form-horizontal .form-group-sm .control-label, .bs3-wrapper .form-horizontal .form-group-s .control-label {
        padding-top: 3.107px;
        font-size: 14.222px;
    }
}

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

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

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

.bs3-wrapper .input-group .form-control:focus {
    z-index: 3;
}

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

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

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

.bs3-wrapper .input-group-addon {
    padding: 7.111px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #262626;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #595959;
    border-radius: 0;
}

.bs3-wrapper .input-group-addon.input-sm, .bs3-wrapper .input-group-sm > .input-group-addon, .bs3-wrapper .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 2.107px 10.667px;
    font-size: 14.222px;
    border-radius: 0;
}

.bs3-wrapper .input-group-addon.input-lg, .bs3-wrapper .input-group-lg > .input-group-addon, .bs3-wrapper .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 16px 24px;
    font-size: 20.25px;
    border-radius: 0;
}

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

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

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

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

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

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

.bs3-wrapper .input-group-btn > .btn {
    position: relative;
}

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

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

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

.bs3-wrapper .input-group-btn:last-child > .btn, .bs3-wrapper .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.bs3-wrapper .has-success .help-block, .bs3-wrapper .has-success .control-label, .bs3-wrapper .has-success .radio, .bs3-wrapper .has-success .checkbox, .bs3-wrapper .has-success .radio-inline, .bs3-wrapper .has-success .checkbox-inline, .bs3-wrapper .has-success.radio label, .bs3-wrapper .has-success.checkbox label, .bs3-wrapper .has-success.radio-inline label, .bs3-wrapper .has-success.checkbox-inline label {
    color: #559527;
}

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

.bs3-wrapper .has-success .form-control:focus {
    border-color: #3e6d1c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #86d151;
}

.bs3-wrapper .has-success .input-group-addon {
    color: #559527;
    border-color: #559527;
    background-color: #559527;
}

.bs3-wrapper .has-success .form-control-feedback {
    color: #559527;
}

.bs3-wrapper .has-warning .help-block, .bs3-wrapper .has-warning .control-label, .bs3-wrapper .has-warning .radio, .bs3-wrapper .has-warning .checkbox, .bs3-wrapper .has-warning .radio-inline, .bs3-wrapper .has-warning .checkbox-inline, .bs3-wrapper .has-warning.radio label, .bs3-wrapper .has-warning.checkbox label, .bs3-wrapper .has-warning.radio-inline label, .bs3-wrapper .has-warning.checkbox-inline label {
    color: #e8ae4b;
}

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

.bs3-wrapper .has-warning .form-control:focus {
    border-color: #e29a1e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4d7a5;
}

.bs3-wrapper .has-warning .input-group-addon {
    color: #e8ae4b;
    border-color: #e8ae4b;
    background-color: #e8ae4b;
}

.bs3-wrapper .has-warning .form-control-feedback {
    color: #e8ae4b;
}

.bs3-wrapper .has-error .help-block, .bs3-wrapper .has-error .control-label, .bs3-wrapper .has-error .radio, .bs3-wrapper .has-error .checkbox, .bs3-wrapper .has-error .radio-inline, .bs3-wrapper .has-error .checkbox-inline, .bs3-wrapper .has-error.radio label, .bs3-wrapper .has-error.checkbox label, .bs3-wrapper .has-error.radio-inline label, .bs3-wrapper .has-error.checkbox-inline label {
    color: #b00020;
}

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

.bs3-wrapper .has-error .form-control:focus {
    border-color: #7d0017;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1741;
}

.bs3-wrapper .has-error .input-group-addon {
    color: #b00020;
    border-color: #b00020;
    background-color: #b00020;
}

.bs3-wrapper .has-error .form-control-feedback {
    color: #b00020;
}

.bs3-wrapper label {
    margin: 0 0 10.667px 0;
}

.bs3-wrapper fieldset {
    margin: 0 0 24px 0;
    border: 1px solid #595959;
    padding: 16px;
}

.bs3-wrapper legend {
    margin: 0;
    border: 0;
    padding: 0 10.667px;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.bs3-wrapper .form-control {
    padding: 7.111px 10.667px;
}

.bs3-wrapper .form-group-lg .form-control, .bs3-wrapper .form-group-l .form-control {
    padding: 10.667px 16px;
}

.bs3-wrapper .form-control[readonly] {
    border: none;
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
    color: #000;
    box-shadow: none;
}

.bs3-wrapper .help-block {
    margin: 0;
    margin-top: 10.667px;
}

.bs3-wrapper .help-hint {
    display: block;
    font-size: 14.222px;
    font-weight: 400;
}

.bs3-wrapper .radio, .bs3-wrapper .checkbox {
    margin: 0 0 10.667px 0;
}

.bs3-wrapper .radio + .radio, .bs3-wrapper .checkbox + .checkbox {
    margin-top: 0;
}

.bs3-wrapper .radio:last-of-type, .bs3-wrapper .checkbox:last-of-type {
    margin-bottom: 0;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/bootstrap/glyphicons-halflings-regular.woff2")
            format("woff2"),
        url("../fonts/bootstrap/glyphicons-halflings-regular.woff")
            format("woff"),
        url("../fonts/bootstrap/glyphicons-halflings-regular.ttf")
            format("truetype"),
        url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
            format("svg");
}

.bs3-wrapper .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bs3-wrapper .glyphicon-asterisk:before {
    content: "\002a";
}

.bs3-wrapper .glyphicon-plus:before {
    content: "\002b";
}

.bs3-wrapper .glyphicon-euro:before, .bs3-wrapper .glyphicon-eur:before {
    content: "\20ac";
}

.bs3-wrapper .glyphicon-minus:before {
    content: "\2212";
}

.bs3-wrapper .glyphicon-cloud:before {
    content: "\2601";
}

.bs3-wrapper .glyphicon-envelope:before {
    content: "\2709";
}

.bs3-wrapper .glyphicon-pencil:before {
    content: "\270f";
}

.bs3-wrapper .glyphicon-glass:before {
    content: "\e001";
}

.bs3-wrapper .glyphicon-music:before {
    content: "\e002";
}

.bs3-wrapper .glyphicon-search:before {
    content: "\e003";
}

.bs3-wrapper .glyphicon-heart:before {
    content: "\e005";
}

.bs3-wrapper .glyphicon-star:before {
    content: "\e006";
}

.bs3-wrapper .glyphicon-star-empty:before {
    content: "\e007";
}

.bs3-wrapper .glyphicon-user:before {
    content: "\e008";
}

.bs3-wrapper .glyphicon-film:before {
    content: "\e009";
}

.bs3-wrapper .glyphicon-th-large:before {
    content: "\e010";
}

.bs3-wrapper .glyphicon-th:before {
    content: "\e011";
}

.bs3-wrapper .glyphicon-th-list:before {
    content: "\e012";
}

.bs3-wrapper .glyphicon-ok:before {
    content: "\e013";
}

.bs3-wrapper .glyphicon-remove:before {
    content: "\e014";
}

.bs3-wrapper .glyphicon-zoom-in:before {
    content: "\e015";
}

.bs3-wrapper .glyphicon-zoom-out:before {
    content: "\e016";
}

.bs3-wrapper .glyphicon-off:before {
    content: "\e017";
}

.bs3-wrapper .glyphicon-signal:before {
    content: "\e018";
}

.bs3-wrapper .glyphicon-cog:before {
    content: "\e019";
}

.bs3-wrapper .glyphicon-trash:before {
    content: "\e020";
}

.bs3-wrapper .glyphicon-home:before {
    content: "\e021";
}

.bs3-wrapper .glyphicon-file:before {
    content: "\e022";
}

.bs3-wrapper .glyphicon-time:before {
    content: "\e023";
}

.bs3-wrapper .glyphicon-road:before {
    content: "\e024";
}

.bs3-wrapper .glyphicon-download-alt:before {
    content: "\e025";
}

.bs3-wrapper .glyphicon-download:before {
    content: "\e026";
}

.bs3-wrapper .glyphicon-upload:before {
    content: "\e027";
}

.bs3-wrapper .glyphicon-inbox:before {
    content: "\e028";
}

.bs3-wrapper .glyphicon-play-circle:before {
    content: "\e029";
}

.bs3-wrapper .glyphicon-repeat:before {
    content: "\e030";
}

.bs3-wrapper .glyphicon-refresh:before {
    content: "\e031";
}

.bs3-wrapper .glyphicon-list-alt:before {
    content: "\e032";
}

.bs3-wrapper .glyphicon-lock:before {
    content: "\e033";
}

.bs3-wrapper .glyphicon-flag:before {
    content: "\e034";
}

.bs3-wrapper .glyphicon-headphones:before {
    content: "\e035";
}

.bs3-wrapper .glyphicon-volume-off:before {
    content: "\e036";
}

.bs3-wrapper .glyphicon-volume-down:before {
    content: "\e037";
}

.bs3-wrapper .glyphicon-volume-up:before {
    content: "\e038";
}

.bs3-wrapper .glyphicon-qrcode:before {
    content: "\e039";
}

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

.bs3-wrapper .glyphicon-tag:before {
    content: "\e041";
}

.bs3-wrapper .glyphicon-tags:before {
    content: "\e042";
}

.bs3-wrapper .glyphicon-book:before {
    content: "\e043";
}

.bs3-wrapper .glyphicon-bookmark:before {
    content: "\e044";
}

.bs3-wrapper .glyphicon-print:before {
    content: "\e045";
}

.bs3-wrapper .glyphicon-camera:before {
    content: "\e046";
}

.bs3-wrapper .glyphicon-font:before {
    content: "\e047";
}

.bs3-wrapper .glyphicon-bold:before {
    content: "\e048";
}

.bs3-wrapper .glyphicon-italic:before {
    content: "\e049";
}

.bs3-wrapper .glyphicon-text-height:before {
    content: "\e050";
}

.bs3-wrapper .glyphicon-text-width:before {
    content: "\e051";
}

.bs3-wrapper .glyphicon-align-left:before {
    content: "\e052";
}

.bs3-wrapper .glyphicon-align-center:before {
    content: "\e053";
}

.bs3-wrapper .glyphicon-align-right:before {
    content: "\e054";
}

.bs3-wrapper .glyphicon-align-justify:before {
    content: "\e055";
}

.bs3-wrapper .glyphicon-list:before {
    content: "\e056";
}

.bs3-wrapper .glyphicon-indent-left:before {
    content: "\e057";
}

.bs3-wrapper .glyphicon-indent-right:before {
    content: "\e058";
}

.bs3-wrapper .glyphicon-facetime-video:before {
    content: "\e059";
}

.bs3-wrapper .glyphicon-picture:before {
    content: "\e060";
}

.bs3-wrapper .glyphicon-map-marker:before {
    content: "\e062";
}

.bs3-wrapper .glyphicon-adjust:before {
    content: "\e063";
}

.bs3-wrapper .glyphicon-tint:before {
    content: "\e064";
}

.bs3-wrapper .glyphicon-edit:before {
    content: "\e065";
}

.bs3-wrapper .glyphicon-share:before {
    content: "\e066";
}

.bs3-wrapper .glyphicon-check:before {
    content: "\e067";
}

.bs3-wrapper .glyphicon-move:before {
    content: "\e068";
}

.bs3-wrapper .glyphicon-step-backward:before {
    content: "\e069";
}

.bs3-wrapper .glyphicon-fast-backward:before {
    content: "\e070";
}

.bs3-wrapper .glyphicon-backward:before {
    content: "\e071";
}

.bs3-wrapper .glyphicon-play:before {
    content: "\e072";
}

.bs3-wrapper .glyphicon-pause:before {
    content: "\e073";
}

.bs3-wrapper .glyphicon-stop:before {
    content: "\e074";
}

.bs3-wrapper .glyphicon-forward:before {
    content: "\e075";
}

.bs3-wrapper .glyphicon-fast-forward:before {
    content: "\e076";
}

.bs3-wrapper .glyphicon-step-forward:before {
    content: "\e077";
}

.bs3-wrapper .glyphicon-eject:before {
    content: "\e078";
}

.bs3-wrapper .glyphicon-chevron-left:before {
    content: "\e079";
}

.bs3-wrapper .glyphicon-chevron-right:before {
    content: "\e080";
}

.bs3-wrapper .glyphicon-plus-sign:before {
    content: "\e081";
}

.bs3-wrapper .glyphicon-minus-sign:before {
    content: "\e082";
}

.bs3-wrapper .glyphicon-remove-sign:before {
    content: "\e083";
}

.bs3-wrapper .glyphicon-ok-sign:before {
    content: "\e084";
}

.bs3-wrapper .glyphicon-question-sign:before {
    content: "\e085";
}

.bs3-wrapper .glyphicon-info-sign:before {
    content: "\e086";
}

.bs3-wrapper .glyphicon-screenshot:before {
    content: "\e087";
}

.bs3-wrapper .glyphicon-remove-circle:before {
    content: "\e088";
}

.bs3-wrapper .glyphicon-ok-circle:before {
    content: "\e089";
}

.bs3-wrapper .glyphicon-ban-circle:before {
    content: "\e090";
}

.bs3-wrapper .glyphicon-arrow-left:before {
    content: "\e091";
}

.bs3-wrapper .glyphicon-arrow-right:before {
    content: "\e092";
}

.bs3-wrapper .glyphicon-arrow-up:before {
    content: "\e093";
}

.bs3-wrapper .glyphicon-arrow-down:before {
    content: "\e094";
}

.bs3-wrapper .glyphicon-share-alt:before {
    content: "\e095";
}

.bs3-wrapper .glyphicon-resize-full:before {
    content: "\e096";
}

.bs3-wrapper .glyphicon-resize-small:before {
    content: "\e097";
}

.bs3-wrapper .glyphicon-exclamation-sign:before {
    content: "\e101";
}

.bs3-wrapper .glyphicon-gift:before {
    content: "\e102";
}

.bs3-wrapper .glyphicon-leaf:before {
    content: "\e103";
}

.bs3-wrapper .glyphicon-fire:before {
    content: "\e104";
}

.bs3-wrapper .glyphicon-eye-open:before {
    content: "\e105";
}

.bs3-wrapper .glyphicon-eye-close:before {
    content: "\e106";
}

.bs3-wrapper .glyphicon-warning-sign:before {
    content: "\e107";
}

.bs3-wrapper .glyphicon-plane:before {
    content: "\e108";
}

.bs3-wrapper .glyphicon-calendar:before {
    content: "\e109";
}

.bs3-wrapper .glyphicon-random:before {
    content: "\e110";
}

.bs3-wrapper .glyphicon-comment:before {
    content: "\e111";
}

.bs3-wrapper .glyphicon-magnet:before {
    content: "\e112";
}

.bs3-wrapper .glyphicon-chevron-up:before {
    content: "\e113";
}

.bs3-wrapper .glyphicon-chevron-down:before {
    content: "\e114";
}

.bs3-wrapper .glyphicon-retweet:before {
    content: "\e115";
}

.bs3-wrapper .glyphicon-shopping-cart:before {
    content: "\e116";
}

.bs3-wrapper .glyphicon-folder-close:before {
    content: "\e117";
}

.bs3-wrapper .glyphicon-folder-open:before {
    content: "\e118";
}

.bs3-wrapper .glyphicon-resize-vertical:before {
    content: "\e119";
}

.bs3-wrapper .glyphicon-resize-horizontal:before {
    content: "\e120";
}

.bs3-wrapper .glyphicon-hdd:before {
    content: "\e121";
}

.bs3-wrapper .glyphicon-bullhorn:before {
    content: "\e122";
}

.bs3-wrapper .glyphicon-bell:before {
    content: "\e123";
}

.bs3-wrapper .glyphicon-certificate:before {
    content: "\e124";
}

.bs3-wrapper .glyphicon-thumbs-up:before {
    content: "\e125";
}

.bs3-wrapper .glyphicon-thumbs-down:before {
    content: "\e126";
}

.bs3-wrapper .glyphicon-hand-right:before {
    content: "\e127";
}

.bs3-wrapper .glyphicon-hand-left:before {
    content: "\e128";
}

.bs3-wrapper .glyphicon-hand-up:before {
    content: "\e129";
}

.bs3-wrapper .glyphicon-hand-down:before {
    content: "\e130";
}

.bs3-wrapper .glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.bs3-wrapper .glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.bs3-wrapper .glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.bs3-wrapper .glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.bs3-wrapper .glyphicon-globe:before {
    content: "\e135";
}

.bs3-wrapper .glyphicon-wrench:before {
    content: "\e136";
}

.bs3-wrapper .glyphicon-tasks:before {
    content: "\e137";
}

.bs3-wrapper .glyphicon-filter:before {
    content: "\e138";
}

.bs3-wrapper .glyphicon-briefcase:before {
    content: "\e139";
}

.bs3-wrapper .glyphicon-fullscreen:before {
    content: "\e140";
}

.bs3-wrapper .glyphicon-dashboard:before {
    content: "\e141";
}

.bs3-wrapper .glyphicon-paperclip:before {
    content: "\e142";
}

.bs3-wrapper .glyphicon-heart-empty:before {
    content: "\e143";
}

.bs3-wrapper .glyphicon-link:before {
    content: "\e144";
}

.bs3-wrapper .glyphicon-phone:before {
    content: "\e145";
}

.bs3-wrapper .glyphicon-pushpin:before {
    content: "\e146";
}

.bs3-wrapper .glyphicon-usd:before {
    content: "\e148";
}

.bs3-wrapper .glyphicon-gbp:before {
    content: "\e149";
}

.bs3-wrapper .glyphicon-sort:before {
    content: "\e150";
}

.bs3-wrapper .glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.bs3-wrapper .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.bs3-wrapper .glyphicon-sort-by-order:before {
    content: "\e153";
}

.bs3-wrapper .glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.bs3-wrapper .glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.bs3-wrapper .glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.bs3-wrapper .glyphicon-unchecked:before {
    content: "\e157";
}

.bs3-wrapper .glyphicon-expand:before {
    content: "\e158";
}

.bs3-wrapper .glyphicon-collapse-down:before {
    content: "\e159";
}

.bs3-wrapper .glyphicon-collapse-up:before {
    content: "\e160";
}

.bs3-wrapper .glyphicon-log-in:before {
    content: "\e161";
}

.bs3-wrapper .glyphicon-flash:before {
    content: "\e162";
}

.bs3-wrapper .glyphicon-log-out:before {
    content: "\e163";
}

.bs3-wrapper .glyphicon-new-window:before {
    content: "\e164";
}

.bs3-wrapper .glyphicon-record:before {
    content: "\e165";
}

.bs3-wrapper .glyphicon-save:before {
    content: "\e166";
}

.bs3-wrapper .glyphicon-open:before {
    content: "\e167";
}

.bs3-wrapper .glyphicon-saved:before {
    content: "\e168";
}

.bs3-wrapper .glyphicon-import:before {
    content: "\e169";
}

.bs3-wrapper .glyphicon-export:before {
    content: "\e170";
}

.bs3-wrapper .glyphicon-send:before {
    content: "\e171";
}

.bs3-wrapper .glyphicon-floppy-disk:before {
    content: "\e172";
}

.bs3-wrapper .glyphicon-floppy-saved:before {
    content: "\e173";
}

.bs3-wrapper .glyphicon-floppy-remove:before {
    content: "\e174";
}

.bs3-wrapper .glyphicon-floppy-save:before {
    content: "\e175";
}

.bs3-wrapper .glyphicon-floppy-open:before {
    content: "\e176";
}

.bs3-wrapper .glyphicon-credit-card:before {
    content: "\e177";
}

.bs3-wrapper .glyphicon-transfer:before {
    content: "\e178";
}

.bs3-wrapper .glyphicon-cutlery:before {
    content: "\e179";
}

.bs3-wrapper .glyphicon-header:before {
    content: "\e180";
}

.bs3-wrapper .glyphicon-compressed:before {
    content: "\e181";
}

.bs3-wrapper .glyphicon-earphone:before {
    content: "\e182";
}

.bs3-wrapper .glyphicon-phone-alt:before {
    content: "\e183";
}

.bs3-wrapper .glyphicon-tower:before {
    content: "\e184";
}

.bs3-wrapper .glyphicon-stats:before {
    content: "\e185";
}

.bs3-wrapper .glyphicon-sd-video:before {
    content: "\e186";
}

.bs3-wrapper .glyphicon-hd-video:before {
    content: "\e187";
}

.bs3-wrapper .glyphicon-subtitles:before {
    content: "\e188";
}

.bs3-wrapper .glyphicon-sound-stereo:before {
    content: "\e189";
}

.bs3-wrapper .glyphicon-sound-dolby:before {
    content: "\e190";
}

.bs3-wrapper .glyphicon-sound-5-1:before {
    content: "\e191";
}

.bs3-wrapper .glyphicon-sound-6-1:before {
    content: "\e192";
}

.bs3-wrapper .glyphicon-sound-7-1:before {
    content: "\e193";
}

.bs3-wrapper .glyphicon-copyright-mark:before {
    content: "\e194";
}

.bs3-wrapper .glyphicon-registration-mark:before {
    content: "\e195";
}

.bs3-wrapper .glyphicon-cloud-download:before {
    content: "\e197";
}

.bs3-wrapper .glyphicon-cloud-upload:before {
    content: "\e198";
}

.bs3-wrapper .glyphicon-tree-conifer:before {
    content: "\e199";
}

.bs3-wrapper .glyphicon-tree-deciduous:before {
    content: "\e200";
}

.bs3-wrapper .glyphicon-cd:before {
    content: "\e201";
}

.bs3-wrapper .glyphicon-save-file:before {
    content: "\e202";
}

.bs3-wrapper .glyphicon-open-file:before {
    content: "\e203";
}

.bs3-wrapper .glyphicon-level-up:before {
    content: "\e204";
}

.bs3-wrapper .glyphicon-copy:before {
    content: "\e205";
}

.bs3-wrapper .glyphicon-paste:before {
    content: "\e206";
}

.bs3-wrapper .glyphicon-alert:before {
    content: "\e209";
}

.bs3-wrapper .glyphicon-equalizer:before {
    content: "\e210";
}

.bs3-wrapper .glyphicon-king:before {
    content: "\e211";
}

.bs3-wrapper .glyphicon-queen:before {
    content: "\e212";
}

.bs3-wrapper .glyphicon-pawn:before {
    content: "\e213";
}

.bs3-wrapper .glyphicon-bishop:before {
    content: "\e214";
}

.bs3-wrapper .glyphicon-knight:before {
    content: "\e215";
}

.bs3-wrapper .glyphicon-baby-formula:before {
    content: "\e216";
}

.bs3-wrapper .glyphicon-tent:before {
    content: "\26fa";
}

.bs3-wrapper .glyphicon-blackboard:before {
    content: "\e218";
}

.bs3-wrapper .glyphicon-bed:before {
    content: "\e219";
}

.bs3-wrapper .glyphicon-apple:before {
    content: "\f8ff";
}

.bs3-wrapper .glyphicon-erase:before {
    content: "\e221";
}

.bs3-wrapper .glyphicon-hourglass:before {
    content: "\231b";
}

.bs3-wrapper .glyphicon-lamp:before {
    content: "\e223";
}

.bs3-wrapper .glyphicon-duplicate:before {
    content: "\e224";
}

.bs3-wrapper .glyphicon-piggy-bank:before {
    content: "\e225";
}

.bs3-wrapper .glyphicon-scissors:before {
    content: "\e226";
}

.bs3-wrapper .glyphicon-bitcoin:before {
    content: "\e227";
}

.bs3-wrapper .glyphicon-btc:before {
    content: "\e227";
}

.bs3-wrapper .glyphicon-xbt:before {
    content: "\e227";
}

.bs3-wrapper .glyphicon-yen:before {
    content: "\00a5";
}

.bs3-wrapper .glyphicon-jpy:before {
    content: "\00a5";
}

.bs3-wrapper .glyphicon-ruble:before {
    content: "\20bd";
}

.bs3-wrapper .glyphicon-rub:before {
    content: "\20bd";
}

.bs3-wrapper .glyphicon-scale:before {
    content: "\e230";
}

.bs3-wrapper .glyphicon-ice-lolly:before {
    content: "\e231";
}

.bs3-wrapper .glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.bs3-wrapper .glyphicon-education:before {
    content: "\e233";
}

.bs3-wrapper .glyphicon-option-horizontal:before {
    content: "\e234";
}

.bs3-wrapper .glyphicon-option-vertical:before {
    content: "\e235";
}

.bs3-wrapper .glyphicon-menu-hamburger:before {
    content: "\e236";
}

.bs3-wrapper .glyphicon-modal-window:before {
    content: "\e237";
}

.bs3-wrapper .glyphicon-oil:before {
    content: "\e238";
}

.bs3-wrapper .glyphicon-grain:before {
    content: "\e239";
}

.bs3-wrapper .glyphicon-sunglasses:before {
    content: "\e240";
}

.bs3-wrapper .glyphicon-text-size:before {
    content: "\e241";
}

.bs3-wrapper .glyphicon-text-color:before {
    content: "\e242";
}

.bs3-wrapper .glyphicon-text-background:before {
    content: "\e243";
}

.bs3-wrapper .glyphicon-object-align-top:before {
    content: "\e244";
}

.bs3-wrapper .glyphicon-object-align-bottom:before {
    content: "\e245";
}

.bs3-wrapper .glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.bs3-wrapper .glyphicon-object-align-left:before {
    content: "\e247";
}

.bs3-wrapper .glyphicon-object-align-vertical:before {
    content: "\e248";
}

.bs3-wrapper .glyphicon-object-align-right:before {
    content: "\e249";
}

.bs3-wrapper .glyphicon-triangle-right:before {
    content: "\e250";
}

.bs3-wrapper .glyphicon-triangle-left:before {
    content: "\e251";
}

.bs3-wrapper .glyphicon-triangle-bottom:before {
    content: "\e252";
}

.bs3-wrapper .glyphicon-triangle-top:before {
    content: "\e253";
}

.bs3-wrapper .glyphicon-console:before {
    content: "\e254";
}

.bs3-wrapper .glyphicon-superscript:before {
    content: "\e255";
}

.bs3-wrapper .glyphicon-subscript:before {
    content: "\e256";
}

.bs3-wrapper .glyphicon-menu-left:before {
    content: "\e257";
}

.bs3-wrapper .glyphicon-menu-right:before {
    content: "\e258";
}

.bs3-wrapper .glyphicon-menu-down:before {
    content: "\e259";
}

.bs3-wrapper .glyphicon-menu-up:before {
    content: "\e260";
}

.bs3-wrapper .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.bs3-wrapper .label:empty {
    display: none;
}

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

.bs3-wrapper a.label:hover, .bs3-wrapper a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.bs3-wrapper .label-default {
    background-color: #595959;
}

.bs3-wrapper .label-default[href]:hover, .bs3-wrapper .label-default[href]:focus {
    background-color: #404040;
}

.bs3-wrapper .label-primary {
    background-color: #006fab;
}

.bs3-wrapper .label-primary[href]:hover, .bs3-wrapper .label-primary[href]:focus {
    background-color: #004e78;
}

.bs3-wrapper .label-success {
    background-color: #559527;
}

.bs3-wrapper .label-success[href]:hover, .bs3-wrapper .label-success[href]:focus {
    background-color: #3e6d1c;
}

.bs3-wrapper .label-info {
    background-color: #8a4e94;
}

.bs3-wrapper .label-info[href]:hover, .bs3-wrapper .label-info[href]:focus {
    background-color: #6b3c73;
}

.bs3-wrapper .label-warning {
    background-color: #e8ae4b;
}

.bs3-wrapper .label-warning[href]:hover, .bs3-wrapper .label-warning[href]:focus {
    background-color: #e29a1e;
}

.bs3-wrapper .label-danger {
    background-color: #b00020;
}

.bs3-wrapper .label-danger[href]:hover, .bs3-wrapper .label-danger[href]:focus {
    background-color: #7d0017;
}

.bs3-wrapper .label-warning {
    color: #262626;
}

.bs3-wrapper .list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.bs3-wrapper .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
}

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

.bs3-wrapper .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.bs3-wrapper a.list-group-item, .bs3-wrapper button.list-group-item {
    color: #404040;
}

.bs3-wrapper a.list-group-item .list-group-item-heading, .bs3-wrapper button.list-group-item .list-group-item-heading {
    color: #262626;
}

.bs3-wrapper a.list-group-item:hover, .bs3-wrapper a.list-group-item:focus, .bs3-wrapper button.list-group-item:hover, .bs3-wrapper button.list-group-item:focus {
    text-decoration: none;
    color: #404040;
    background-color: #f2f2f2;
}

.bs3-wrapper button.list-group-item {
    width: 100%;
    text-align: left;
}

.bs3-wrapper .list-group-item.disabled, .bs3-wrapper .list-group-item.disabled:hover, .bs3-wrapper .list-group-item.disabled:focus {
    background-color: #f2f2f2;
    color: #e6e6e6;
    cursor: not-allowed;
}

.bs3-wrapper .list-group-item.disabled .list-group-item-heading, .bs3-wrapper .list-group-item.disabled:hover .list-group-item-heading, .bs3-wrapper .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.bs3-wrapper .list-group-item.disabled .list-group-item-text, .bs3-wrapper .list-group-item.disabled:hover .list-group-item-text, .bs3-wrapper .list-group-item.disabled:focus .list-group-item-text {
    color: #e6e6e6;
}

.bs3-wrapper .list-group-item.active, .bs3-wrapper .list-group-item.active:hover, .bs3-wrapper .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #006fab;
    border-color: #006fab;
}

.bs3-wrapper .list-group-item.active .list-group-item-heading, .bs3-wrapper .list-group-item.active .list-group-item-heading > small, .bs3-wrapper .list-group-item.active .list-group-item-heading > .small, .bs3-wrapper .list-group-item.active:hover .list-group-item-heading, .bs3-wrapper .list-group-item.active:hover .list-group-item-heading > small, .bs3-wrapper .list-group-item.active:hover .list-group-item-heading > .small, .bs3-wrapper .list-group-item.active:focus .list-group-item-heading, .bs3-wrapper .list-group-item.active:focus .list-group-item-heading > small, .bs3-wrapper .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.bs3-wrapper .list-group-item.active .list-group-item-text, .bs3-wrapper .list-group-item.active:hover .list-group-item-text, .bs3-wrapper .list-group-item.active:focus .list-group-item-text {
    color: #78d0ff;
}

.bs3-wrapper .list-group-item-success {
    color: #fff;
    background-color: #559527;
}

.bs3-wrapper a.list-group-item-success, .bs3-wrapper button.list-group-item-success {
    color: #fff;
}

.bs3-wrapper a.list-group-item-success .list-group-item-heading, .bs3-wrapper button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

.bs3-wrapper a.list-group-item-success:hover, .bs3-wrapper a.list-group-item-success:focus, .bs3-wrapper button.list-group-item-success:hover, .bs3-wrapper button.list-group-item-success:focus {
    color: #fff;
    background-color: #498122;
}

.bs3-wrapper a.list-group-item-success.active, .bs3-wrapper a.list-group-item-success.active:hover, .bs3-wrapper a.list-group-item-success.active:focus, .bs3-wrapper button.list-group-item-success.active, .bs3-wrapper button.list-group-item-success.active:hover, .bs3-wrapper button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.bs3-wrapper .list-group-item-info {
    color: #fff;
    background-color: #8a4e94;
}

.bs3-wrapper a.list-group-item-info, .bs3-wrapper button.list-group-item-info {
    color: #fff;
}

.bs3-wrapper a.list-group-item-info .list-group-item-heading, .bs3-wrapper button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

.bs3-wrapper a.list-group-item-info:hover, .bs3-wrapper a.list-group-item-info:focus, .bs3-wrapper button.list-group-item-info:hover, .bs3-wrapper button.list-group-item-info:focus {
    color: #fff;
    background-color: #7a4583;
}

.bs3-wrapper a.list-group-item-info.active, .bs3-wrapper a.list-group-item-info.active:hover, .bs3-wrapper a.list-group-item-info.active:focus, .bs3-wrapper button.list-group-item-info.active, .bs3-wrapper button.list-group-item-info.active:hover, .bs3-wrapper button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.bs3-wrapper .list-group-item-warning {
    color: #000;
    background-color: #e8ae4b;
}

.bs3-wrapper a.list-group-item-warning, .bs3-wrapper button.list-group-item-warning {
    color: #000;
}

.bs3-wrapper a.list-group-item-warning .list-group-item-heading, .bs3-wrapper button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

.bs3-wrapper a.list-group-item-warning:hover, .bs3-wrapper a.list-group-item-warning:focus, .bs3-wrapper button.list-group-item-warning:hover, .bs3-wrapper button.list-group-item-warning:focus {
    color: #000;
    background-color: #e5a434;
}

.bs3-wrapper a.list-group-item-warning.active, .bs3-wrapper a.list-group-item-warning.active:hover, .bs3-wrapper a.list-group-item-warning.active:focus, .bs3-wrapper button.list-group-item-warning.active, .bs3-wrapper button.list-group-item-warning.active:hover, .bs3-wrapper button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.bs3-wrapper .list-group-item-danger {
    color: #fff;
    background-color: #b00020;
}

.bs3-wrapper a.list-group-item-danger, .bs3-wrapper button.list-group-item-danger {
    color: #fff;
}

.bs3-wrapper a.list-group-item-danger .list-group-item-heading, .bs3-wrapper button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

.bs3-wrapper a.list-group-item-danger:hover, .bs3-wrapper a.list-group-item-danger:focus, .bs3-wrapper button.list-group-item-danger:hover, .bs3-wrapper button.list-group-item-danger:focus {
    color: #fff;
    background-color: #97001b;
}

.bs3-wrapper a.list-group-item-danger.active, .bs3-wrapper a.list-group-item-danger.active:hover, .bs3-wrapper a.list-group-item-danger.active:focus, .bs3-wrapper button.list-group-item-danger.active, .bs3-wrapper button.list-group-item-danger.active:hover, .bs3-wrapper button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.bs3-wrapper .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs3-wrapper .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.bs3-wrapper .list-group {
    margin: 0 0 24px 0;
}

.bs3-wrapper .list-group-item {
    padding: 10.667px;
}

.bs3-wrapper .list-group-l .list-group-item {
    padding: 16px;
}

.bs3-wrapper .media {
    margin-top: 15px;
}

.bs3-wrapper .media:first-child {
    margin-top: 0;
}

.bs3-wrapper .media, .bs3-wrapper .media-body {
    zoom: 1;
    overflow: hidden;
}

.bs3-wrapper .media-body {
    width: 10000px;
}

.bs3-wrapper .media-object {
    display: block;
}

.bs3-wrapper .media-object.img-thumbnail {
    max-width: none;
}

.bs3-wrapper .media-right, .bs3-wrapper .media > .pull-right {
    padding-left: 10px;
}

.bs3-wrapper .media-left, .bs3-wrapper .media > .pull-left {
    padding-right: 10px;
}

.bs3-wrapper .media-left, .bs3-wrapper .media-right, .bs3-wrapper .media-body {
    display: table-cell;
    vertical-align: top;
}

.bs3-wrapper .media-middle {
    vertical-align: middle;
}

.bs3-wrapper .media-bottom {
    vertical-align: bottom;
}

.bs3-wrapper .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs3-wrapper .media-list {
    padding-left: 0;
    list-style: none;
}

.bs3-wrapper .media-object {
    max-width: none;
}

.bs3-wrapper .media-right, .bs3-wrapper .media > .pull-right {
    padding-left: 24px;
}

.bs3-wrapper .media-left, .bs3-wrapper .media > .pull-left {
    padding-right: 24px;
}

.bs3-wrapper .media-heading {
    margin: 0 0 10.667px 0;
}

.bs3-wrapper .modal-open {
    overflow: hidden;
}

.bs3-wrapper .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.bs3-wrapper .modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.bs3-wrapper .modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.bs3-wrapper .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.bs3-wrapper .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.bs3-wrapper .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #595959;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.bs3-wrapper .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8050;
    background-color: #000;
}

.bs3-wrapper .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.bs3-wrapper .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.bs3-wrapper .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.bs3-wrapper .modal-header::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

.bs3-wrapper .modal-header .close {
    margin-top: -2px;
}

.bs3-wrapper .modal-title {
    margin: 0;
    line-height: 1.5;
}

.bs3-wrapper .modal-body {
    position: relative;
    padding: 15px;
}

.bs3-wrapper .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.bs3-wrapper .modal-footer::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

.bs3-wrapper .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.bs3-wrapper .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.bs3-wrapper .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.bs3-wrapper .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 720px) {
    .bs3-wrapper .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .bs3-wrapper .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .bs3-wrapper .modal-sm {
        width: 300px;
    }
}

@media (min-width: 1024px) {
    .bs3-wrapper .modal-lg {
        width: 900px;
    }
}

.bs3-wrapper .modal-header {
    padding: 10.667px 16px;
}

.bs3-wrapper .modal-header .close {
    margin-top: 1px;
}

.bs3-wrapper .modal-body {
    padding: 16px;
}

.bs3-wrapper .modal-footer {
    padding: 16px;
}

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

.bs3-wrapper .nav::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

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

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

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

.bs3-wrapper .nav > li.disabled > a {
    color: #e6e6e6;
}

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

.bs3-wrapper .nav .open > a, .bs3-wrapper .nav .open > a:hover, .bs3-wrapper .nav .open > a:focus {
    background-color: #f2f2f2;
    border-color: #006fab;
}

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

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

.bs3-wrapper .nav-tabs {
    border-bottom: 1px solid #bfbfbf;
}

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

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

.bs3-wrapper .nav-tabs > li > a:hover {
    border-color: #f2f2f2 #f2f2f2 #bfbfbf;
}

.bs3-wrapper .nav-tabs > li.active > a, .bs3-wrapper .nav-tabs > li.active > a:hover, .bs3-wrapper .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-bottom-color: transparent;
    cursor: default;
}

.bs3-wrapper .nav-pills > li {
    float: left;
}

.bs3-wrapper .nav-pills > li > a {
    border-radius: 0;
}

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

.bs3-wrapper .nav-pills > li.active > a, .bs3-wrapper .nav-pills > li.active > a:hover, .bs3-wrapper .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #006fab;
}

.bs3-wrapper .nav-stacked > li {
    float: none;
}

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

.bs3-wrapper .nav-justified, .bs3-wrapper .nav-tabs.nav-justified {
    width: 100%;
}

.bs3-wrapper .nav-justified > li, .bs3-wrapper .nav-tabs.nav-justified > li {
    float: none;
}

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

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

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

    .bs3-wrapper .nav-justified > li > a, .bs3-wrapper .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.bs3-wrapper .nav-tabs-justified, .bs3-wrapper .nav-tabs.nav-justified {
    border-bottom: 0;
}

.bs3-wrapper .nav-tabs-justified > li > a, .bs3-wrapper .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}

.bs3-wrapper .nav-tabs-justified > .active > a, .bs3-wrapper .nav-tabs.nav-justified > .active > a, .bs3-wrapper .nav-tabs-justified > .active > a:hover, .bs3-wrapper .nav-tabs.nav-justified > .active > a:hover, .bs3-wrapper .nav-tabs-justified > .active > a:focus, .bs3-wrapper .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #bfbfbf;
}

@media (min-width: 720px) {
    .bs3-wrapper .nav-tabs-justified > li > a, .bs3-wrapper .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #bfbfbf;
        border-radius: 0 0 0 0;
    }

    .bs3-wrapper .nav-tabs-justified > .active > a, .bs3-wrapper .nav-tabs.nav-justified > .active > a, .bs3-wrapper .nav-tabs-justified > .active > a:hover, .bs3-wrapper .nav-tabs.nav-justified > .active > a:hover, .bs3-wrapper .nav-tabs-justified > .active > a:focus, .bs3-wrapper .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.bs3-wrapper .tab-content > .tab-pane {
    display: none;
}

.bs3-wrapper .tab-content > .active {
    display: block;
}

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

.bs3-wrapper .nav > li > .nav-item {
    display: block;
    position: relative;
    padding: 10px 15px;
}

.bs3-wrapper .nav > li > .nav-item:hover, .bs3-wrapper .nav > li > .nav-item:focus {
    background-color: #f2f2f2;
    text-decoration: none;
}

.bs3-wrapper .nav > .disabled > .nav-item {
    color: #e6e6e6;
}

.bs3-wrapper .nav > .disabled > .nav-item:hover, .bs3-wrapper .nav > .disabled > .nav-item:focus {
    background-color: transparent;
    cursor: not-allowed;
    text-decoration: none;
    color: #e6e6e6;
}

.bs3-wrapper .nav .open > .nav-item, .bs3-wrapper .nav .open > .nav-item:hover, .bs3-wrapper .nav .open > .nav-item:focus {
    border-color: #006fab;
    background-color: #f2f2f2;
}

.bs3-wrapper .nav-tabs > li > .nav-item {
    margin-right: 2px;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
    line-height: 1.5;
}

.bs3-wrapper .nav-tabs > li > .nav-item:hover {
    border-color: #f2f2f2 #f2f2f2 #bfbfbf;
}

.bs3-wrapper .nav-tabs > .active > a, .bs3-wrapper .nav-tabs > .active > a:hover, .bs3-wrapper .nav-tabs > .active > a:focus {
    border: 1px solid #bfbfbf;
    border-bottom-color: transparent;
    background-color: #fff;
    cursor: default;
    color: #000;
}

.bs3-wrapper .nav-pills > .active > .nav-item, .bs3-wrapper .nav-pills > .active > .nav-item:hover, .bs3-wrapper .nav-pills > .active > .nav-item:focus {
    background-color: #006fab;
    color: #fff;
}

.bs3-wrapper .nav-tabs-justified > .active > .nav-item, .bs3-wrapper .nav-tabs.nav-justified > .active > .nav-item {
    border: 1px solid #bfbfbf;
}

.bs3-wrapper .nav-tabs-justified > .active > .nav-item:hover, .bs3-wrapper .nav-tabs.nav-justified > .active > .nav-item:hover {
    border-bottom-color: #bfbfbf;
}

@media (min-width: 720px) {
    .bs3-wrapper .nav-tabs-justified > .active > .nav-item, .bs3-wrapper .nav-tabs.nav-justified > .active > .nav-item {
        border-bottom-color: #fff;
    }
}

.bs3-wrapper .nav-pills > li > .nav-item {
    border-radius: 0;
}

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

@media (min-width: 720px) {
    .bs3-wrapper .nav-justified > li > .nav-item {
        margin-bottom: 0;
    }
}

.bs3-wrapper .nav-tabs-justified > li > .nav-item, .bs3-wrapper .nav-tabs.nav-justified > li > .nav-item {
    margin-right: 0;
    border-radius: 0;
}

.bs3-wrapper .nav-tabs-justified > li > .nav-item:hover, .bs3-wrapper .nav-tabs.nav-justified > li > .nav-item:hover {
    border-bottom-color: transparent;
}

@media (min-width: 720px) {
    .bs3-wrapper .nav-tabs-justified > li > .nav-item, .bs3-wrapper .nav-tabs.nav-justified > li > .nav-item {
        border-bottom: 1px solid #bfbfbf;
        border-radius: 0 0 0 0;
    }
}

.bs3-wrapper .nav-tabs-topline li {
    border-top: 3px solid #ccc;
    background-color: #f2f2f2;
    padding: 3px 0;
}

.bs3-wrapper .nav-tabs-topline li.active {
    border-top: 3px solid #559527;
}

.bs3-wrapper .nav-tabs-topline li.active::after {
    background-color: #559527;
}

.bs3-wrapper .nav-tabs-topline li:hover {
    text-decoration: underline;
}

.bs3-wrapper .nav-tabs-topline li a:visited {
    color: transparent;
}

.bs3-wrapper .nav-tabs-topline li::after {
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: 1;
    margin-left: -9px;
    border-radius: 50% 50% 0 50%;
    background-color: #ccc;
    width: 18px;
    height: 18px;
    content: "";
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bs3-wrapper .pager {
    padding-left: 0;
    margin: 24px 0;
    list-style: none;
    text-align: center;
}

.bs3-wrapper .pager::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

.bs3-wrapper .pager li {
    display: inline;
}

.bs3-wrapper .pager li > a, .bs3-wrapper .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 0;
}

.bs3-wrapper .pager li > a:hover, .bs3-wrapper .pager li > a:focus {
    text-decoration: none;
    background-color: #f2f2f2;
}

.bs3-wrapper .pager .next > a, .bs3-wrapper .pager .next > span {
    float: right;
}

.bs3-wrapper .pager .previous > a, .bs3-wrapper .pager .previous > span {
    float: left;
}

.bs3-wrapper .pager .disabled > a, .bs3-wrapper .pager .disabled > a:hover, .bs3-wrapper .pager .disabled > a:focus, .bs3-wrapper .pager .disabled > span {
    color: #bfbfbf;
    background-color: #fff;
    cursor: not-allowed;
}

.bs3-wrapper .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 0;
}

.bs3-wrapper .pagination > li {
    display: inline;
}

.bs3-wrapper .pagination > li > a, .bs3-wrapper .pagination > li > span {
    position: relative;
    float: left;
    padding: 7.111px 16px;
    line-height: 1.5;
    text-decoration: none;
    color: #006fab;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    margin-left: -1px;
}

.bs3-wrapper .pagination > li:first-child > a, .bs3-wrapper .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.bs3-wrapper .pagination > li:last-child > a, .bs3-wrapper .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.bs3-wrapper .pagination > li > a:hover, .bs3-wrapper .pagination > li > a:focus, .bs3-wrapper .pagination > li > span:hover, .bs3-wrapper .pagination > li > span:focus {
    z-index: 2;
    color: #004e78;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}

.bs3-wrapper .pagination > .active > a, .bs3-wrapper .pagination > .active > a:hover, .bs3-wrapper .pagination > .active > a:focus, .bs3-wrapper .pagination > .active > span, .bs3-wrapper .pagination > .active > span:hover, .bs3-wrapper .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #006fab;
    border-color: #006fab;
    cursor: default;
}

.bs3-wrapper .pagination > .disabled > span, .bs3-wrapper .pagination > .disabled > span:hover, .bs3-wrapper .pagination > .disabled > span:focus, .bs3-wrapper .pagination > .disabled > a, .bs3-wrapper .pagination > .disabled > a:hover, .bs3-wrapper .pagination > .disabled > a:focus {
    color: #bfbfbf;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
    cursor: not-allowed;
}

.bs3-wrapper .pagination-lg > li > a, .bs3-wrapper .pagination-lg > li > span {
    padding: 16px 24px;
    font-size: 20.25px;
    line-height: 1.2;
}

.bs3-wrapper .pagination-lg > li:first-child > a, .bs3-wrapper .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.bs3-wrapper .pagination-lg > li:last-child > a, .bs3-wrapper .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.bs3-wrapper .pagination-sm > li > a, .bs3-wrapper .pagination-sm > li > span {
    padding: 2.107px 10.667px;
    font-size: 14.222px;
    line-height: 1.875;
}

.bs3-wrapper .pagination-sm > li:first-child > a, .bs3-wrapper .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.bs3-wrapper .pagination-sm > li:last-child > a, .bs3-wrapper .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.bs3-wrapper .panel {
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bs3-wrapper .panel-body {
    padding: 24px;
}

.bs3-wrapper .panel-body::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

.bs3-wrapper .panel-heading {
    padding: 10.667px 16px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

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

.bs3-wrapper .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

.bs3-wrapper .panel-title > a, .bs3-wrapper .panel-title > small, .bs3-wrapper .panel-title > .small, .bs3-wrapper .panel-title > small > a, .bs3-wrapper .panel-title > .small > a {
    color: inherit;
}

.bs3-wrapper .panel-footer {
    padding: 10.667px 16px;
    background-color: #f2f2f2;
    border-top: 1px solid #bfbfbf;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.bs3-wrapper .panel > .list-group, .bs3-wrapper .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.bs3-wrapper .panel > .list-group .list-group-item, .bs3-wrapper .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.bs3-wrapper .panel > .list-group:first-child .list-group-item:first-child, .bs3-wrapper .panel
    > .panel-collapse
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.bs3-wrapper .panel > .list-group:last-child .list-group-item:last-child, .bs3-wrapper .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.bs3-wrapper .panel
    > .panel-heading
    + .panel-collapse
    > .list-group
    .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.bs3-wrapper .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.bs3-wrapper .list-group + .panel-footer {
    border-top-width: 0;
}

.bs3-wrapper .panel > .table, .bs3-wrapper .panel > .table-responsive > .table, .bs3-wrapper .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.bs3-wrapper .panel > .table caption, .bs3-wrapper .panel > .table-responsive > .table caption, .bs3-wrapper .panel > .panel-collapse > .table caption {
    padding-left: 24px;
    padding-right: 24px;
}

.bs3-wrapper .panel > .table:first-child, .bs3-wrapper .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.bs3-wrapper .panel > .table:first-child > thead:first-child > tr:first-child, .bs3-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child, .bs3-wrapper .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child, .bs3-wrapper .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}

.bs3-wrapper .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .bs3-wrapper .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .bs3-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bs3-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bs3-wrapper .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child, .bs3-wrapper .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child, .bs3-wrapper .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child, .bs3-wrapper .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: -1;
}

.bs3-wrapper .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .bs3-wrapper .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .bs3-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bs3-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bs3-wrapper .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child, .bs3-wrapper .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child, .bs3-wrapper .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child, .bs3-wrapper .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child {
    border-top-right-radius: -1;
}

.bs3-wrapper .panel > .table:last-child, .bs3-wrapper .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.bs3-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child, .bs3-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child, .bs3-wrapper .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child, .bs3-wrapper .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}

.bs3-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bs3-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bs3-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bs3-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bs3-wrapper .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child, .bs3-wrapper .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child, .bs3-wrapper .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child, .bs3-wrapper .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child {
    border-bottom-left-radius: -1;
}

.bs3-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bs3-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bs3-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bs3-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bs3-wrapper .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child, .bs3-wrapper .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child, .bs3-wrapper .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child, .bs3-wrapper .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child {
    border-bottom-right-radius: -1;
}

.bs3-wrapper .panel > .panel-body + .table, .bs3-wrapper .panel > .panel-body + .table-responsive, .bs3-wrapper .panel > .table + .panel-body, .bs3-wrapper .panel > .table-responsive + .panel-body {
    border-top: 1px solid #bfbfbf;
}

.bs3-wrapper .panel > .table > tbody:first-child > tr:first-child th, .bs3-wrapper .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.bs3-wrapper .panel > .table-bordered, .bs3-wrapper .panel > .table-responsive > .table-bordered {
    border: 0;
}

.bs3-wrapper .panel > .table-bordered > thead > tr > th:first-child, .bs3-wrapper .panel > .table-bordered > thead > tr > td:first-child, .bs3-wrapper .panel > .table-bordered > tbody > tr > th:first-child, .bs3-wrapper .panel > .table-bordered > tbody > tr > td:first-child, .bs3-wrapper .panel > .table-bordered > tfoot > tr > th:first-child, .bs3-wrapper .panel > .table-bordered > tfoot > tr > td:first-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.bs3-wrapper .panel > .table-bordered > thead > tr > th:last-child, .bs3-wrapper .panel > .table-bordered > thead > tr > td:last-child, .bs3-wrapper .panel > .table-bordered > tbody > tr > th:last-child, .bs3-wrapper .panel > .table-bordered > tbody > tr > td:last-child, .bs3-wrapper .panel > .table-bordered > tfoot > tr > th:last-child, .bs3-wrapper .panel > .table-bordered > tfoot > tr > td:last-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bs3-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.bs3-wrapper .panel > .table-bordered > thead > tr:first-child > td, .bs3-wrapper .panel > .table-bordered > thead > tr:first-child > th, .bs3-wrapper .panel > .table-bordered > tbody > tr:first-child > td, .bs3-wrapper .panel > .table-bordered > tbody > tr:first-child > th, .bs3-wrapper .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .bs3-wrapper .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .bs3-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bs3-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.bs3-wrapper .panel > .table-bordered > tbody > tr:last-child > td, .bs3-wrapper .panel > .table-bordered > tbody > tr:last-child > th, .bs3-wrapper .panel > .table-bordered > tfoot > tr:last-child > td, .bs3-wrapper .panel > .table-bordered > tfoot > tr:last-child > th, .bs3-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bs3-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bs3-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bs3-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.bs3-wrapper .panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.bs3-wrapper .panel-group {
    margin-bottom: 24px;
}

.bs3-wrapper .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.bs3-wrapper .panel-group .panel + .panel {
    margin-top: 5px;
}

.bs3-wrapper .panel-group .panel-heading {
    border-bottom: 0;
}

.bs3-wrapper .panel-group .panel-heading + .panel-collapse > .panel-body, .bs3-wrapper .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #bfbfbf;
}

.bs3-wrapper .panel-group .panel-footer {
    border-top: 0;
}

.bs3-wrapper .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #bfbfbf;
}

.bs3-wrapper .panel-default {
    border-color: #bfbfbf;
}

.bs3-wrapper .panel-default > .panel-heading {
    color: #262626;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}

.bs3-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bfbfbf;
}

.bs3-wrapper .panel-default > .panel-heading .badge {
    color: #f2f2f2;
    background-color: #262626;
}

.bs3-wrapper .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bfbfbf;
}

.bs3-wrapper .panel-primary {
    border-color: #006fab;
}

.bs3-wrapper .panel-primary > .panel-heading {
    color: #fff;
    background-color: #006fab;
    border-color: #006fab;
}

.bs3-wrapper .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #006fab;
}

.bs3-wrapper .panel-primary > .panel-heading .badge {
    color: #006fab;
    background-color: #fff;
}

.bs3-wrapper .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #006fab;
}

.bs3-wrapper .panel-success {
    border-color: #559527;
}

.bs3-wrapper .panel-success > .panel-heading {
    color: #fff;
    background-color: #559527;
    border-color: #559527;
}

.bs3-wrapper .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #559527;
}

.bs3-wrapper .panel-success > .panel-heading .badge {
    color: #559527;
    background-color: #fff;
}

.bs3-wrapper .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #559527;
}

.bs3-wrapper .panel-info {
    border-color: #8a4e94;
}

.bs3-wrapper .panel-info > .panel-heading {
    color: #fff;
    background-color: #8a4e94;
    border-color: #8a4e94;
}

.bs3-wrapper .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #8a4e94;
}

.bs3-wrapper .panel-info > .panel-heading .badge {
    color: #8a4e94;
    background-color: #fff;
}

.bs3-wrapper .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #8a4e94;
}

.bs3-wrapper .panel-warning {
    border-color: #e8ae4b;
}

.bs3-wrapper .panel-warning > .panel-heading {
    color: #000;
    background-color: #e8ae4b;
    border-color: #e8ae4b;
}

.bs3-wrapper .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e8ae4b;
}

.bs3-wrapper .panel-warning > .panel-heading .badge {
    color: #e8ae4b;
    background-color: #000;
}

.bs3-wrapper .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e8ae4b;
}

.bs3-wrapper .panel-danger {
    border-color: #b00020;
}

.bs3-wrapper .panel-danger > .panel-heading {
    color: #fff;
    background-color: #b00020;
    border-color: #b00020;
}

.bs3-wrapper .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #b00020;
}

.bs3-wrapper .panel-danger > .panel-heading .badge {
    color: #b00020;
    background-color: #fff;
}

.bs3-wrapper .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #b00020;
}

.bs3-wrapper .panel {
    box-shadow: none;
}

.bs3-wrapper .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bfbfbf;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.bs3-wrapper .popover.top {
    margin-top: -10px;
}

.bs3-wrapper .popover.right {
    margin-left: 10px;
}

.bs3-wrapper .popover.bottom {
    margin-top: 10px;
}

.bs3-wrapper .popover.left {
    margin-left: -10px;
}

.bs3-wrapper .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0;
}

.bs3-wrapper .popover-content {
    padding: 9px 14px;
}

.bs3-wrapper .popover > .arrow, .bs3-wrapper .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.bs3-wrapper .popover > .arrow {
    border-width: 11px;
}

.bs3-wrapper .popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.bs3-wrapper .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #8c8c8c;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.bs3-wrapper .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.bs3-wrapper .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #8c8c8c;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs3-wrapper .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.bs3-wrapper .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #8c8c8c;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.bs3-wrapper .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.bs3-wrapper .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #8c8c8c;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs3-wrapper .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.bs3-wrapper .popover-title {
    padding: 10.667px;
}

.bs3-wrapper .popover-content {
    padding: 16px;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.bs3-wrapper .progress {
    overflow: hidden;
    height: 24px;
    margin-bottom: 24px;
    background-color: #f2f2f2;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.bs3-wrapper .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14.222px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #006fab;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.bs3-wrapper .progress-striped .progress-bar, .bs3-wrapper .progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 40px 40px;
}

.bs3-wrapper .progress.active .progress-bar, .bs3-wrapper .progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
}

.bs3-wrapper .progress-bar-success {
    background-color: #559527;
}

.bs3-wrapper .progress-striped .progress-bar-success {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.bs3-wrapper .progress-bar-info {
    background-color: #8a4e94;
}

.bs3-wrapper .progress-striped .progress-bar-info {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.bs3-wrapper .progress-bar-warning {
    background-color: #e8ae4b;
}

.bs3-wrapper .progress-striped .progress-bar-warning {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.bs3-wrapper .progress-bar-danger {
    background-color: #b00020;
}

.bs3-wrapper .progress-striped .progress-bar-danger {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.bs3-wrapper .progress-bar {
    min-width: 2em;
}

.bs3-wrapper .process-steps {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: step;
}

.bs3-wrapper .process-steps > li {
    position: relative;
    clear: both;
    margin-bottom: 0;
    min-height: 124px;
}

.bs3-wrapper .process-steps > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 0;
    border-left: 5px solid #ccc;
    height: 100%;
    content: "";
}

.bs3-wrapper .process-steps ol.process-steps-inner:last-child {
    padding: 24px 24px 0 0;
}

.bs3-wrapper .process-steps .process-steps-title {
    display: block;
    position: relative;
    float: left;
    z-index: 1;
    margin-right: 24px;
    background-color: #006fab;
    padding: 16px 20px;
    width: 100%;
    text-align: left;
    font-size: 20.25px;
    font-weight: 600;
    color: #fff;
}

.bs3-wrapper .process-steps .process-steps-inner {
    float: left;
    margin-left: 12px;
    padding: 24px;
    padding-left: 0;
    list-style-position: inside;
}

.bs3-wrapper .process-steps .process-steps-inner {
    list-style-position: outside;
}

.bs3-wrapper .process-steps .process-steps-inner > li {
    margin-bottom: 22px;
    list-style-type: none;
}

.bs3-wrapper .process-steps .process-steps-inner > li:last-child {
    margin-bottom: 0;
}

.bs3-wrapper .process-steps .process-steps-inner-title {
    display: block;
    position: relative;
    padding-left: 36px;
    font-size: 16px;
    font-weight: 600;
}

.bs3-wrapper .process-steps .process-steps-inner-title::before {
    display: block;
    position: absolute;
    top: -6px;
    left: -8px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #3696d1;
    width: 36px;
    box-sizing: border-box;
    counter-increment: step;
    height: 36px;
    text-align: center;
    font-weight: 600;
    line-height: 38px;
    color: #fff;
    content: counter(step);
}

.bs3-wrapper .process-steps .process-steps-inner-body {
    display: block;
    padding: 16px;
    padding-left: 56px;
}

.bs3-wrapper .process-steps .process-steps-inner-body > ol, .bs3-wrapper .process-steps .process-steps-inner-body > ul {
    padding-left: 0;
}

.bs3-wrapper table {
    background-color: transparent;
}

.bs3-wrapper caption {
    padding-top: 7.111px;
    padding-bottom: 7.111px;
    color: #e6e6e6;
    text-align: left;
}

.bs3-wrapper th {
    text-align: left;
}

.bs3-wrapper .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}

.bs3-wrapper .table > thead > tr > th, .bs3-wrapper .table > thead > tr > td, .bs3-wrapper .table > tbody > tr > th, .bs3-wrapper .table > tbody > tr > td, .bs3-wrapper .table > tfoot > tr > th, .bs3-wrapper .table > tfoot > tr > td {
    padding: 7.111px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #bfbfbf;
}

.bs3-wrapper .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #bfbfbf;
}

.bs3-wrapper .table > caption + thead > tr:first-child > th, .bs3-wrapper .table > caption + thead > tr:first-child > td, .bs3-wrapper .table > colgroup + thead > tr:first-child > th, .bs3-wrapper .table > colgroup + thead > tr:first-child > td, .bs3-wrapper .table > thead:first-child > tr:first-child > th, .bs3-wrapper .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.bs3-wrapper .table > tbody + tbody {
    border-top: 2px solid #bfbfbf;
}

.bs3-wrapper .table .table {
    background-color: #fff;
}

.bs3-wrapper .table-condensed > thead > tr > th, .bs3-wrapper .table-condensed > thead > tr > td, .bs3-wrapper .table-condensed > tbody > tr > th, .bs3-wrapper .table-condensed > tbody > tr > td, .bs3-wrapper .table-condensed > tfoot > tr > th, .bs3-wrapper .table-condensed > tfoot > tr > td {
    padding: 2.107px;
}

.bs3-wrapper .table-bordered {
    border: 1px solid #bfbfbf;
}

.bs3-wrapper .table-bordered > thead > tr > th, .bs3-wrapper .table-bordered > thead > tr > td, .bs3-wrapper .table-bordered > tbody > tr > th, .bs3-wrapper .table-bordered > tbody > tr > td, .bs3-wrapper .table-bordered > tfoot > tr > th, .bs3-wrapper .table-bordered > tfoot > tr > td {
    border: 1px solid #bfbfbf;
}

.bs3-wrapper .table-bordered > thead > tr > th, .bs3-wrapper .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.bs3-wrapper .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.bs3-wrapper .table-hover > tbody > tr:hover {
    background-color: #e6e6e6;
}

.bs3-wrapper table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

.bs3-wrapper table td[class*="col-"], .bs3-wrapper table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.bs3-wrapper .table > thead > tr > td.active, .bs3-wrapper .table > thead > tr > th.active, .bs3-wrapper .table > thead > tr.active > td, .bs3-wrapper .table > thead > tr.active > th, .bs3-wrapper .table > tbody > tr > td.active, .bs3-wrapper .table > tbody > tr > th.active, .bs3-wrapper .table > tbody > tr.active > td, .bs3-wrapper .table > tbody > tr.active > th, .bs3-wrapper .table > tfoot > tr > td.active, .bs3-wrapper .table > tfoot > tr > th.active, .bs3-wrapper .table > tfoot > tr.active > td, .bs3-wrapper .table > tfoot > tr.active > th {
    background-color: #e6e6e6;
}

.bs3-wrapper .table-hover > tbody > tr > td.active:hover, .bs3-wrapper .table-hover > tbody > tr > th.active:hover, .bs3-wrapper .table-hover > tbody > tr.active:hover > td, .bs3-wrapper .table-hover > tbody > tr:hover > .active, .bs3-wrapper .table-hover > tbody > tr.active:hover > th {
    background-color: #4c4c4c;
}

.bs3-wrapper .table > thead > tr > td.success, .bs3-wrapper .table > thead > tr > th.success, .bs3-wrapper .table > thead > tr.success > td, .bs3-wrapper .table > thead > tr.success > th, .bs3-wrapper .table > tbody > tr > td.success, .bs3-wrapper .table > tbody > tr > th.success, .bs3-wrapper .table > tbody > tr.success > td, .bs3-wrapper .table > tbody > tr.success > th, .bs3-wrapper .table > tfoot > tr > td.success, .bs3-wrapper .table > tfoot > tr > th.success, .bs3-wrapper .table > tfoot > tr.success > td, .bs3-wrapper .table > tfoot > tr.success > th {
    background-color: #e5f5d9;
}

.bs3-wrapper .table-hover > tbody > tr > td.success:hover, .bs3-wrapper .table-hover > tbody > tr > th.success:hover, .bs3-wrapper .table-hover > tbody > tr.success:hover > td, .bs3-wrapper .table-hover > tbody > tr:hover > .success, .bs3-wrapper .table-hover > tbody > tr.success:hover > th {
    background-color: #498122;
}

.bs3-wrapper .table > thead > tr > td.info, .bs3-wrapper .table > thead > tr > th.info, .bs3-wrapper .table > thead > tr.info > td, .bs3-wrapper .table > thead > tr.info > th, .bs3-wrapper .table > tbody > tr > td.info, .bs3-wrapper .table > tbody > tr > th.info, .bs3-wrapper .table > tbody > tr.info > td, .bs3-wrapper .table > tbody > tr.info > th, .bs3-wrapper .table > tfoot > tr > td.info, .bs3-wrapper .table > tfoot > tr > th.info, .bs3-wrapper .table > tfoot > tr.info > td, .bs3-wrapper .table > tfoot > tr.info > th {
    background-color: #eee3f0;
}

.bs3-wrapper .table-hover > tbody > tr > td.info:hover, .bs3-wrapper .table-hover > tbody > tr > th.info:hover, .bs3-wrapper .table-hover > tbody > tr.info:hover > td, .bs3-wrapper .table-hover > tbody > tr:hover > .info, .bs3-wrapper .table-hover > tbody > tr.info:hover > th {
    background-color: #7a4583;
}

.bs3-wrapper .table > thead > tr > td.warning, .bs3-wrapper .table > thead > tr > th.warning, .bs3-wrapper .table > thead > tr.warning > td, .bs3-wrapper .table > thead > tr.warning > th, .bs3-wrapper .table > tbody > tr > td.warning, .bs3-wrapper .table > tbody > tr > th.warning, .bs3-wrapper .table > tbody > tr.warning > td, .bs3-wrapper .table > tbody > tr.warning > th, .bs3-wrapper .table > tfoot > tr > td.warning, .bs3-wrapper .table > tfoot > tr > th.warning, .bs3-wrapper .table > tfoot > tr.warning > td, .bs3-wrapper .table > tfoot > tr.warning > th {
    background-color: #fcf3e4;
}

.bs3-wrapper .table-hover > tbody > tr > td.warning:hover, .bs3-wrapper .table-hover > tbody > tr > th.warning:hover, .bs3-wrapper .table-hover > tbody > tr.warning:hover > td, .bs3-wrapper .table-hover > tbody > tr:hover > .warning, .bs3-wrapper .table-hover > tbody > tr.warning:hover > th {
    background-color: #e5a434;
}

.bs3-wrapper .table > thead > tr > td.danger, .bs3-wrapper .table > thead > tr > th.danger, .bs3-wrapper .table > thead > tr.danger > td, .bs3-wrapper .table > thead > tr.danger > th, .bs3-wrapper .table > tbody > tr > td.danger, .bs3-wrapper .table > tbody > tr > th.danger, .bs3-wrapper .table > tbody > tr.danger > td, .bs3-wrapper .table > tbody > tr.danger > th, .bs3-wrapper .table > tfoot > tr > td.danger, .bs3-wrapper .table > tfoot > tr > th.danger, .bs3-wrapper .table > tfoot > tr.danger > td, .bs3-wrapper .table > tfoot > tr.danger > th {
    background-color: #ffcdd6;
}

.bs3-wrapper .table-hover > tbody > tr > td.danger:hover, .bs3-wrapper .table-hover > tbody > tr > th.danger:hover, .bs3-wrapper .table-hover > tbody > tr.danger:hover > td, .bs3-wrapper .table-hover > tbody > tr:hover > .danger, .bs3-wrapper .table-hover > tbody > tr.danger:hover > th {
    background-color: #97001b;
}

.bs3-wrapper .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 447px) {
    .bs3-wrapper .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #bfbfbf;
    }

    .bs3-wrapper .table-responsive > .table {
        margin-bottom: 0;
    }

    .bs3-wrapper .table-responsive > .table > thead > tr > th, .bs3-wrapper .table-responsive > .table > thead > tr > td, .bs3-wrapper .table-responsive > .table > tbody > tr > th, .bs3-wrapper .table-responsive > .table > tbody > tr > td, .bs3-wrapper .table-responsive > .table > tfoot > tr > th, .bs3-wrapper .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .bs3-wrapper .table-responsive > .table-bordered {
        border: 0;
    }

    .bs3-wrapper .table-responsive > .table-bordered > thead > tr > th:first-child, .bs3-wrapper .table-responsive > .table-bordered > thead > tr > td:first-child, .bs3-wrapper .table-responsive > .table-bordered > tbody > tr > th:first-child, .bs3-wrapper .table-responsive > .table-bordered > tbody > tr > td:first-child, .bs3-wrapper .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bs3-wrapper .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .bs3-wrapper .table-responsive > .table-bordered > thead > tr > th:last-child, .bs3-wrapper .table-responsive > .table-bordered > thead > tr > td:last-child, .bs3-wrapper .table-responsive > .table-bordered > tbody > tr > th:last-child, .bs3-wrapper .table-responsive > .table-bordered > tbody > tr > td:last-child, .bs3-wrapper .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bs3-wrapper .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .bs3-wrapper .table-responsive > .table-bordered > tbody > tr:last-child > th, .bs3-wrapper .table-responsive > .table-bordered > tbody > tr:last-child > td, .bs3-wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bs3-wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.bs3-wrapper .table > thead > tr > td.primary, .bs3-wrapper .table > thead > tr > th.primary, .bs3-wrapper .table > thead > tr.primary > td, .bs3-wrapper .table > thead > tr.primary > th, .bs3-wrapper .table > tbody > tr > td.primary, .bs3-wrapper .table > tbody > tr > th.primary, .bs3-wrapper .table > tbody > tr.primary > td, .bs3-wrapper .table > tbody > tr.primary > th, .bs3-wrapper .table > tfoot > tr > td.primary, .bs3-wrapper .table > tfoot > tr > th.primary, .bs3-wrapper .table > tfoot > tr.primary > td, .bs3-wrapper .table > tfoot > tr.primary > th {
    background-color: #ccedff;
}

.bs3-wrapper .table-hover > tbody > tr > td.primary:hover, .bs3-wrapper .table-hover > tbody > tr > th.primary:hover, .bs3-wrapper .table-hover > tbody > tr.primary:hover > td, .bs3-wrapper .table-hover > tbody > tr:hover > .primary, .bs3-wrapper .table-hover > tbody > tr.primary:hover > th {
    background-color: #005e92;
}

.bs3-wrapper .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 24px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    transition: border 0.2s ease-in-out;
}

.bs3-wrapper .thumbnail > img, .bs3-wrapper .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.bs3-wrapper .thumbnail .caption {
    padding: 16px;
    color: #000;
}

.bs3-wrapper a.thumbnail:hover, .bs3-wrapper a.thumbnail:focus, .bs3-wrapper a.thumbnail.active {
    border-color: #006fab;
}

.bs3-wrapper .thumbnail > :last-child, .bs3-wrapper .thumbnail .caption > :last-child {
    margin-bottom: 0 !important;
}

.bs3-wrapper .tooltip {
    position: absolute;
    z-index: 5000;
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14.222px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.bs3-wrapper .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.bs3-wrapper .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.bs3-wrapper .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.bs3-wrapper .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.bs3-wrapper .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.bs3-wrapper .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0;
}

.bs3-wrapper .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.bs3-wrapper .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.bs3-wrapper .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.bs3-wrapper .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.bs3-wrapper .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.bs3-wrapper .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.bs3-wrapper .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.bs3-wrapper .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.bs3-wrapper .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.bs3-wrapper .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bs3-wrapper .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.bs3-wrapper .well-lg {
    padding: 24px;
    border-radius: 0;
}

.bs3-wrapper .well-sm {
    padding: 9px;
    border-radius: 0;
}

.bs3-wrapper .well {
    margin: 20px 0;
    border: none;
    padding: 16px;
    box-shadow: none;
}

.bs3-wrapper .well-code {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    padding: 16px;
    box-shadow: none;
    min-height: 20px;
}

.bs3-wrapper .well-l {
    padding: 24px;
}

.bs3-wrapper .well-s {
    padding: 16px;
    font-size: 14.222px;
}

.bs3-wrapper .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.bs3-wrapper .embed-responsive .embed-responsive-item, .bs3-wrapper .embed-responsive iframe, .bs3-wrapper .embed-responsive embed, .bs3-wrapper .embed-responsive object, .bs3-wrapper .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.bs3-wrapper .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.bs3-wrapper .embed-responsive-4by3 {
    padding-bottom: 75%;
}

@-ms-viewport {
    width: device-width;
}

.bs3-wrapper .visible-xs {
    display: none !important;
}

.bs3-wrapper .visible-sm {
    display: none !important;
}

.bs3-wrapper .visible-md {
    display: none !important;
}

.bs3-wrapper .visible-lg {
    display: none !important;
}

.bs3-wrapper .visible-xs-block, .bs3-wrapper .visible-xs-inline, .bs3-wrapper .visible-xs-inline-block, .bs3-wrapper .visible-sm-block, .bs3-wrapper .visible-sm-inline, .bs3-wrapper .visible-sm-inline-block, .bs3-wrapper .visible-md-block, .bs3-wrapper .visible-md-inline, .bs3-wrapper .visible-md-inline-block, .bs3-wrapper .visible-lg-block, .bs3-wrapper .visible-lg-inline, .bs3-wrapper .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 447px) {
    .bs3-wrapper .visible-xs {
        display: block !important;
    }

    .bs3-wrapper table.visible-xs {
        display: table !important;
    }

    .bs3-wrapper tr.visible-xs {
        display: table-row !important;
    }

    .bs3-wrapper th.visible-xs, .bs3-wrapper td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 447px) {
    .bs3-wrapper .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 447px) {
    .bs3-wrapper .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 447px) {
    .bs3-wrapper .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 720px) and (max-width: 1023px) {
    .bs3-wrapper .visible-sm {
        display: block !important;
    }

    .bs3-wrapper table.visible-sm {
        display: table !important;
    }

    .bs3-wrapper tr.visible-sm {
        display: table-row !important;
    }

    .bs3-wrapper th.visible-sm, .bs3-wrapper td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 720px) and (max-width: 1023px) {
    .bs3-wrapper .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 720px) and (max-width: 1023px) {
    .bs3-wrapper .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 720px) and (max-width: 1023px) {
    .bs3-wrapper .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .bs3-wrapper .visible-md {
        display: block !important;
    }

    .bs3-wrapper table.visible-md {
        display: table !important;
    }

    .bs3-wrapper tr.visible-md {
        display: table-row !important;
    }

    .bs3-wrapper th.visible-md, .bs3-wrapper td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .bs3-wrapper .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .bs3-wrapper .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .bs3-wrapper .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1280px) {
    .bs3-wrapper .visible-lg {
        display: block !important;
    }

    .bs3-wrapper table.visible-lg {
        display: table !important;
    }

    .bs3-wrapper tr.visible-lg {
        display: table-row !important;
    }

    .bs3-wrapper th.visible-lg, .bs3-wrapper td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1280px) {
    .bs3-wrapper .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1280px) {
    .bs3-wrapper .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1280px) {
    .bs3-wrapper .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 447px) {
    .bs3-wrapper .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 720px) and (max-width: 1023px) {
    .bs3-wrapper .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .bs3-wrapper .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .bs3-wrapper .hidden-lg {
        display: none !important;
    }
}

.bs3-wrapper .visible-print {
    display: none !important;
}

@media print {
    .bs3-wrapper .visible-print {
        display: block !important;
    }

    .bs3-wrapper table.visible-print {
        display: table !important;
    }

    .bs3-wrapper tr.visible-print {
        display: table-row !important;
    }

    .bs3-wrapper th.visible-print, .bs3-wrapper td.visible-print {
        display: table-cell !important;
    }
}

.bs3-wrapper .visible-print-block {
    display: none !important;
}

@media print {
    .bs3-wrapper .visible-print-block {
        display: block !important;
    }
}

.bs3-wrapper .visible-print-inline {
    display: none !important;
}

@media print {
    .bs3-wrapper .visible-print-inline {
        display: inline !important;
    }
}

.bs3-wrapper .visible-print-inline-block {
    display: none !important;
}

@media print {
    .bs3-wrapper .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .bs3-wrapper .hidden-print {
        display: none !important;
    }
}

.bs3-wrapper .margin-xs {
    margin: 1.77775px !important;
}

.bs3-wrapper .margin-top-xs {
    margin-top: 1.77775px !important;
}

.bs3-wrapper .margin-right-xs {
    margin-right: 1.77775px !important;
}

.bs3-wrapper .margin-bottom-xs {
    margin-bottom: 1.77775px !important;
}

.bs3-wrapper .margin-left-xs {
    margin-left: 1.77775px !important;
}

.bs3-wrapper .margin-vertical-xs {
    margin-top: 1.77775px !important;
    margin-bottom: 1.77775px !important;
}

.bs3-wrapper .margin-horizontal-xs {
    margin-right: 1.77775px !important;
    margin-left: 1.77775px !important;
}

.bs3-wrapper .margin-s {
    margin: 5.3335px !important;
}

.bs3-wrapper .margin-top-s {
    margin-top: 5.3335px !important;
}

.bs3-wrapper .margin-right-s {
    margin-right: 5.3335px !important;
}

.bs3-wrapper .margin-bottom-s {
    margin-bottom: 5.3335px !important;
}

.bs3-wrapper .margin-left-s {
    margin-left: 5.3335px !important;
}

.bs3-wrapper .margin-vertical-s {
    margin-top: 5.3335px !important;
    margin-bottom: 5.3335px !important;
}

.bs3-wrapper .margin-horizontal-s {
    margin-right: 5.3335px !important;
    margin-left: 5.3335px !important;
}

.bs3-wrapper .margin {
    margin: 24px !important;
}

.bs3-wrapper .margin-top {
    margin-top: 24px !important;
}

.bs3-wrapper .margin-right {
    margin-right: 24px !important;
}

.bs3-wrapper .margin-bottom {
    margin-bottom: 24px !important;
}

.bs3-wrapper .margin-left {
    margin-left: 24px !important;
}

.bs3-wrapper .margin-vertical {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.bs3-wrapper .margin-horizontal {
    margin-right: 24px !important;
    margin-left: 24px !important;
}

.bs3-wrapper .margin-l {
    margin: 48px !important;
}

.bs3-wrapper .margin-top-l {
    margin-top: 48px !important;
}

.bs3-wrapper .margin-right-l {
    margin-right: 48px !important;
}

.bs3-wrapper .margin-bottom-l {
    margin-bottom: 48px !important;
}

.bs3-wrapper .margin-left-l {
    margin-left: 48px !important;
}

.bs3-wrapper .margin-vertical-l {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}

.bs3-wrapper .margin-horizontal-l {
    margin-right: 48px !important;
    margin-left: 48px !important;
}

.bs3-wrapper .margin-xl {
    margin: 144px !important;
}

.bs3-wrapper .margin-top-xl {
    margin-top: 144px !important;
}

.bs3-wrapper .margin-right-xl {
    margin-right: 144px !important;
}

.bs3-wrapper .margin-bottom-xl {
    margin-bottom: 144px !important;
}

.bs3-wrapper .margin-left-xl {
    margin-left: 144px !important;
}

.bs3-wrapper .margin-vertical-xl {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
}

.bs3-wrapper .margin-horizontal-xl {
    margin-right: 144px !important;
    margin-left: 144px !important;
}

.bs3-wrapper .margin-none {
    margin: 0 !important;
}

.bs3-wrapper .margin-top-none {
    margin-top: 0 !important;
}

.bs3-wrapper .margin-right-none {
    margin-right: 0 !important;
}

.bs3-wrapper .margin-bottom-none {
    margin-bottom: 0 !important;
}

.bs3-wrapper .margin-left-none {
    margin-left: 0 !important;
}

.bs3-wrapper .margin-vertical-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.bs3-wrapper .margin-horizontal-none {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.bs3-wrapper .padding-xs {
    padding: 1.77775px !important;
}

.bs3-wrapper .padding-top-xs {
    padding-top: 1.77775px !important;
}

.bs3-wrapper .padding-right-xs {
    padding-right: 1.77775px !important;
}

.bs3-wrapper .padding-bottom-xs {
    padding-bottom: 1.77775px !important;
}

.bs3-wrapper .padding-left-xs {
    padding-left: 1.77775px !important;
}

.bs3-wrapper .padding-vertical-xs {
    padding-top: 1.77775px !important;
    padding-bottom: 1.77775px !important;
}

.bs3-wrapper .padding-horizontal-xs {
    padding-right: 1.77775px !important;
    padding-left: 1.77775px !important;
}

.bs3-wrapper .padding-s {
    padding: 5.3335px !important;
}

.bs3-wrapper .padding-top-s {
    padding-top: 5.3335px !important;
}

.bs3-wrapper .padding-right-s {
    padding-right: 5.3335px !important;
}

.bs3-wrapper .padding-bottom-s {
    padding-bottom: 5.3335px !important;
}

.bs3-wrapper .padding-left-s {
    padding-left: 5.3335px !important;
}

.bs3-wrapper .padding-vertical-s {
    padding-top: 5.3335px !important;
    padding-bottom: 5.3335px !important;
}

.bs3-wrapper .padding-horizontal-s {
    padding-right: 5.3335px !important;
    padding-left: 5.3335px !important;
}

.bs3-wrapper .padding {
    padding: 24px !important;
}

.bs3-wrapper .padding-top {
    padding-top: 24px !important;
}

.bs3-wrapper .padding-right {
    padding-right: 24px !important;
}

.bs3-wrapper .padding-bottom {
    padding-bottom: 24px !important;
}

.bs3-wrapper .padding-left {
    padding-left: 24px !important;
}

.bs3-wrapper .padding-vertical {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.bs3-wrapper .padding-horizontal {
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.bs3-wrapper .padding-l {
    padding: 48px !important;
}

.bs3-wrapper .padding-top-l {
    padding-top: 48px !important;
}

.bs3-wrapper .padding-right-l {
    padding-right: 48px !important;
}

.bs3-wrapper .padding-bottom-l {
    padding-bottom: 48px !important;
}

.bs3-wrapper .padding-left-l {
    padding-left: 48px !important;
}

.bs3-wrapper .padding-vertical-l {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.bs3-wrapper .padding-horizontal-l {
    padding-right: 48px !important;
    padding-left: 48px !important;
}

.bs3-wrapper .padding-xl {
    padding: 144px !important;
}

.bs3-wrapper .padding-top-xl {
    padding-top: 144px !important;
}

.bs3-wrapper .padding-right-xl {
    padding-right: 144px !important;
}

.bs3-wrapper .padding-bottom-xl {
    padding-bottom: 144px !important;
}

.bs3-wrapper .padding-left-xl {
    padding-left: 144px !important;
}

.bs3-wrapper .padding-vertical-xl {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
}

.bs3-wrapper .padding-horizontal-xl {
    padding-right: 144px !important;
    padding-left: 144px !important;
}

.bs3-wrapper .padding-none {
    padding: 0 !important;
}

.bs3-wrapper .padding-top-none {
    padding-top: 0 !important;
}

.bs3-wrapper .padding-right-none {
    padding-right: 0 !important;
}

.bs3-wrapper .padding-bottom-none {
    padding-bottom: 0 !important;
}

.bs3-wrapper .padding-left-none {
    padding-left: 0 !important;
}

.bs3-wrapper .padding-vertical-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bs3-wrapper .padding-horizontal-none {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.bs3-wrapper .text-left {
    text-align: left !important;
}

.bs3-wrapper .text-right {
    text-align: right !important;
}

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

.bs3-wrapper .text-justify {
    text-align: justify !important;
}

.bs3-wrapper .text-nowrap {
    white-space: nowrap !important;
}

.bs3-wrapper .text-lowercase {
    text-transform: lowercase !important;
}

.bs3-wrapper .text-uppercase {
    text-transform: uppercase !important;
}

.bs3-wrapper .text-capitalize {
    text-transform: capitalize !important;
}

.bs3-wrapper .clearfix::after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}

.bs3-wrapper .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bs3-wrapper .pull-right {
    float: right !important;
}

.bs3-wrapper .pull-left {
    float: left !important;
}

.bs3-wrapper .hide {
    display: none !important;
}

.bs3-wrapper .show {
    display: block !important;
}

.bs3-wrapper .invisible {
    visibility: hidden;
}

.bs3-wrapper .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.bs3-wrapper .hidden {
    display: none !important;
}

.bs3-wrapper .affix {
    position: fixed;
}

.bs3-wrapper .is-static {
    display: block;
    position: relative;
}

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

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

/* Ensure links and buttons are not accessible when navigation is hidden. */
/*#main-nav.mobile-navigation a,#main-nav.mobile-navigation button{display: none;}*/
.bs3-wrapper #main-nav.mobile-navigation.is-active a, .bs3-wrapper #main-nav.mobile-navigation.is-active button {
    display: block;
}
