/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #002d72;
	background: #fff;
	font: 16px/1.125 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

a,
button,
input[type="submit"] {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:hover,
a:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	outline: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 15.6vh;
}

.header {
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.8vh 4.1vh 1.2vh 4.9vh;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}

.header .logo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .logo {
	width: 17vh;
	display: block;
	margin: 0 1.6vh 0 0;
	position: relative;
	top: 3px;
}

.header .logo a {
	display: block;
}

.header img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.header .tag-line {
	color: #002d72;
	padding: 0 2.1vh;
	position: relative;
	border-left: 2px solid #002d72;
	font-size: 3.2vh;
	line-height: .6;
	font-weight: 400;
	letter-spacing: 1px;
}

.header .tag-line span {
	display: block;
	color: #7ba4db;
	font-size: 1.7vh;
	line-height: .8;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	top: -.3vh;
	margin: 0 0 2px;
	letter-spacing: 1.3px;
}

.header .right-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .help-link {
	width: 5.6vh;
	display: block;
}

.header .help-link img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.header .map-link {
	width: 7vh;
	margin: 0 0 0 3.7vh;
}

.header .map-link img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.nav-close,
.question-close {
	width: 40px;
	height: 40px;
	display: block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 13px;
}

.nav-close:before,
.nav-close:after,
.question-close:before,
.question-close:after {
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	width: 24px;
	height: 3px;
	background: #fff;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 5px;
}

.nav-close:after,
.question-close:after {
	width: 3px;
	height: 24px;
}

.nav-close:hover:before,
.nav-close:hover:after,
.question-close:hover:before,
.question-close:hover:after {
	opacity: .8;
}

.nav-drop {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 6;
	width: 300px;
	background: #002d72;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	overflow: auto;
	-webkit-transform: translateX(350px);
	-ms-transform: translateX(350px);
	transform: translateX(350px);
	text-align: center;
	padding: 0 15px;
}

.nav-active .nav-drop {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.navigation {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 70px 0 25px;
}

.navigation li a {
	display: block;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}

.navigation li a:hover {
	color: #002d72;
	background: #fff;
}

.bg {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 138vh;
	padding: 0 0 12.6vh;
}

.hover-tooltip {
	background: #002d72;
	padding: 5px;
	color: #fff;
	border-radius: 2px;
}

.main {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	width: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0;
	padding: 0 0 12.6vh;
	height: calc(100vh - 15.6vh);
}

.logo-medial {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	width: 20vh;
	display: block;
	margin: 0 auto;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-medial .image {
	width: 6.9vh;
}

.logo-medial .image img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.logo-medial .text {
	font-size: 3vh;
	line-height: 1;
	font-weight: 700;
	color: #002d72;
	padding: 0 0 0 .9vh;
}

.container {
	max-width: 141vh;
	padding: 0 15px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.intro-area {
	overflow: hidden;
}

.video-content {
	width: 42.8vh;
	margin: 1.7vh 0 0 0;
}

.video-box {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	margin: 0 0 3.6vh;
	opacity: 0;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.video-box .img-video {
	height: 24.2vh;
}

.video-box .title {
	font-size: 2.2vh;
	line-height: 1.1;
	display: block;
	color: #002d72;
	text-align: center;
	margin: 0 0 .9vh;
}

.video-box img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.lady-box {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	width: 23.6vh;
	position: relative;
	margin: 10.7vh 0 0 1.7vw;
	opacity: 0;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.lady-box img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.lady-box .textmsg {
	background: #d9d9d6;
	border-radius: 1.6vh;
	position: absolute;
	left: -8vh;
	top: -5.8vh;
	padding: 2.1vh 1.8vh 2.3vh;
	width: 18vh;
}

.lady-box .textmsg:after {
	position: absolute;
	right: 15px;
	top: 90%;
	content: "";
	border-style: solid;
	-webkit-transform: rotate(14deg);
	-ms-transform: rotate(14deg);
	transform: rotate(14deg);
	border-width: 0 5vh 2.8vh 0;
	border-color: transparent #d9d9d6 transparent transparent;
}

.lady-box .textmsg p {
	margin: 0;
	font-size: 1.48vh;
}

.service-box {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	width: 30.6vh;
	background: #002d72;
	border-radius: 1.6vh;
	overflow: hidden;
	margin: 4.9vh -.6vh 0 0;
	padding: 2.6vh .6vw 2.8vh 1.2vw;
	opacity: 0;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.service-box .title {
	font-size: 2.2vh;
	line-height: 1.1;
	display: block;
	color: #fff;
	padding: 0 0 0 .4vw;
	margin: 0 0 1.9vh;
}

.service-box .img-box {
	overflow: hidden;
}

.service-box .img-box img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.btn-back {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	width: 7vh;
	position: absolute;
	left: -12.5vh;
	top: 51.3%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.btn-back img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.videos-area,
.instructions-area,
.pdf-area,
.topics-area {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.videos-area .container,
.instructions-area .container,
.pdf-area .container,
.topics-area .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 11.8vh;
}

.videos-box {
	background: #0077c1;
	border-radius: 2vh;
	width: 31.2vh;
	margin: 0 1.4vh 0 0;
	padding: 2.8vh 2.6vh;
}

.videos-box .title {
	font-size: 3.3vh;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 0 2.3vh;
}

.video-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 2.6vh;
	overflow: auto;
	max-height: 37vh;
}

.video-list li {
	padding: 1.4vh 0;
}

.video-list li a {
	font-size: 2.2vh;
	display: block;
	position: relative;
	color: #fff;
	padding-left: 4.5vh;
	text-decoration: none;
}

.video-list li a:before {
	width: 3.2vh;
	height: 3.2vh;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background: url("../images/btn-play.svg") no-repeat;
	background-size: 100% 100%;
}

.video-list li a:hover {
	text-decoration: none;
}

.video-frame {
	border-radius: 1.9vh;
	overflow: hidden;
	position: relative;
	background: #d9d9d6;
	border: 1.3vh solid #797d83;
	width: 100.8vh;
	height: 60.1vh;
}

.video-frame .btn-play {
	width: 15vh;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-frame .btn-play img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.video-frame iframe {
	border: 0 !important;
	border-radius: 0 !important;
}

.instructions-area .container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 15.4vh;
}

.instructions-area .lady-box {
	margin: 2.1vh 0 0 11.7vw;
}

.instructions-area-active .instructions-area .lady-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.instructions-box {
	background: #0077c1;
	border-radius: 2vh;
	width: 31.2vh;
	margin: 0 1.4vh 0 11.7vh;
	padding: 2.8vh 2.6vh;
}

.instructions-box .title {
	font-size: 3.3vh;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 0 3.6vh;
}

.instructions-box .subtitle {
	font-size: 2.2vh;
	display: block;
	color: #fff;
	margin: 0 0 1vh;
	padding: 0 0 0 1.8vh;
}

.instructions-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 2.6vh;
	padding: 0 0 0 1.8vh;
	overflow: auto;
	max-height: 32vh;
}

.instructions-list li {
	padding: 1vh 0;
}

.instructions-list li a {
	font-size: 2.2vh;
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.instructions-list li a:hover {
	text-decoration: none;
}

.pdf-area .container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#flipCon {
	position: relative;
	width: 138vh;
	height: 60vh;
}

.flipbook-main-wrapper {
	border: 1.4vh solid #797d83;
	border-radius: 1.4vh;
	background: #d9d9d6 !important;
}

.bookshelf-area {
	width: 67vh;
	margin-left: 7vh;
}

.bookshelf-area .title {
	display: block;
	text-align: center;
	font-size: 3vh;
	line-height: 1;
	margin-bottom: 4vh;
}

.bookshelf-area .bs-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-height: 50vh;
	overflow: auto;
}

.bookshelf-area .bs-shelf-image {
	width: 25%;
	padding: 0 .6vh;
	margin-bottom: 2.5vh;
	border-bottom: 9px solid #9db0cc;
}

.bookshelf-area .bs-shelf-image a {
	display: block;
}

.bookshelf-area .bs-shelf-image img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

/* Slick slider styles */

.slick-slider {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	border-radius: 6px;
	padding: 2.2vh 6.7vh 3.4vh;
	opacity: 0;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	font-size: 1.66vh;
	line-height: 1.222;
	color: #0077c1;
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow {
	width: 2.4vh;
	height: 2.4vh;
	background: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	padding: 0;
	background: none;
}

.slick-arrow:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
}

.slick-arrow.slick-prev {
	left: 1.7vh;
}

.slick-arrow.slick-prev:before {
	border-style: solid;
	border-width: 1.6vh 1.6vh 1.6vh 0;
	border-color: transparent #93c0df transparent transparent;
}

.slick-arrow.slick-next {
	right: 1.7vh;
}

.slick-arrow.slick-next:before {
	border-style: solid;
	border-width: 1.6vh 0 1.6vh 1.6vh;
	border-color: transparent transparent transparent #93c0df;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: .8vh;
}

.slick-dots li {
	margin: 0 3px;
}

.slick-dots li button {
	width: 1.4vh;
	height: 1.4vh;
	background: #d9d9d6;
	border-radius: 100%;
	padding: 0;
	border: 0;
	color: #d9d9d6;
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
	color: #0077c1;
	background: #0077c1;
}

.sb-chat {
	display: none;
}

.topics-opener {
	width: 7.6vh;
	height: 10.2vh;
	border-radius: .5vh;
	position: fixed;
	z-index: 3;
	left: 4vh;
	bottom: 20px;
	text-align: center;
	background: #797d83;
	border: 1px solid #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: .7vh .3vh;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease 1s;
	transition: all .4s ease 1s;
}

.topics-opener2 {
	width: 7.6vh;
	height: 10.2vh;
	border-radius: .5vh;
	position: fixed;
	z-index: 3;
	left: 4vh;
	bottom: 20px;
	text-align: center;
	background: #797d83;
	border: 1px solid #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: .7vh .3vh;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease 1s;
	transition: all .4s ease 1s;
}

.topics-opener.animation-active {
	-webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
	animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.topics-opener .num {
	width: 3vh;
	height: 3vh;
	border-radius: 100%;
	background: #002d72;
	color: #fff;
	position: absolute;
	right: -1.5vh;
	top: -1.5vh;
	font-size: 2.5vh;
	line-height: 3vh;
	text-align: center;
}

.loaded .topics-opener {
	opacity: 1;
	visibility: visible;
}

.loaded .topics-opener2 {
	opacity: 1;
	visibility: visible;
}

.topics-opener .fa {
	font-size: 4vh;
	line-height: 1;
	color: #fff;
	display: block;
	margin: 0 0 1.6vh;
}

.topics-opener2 .fa {
	font-size: 4vh;
	line-height: 1;
	color: #fff;
	display: block;
	margin: 0 0 1.6vh;
}

.topics-opener .txt {
	display: block;
	font-size: 1.25vh;
	color: #fff;
	text-transform: uppercase;
}

.topics-opener2 .txt {
	display: block;
	font-size: 1.25vh;
	color: #fff;
	text-transform: uppercase;
}

.topics-box {
	border-radius: 2.4vh;
	position: relative;
	overflow: hidden;
	background: #fff;
	max-width: 56vh;
	margin: 0 auto;
}

.topics-box .para {
	padding: 0 1.5vh 3.6vh;
	font-size: 2.4vh;
	color: #5e5e5e;
}

.topics-box h2 {
	background: #002d72;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 1.1vh 1.1vh 2.5vh;
}

.list-topic {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 3.6vh 1.5vh;
}

.list-topic li {
	width: 20%;
	text-align: center;
	position: relative;
	margin: 0 0 .7vh;
}

.list-topic .fa {
	font-size: 9.6vh;
	line-height: 1;
	color: #d9d9d6;
}

.list-topic .fa.blue {
	color: #002d72;
}

.list-topic .fa.yellow {
	color: #ffc72c;
}

.list-topic .fa.orange {
	color: #f26722;
}

.list-topic .fa.parrot {
	color: #b4c901;
}

.list-topic .fa.light-blue {
	color: #0077c1;
}

.loaded .main {
	background-size: 138vh;
}

.loaded .bg {
	opacity: 1;
	visibility: visible;
}

.loaded .logo-medial {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.loaded .video-box,
.loaded .service-box,
.loaded .lady-box,
.loaded .slick-slider {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.video-area-active .video-box,
.video-area-active .service-box,
.video-area-active .lady-box,
.video-area-active .slick-slider {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.video-area-active .btn-back {
	opacity: 1;
	visibility: visible;
}

.video-area-active .videos-area {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.instructions-area-active .video-box,
.instructions-area-active .service-box,
.instructions-area-active .lady-box,
.instructions-area-active .slick-slider {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.instructions-area-active .btn-back {
	opacity: 1;
	visibility: visible;
}

.instructions-area-active .instructions-area {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.instructions-area-active .sb-chat {
	display: block;
}

.pdf-area-active .video-box,
.pdf-area-active .service-box,
.pdf-area-active .lady-box,
.pdf-area-active .slick-slider {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.pdf-area-active .btn-back {
	opacity: 1;
	visibility: visible;
}

.pdf-area-active .pdf-area {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.topics-area-active .video-box,
.topics-area-active .service-box,
.topics-area-active .lady-box,
.topics-area-active .slick-slider,
.topics-area-active .logo-medial,
.topics-area-active .instructions-area,
.topics-area-active .pdf-area,
.topics-area-active .videos-area {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.topics-area-active .btn-back {
	opacity: 1;
	visibility: visible;
}

.topics-area-active .topics-area {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.webView {
	background: #d9d9d6;
}

.webView .holder {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.webView .image-wrap {
	opacity: 0;
	-webkit-transform: scale(.2);
	-ms-transform: scale(.2);
	transform: scale(.2);
	-webkit-transition: 2s;
	transition: 2s;
}

.webView .img4 {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.webView .image1 {
	position: absolute;
	left: 53%;
	-webkit-transform: translateX(-53%);
	-ms-transform: translateX(-53%);
	transform: translateX(-53%);
	top: 8vh;
	width: 46.1vh;
	max-width: 498px;
}

.loaded .webView .image1 {
	-webkit-transform: translateX(-53%);
	-ms-transform: translateX(-53%);
	transform: translateX(-53%);
}

.webView .image2 {
	position: absolute;
	left: 69.5%;
	-webkit-transform: translateX(-69.5%);
	-ms-transform: translateX(-69.5%);
	transform: translateX(-69.5%);
	top: 37vh;
	width: 47vh;
	max-width: 507px;
}

.loaded .webView .image2 {
	-webkit-transform: translateX(-69.5%);
	-ms-transform: translateX(-69.5%);
	transform: translateX(-69.5%);
}

.webView .image3 {
	position: absolute;
	left: 33%;
	-webkit-transform: translateX(-33%);
	-ms-transform: translateX(-33%);
	transform: translateX(-33%);
	top: 34.9vh;
	width: 47vh;
	max-width: 507px;
}

.loaded .webView .image3 {
	-webkit-transform: translateX(-33%);
	-ms-transform: translateX(-33%);
	transform: translateX(-33%);
}

.webView .image4 {
	position: absolute;
	left: 3%;
	-webkit-transform: translateX(-3%);
	-ms-transform: translateX(-3%);
	transform: translateX(-3%);
	top: 16.6vh;
	width: 56vh;
	max-width: 605px;
}

.loaded .webView .image4 {
	-webkit-transform: translateX(-3%);
	-ms-transform: translateX(-3%);
	transform: translateX(-3%);
}

.webView .image5 {
	position: absolute;
	right: 0;
	top: 13vh;
	width: 54.4vh;
	max-width: 588px;
}

.webView .image6 {
	position: absolute;
	left: 24%;
	-webkit-transform: translateX(-24%);
	-ms-transform: translateX(-24%);
	transform: translateX(-24%);
	top: 3vh;
	width: 45.9vh;
	max-width: 496px;
}

.loaded .webView .image6 {
	-webkit-transform: translateX(-24%);
	-ms-transform: translateX(-24%);
	transform: translateX(-24%);
}

.webView .image7 {
	position: absolute;
	right: 23%;
	-webkit-transform: translateX(23%);
	-ms-transform: translateX(23%);
	transform: translateX(23%);
	top: 8.2vh;
	width: 37vh;
	max-width: 400px;
}

.loaded .webView .image7 {
	-webkit-transform: translateX(23%);
	-ms-transform: translateX(23%);
	transform: translateX(23%);
}

.webView .image8 {
	position: absolute;
	left: 47%;
	-webkit-transform: translateX(-47%);
	-ms-transform: translateX(-47%);
	transform: translateX(-47%);
	top: 59vh;
	width: 45.3vh;
	max-width: 489px;
}

.loaded .webView .image8 {
	-webkit-transform: translateX(-47%);
	-ms-transform: translateX(-47%);
	transform: translateX(-47%);
}

.webView .image9 {
	position: absolute;
	right: 13.5%;
	-webkit-transform: translate(13.5%);
	-ms-transform: translate(13.5%);
	transform: translate(13.5%);
	top: 54vh;
	width: 45.5vh;
	max-width: 491px;
}

.loaded .webView .image9 {
	-webkit-transform: translate(13.5%);
	-ms-transform: translate(13.5%);
	transform: translate(13.5%);
}

.webView .image10 {
	position: absolute;
	left: 4%;
	-webkit-transform: translateX(-4%);
	-ms-transform: translateX(-4%);
	transform: translateX(-4%);
	top: 53vh;
	width: 28vh;
	max-width: 302px;
}

.loaded .webView .image10 {
	-webkit-transform: translateX(-4%);
	-ms-transform: translateX(-4%);
	transform: translateX(-4%);
}

.landing {
	background: #d9d9d6;
}

.landing #wrapper {
	padding-top: 9.3vh;
}

.webView {
	height: calc(100vh - 9.3vh);
	background: #d9d9d6;
}

.MobView {
	padding: 20px 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #d9d9d6;
}

.MobView a {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	width: 58%;
	display: block;
	margin-bottom: -110px;
}

.loaded .MobView a {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.MobView a:nth-child(even) {
	margin-left: auto;
	margin-right: -5px;
}

.MobView a:last-child {
	margin-bottom: 10px;
}

.MobView a.mobImage1 {
	margin-top: -45px;
}

.question-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.question-active .question-overlay {
	opacity: 1;
	visibility: visible;
}

.question-overlay .wrap {
	/* max-width: 768px; */
	/* max-width: 1000px;  i have removed this if you want it uncomment it */
	margin: 0 auto;
	width: 100%;
}

.question-overlay .video-holder {
	width: 60vh;
	height: 60vh;
	margin: 0 auto 20px;
	position: relative;
}

.question-overlay iframe {
	width: 100%;
	/* height: 100%; */
	/*height: 300px;*/
	border: none;
}

.action-btns {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.action-btns li {
	padding: 0 10px;
}

.btn {
	background: #0094ff;
	display: block;
	border: none;
	color: white;
	padding: 2vh 4vh;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 50px;
}

.btn:hover {
	background: #005999;
}

.mobile-area {
	padding: 0 28px;
	display: none;
}

.visible-mobile {
	display: none !important;
}

.video-box,
.video-frame {
	position: relative;
}

.video-box.video-active .btn-play,
.video-frame.video-active .btn-play {
	opacity: 0;
	visibility: hidden;
}

.video-box iframe,
.video-frame iframe {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	border: 7px solid #002d71;
	border-radius: 15px;
}

.video-box iframe.goodClass,
.video-frame iframe.goodClass {
	z-index: 9;
}

.video-box .btn-play,
.video-frame .btn-play {
	position: relative;
	z-index: 3;
	display: block;
}

.sb-chat-open .fixed-bar.fixed-position ~ .sb-main {
	display: block;
}

.fixed-bar {
	height: 1px;
	display: none;
}

.fixed-bar.fixed-position ~ .sb-main {
	display: none;
}

.videos-select {
	display: block;
	position: relative;
	background: #eeeef0;
	margin: 0 auto 70px;
	width: 250px;
	height: 32px;
	border-radius: 8px;
}

.videos-select:after {
	content: "";
	position: absolute;
	text-align: center;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #707070 transparent transparent transparent;
	bottom: 0;
	right: 15px;
	top: 10px;
}

.videos-select .title {
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 32px;
	padding: 0 40px 0 26px;
	color: #000;
}

.video-list-active .videos-select .video-list {
	opacity: 1;
	visibility: visible;
}

.videos-select .video-list {
	background: #eeeef0;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 100%;
	max-height: 200px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
}

.videos-select .video-list li {
	padding: 0;
}

.videos-select .video-list li a {
	font-size: 13px;
	line-height: 16px;
	padding: 5px 10px;
	color: #656565;
}

.videos-select .video-list li a:before {
	display: none;
}

.videos-select .video-list li a:hover {
	background: #e6e6e6;
	color: #000;
}

/* custom select styles */

.jcf-select {
	display: block;
	position: relative;
	background: #eeeef0;
	margin: 0 auto 70px;
	width: 250px;
	height: 32px;
	border-radius: 8px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 32px;
	margin: 0 40px 0 26px;
	color: #000;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #707070 transparent transparent transparent;
	bottom: 0;
	right: 15px;
	top: 10px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #eeeef0;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
	border-radius: 15px;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-option.jcf-option-hide-me {
	display: none;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

@media (min-width: 768px) {
	.topics-box h2 {
		text-align: center;
	}

	.list-topic {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.list-topic .text {
		width: auto;
		font-size: 1.1vh;
		line-height: 1;
		color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#mobView {
		display: none;
	}
}

@media (min-width: 1367px) {
	.topics-box h2 {
		font-size: 5.3vh;
	}
}

@media (max-width: 1919px) {
	.webView .image1 {
		width: 38vh;
	}

	.webView .image2 {
		width: 37vh;
	}

	.webView .image3 {
		width: 39vh;
	}

	.webView .image4 {
		width: 46vh;
	}

	.webView .image5 {
		width: 47vh;
	}

	.webView .image6 {
		width: 38vh;
	}

	.webView .image7 {
		width: 30vh;
	}

	.webView .image8 {
		width: 38vh;
	}

	.webView .image9 {
		width: 38vh;
	}

	.webView .image10 {
		width: 24vh;
	}
}

@media (max-width: 1749px) {
	.btn-back {
		top: 0;
		left: 15px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.webView .holder {
		max-width: 1400px;
	}

	.webView .image1 {
		top: 10vh;
		max-width: 399px;
	}

	.webView .image2 {
		max-width: 389px;
	}

	.webView .image3 {
		max-width: 389px;
	}

	.webView .image4 {
		max-width: 483px;
		left: 1.5vh;
	}

	.webView .image5 {
		right: -5vh;
		top: 14vh;
		max-width: 494px;
	}

	.webView .image6 {
		max-width: 399px;
	}

	.webView .image7 {
		max-width: 315px;
	}

	.webView .image8 {
		max-width: 399px;
	}

	.webView .image9 {
		max-width: 399px;
	}

	.webView .image10 {
		top: 47vh;
		max-width: 252px;
	}
}

@media (max-width: 1499px) {
	.webView .holder {
		max-width: 1100px;
	}

	.webView .image1 {
		width: 35vh;
	}

	.webView .image2 {
		width: 35vh;
	}

	.webView .image3 {
		width: 37vh;
	}

	.webView .image4 {
		width: 42vh;
	}

	.webView .image5 {
		width: 45vh;
	}

	.webView .image6 {
		width: 36vh;
	}

	.webView .image7 {
		width: 28vh;
	}

	.webView .image8 {
		width: 36vh;
	}

	.webView .image9 {
		width: 36vh;
	}

	.webView .image10 {
		width: 22vh;
	}
}

@media (max-width: 1366px) {
	#wrapper {
		padding-top: 12vh;
	}

	.header {
		padding: 1.8vh 3vh;
	}

	.header .logo {
		width: 14vh;
	}

	.header .help-link {
		width: 4vh;
	}

	.header .map-link {
		width: 5.5vh;
	}

	.logo-medial {
		width: 17vh;
	}

	.logo-medial .text {
		font-size: 2.6vh;
	}

	.webView .holder {
		max-width: 950px;
	}

	.webView .image1 {
		max-width: 269px;
	}

	.webView .image2 {
		max-width: 269px;
	}

	.webView .image3 {
		max-width: 284px;
	}

	.webView .image4 {
		max-width: 322px;
	}

	.webView .image5 {
		max-width: 345px;
	}

	.webView .image6 {
		max-width: 276px;
	}

	.webView .image7 {
		max-width: 215px;
	}

	.webView .image8 {
		max-width: 276px;
	}

	.webView .image9 {
		max-width: 276px;
	}

	.webView .image10 {
		max-width: 169px;
	}

	.landing #wrapper {
		padding-top: 8.7vh;
	}

	.webView {
		height: calc(100vh - 8.7vh);
	}
}

@media (max-width: 1366px) and (orientation: portrait) {
	.video-content {
		width: 25vh;
	}

	.lady-box {
		width: 13vh;
	}

	.lady-box .textmsg {
		width: 12vh;
		padding: 1.2vh;
		left: -7vh;
	}

	.lady-box .textmsg:after {
		border-width: 0 3vh 1.75vh 0;
	}

	.service-box {
		width: 20vh;
	}

	.videos-box {
		padding: 2vh 1.5vh;
	}

	.videos-box .title {
		font-size: 2.5vh;
		margin: 0 0 1.5vh;
	}

	.video-list {
		margin: 0;
	}

	.video-list li {
		padding: 1.2vh 0;
	}

	.video-list li a {
		font-size: 1.6vh;
		padding-left: 3.5vh;
	}

	.video-list li a:before {
		width: 2.4vh;
		height: 2.4vh;
	}

	.video-frame {
		height: 50vh;
		border-width: 1vh;
	}

	.instructions-area .lady-box {
		margin: 0 0 0 12vh;
		width: 25vh;
	}

	.instructions-area .lady-box .textmsg {
		width: 16vh;
	}

	.instructions-area .lady-box .textmsg p {
		font-size: 1.3vh;
	}

	.instructions-box {
		padding: 2vh 1.5vh;
		width: 20vh;
		margin: 0 1.4vh 0 5vh;
	}

	.instructions-box .title {
		font-size: 2.5vh;
		margin: 0 0 1.5vh;
	}

	.instructions-box .subtitle {
		font-size: 1.6vh;
		padding: 0;
	}

	.instructions-list {
		margin: 0;
		padding: 0;
	}

	.instructions-list li a {
		font-size: 1.6vh;
	}

	#flipCon {
		width: 125vh;
		height: 40vh;
	}

	.flipbook-main-wrapper {
		border-width: 1vh;
	}

	.bookshelf-area {
		margin-left: 3vh;
	}

	.bookshelf-area .title {
		font-size: 2.3vh;
		margin-bottom: 2vh;
	}

	.slick-slider {
		padding: 2.2vh 4.2vh 4vh;
	}

	.slick-arrow {
		width: 2vh;
		height: 2vh;
	}

	.slick-arrow.slick-prev {
		left: 1vh;
	}

	.slick-arrow.slick-next {
		right: 1vh;
	}

	.slick-dots {
		bottom: 1.2vh;
	}

	.slick-dots li button {
		width: 1.1vh;
		height: 1.1vh;
	}
}

@media (max-width: 1023px) {
	#wrapper {
		padding-top: 9vh;
	}

	.header {
		padding: 1vh 1.5vh;
	}

	.header .logo {
		width: 10vh;
	}

	.header .tag-line {
		font-size: 3vh;
	}

	.header .tag-line span {
		font-size: 1.2vh;
		margin: 0 0 2px;
	}

	.header .help-link {
		width: 3vh;
	}

	.header .map-link {
		width: 4vh;
	}

	.main {
		height: calc(100vh - 10vh);
	}

	.logo-medial {
		width: 14vh;
	}

	.logo-medial .text {
		font-size: 2.2vh;
	}

	.video-content {
		width: 25vh;
	}

	.video-box .title {
		font-size: 1.8vh;
	}

	.lady-box {
		width: 12vh;
		margin: 10.7vh 0 0 5.7vw;
	}

	.lady-box .textmsg {
		width: 11vh;
		padding: 1.2vh;
		left: -5vh;
	}

	.lady-box .textmsg:after {
		border-width: 0 3vh 1.75vh 0;
	}

	.lady-box .textmsg p {
		font-size: 1.22vh;
	}

	.service-box {
		width: 20vh;
	}

	.service-box .title {
		font-size: 1.8vh;
	}

	.btn-back {
		width: 4vh;
	}

	.videos-area .container,
	.instructions-area .container,
	.pdf-area .container,
	.topics-area .container {
		padding-top: 9vh;
	}

	.videos-box {
		padding: 2vh 1.5vh;
	}

	.videos-box .title {
		font-size: 2.5vh;
		margin: 0 0 1.5vh;
	}

	.video-list {
		margin: 0;
	}

	.video-list li {
		padding: 1.2vh 0;
	}

	.video-list li a {
		font-size: 1.6vh;
		padding-left: 3.5vh;
	}

	.video-list li a:before {
		width: 2.4vh;
		height: 2.4vh;
	}

	.video-frame {
		height: 50vh;
		border-width: 1vh;
	}

	.video-frame .btn-play {
		width: 7vh;
	}

	.instructions-area .lady-box {
		margin: 0 0 0 12vh;
		width: 25vh;
	}

	.instructions-area .lady-box .textmsg {
		width: 16vh;
	}

	.instructions-area .lady-box .textmsg p {
		font-size: 1.3vh;
	}

	.instructions-box {
		padding: 2vh 1.5vh;
		width: 20vh;
		margin: 0 1.4vh 0 5vh;
	}

	.instructions-box .title {
		font-size: 2.5vh;
		margin: 0 0 1.5vh;
	}

	.instructions-box .subtitle {
		font-size: 1.6vh;
		padding: 0;
	}

	.instructions-list {
		margin: 0;
		padding: 0;
	}

	.instructions-list li {
		padding: 1vh 0;
	}

	.instructions-list li a {
		font-size: 1.6vh;
	}

	#flipCon {
		width: 125vh;
		height: 40vh;
	}

	.flipbook-main-wrapper {
		border-width: 1vh;
	}

	.bookshelf-area {
		margin-left: 3vh;
	}

	.bookshelf-area .title {
		font-size: 2.3vh;
		margin-bottom: 2vh;
	}

	.slick-slider {
		padding: 2.2vh 4.2vh 4vh;
	}

	.slick-slide {
		font-size: 1.3vh;
	}

	.slick-arrow {
		width: 2vh;
		height: 2vh;
	}

	.slick-arrow.slick-prev {
		left: 1vh;
	}

	.slick-arrow.slick-prev:before {
		border-width: 1.2vh 1.2vh 1.2vh 0;
	}

	.slick-arrow.slick-next {
		right: 1vh;
	}

	.slick-arrow.slick-next:before {
		border-width: 1.2vh 0 1.2vh 1.2vh;
	}

	.slick-dots {
		bottom: 1.2vh;
	}

	.slick-dots li button {
		width: 1.1vh;
		height: 1.1vh;
	}

	.webView .holder {
		max-width: 740px;
	}

	.webView .image1 {
		width: 16vh;
		left: 48%;
		top: 16vh;
		-webkit-transform: translateX(-48%);
		-ms-transform: translateX(-48%);
		transform: translateX(-48%);
	}

	.loaded .webView .image1 {
		-webkit-transform: translateX(-48%);
		-ms-transform: translateX(-48%);
		transform: translateX(-48%);
	}

	.webView .image2 {
		width: 16vh;
		left: 65%;
		top: 25vh;
		-webkit-transform: translateX(-65%);
		-ms-transform: translateX(-65%);
		transform: translateX(-65%);
	}

	.loaded .webView .image2 {
		-webkit-transform: translateX(-65%);
		-ms-transform: translateX(-65%);
		transform: translateX(-65%);
	}

	.webView .image3 {
		width: 20vh;
		left: 30%;
		top: 25.5vh;
		-webkit-transform: translateX(-31%);
		-ms-transform: translateX(-31%);
		transform: translateX(-31%);
	}

	.loaded .webView .image3 {
		-webkit-transform: translateX(-31%);
		-ms-transform: translateX(-31%);
		transform: translateX(-31%);
	}

	.webView .image4 {
		width: 20vh;
		left: 0;
		top: 21vh;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.loaded .webView .image4 {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.webView .image5 {
		width: 22vh;
		top: 14vh;
		right: 1vh;
	}

	.webView .image6 {
		width: 16vh;
		top: 16vh;
		left: 19%;
	}

	.webView .image7 {
		width: 14vh;
		top: 15vh;
		right: 30%;
	}

	.webView .image8 {
		width: 19vh;
		left: 44%;
		top: 36.5vh;
		-webkit-transform: translateX(-44%);
		-ms-transform: translateX(-44%);
		transform: translateX(-44%);
	}

	.loaded .webView .image8 {
		-webkit-transform: translateX(-44%);
		-ms-transform: translateX(-44%);
		transform: translateX(-44%);
	}

	.webView .image9 {
		width: 19vh;
		right: 13%;
		top: 30vh;
		-webkit-transform: translate(5%);
		-ms-transform: translate(5%);
		transform: translate(5%);
	}

	.loaded .webView .image9 {
		-webkit-transform: translate(5%);
		-ms-transform: translate(5%);
		transform: translate(5%);
	}

	.webView .image10 {
		width: 10vh;
		top: 34vh;
		left: 1vh;
	}

	.landing #wrapper {
		padding-top: 5.8vh;
	}

	.webView {
		height: calc(100vh - 5.8vh);
	}
}

@media (max-width: 767px) {
	.bg {
		display: none;
	}

	.bookshelf-area .bs-container {
		max-height: inherit;
	}

	.topics-opener {
		position: relative;
		top: 0;
		right: 0;
		width: 40px;
		height: 45px;
		left: auto;
		opacity: 1;
		visibility: visible;
	}

	.topics-opener2 {
		position: relative;
		top: 0;
		right: 0;
		width: 40px;
		height: 45px;
		left: auto;
		opacity: 1;
		visibility: visible;
	}

	.topics-opener .num {
		font-size: 12px;
		line-height: 14px;
		width: 14px;
		height: 14px;
		top: -7px;
		right: -7px;
	}

	.topics-opener2 .num {
		font-size: 12px;
		line-height: 14px;
		width: 14px;
		height: 14px;
		top: -7px;
		right: -7px;
	}

	.topics-opener .fa {
		font-size: 14px;
		margin: 0 0 8px;
	}

	.topics-opener2 .fa {
		font-size: 14px;
		margin: 0 0 8px;
	}

	.topics-opener .txt {
		font-size: 7px;
	}

	.topics-opener2 .txt {
		font-size: 7px;
	}

	.list-topic .text {
		width: calc(100% - 40px);
		word-break: break-all;
	}

	.topics-area-active {
		overflow: hidden;
	}

	.topics-area-active .sb-main {
		opacity: 0;
		visibility: hidden;
	}

	.landing #wrapper {
		padding-top: 106px;
	}

	#webView {
		display: none;
	}

	.question-overlay {
		display: none;
	}

	.desktop-area {
		display: none;
	}

	.mobile-area {
		display: block;
	}

	#wrapper {
		padding: 95px 0 0;
	}

	.header {
		z-index: 10;
		padding: 22px 36px 30px 30px;
	}

	.header .logo {
		width: 42px;
	}

	.header .tag-line {
		font-size: 16px;
		line-height: 1;
		padding: 4px 2px 0;
		border: none;
	}

	.header .tag-line span {
		font-size: 14px;
		line-height: 14px;
		margin: 0;
	}

	.header .help-link {
		display: none;
	}

	.header .map-link {
		width: 46px;
	}

	.visible-desktop {
		display: none !important;
	}

	.visible-mobile {
		display: block !important;
	}

	.main {
		height: auto;
		background: none !important;
	}

	.video-box,
	.video-frame {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0 0 12px;
	}

	.fixed-bar {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 400px;
	}

	.sb-chat {
		display: block;
	}

	h2 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 15px;
		text-align: center;
	}

	.logo-medial {
		width: 185px;
		padding: 28px 21px 0 0;
		margin: 0 auto 74px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.logo-medial .image {
		width: 48px;
	}

	.logo-medial .image img {
		height: 50px;
	}

	.logo-medial .text {
		font-size: 24px;
		line-height: 28px;
		padding: 0 0 0 9px;
	}

	.lady-area {
		margin: 0 -28px;
		padding: 0 28px 35px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: 50% 50%;
	}

	.lady-area .lady-box {
		width: 176px;
		margin: 0 auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.lady-area .textmsg {
		width: 135px;
		padding: 9px;
		left: -70px;
		top: -40px;
	}

	.lady-area .textmsg:after {
		border-width: 0 24px 17px 0;
		top: 90%;
	}

	.lady-area .textmsg p {
		font-size: 12px;
		line-height: 18px;
	}

	.slider-area {
		background-repeat: no-repeat;
		margin: 0 -28px;
		padding: 86px 28px 92px;
		background-size: 100% 100%;
		background-position: 50% 50%;
	}

	.slick-slider {
		padding: 17px 52px 30px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.slick-arrow.slick-prev:before {
		border-width: 12px 12px 12px 0;
		left: 15px;
	}

	.slick-arrow.slick-next {
		right: 15px;
	}

	.slick-arrow.slick-next:before {
		border-width: 12px 0 12px 12px;
	}

	.slick-dots li button {
		width: 12px;
		height: 12px;
	}

	.slick-slide {
		font-size: 18px;
		line-height: 22px;
	}

	.video-area {
		padding: 23px 0 0;
	}

	.file-area {
		margin: 0 -28px;
		padding: 0 28px 32px;
		background-size: 100% 100%;
		background-position: 50% 50%;
	}

	.bookshelf-area {
		width: 93%;
		margin: 0 auto;
	}

	.bookshelf-area .bs-shelf-image {
		padding: 0 6px;
		margin: 0 0 23px;
	}

	.topics-area {
		margin: 0 -22px;
		padding: 25px 28px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: 50% 50%; /*position: static;
		transform: none;*/
		width: auto;
		max-height: calc(100vh - 100px);
		overflow: auto;
		position: fixed;
		top:110px;
	}

	.topics-box {
		border: 1px solid #707070;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		background: #fff;
		max-width: inherit;
		margin: 0;
	}

	.topics-box h2 {
		background: #002d72;
		color: #fff;
		font-weight: 400;
		padding: 17px 15px;
		margin: 0;
	}

	.list-topic {
		margin: 0;
		padding: 21px 30px;
		list-style: none;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		font-size: 16px;
		line-height: 19px;
		font-weight: 400;
	}

	.list-topic li {
		display: inline-block;
		width: 100%;
		margin: 0 0 5px;
	}

	.list-topic .fa {
		font-size: 50px;
		line-height: 1;
		display: inline-block;
		vertical-align: middle;
		color: #d9d9d6;
	}

	.list-topic .fa.blue {
		color: #002d72;
	}

	.list-topic .fa.yellow {
		color: #ffc72c;
	}

	.list-topic .fa.orange {
		color: #f26722;
	}

	.list-topic .fa.parrot {
		color: #b4c901;
	}

	.list-topic .fa.light-blue {
		color: #0077c1;
	}

	.list-topic .text {
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 10px;
	}

	#flipCon_mobile {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 999996;
	}

	#flipCon_mobile .close_book {
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 40px;
		line-height: 1;
		color: #000;
		z-index: 9;
	}

	[data-name=btnExpand] {
		display: none !important;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.lady-area .textmsg {
		left: -60px;
	}
}

@media (max-width: 767px) and (max-width: 374px) {
	.slick-slide {
		font-size: 14px;
		line-height: 18px;
	}

	.list-topic {
		padding: 15px 20px;
		font-size: 14px;
		line-height: 18px;
	}

	.list-topic .fa {
		font-size: 40px;
	}

	.list-topic .text {
		padding: 0 0 0 5px;
	}
}

@media (max-width: 374px) {
	.MobView a {
		margin-bottom: -90px;
	}

	.header {
		padding: 20px;
	}
}

@-webkit-keyframes shake {
	10%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
}

@keyframes shake {
	10%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
}

