/*--------------------------------------------------------------
1. Normalize credits to: Nicolas Gallagher and Jonathan Neal
http://necolas.github.com/normalize.css/
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0;
}

mark {
	background: #ff0;
	color: #333232;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

pre {
	background: #f7f7f7 !important;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	border: 1px solid #eee !important;
	white-space: pre-wrap;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: .5em;
	border: 1px solid #ddd;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body {
    font-size: 100%;
    font-family: 'Arial', sans-serif;
	color: #555;
	line-height: 1.5em;
}

p {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
	color: #323232;
	line-height: 1.2em;
}

h1 {
    font-size: 34px;
	color: #ffffff;
	text-align: center;
}

h2 {
	font-size: 28px;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h3 {
    font-size: 26px;
    -webkit-margin-before: .8em;
    -webkit-margin-after: .8em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h4 {
    font-size: 22px;
    -webkit-margin-before: .6em;
    -webkit-margin-after: .6em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h5 {
    font-size: 20px;
    -webkit-margin-before: .5em;
    -webkit-margin-after: .5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h6 {
    font-size: 18px;
    -webkit-margin-before: .4em;
    -webkit-margin-after: .4em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.contents {
	padding-left: 3em;
	display: block;
}

img {
	max-width: 100%;
	padding: 1em 0 .5em;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #F58634;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

/*--------------------------------------------------------------
Images
--------------------------------------------------------------*/
.doc-img {
	margin: 0 auto;
	display: table;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.masthead {
    padding: 2em 0 3em;
    margin: 0 auto;
    color: #fff;
	background: #323232;
	display: table;
	width: 100%;
}

.wrapper {
	width: 100%;
	display: block;
	position: relative;
}

.main {
    max-width: 1024px;
    padding: 0 2em;
    margin: 3em auto;
}

.sub {
    margin-top: 1em;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 24px;
	color: #ddd;
	line-height: 1.2em;
}

.right {
	float: right;
}

.left {
	float: left;
}

.meta {
    margin-top: 1em;
	margin-bottom: 1em;
    font-family: 'helvetica', 'arial', sans-serif;
	font-size: 20px;
	display: block;
}

.head-logo {
	display: block;
	position: relative;
}

.head-logo img {
	max-width: 320px;
	margin: 0 auto;
	display: block;
}

.masthead a {
	color: #F58634;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.wise-demo-wrapper {
    position: fixed;
	width: 545px;
	left: -500px;
	top: 0;
	bottom: 0;
	background-color: transparent;
    z-index: 1;
}

.sidebar {
	width: 500px;
    top: 0;
    bottom: 0;
    position: absolute;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.wise-demo-icon:before {
	font-family: "Fontawesome";
	content: "\f0c9";
}

.active .wise-demo-icon:before {
	font-family: "Fontawesome";
	content: "\f00d";
}

.wise-demo-icon {
    cursor: pointer;
    background: #555;
    color: #fff;
    margin-top: 50%;
    border-radius: 0 4px 4px 0;
    float: right;
    height: 45px;
    line-height: 45px;
    -moz-border-radius: 0 20px 20px 0;
    width: 45px;
    text-align: center;
    font-size: 24px;
}

.navigation {
	background: #555;
    margin: 0;
    padding: 20px;
}

.navigation h3 {
	margin: 20px;
    padding-bottom: 20px;
    color: #fff;
    border-bottom: 1px solid #777;
}

.navigation ul {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
}

.navigation li {
    font-weight: bold;
}

.navigation ul ul {
    /* margin-left: 2em; */
    margin-bottom: 1em;
}

.navigation ul ul li {
    font-size: 18px;
    font-weight: normal;
}

.navigation a {
    display: block;
    padding: .3em 0;
    color: #fff;
    text-decoration: none;
}

.navigation a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footer {
	background: #555;
	color: #ffffff;
	text-align: center;
	padding: 20px;
	font-size: 14px;
}

.footer a {
	color: #F58634;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
Back To Top
--------------------------------------------------------------*/
.cd-top {
	display: inline-block;
	height: 43px !important;
	width: 43px !important;
	position: fixed;
	bottom: 8px !important;
	right: 8px !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: #444;
	background-image: url(../img/arrowtop.png);
	background-size: 43px;
	visibility: hidden;
	opacity: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 1000000000000;
}

.cd-top:hover {
	background-color: #F58634;
	background-image: url(../img/arrowtop.png);
	background-size: 43px;
	-webkit-transition: all 0.7s ease-out 0s !important;
	-moz-transition: all 0.7s ease-out 0s !important;
	transition: all 0.7s ease-out 0s !important;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: .8;
}

.no-touch .cd-top:hover {
	background-color: #F58634;
	opacity: 1;
}

/* Make sure embeds and iframes fit their containers. */
.wise-container embed,
.wise-container iframe,
.wise-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wise-container {
    position: relative;
    padding-bottom: 56.10%;
	margin-top: 1em;
    height: 0;
	overflow: hidden;
}