* {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    font-size: 16px;
}

html {
    margin: 0;
    padding: 0;
}

a,
body,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ol,
p,
span,
table,
tbody,
td,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
footer {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body.ie8 {
    font-weight: 400;
}
html {
    -webkit-font-smoothing: antialiased;
}
body {
    background: #eaeaea;
    font-size: 1rem;
    line-height: 1.5em;
    color: #666;
    font-weight: 300;
}
::selection {
    background: #16cfc1;
    color: #fff;
}
::-moz-selection {
    background: #16cfc1;
    color: #fff;
}
a {
    color: #1626ce;
    text-decoration: none;
}
a:hover {
    color: #444;
}
a,
a:after,
a:before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 600;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.content,
.brand-main {
    position: relative;
}
#brand-wrapper {
    height: 100%;
}
.brand-main {
    background-color: #fff !important;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(201, 201, 201, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(201, 201, 201, 1);
    box-shadow: 0 0 5px 0 rgba(201, 201, 201, 1);
}
.content {
    width: 100%;
    -moz-transition: -moz-transform, 0.35s ease;
    -webkit-transition: -webkit-transform, 0.35s ease;
    -o-transition: -o-transform, 0.35s ease;
    transition: transform, 0.35s ease;
}
#brand-footer {
    background: #fff;
    color: #777;
    width: 100%;
    position: relative;
}
#brand-footer a {
    color: #777;
}
#brand-footer a:hover {
    color: #ccc;
}
[class*="footer-widget-"] {
    min-height: 1px;
}
#brand-wrapper {
    min-width: 320px;
}
@media only screen and (max-width: 479px) {
    .content {
        width: 100%;
        float: none;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .brand-main {
        background-image: none !important;
        padding: 0 !important;
    }
}
.brand-hdr-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #01112c;
    padding: 25px 15px;
}
.brand-hdr-title span {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    cursor: pointer;
}
.hdr-btns span {
    margin-left: 15px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    border: 2px solid #ee2;
    border-radius: 4px 4px 4px 4px;
    background-color: #1120c6;
    -webkit-box-shadow: 0 0 2px 0 #333;
    -moz-box-shadow: 0 0 2px 0 #333;
    box-shadow: 0 0 2px 0 #333;
}
#brand-wrapper {
    width: 990px;
    margin: 0 auto;
    background: #fff;
}
.brand-text-wrap {
    padding: 25px 15px;
}
.divider {
    display: block;
    height: 5px;
    width: 100%;
    background: #ee2;
}
#brand-footer {
    background: #33363b;
    text-align: center;
}
.brand-ftr-wrap {
    padding: 15px;
}
.brand-ftr-wrap span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
ol,
ul {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 20px;
}
ol li,
ul li {
    color: #1626ce;
    margin-bottom: 15px;
    font-size: 18px;
}
h1,
h2 {
    color: #444;
    margin-bottom: 20px;
}
p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 18px;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

tr:nth-child(even) {
    background: #eee;
}

tr:nth-child(odd) {
    background: #ccc;
}

td {
    text-align: left;
    padding: 8px;
    border: 1px solid #01112c;
}
@media (max-width: 990px) {
    #brand-wrapper {
        width: 100%;
    }
}
@media (max-width: 540px) {
    .brand-hdr-wrap {
        flex-direction: column;
    }
    .hdr-btns {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hdr-btns span {
        margin: 20px 0 0;
    }
}
