/*--- reset ---*/


/*--- reset5 � 2011 opensource.736cs.com MIT ---*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
    padding: 0;
    margin: 0;

    font-size: 100%;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}
body {
    line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
    display: block;
}
nav ul {
    list-style: none;
}
ol {
    margin: 15px 0 20px 30px;

    list-style: decimal;
}
ul {
    margin: 15px 0 20px 30px;

    list-style: disc;
}
li {
    margin-bottom: 5px;
}
ul ul {
    list-style: circle;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}
ins {
    text-decoration: underline;
}
del {
    text-decoration: line-through;
}
mark {
    background: none;
}
abbr[title],
dfn[title] {
    cursor: help;

    border-bottom: 1px dotted #000;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 1em 0;

    border: 0;
    border-top: 1px solid #ccc;
}
input[type=submit],
input[type=button],
button {
    padding: 0;
    margin: 0;
}
input,
select,
a img {
    vertical-align: middle;
}
a {
    text-decoration: none;
}
b,
strong {
    font-weight: bold;
}
i,
em {
    font-style: italic;
}
i {
    margin-right: 10px;
}
html {
    height: 100%;
}
body {
    height: 100%;
    min-width: 1000px;

    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7;

    color: #555;

    -webkit-text-size-adjust: 100%;
}
.body-wrapper {
    min-height: 100%;
    overflow: hidden;
}
h1 {
    font-size: 47px;
}
h2 {
    font-size: 41px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 21px;
}
h6 {
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 20px;
    margin-bottom: 20px;

    font-weight: bold;
    line-height: 1.3;

    color: #444;
}
a {
    /* Opera 10.5 */
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
       -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    /* FF3.7+ */
         -o-transition: color 300ms, background-color 300ms, opacity 300ms;
            transition: color 300ms, background-color 300ms, opacity 300ms;

    color: #6fa6ca;
    /* Saf3.2+, Chrome */
}
img {
    max-width: 100%;
}

/* nav area */

.nav-wrapper {
    position: fixed;

    float: left;
    width: 300px;
    height: 100vh;
    overflow-y: auto;

    background: #303641;
}
.logo-wrapper {
    padding: 36px 0;

    text-align: center;
}
.logo-title {
    width: 240px;
    margin: 0 auto;

    font-size: 45px;
    font-weight: bold;

    text-indent: -999em;

    color: #fff;
    background: rgba(0, 0, 0, 0) url("images/logo.png") no-repeat scroll center center;
}
.logo-caption {
    font-size: 13px;

    color: #afbbd0;
}
.need-support a {
    margin-right: 15px;
}
.need-support a i {
    margin-right: 3px;
}
.main-nav-item {
    position: relative;

    display: block;
    padding: 14px 28px 12px;

    cursor: pointer;

    color: #fff;
    border-bottom: 1px solid #303641;
    background: #3b424f;
}
.main-nav-item:after {
    position: absolute;
    top: 50%;
    right: 20px;

    display: block;
    margin-top: -10px;

    font-family: FontAwesome;
    font-size: 14px;

    content: "\f105";
}
.main-nav-item:last-child {
    border-bottom: none;
}
.nav-item.active .main-nav-item:after {
    margin-top: -9px;

    content: "\f107";
}
.nav-item.active .main-nav-item,
.main-nav-item:hover {
    background: #3f495b;
}

.sub-nav-item {
    display: block;
    padding: 12px 28px 10px 49px;

    cursor: pointer;

    color: #ced4df;
    border-top: 1px solid #3f495b;
}
.sub-nav-item.active,
.sub-nav-item:hover {
    background: #525f75;
}
.sub-nav-item:first-child {
    border-top: none;
}

/* content area */

.content-wrapper {
    padding: 25px 20px 70px;
    margin-left: 300px;
    overflow: hidden;
}
.need-support {
    padding-bottom: 11px;
    margin-bottom: 40px;

    text-align: right;

    border-bottom: 1px solid #e5e5e5;
}
.message-box {
    padding: 26px 30px;
    margin-bottom: 30px;

    color: #6a6a6a;
    background: #f7d8bc;
}
.message-box i {
    float: left;
    margin-top: 3px;
    margin-right: 20px;

    font-size: 20px;

    color: #555;
}
.message-box span {
    display: block;
    overflow: hidden;
}
.gdlr-table {
    overflow: hidden;
}
.gdlr-table .head {
    margin-bottom: 9px;

    font-weight: bold;
}
.gdlr-3-row {
    float: left;
    width: 29%;
    padding: 15px 2% 12px;

    border: 1px solid #e5e5e5;
    border-left-width: 0;
}
.gdlr-3-row:first-child {
    border-left-width: 1px;
}

p {
    margin-bottom: 10px;

    font-size: 14px;
}
.divider {
    margin-top: 30px;
    margin-bottom: 30px;

    border-bottom: 1px solid #e5e5e5;
}
.content-section {
    display: none;
}
.doc-hero-wrap {
    display: flex;
    height: auto;

    text-align: left;

    background: #fff none repeat scroll 0 0;

    align-items: center;
    justify-content: left;
}
.doc-hero-wrap * {
    color: #444;
}
.video-link {
    display: inline-block;
    padding: 5px 10px;

    color: #fff;
    background: #f00 none repeat scroll 0 0;
}
.btn-link {
    display: inline-block;
    padding: 5px 10px;

    color: #fff;
    background: #444 none repeat scroll 0 0;
}
.btn-link:hover {
    color: #fff;
    background: #333 none repeat scroll 0 0;
}


.content-section a.popup_image {
    position: relative;

    display: inline-block;
}
.content-section a.popup_image::before {
    position: absolute;
    top: 5px;
    left: 5px;

    width: 40px;
    height: 40px;

    font-family: fontawesome;
    font-size: 20px;
    line-height: 40px;

    content: "\f00e";
    transition: .3s;
    text-align: center;

    opacity: 1;
    color: #fff;
    border-radius: 30px;
    background: rgba(0,0,0,.7);
}
.content-section a.popup_image:hover::before {
    transform: scale(1.2);

    opacity: 1;
    background: rgba(255,0,0,.7);
}

.hero-wrap-inner h2 {
    margin: 10px 0;
}
.hero-wrap-inner h5 {
    margin: 10px 0;
}
.popup_image img {
    box-shadow: 0 0 5px #ccc;
}
