html {
    font-family: sans-serif;
}

article,
header,
main,
nav,
section {
    display: block;
}

a:active,
a:hover {
    outline: 0px none;
}

b {
    font-weight: 700;
}

h1 {
    margin: 0.67em 0px;
}

img {
    border: 0px none;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
select {
    color: inherit;
    font: inherit;
    margin: 0px;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0px none;
    padding: 0px;
}

input {
    line-height: normal;
}

@media print {

    *,
    *::after,
    *::before {
        background: transparent none repeat scroll 0px 0px ! important;
        color: rgb(0, 0, 0) ! important;
        box-shadow: none ! important;
        text-shadow: none ! important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " ("attr(href) ")";
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% ! important;
    }

    h2,
    h3,
    p {}

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

*,
*::after,
*::before {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    margin: 0px;
    font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

button,
input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    background-color: transparent;
    color: rgb(0, 153, 255);
    text-decoration: none;
}

a:focus,
a:hover {
    color: rgb(0, 153, 255);
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

h1,
h2,
h3,
h4 {
    font-family: Ubuntu;
    font-weight: 900;
    line-height: 1.25;
    color: inherit;
}

h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

h4 {
    margin-top: 11px;
    margin-bottom: 11px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0px 0px 11px;
}

ol,
ul {
    margin-top: 0px;
    margin-bottom: 11px;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted rgb(170, 170, 170);
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1px) {
    .container {
        width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 999px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1255px;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

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

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

.nav-tabs {
    border-bottom: 1px solid transparent;
}

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

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

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

.container::after,
.container::before,
.nav::after,
.nav::before {
    content: "";
    display: table;
}

.container::after,
.nav::after {
    clear: both;
}

.pull-left {
    float: left ! important;
}

.text-hide {
    font: 0px/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0px none;
}