﻿/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css *//*! _reboot.scss | MIT License | https://getbootstrap.com/ */*,*::before,*::after {
	box-sizing: border-box
}

html {
	font-family: Verdana,sans-serif;
	font-size: 16px;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	scroll-behavior: smooth
}

:root[lang="zh"] {
	font-family: "Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑",Verdana,sans-serif
}

:root[lang="vi"] * {
	font-family: Arial,sans-serif !important
}

@-ms-viewport {
	width:device-width
}

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

figure {
	margin: 0;
	padding: 0
}

body {
	margin: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.7;
	color: #283545;
	text-align: left;
	background-color: #fff;
	overflow-x: hidden
}[tabindex="-1"]:focus {
	outline: 0 !important
}

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

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

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6,.font-h1,.font-h2,.font-h3,.font-h4,.font-h5,.font-h6 {
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 10px
}

h1,.font-h1 {
	font-size: 2.6875rem;
	line-height: 1.4em;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑"
}

h2,.font-h2 {
	font-size: 1.5625rem;
	line-height: 1.4em;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑"
}

h3,.font-h3 {
	font-size: 1.3125rem;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑"
}

h4,.font-h4 {
	font-size: 1rem;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	margin-bottom: 0
}

h5,.font-h5 {
	font-size: .875rem;
	line-height: 1.4em;
	margin-bottom: 1.25em
}

h6,.font-h6 {
	font-size: .875rem;
	line-height: 1.4em;
	margin-bottom: 1.25em
}

p {
	margin-top: 0;
	margin-bottom: 1.25em
}

:root:not([lang="vi"]) b,:root:not([lang="vi"]) strong {
	font-weight: bolder
}

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

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%
}

svg:not(:root) {
	overflow: hidden;
	vertical-align: middle
}

button,input,optgroup,select,textarea {
	font-family: Verdana,sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}[type="checkbox"],[type="radio"] {
	box-sizing: border-box;
	padding: 0
}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height: auto
}[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}[hidden] {
	display: none
}[align="center"] {
	text-align: center !important
}[align="left"] {
	text-align: left !important
}[align="right"] {
	text-align: right !important
}

a {
	color: #0c51a3;
	cursor: pointer;
	font-weight: 600;
	transition: all .3s ease-in-out
}

a:hover {
	text-decoration: none
}

a.noUnderline,a.no-underline {
	text-decoration: none
}

button,input,textarea {
	transition: all .3s ease-in-out
}

.clear {
	clear: both
}

.clearfix::before {
	display: table;
	content: ""
}

.clearfix::after {
	display: table;
	clear: both;
	content: "";
	height: 0
}

.sticky {
	position: sticky;
	top: 194px
}

.global-wrapper {
	position: relative;
	overflow: hidden
}

.container {
	width: 100%;
	max-width: 1200px;
	min-width: 280px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

div>p:last-child,article>p:last-child,section>p:last-child {
	margin-bottom: 0
}

.tag-on-border {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	text-align: left
}

.tag-on-border .txt {
	display: inline-block;
	padding-right: 15px;
	margin: 0
}

.tag-on-border:after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 1px;
	top: 50%;
	background-image: linear-gradient(to right, #b2bfd0 50%, transparent 50%),linear-gradient(to right, #b2bfd0 50%, transparent 50%),linear-gradient(to bottom, #b2bfd0 50%, transparent 50%),linear-gradient(to bottom, #b2bfd0 50%, transparent 50%);
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 18px 1px,18px 1px,1px 18px,1px 18px
}

.note,.inpage-disclaimer {
	font-size: .6875rem
}

:root[lang="zh"] .note,:root[lang="zh"] .inpage-disclaimer {
	font-size: .75rem
}

.inpage-disclaimer {
	position: relative;
	margin-top: 1.25em;
	margin-bottom: 1.875em
}

.inpage-disclaimer .tag-on-border {
	color: #5b6a88;
	font-size: .875rem;
	text-transform: uppercase;
	margin-bottom: 1rem
}

.inpage-disclaimer .disclaimer-content {
	display: block
}

.inpage-disclaimer p {
	margin-bottom: 1em
}

.inpage-awards .award-roll {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center
}

.inpage-awards .award-roll>* {
	max-width: 160px;
	margin: 10px
}

.lead-in {
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	font-size: 1rem;
	font-weight: 400;
	text-transform: none
}

.lead-in.enlarge {
	font-size: 21px;
	margin-bottom: 2rem
}

.ajax-loading {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%
}

.ajax-loading:after {
	content: ' ';
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	border: 6px solid #e0e4e9;
	border-radius: 50%;
	border-top: 6px solid #3b4e65;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.thumbnail-to-enlarge {
	display: inline-block;
	border: 5px solid #8c9bac;
	position: relative
}

.thumbnail-to-enlarge .ico-enlarge {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 34px;
	height: 34px;
	padding: 5px;
	background-color: #8c9bac;
	color: #fff;
	border-top-left-radius: 4px
}

.youtube-wrapper,.limelight-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}

.youtube-wrapper .youtube-iframe,.limelight-wrapper .youtube-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.hero-bg-wrapper {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden
}

.hero-bg-wrapper .hero-bg-img {
	position: relative
}

.ico {
	display: inline-block;
	font-size: 0;
	font-style: normal;
	line-height: 0;
	vertical-align: middle
}

.ico svg {
	height: 100%;
	width: 100%;
	display: inline-block;
	fill: currentColor
}

.ico-blue svg,.ico-hover-blue:hover svg {
	fill: #0c51a3
}

.ico-blue2 svg,.ico-hover-blue2:hover svg {
	fill: #4ea6cb
}

.ico-white svg,.ico-hover-white:hover svg {
	fill: #fff
}

.ico-yellow svg,.ico-hover-yellow:hover svg {
	fill: #f4ad03
}

.ico-gold svg,.ico-hover-gold:hover svg {
	fill: #ffefbe
}

.ico-cyan svg,.ico-hover-cyan:hover svg {
	fill: #01acb6
}

.ico-teal-dark svg,.ico-hover-teal-dark:hover svg {
	fill: #0a8194
}

.ico-grey-light svg,.ico-hover-grey-light:hover svg {
	fill: #5b6a88
}

.ico-grey-light2 svg,.ico-hover-grey-light2:hover svg {
	fill: #b2bfd0
}

a.has-ico:not(.btn)>i {
	margin-right: 5px
}

.btn {
	background-color: #283545;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	font-weight: 700;
	outline: 0;
	border: 0;
	padding: 2px 10px 2px 10px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 0 #151c25;
	text-transform: uppercase;
	transition: all .25s ease-in-out;
	vertical-align: middle;
	white-space: nowrap
}

.btn:active,.btn:hover {
	background-color: #283545;
	color: #f4ad03;
	text-shadow: 0 1px 1px #151c25
}

.btn.disabled,.btn[disabled] {
	background-color: #b2bfd0 !important;
	color: #ebf0f4 !important;
	cursor: default;
	text-shadow: 0 1px 1px #92a5bd !important
}

.btn.has-ico {
	padding-right: 45px
}

.btn.has-ico .ico {
	display: block;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 10px
}

.btn .ico {
	height: 14px;
	width: 14px
}

.btn.loading .ico {
	display: none
}

.btn.loading:after {
	content: ' ';
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	border: 4px solid #f6f7f8;
	border-radius: 50%;
	border-top: 4px solid #3b4e65;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.btn-white {
	background-color: #fff;
	color: #283545;
	text-shadow: none
}

.btn-white:hover {
	background-color: #f0a92d;
	color: #fff;
	text-shadow: none
}

.btn-blue {
	background-color: #0c51a3;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(21,28,37,0.5)
}

.btn-yellow {
	background-color: #f4ad03;
	color: #283545;
	text-shadow: 0 1px 1px #fdcf60
}

.btn-light-grey,.btn-lightgrey {
	background-color: #8c9bac;
	color: #fff;
	text-shadow: 0 0 0 #283545
}

.btn-cyan {
	background-color: #01acb6;
	color: #fff;
	text-shadow: 0 1px 1px #0a8194
}

.btn-red-primary {
	background-color: #ff486f;
	color: #fff;
	text-shadow: 0 1px 1px #5b3f46
}

.btn-red-primary:hover {
	background-color: #f0a92d;
	color: #fff;
	text-shadow: none;
	border-color: #fff !important
}

.btn-large,.btn-lg {
	border-bottom: 1px solid #151c25;
	border-top: 1px solid #3b4e65;
	font-size: .9375rem;
	line-height: 1.5rem;
	padding: 5px 15px
}

.btn-large.btn-yellow,.btn-lg.btn-yellow {
	border-bottom: 1px solid #db9b03;
	border-top: 1px solid #fdc747
}

.btn-large.btn-cyan,.btn-lg.btn-cyan {
	border-bottom: 1px solid #2ac9db;
	border-top: 1px solid #26d3e5
}

.btn-large.btn-red-primary,.btn-lg.btn-red-primary {
	border-bottom: 1px solid #f2e1e3;
	border-top: 1px solid #f2e1e3
}

.btn-large.btn-light-grey,.btn-large.btn-lightgrey,.btn-lg.btn-light-grey,.btn-lg.btn-lightgrey {
	border-bottom: 1px solid #e0e4e9;
	border-top: 1px solid #b2bfd0
}

.btn-large:active,.btn-large:hover,.btn-large:active,.btn-large:hover,.btn-lg:active,.btn-lg:hover,.btn-lg:active,.btn-lg:hover {
	border-bottom: 1px solid #151c25;
	border-top: 1px solid #3b4e65
}

.btn-large.disabled,.btn-large[disabled],.btn-lg.disabled,.btn-lg[disabled] {
	border-bottom: 1px solid #a2b2c6 !important;
	border-top: 1px solid #c2ccda !important
}

.btn-large .ico,.btn-lg .ico {
	height: 17px;
	width: 17px;
	right: 15px
}

.btn-extra-lage,.btn-xl {
	font-weight: 600;
	line-height: 2.0625rem;
	text-align: center;
	font-size: 1.375rem;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 25px;
	padding-left: 25px
}

.btn-small,.btn-sm {
	font-size: .75rem;
	line-height: 1.4;
	padding: 2px 8px
}

.btn-small.has-ico,.btn-sm.has-ico {
	padding-right: 25px
}

.btn-small.has-ico .ico,.btn-sm.has-ico .ico {
	right: 6px
}

.btn-small:not(.has-ico) .ico,.btn-sm:not(.has-ico) .ico {
	margin-top: -2px
}

.btn-cta {
	border: 3px solid #fff;
	font-weight: 600;
	line-height: 2.0625rem;
	text-align: center;
	font-size: 1.6875rem;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px
}

.btn-cta-mid {
	font-weight: 600;
	text-align: center;
	padding: 8px 30px;
	font-size: 19px
}

.btn-fill,.btn-full {
	display: block;
	width: 100%
}

.para-with-ico {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.para-with-ico .ico-wrapper {
	width: 100px;
	margin-bottom: 20px
}

.para-with-ico .ico-wrapper .ico {
	width: 100px;
	height: 100px
}

.para-with-ico .para {
	width: calc(100% - 100px - 25px);
	margin-bottom: 20px
}

.para-with-ico .para:first-child {
	margin-top: 0
}

.para-with-ico .ico-wrapper.w80 {
	width: 80px !important
}

.para-with-ico .ico-wrapper.w80 .ico {
	width: 80px !important;
	height: 80px !important
}

.para-with-ico .ico-wrapper.w80+.para {
	width: calc(100% - 80px - 25px)
}

.para-with-ico .ico-wrapper.w60 {
	width: 60px !important
}

.para-with-ico .ico-wrapper.w60 .ico {
	width: 60px !important;
	height: 60px !important
}

.para-with-ico .ico-wrapper.w60+.para {
	width: calc(100% - 60px - 25px)
}

.para-with-ico .ico-wrapper.w40 {
	width: 40px !important
}

.para-with-ico .ico-wrapper.w40 .ico {
	width: 40px !important;
	height: 40px !important
}

.para-with-ico .ico-wrapper.w40+.para {
	width: calc(100% - 40px - 25px)
}

.additional-row {
	padding: 30px 0
}

.additional-row .section-title {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 600
}

.additional-row .section-title :not(.txt-white) {
	text-shadow: 1px 1px #fff
}

.additional-row .section-title.enlarge {
	font-size: 50px;
	margin-bottom: 1.25rem
}

.list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.25em 20px
}

.list>li {
	padding-bottom: 10px;
	position: relative
}

.list.list-narrow>li {
	padding-bottom: 5px
}

.list.has-ico>li {
	padding-left: 25px
}

.list.has-ico>li>.ico:first-child {
	position: absolute;
	margin-left: -25px;
	top: 5px
}

.list.ico-bullet>li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	margin-left: -25px;
	top: 9px;
	background-color: #283545
}

.list.ico-bullet.txt-15>li:before,.txt-15 .list.ico-bullet>li:before {
	top: 10px
}

.list.ico-bullet.ico-yellow>li:before,.list.ico-bullet>li.ico-yellow:before {
	background-color: #f4ad03
}

.list.ico-bullet.ico-blue>li:before,.list.ico-bullet>li.ico-blue:before {
	background-color: #0c51a3
}

.list.ico-bullet.ico-grey-light>li:before,.list.ico-bullet>li.ico-grey-light:before {
	background-color: #5b6a88
}

.list.txt-16.ico-bullet>li:before,.txt-16 .list.ico-bullet>li:before {
	top: 10px
}

.list.txt-17>li,.txt-17 .list>li,.list.txt-18>li,.txt-18 .list>li {
	padding-left: 35px
}

.list.txt-17.has-ico>li>.ico:first-child,.txt-17 .list.has-ico>li>.ico:first-child,.list.txt-18.has-ico>li>.ico:first-child,.txt-18 .list.has-ico>li>.ico:first-child {
	margin-left: -35px;
	top: 5px
}

.list.txt-17.ico-bullet>li:before,.txt-17 .list.ico-bullet>li:before,.list.txt-18.ico-bullet>li:before,.txt-18 .list.ico-bullet>li:before {
	top: 11px
}

.list.txt-20>li,.txt-20 .list>li,.list.txt-22>li,.txt-22 .list>li {
	padding-left: 40px
}

.list.txt-20.has-ico>li>.ico:first-child,.txt-20 .list.has-ico>li>.ico:first-child,.list.txt-22.has-ico>li>.ico:first-child,.txt-22 .list.has-ico>li>.ico:first-child {
	margin-left: -40px;
	top: 7px
}

.list-no {
	padding: 0;
	margin: 0 0 1.25em 20px
}

.list-no>li {
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative
}

.list-no.list-narrow>li {
	padding-bottom: 5px
}

.list-step {
	counter-reset: step;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0
}

.list-step>li {
	padding-left: 52.5px;
	margin-bottom: 1.25em
}

.list-step>li:before {
	display: block;
	position: absolute;
	left: 0;
	counter-increment: step;
	content: counter(step);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #283545;
	color: #fff;
	text-align: center;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	font-weight: 700;
	font-size: 18px;
	line-height: 35px
}

.list-step.pt-cyan>li:before,.list-step>li.pt-cyan:before {
	background-color: #01acb6
}

.list-step.pt-yellow>li:before,.list-step>li.pt-yellow:before {
	background-color: #f4ad03
}

.list-step.square>li:before {
	border-radius: 0
}

.currency-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #b2bfd0;
	position: relative;
	display: flex;
	flex-wrap: wrap
}

.currency-grid>li {
	width: 16.66%;
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid #b2bfd0
}

.currency-grid:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: #b2bfd0
}

.tablet-nav-to-dropdown,.mobile-nav-to-dropdown {
	transition: all .3s ease-in-out
}

.tablet-nav-to-dropdown .mobile-nav-btn,.tablet-nav-to-dropdown .tablet-nav-btn,.mobile-nav-to-dropdown .mobile-nav-btn,.mobile-nav-to-dropdown .tablet-nav-btn {
	display: none
}

.sidebar-nav {
	margin-bottom: 1.25em
}

.sidebar-nav .section-title {
	padding: 10px 10px;
	font-weight: 700;
	font-size: 1.15rem;
	line-height: 1.5;
	border-bottom: 1px solid #b2bfd0
}

.sidebar-nav .section-title.has-ico {
	position: relative;
	padding-right: 25px
}

.sidebar-nav .section-title.has-ico>.ico {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.sidebar-nav .links {
	margin: 0;
	padding: 0;
	list-style: none;
	transition: all .7s ease-in-out
}

.sidebar-nav .links>li {
	padding: 15px 10px;
	border-bottom: 1px solid #b2bfd0
}

.sidebar-nav .links>li>.list {
	margin-bottom: 0
}

.sidebar-nav .links>li>.list>li {
	margin-bottom: 7.5px
}

.sidebar-nav .links>li>.list>li:not(.on) .ico {
	display: none
}

.sidebar-nav .links>li a+.list {
	margin-top: 15px
}

.sidebar-nav .links a {
	text-decoration: none
}

.sidebar-nav .links a.has-ico {
	margin-left: 20px;
	display: block;
	position: relative
}

.sidebar-nav .links a.has-ico .ico {
	position: absolute;
	margin-left: -20px;
	top: 4px
}

.sidebar-nav .links li.on,.sidebar-nav .links li.on a,.sidebar-nav .links a:not([href]) {
	color: #283545
}

.pairlist-alt-col {
	display: flex;
	flex-wrap: wrap
}

.pairlist-alt-col dt,.pairlist-alt-col dd {
	margin: 0;
	padding: 10px 10px 10px 40px;
	position: relative
}

.pairlist-alt-col.border-end dt {
	margin-bottom: 1px
}

.pairlist-alt-col.border-end dd {
	border-bottom: 1px solid #ebf0f4;
	margin-top: -1px
}

.pairlist-alt-col.align-center dt,.pairlist-alt-col.align-center dd,.pairlist-alt-col dt.align-center,.pairlist-alt-col dd.align-center {
	padding: 10px 10px 10px 10px
}

.pairlist-alt-col .title {
	font-weight: 600;
	font-size: 108%;
	background-color: #fff;
	border-bottom: 2px solid #b2bfd0
}

.pairlist-alt-col.col-2 dt,.pairlist-alt-col.col-2 dd {
	width: 24%
}

.pairlist-alt-col.col-2>dd:nth-of-type(4n+2),.pairlist-alt-col.col-2>dt:nth-of-type(2) {
	margin-right: 4%
}

.pairlist-alt-col.col-2>dd:nth-of-type(8n+5),.pairlist-alt-col.col-2>dd:nth-of-type(8n+6),.pairlist-alt-col.col-2>dd:nth-of-type(8n+7),.pairlist-alt-col.col-2>dd:nth-of-type(8n+8) {
	background-color: #ebf0f4
}

.pairlist-alt-col.col-3 dt,.pairlist-alt-col.col-3 dd {
	width: 15.5%
}

.pairlist-alt-col.col-3>dd:nth-of-type(6n-2),.pairlist-alt-col.col-3>dd:nth-of-type(6n-4),.pairlist-alt-col.col-3>dt:nth-of-type(2),.pairlist-alt-col.col-3>dt:nth-of-type(4) {
	margin-right: 3.5%
}

.pairlist-alt-col.col-3>dd:nth-of-type(12n+7),.pairlist-alt-col.col-3>dd:nth-of-type(12n+8),.pairlist-alt-col.col-3>dd:nth-of-type(12n+9),.pairlist-alt-col.col-3>dd:nth-of-type(12n+10),.pairlist-alt-col.col-3>dd:nth-of-type(12n+11),.pairlist-alt-col.col-3>dd:nth-of-type(12n+12) {
	background-color: #ebf0f4
}

.card-options {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px
}

.card-options>* {
	flex: 1 1 0;
	align-self: stretch;
	position: relative;
	text-align: center;
	color: #b2bfd0;
	text-decoration: none;
	border: 2px solid transparent;
	outline: 1px solid #b2bfd0;
	margin: 0 5px;
	padding: 15px
}

.card-options>* span {
	display: block
}

.card-options>*:first-child {
	margin-left: 0
}

.card-options>*:last-child {
	margin-right: 0
}

.card-options>*.on {
	color: #283545;
	border-color: #283545;
	outline-color: #283545
}

.card-options>*.on:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid #283545
}

.card-options>*:hover {
	background-color: #f6f7f8
}

.overview-primary {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px
}

.overview-primary .overview-hero {
	width: 48.5%;
	background-position: center top;
	background-size: cover;
	position: relative
}

.overview-primary .overview-hero>.intro {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px
}

.overview-primary .overview-hero h1 {
	margin: 0 0 .5rem;
	line-height: 1.2
}

.overview-primary .overview-hero h2 {
	font-size: 19px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0
}

.overview-primary .side-boxes {
	width: 48.5%
}

.overview-primary .side-boxes .feature-box {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 20px 80px 20px 20px;
	border: 1px solid #fff;
	outline: 1px solid #b2bfd0;
	font-weight: 500;
	text-shadow: 1px 1px rgba(255,255,255,0.9);
	text-decoration: none !important
}

.overview-primary .side-boxes .feature-box:not(:last-child) {
	margin-bottom: 35px
}

.overview-primary .side-boxes .feature-box .para {
	font-size: 15px
}

.overview-primary .side-boxes .feature-box .icon-wrapper {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	color: #ebf0f4
}

.overview-primary .side-boxes .feature-box:after {
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: -2;
	transition: all .3s ease-in-out
}

.overview-primary .side-boxes .feature-box:hover:after {
	background-color: #f6f7f8
}

.expandableSet .controlLinkWrap {
	text-align: right
}

.expandableSet .controlLinkWrap a {
	font-size: .75rem;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #f4ad03;
	text-decoration: underline;
	font-weight: 600
}

.expandableSet .controlLinkWrap .off {
	display: none
}

.expandableSet .expandable {
	margin: 0 0 1.375em 0
}

.expandableSet .expandable * {
	transition: all .3s ease
}

.expandableSet .expandable dt {
	cursor: pointer;
	position: relative;
	margin-bottom: 1.375em
}

.expandableSet .expandable dd {
	width: 100%;
	max-height: 0;
	height: auto;
	overflow: hidden;
	opacity: 0;
	margin: 0
}

.expandableSet .expandable dd.open {
	max-height: 10000px;
	opacity: 1;
	margin-bottom: 1.375em
}

.expandableSet .expandable dd>*:last-child {
	margin-bottom: 0
}

.expandableSet.standard .expandable dt {
	padding-left: calc(24px *1.5);
	color: #0857a4
}

.expandableSet.standard .expandable dt .ico {
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #0c51a3;
	line-height: 24px;
	color: #fff;
	text-align: center
}

.expandableSet.standard .expandable dt .ico>* {
	height: 16.8px;
	width: 16.8px
}

.expandableSet.standard .expandable dt.open {
	color: #153352
}

.expandableSet.standard .expandable dt.open .ico {
	background-color: #153352;
	transform: scale(0.93, 0.93) rotate(45deg)
}

.expandableSet.standard .expandable dd.open {
	border: 3px solid #ebf0f4;
	background-color: #fff;
	padding: 1.25em
}

.expandableSet.round-thumbnail .controlLinkWrap a {
	color: #283545
}

.expandableSet.round-thumbnail .expandable-pair {
	margin: 10px 0 20px;
	padding: 25px;
	border-radius: 5px;
	box-shadow: rgba(122,122,122,0.13) 1px -3px 20px -2px;
	background: #fff;
	overflow: hidden
}

.expandableSet.round-thumbnail dt {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	position: relative
}

.expandableSet.round-thumbnail dt .question-thumbnail {
	width: 55px;
	height: 55px;
	margin-right: 20px
}

.expandableSet.round-thumbnail dt .question-main {
	padding-right: 40px
}

.expandableSet.round-thumbnail dt .toggle-icon-set {
	width: 20px;
	height: 20px;
	margin-left: 20px;
	position: absolute;
	right: 0
}

.expandableSet.round-thumbnail dt .toggle-icon-set:before,.expandableSet.round-thumbnail dt .toggle-icon-set:after {
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	width: 20px;
	height: 3px;
	background-color: #283545
}

.expandableSet.round-thumbnail dt .toggle-icon-set:after {
	transform: rotate(90deg);
	transition: all .3s ease
}

.expandableSet.round-thumbnail dt.open .toggle-icon-set:after {
	transform: rotate(0deg)
}

.expandableSet.round-thumbnail dd.open {
	margin-top: 25px;
	margin-bottom: 0
}

.expandableSet.round-thumbnail .question {
	font-size: 18px;
	font-weight: 600
}

.expandableSet.round-thumbnail .answer {
	font-size: 16px
}

.faqs .question,.faqs .question h4 {
	font-size: .9375rem;
	line-height: 1.375rem;
	text-transform: none;
	font-weight: 400
}

.faqs .question.open,.faqs .question.open h4 {
	font-weight: 600
}

.toggletab-wrap * {
	transition: all .3s ease-in-out
}

.toggletab-wrap [data-toggletab-content] {
	display: none
}

.toggletab-wrap [data-toggletab-content].on {
	display: block
}

table th.nowrap,table td.nowrap,table tr.nowrap>th,table tr.nowrap>td,table thead.nowrap>tr>th,table thead.nowrap>tr>td,table tbody.nowrap>tr>th,table tbody.nowrap>tr>td {
	white-space: nowrap
}

.table-scroll-wrap {
	width: 100%;
	overflow-x: auto
}

.table-scroll-wrap table {
	width: auto !important
}

.table-scroll-wrap table[width="100%"],.table-scroll-wrap table .grid-100 {
	min-width: 100%
}

.table-features {
	font-size: 1rem;
	line-height: 1.5
}

.table-features thead,.table-features .table-title {
	background-color: #283545;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold
}

.table-features td {
	padding: 14px 10px;
	text-align: center
}

.table-features tbody tr {
	background-color: #fff
}

.table-features tbody tr:nth-child(even) {
	background-color: #ebf0f4
}

.table-blue-alt {
	background: #FFF;
	color: #5b6a88;
	border: 3px solid #8aa0bb
}

.table-blue-alt thead th,.table-blue-alt thead td {
	background-color: #a3c5e0;
	color: #2e4661
}

.table-blue-alt th,.table-blue-alt td {
	padding: .75rem;
	border: 1px solid #D9E4E6
}

.table-blue-alt tr:nth-child(odd) {
	background-color: #f2f8fe
}

.table1 tr.spacer td,.table1 tr.spacer th {
	background: #b2bfd0;
	height: 2px;
	padding: 0;
	overflow: hidden
}

.table1 td,.table1 th {
	height: 44px;
	padding: 10px 8px
}

.table1.narrow td,.table1.narrow th,.table1 .narrow td,.table1 .narrow th {
	height: 30px;
	padding: 8px 6px
}

.table1.narrower td,.table1.narrower th,.table1 .narrower td,.table1 .narrower th {
	height: auto;
	padding: 5px 5px
}

.table1 .blue-highlight {
	background-color: #f2f8fe
}

.table1>tbody>tr:nth-child(even)>.blue-highlight {
	background-color: #e4effd
}

.table1>tbody>tr:nth-child(even),.table1 .alt-bg {
	background: #ebf0f4
}

.table1.border-all,.table1 .border-all {
	border: 1px solid #b2bfd0
}

.table1.border-top,.table1 .border-top {
	border-top: 1px solid #b2bfd0
}

.table1.border-bottom,.table1 .border-bottom {
	border-bottom: 1px solid #b2bfd0
}

.table1 .section-title {
	position: relative;
	content: ' '
}

.table1 .section-title>* {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 50%;
	margin-top: -.8rem;
	background-color: #FFF;
	padding-right: 10px
}

.table1 .section-title:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -3px;
	height: 2px;
	background-color: #b2bfd0
}

.cookie-declaration-table {
	overflow-x: auto;
	margin-bottom: 40px;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.3125rem
}

.cookie-declaration-table table.CookieDeclarationTable {
	border-bottom: 1px solid #e0e4e9
}

.cookie-declaration-table table.CookieDeclarationTable thead {
	background-color: #e0e4e9;
	font-size: .8125rem;
	line-height: 1.5625rem
}

.cookie-declaration-table table.CookieDeclarationTable th,.cookie-declaration-table table.CookieDeclarationTable td {
	border-right: 1px solid #e0e4e9;
	padding: 6px 10px;
	vertical-align: text-top;
	min-width: 130px
}

.cookie-declaration-table table.CookieDeclarationTable tr>*:last-child {
	border-right: none
}

.cookie-declaration-table table.CookieDeclarationTable tbody>tr:nth-child(even) {
	background-color: #f6f7f8
}

.spreadWidgetTable {
	font-size: .75rem;
	line-height: 1.25rem
}

.spreadWidgetTable .spreadWidgetHeadRow {
	color: #5b6a88;
	font-size: .875rem;
	line-height: 1.5;
	font-weight: bold;
	text-transform: uppercase
}

.spreadWidgetTable .spreadWidgetHeadRow th,.spreadWidgetTable .spreadWidgetHeadRow td {
	border-color: #b2bfd0;
	padding: 7px 0
}

:root:not([lang="zh"]) .spreadWidgetTable .spreadWidgetHeadRow {
	font-family: "Open Sans Condensed",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	font-size: 0.9375rem
}

.spreadWidgetTable th,.spreadWidgetTable td {
	text-align: center;
	padding: 6px 0;
	border-bottom: 1px solid #e0e4e9
}

.spreadWidgetTable th:first-of-type,.spreadWidgetTable td:first-of-type {
	text-align: left;
	font-weight: bold
}

.spreadWidgetTable th:last-of-type,.spreadWidgetTable td:last-of-type {
	color: #0857a4;
	font-weight: bold
}

.spreadWidgetTable .spreadWidgetRow th:nth-child(n+2),.spreadWidgetTable .spreadWidgetRow td:nth-child(n+2) {
	font-size: 11px;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑"
}

.spreadWidgetTable .spreadWidgetRow span {
	display: inline-block;
	padding: 0 6px;
	border-radius: 2px;
	transition: all .3s ease-in-out
}

.spreadWidgetTable .spreadWidgetRow .spreadWidgetCellPriceDown span {
	background: #de0000;
	color: #fff
}

.spreadWidgetTable .spreadWidgetRow .spreadWidgetCellPriceUp span {
	background: #77b52f;
	color: #fff
}

.spreadWidgetUpdateTimestamp {
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	color: #8c9bac;
	padding: 3px 0 3px 16px;
	position: relative
}

.spreadWidgetUpdateTimestamp:before {
	content: '';
	display: block;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #afe144
}

@keyframes price_up {
	0% {
		background-color: #67B20B;
		color: #fff
	}

	35% {
		background-color: #67B20B;
		color: #fff
	}

	100% {
		background-color: transparent;
		color: #283545
	}
}

@keyframes price_down {
	0% {
		background-color: #B80303;
		color: #fff
	}

	35% {
		background-color: #B80303;
		color: #fff
	}

	100% {
		background-color: transparent;
		color: #283545
	}
}

@keyframes price_changed {
	0% {
		background-color: #6DABF4;
		color: #fff
	}

	35% {
		background-color: #6DABF4;
		color: #fff
	}

	100% {
		background-color: transparent;
		color: #0c51a3
	}
}

.rates-widget {
	position: relative;
	min-height: 80px
}

.rates-widget .market-status {
	font-size: 12px
}

.rates-widget .more-btn-wrap {
	position: absolute;
	right: 0;
	top: 5px
}

.rates-widget .rates-tab {
	display: flex;
	border-bottom: 1px solid #b2bfd0
}

.rates-widget .rates-tab a {
	transition: all .3s ease-in-out;
	padding: .75rem 1rem;
	cursor: pointer;
	position: relative;
	font-size: 1rem;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent
}

.rates-widget .rates-tab a.on {
	color: #153352;
	border-top: 1px solid #b2bfd0;
	border-right: 1px solid #b2bfd0;
	border-left: 1px solid #b2bfd0
}

.rates-widget .rates-tab a.on:after {
	content: ' ';
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff
}

.rates-widget .rates-tab a:hover:not(.on) {
	background-color: #f6f7f8
}

.rates-widget .rates-tab+.rates-table {
	margin-top: 1rem
}

.rates-widget .rates-table {
	margin-bottom: .25rem
}

.rates-widget .rates-table table {
	width: 100%;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	font-size: 0.875rem
}

.rates-widget .rates-table table td {
	border-bottom: 1px solid #e0e4e9;
	padding: .5rem 0
}

.rates-widget .rates-table table td:not(:first-child) {
	text-align: center
}

.rates-widget .rates-table table td.price,.rates-widget .rates-table table td.change {
	width: 20%
}

.rates-widget .rates-table table thead {
	font-family: "Open Sans Condensed",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	font-weight: 700;
	font-size: 125%;
	color: #8c9bac
}[lang="zh"] .rates-widget .rates-table table thead {
	font-size: 110%
}[lang="vi"] .rates-widget .rates-table table thead {
	font-size: 100%
}

.rates-widget .rates-table table thead .change {
	color: #0c51a3
}

.rates-widget .rates-table table tbody .symbol {
	font-weight: 600
}

.rates-widget .rates-table table tbody .change {
	color: #0c51a3;
	font-weight: 600
}

.rates-widget .rates-table table tbody .price {
	font-weight: 600
}

.rates-widget .rates-table table tbody i.line {
	font-style: normal;
	display: block
}

.rates-widget .rates-table table tbody i.line.line2 {
	font-weight: 500;
	color: #8c9bac
}

.rates-widget .rates-table table .price span,.rates-widget .rates-table table .change span {
	display: inline-block;
	padding: 0px 6px;
	background: transparent;
	border-radius: 2px;
	transition: all .3s ease-in-out
}

.rates-widget .rates-table table .price span.up,.rates-widget .rates-table table .change span.up {
	animation-name: price_up;
	animation-duration: 1.5s
}

.rates-widget .rates-table table .price span.down,.rates-widget .rates-table table .change span.down {
	animation-name: price_down;
	animation-duration: 1.5s
}

.rates-widget .rates-table table .price span.changed,.rates-widget .rates-table table .change span.changed {
	animation-name: price_changed;
	animation-duration: 1.5s
}

.rates-widget .rates-table table .range {
	position: relative;
	width: 24%
}

.rates-widget .rates-table table .range .year-slide {
	background-color: #ebf0f4;
	height: 8px
}

.rates-widget .rates-table table .range .year-slide .color-fill {
	height: 100%;
	background-color: #0c51a3;
	transition: all .5s ease-out
}

.rates-widget .rates-table table .range .marker {
	padding: 0;
	position: absolute;
	transform: translate(-50%, -18px);
	transition: all .5s ease-out
}

.rates-widget .rates-table table .range .marker svg {
	fill: #ccd9e2
}

.rates-widget .rates-table table .range .range-axis {
	position: absolute;
	font-size: 11px;
	color: #5b6a88;
	padding: 0
}

.rates-widget .rates-table table .range .range-axis.min52 {
	left: 0
}

.rates-widget .rates-table table .range .range-axis.max52 {
	right: 0
}

.rates-widget .rates-table table tr:hover .btn-trade {
	border-color: #01acb6
}

.rates-widget .rates-table table .btn-trade {
	color: #18d5d2;
	text-decoration: none;
	padding: 5px 4px;
	display: block;
	border-radius: 2px;
	border: 1px solid transparent;
	margin-left: 10px
}

.rates-widget .rates-table table .btn-trade:hover {
	background-color: #01acb6;
	color: #fff
}

.rates-widget[data-column3="none"] .rates-table table td.price {
	width: auto;
	min-width: 20%
}

.rates-widget .last-update {
	font-size: 11px;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	color: #8c9bac
}

.rates-widget.rates-widget-small .rates-tab+.rates-table {
	margin-top: .5rem
}

.rates-widget.rates-widget-small .rates-table table {
	font-size: .75rem
}

.rates-widget.rates-widget-small .rates-table table tr td {
	padding: .35rem 0
}

.rates-widget.rates-widget-small .rates-table table td.number {
	font-size: 90%
}

.rates-widget.rates-widget-large .rates-table table tbody td {
	height: 60px
}

.calendar-container {
	width: 100%;
	margin: auto;
	overflow: hidden;
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	border-radius: 10px;
	background: #fff
}

.calendar-container .calendar-header {
	text-align: center;
	padding: 20px 0;
	background: linear-gradient(to bottom, #fafbfd 0%, rgba(255,255,255,0) 100%);
	border-bottom: 1px solid #b2bfd0
}

.calendar-container .calendar-header h2 {
	margin: 0;
	font-size: 26px;
	font-weight: bold
}

.calendar-container .calendar-table {
	width: 100%;
	font-size: 0.875rem
}

.calendar-container .calendar-table thead {
	font-family: "Open Sans Condensed",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	font-weight: 700;
	font-size: 125%;
	text-transform: uppercase;
	color: #8c9bac
}

.calendar-container .calendar-table thead th {
	padding: 10px;
	border-bottom: 1px solid #b2bfd0
}

.calendar-container .calendar-table td {
	border-bottom: 1px solid #3485E6;
	padding: .75rem;
	position: relative
}

.calendar-container .calendar-table tr:last-child td {
	border-bottom: none
}

.calendar-container .calendar-table tbody td {
	text-align: center
}

.calendar-container .calendar-table .date {
	background-color: #1A71D9;
	color: #fff;
	text-align: center
}

.calendar-container .calendar-table .date h4 {
	font-size: 1.125rem
}

.calendar-container .calendar-table .over .date {
	background-color: #ccd9e2;
	border-bottom: none
}

.calendar-container .calendar-table .instrument {
	text-align: left;
	font-weight: 600;
	line-height: 2
}

.calendar-container .calendar-table .instrument span.ticker {
	font-size: .825rem;
	background: #30C6F5;
	color: #fff;
	border-radius: 8px;
	padding: 3px 10px
}

.calendar-container .calendar-table .price span,.calendar-container .calendar-table .change span {
	display: inline-block;
	padding: 0px 6px;
	background: transparent;
	border-radius: 2px;
	transition: all .3s ease-in-out
}

.calendar-container .calendar-table .price span.up,.calendar-container .calendar-table .change span.up {
	animation-name: price_up;
	animation-duration: 1.5s
}

.calendar-container .calendar-table .price span.down,.calendar-container .calendar-table .change span.down {
	animation-name: price_down;
	animation-duration: 1.5s
}

.calendar-container .calendar-table .price span.changed,.calendar-container .calendar-table .change span.changed {
	animation-name: price_changed;
	animation-duration: 1.5s
}

.calendar-container .calendar-table .range {
	padding-left: 0;
	padding-right: 0
}

.calendar-container .calendar-table .range .year-slide {
	background-color: #ebf0f4;
	height: 8px
}

.calendar-container .calendar-table .range .year-slide .color-fill {
	height: 100%;
	background-color: #0c51a3;
	transition: all .5s ease-out
}

.calendar-container .calendar-table .range .marker {
	padding: 0;
	position: absolute;
	transform: translate(-50%, -18px);
	transition: all .5s ease-out
}

.calendar-container .calendar-table .range .marker svg {
	fill: #ccd9e2
}

.calendar-container .calendar-table .range .range-axis {
	position: absolute;
	font-size: 11px;
	color: #5b6a88;
	padding: 0
}

.calendar-container .calendar-table .range .range-axis.min52 {
	left: 0
}

.calendar-container .calendar-table .range .range-axis.max52 {
	right: 0
}

.calendar-container .calendar-table .trade-go a {
	font-weight: bold;
	color: #30C6F5;
	padding: 10px;
	border-radius: 2px
}

.calendar-container .calendar-table .trade-go a:hover {
	background-color: #30C6F5;
	color: #fff;
	text-decoration: none
}

.faq-search-widget .searchbox {
	border: 1px solid #8c9bac;
	padding: 15px;
	width: 100%;
	outline: 1px solid #ccd9e2
}

.faq-search-widget .faq-search-result {
	height: 0;
	transition: all .3s ease-in-out
}

.faq-search-widget.on .faq-search-result {
	position: relative;
	height: auto;
	min-height: 80px;
	padding: 10px 0
}

.faq-search-widget.on .faq-search-result .record {
	margin-bottom: 5px
}

.faq-search-widget.on .faq-search-result .record .title {
	cursor: pointer;
	color: #0857a4;
	font-weight: bold;
	font-size: .9375rem
}

.faq-search-widget.on .faq-search-result .record .title .no {
	display: inline-block;
	min-width: 22px;
	margin-right: 3px;
	letter-spacing: -1px
}

.faq-search-widget.on .faq-search-result .record .content {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .3s ease-in-out
}

.faq-search-widget.on .faq-search-result .record.on .content {
	opacity: 1;
	height: auto;
	margin-bottom: 20px;
	padding: .625rem 0 .625rem 1.2rem;
	border-left: 4px solid #ccd9e2;
	margin-left: 3px
}

.form {
	position: relative
}

.sidebar .form {
	background-color: #e0e4e9;
	padding: 12px
}

.sidebar .form .field,.sidebar .form .field-select {
	background: #fff
}

.form .form-title {
	color: #283545;
	text-shadow: 1px 1px 0 #fff;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 6px
}

.form .form-title:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(to right, #b2bfd0 50%, transparent 50%),linear-gradient(to right, #b2bfd0 50%, transparent 50%),linear-gradient(to bottom, #b2bfd0 50%, transparent 50%),linear-gradient(to bottom, #b2bfd0 50%, transparent 50%);
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 18px 1px,18px 1px,1px 18px,1px 18px
}

.form .form-cell {
	margin-top: 6px;
	margin-bottom: 12px
}

.form .form-horizontal .form-inner {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 1% + 1%);
	margin-right: -1%;
	margin-left: -1%
}

.form .form-horizontal .form-inner .form-cell {
	position: relative;
	width: calc(33.3%  - 1%*2);
	margin-right: 1%;
	margin-left: 1%
}

.form .form-horizontal .form-inner .form-cell.col2 {
	width: calc(66.6%  - 1%*2)
}

.form .form-horizontal .form-inner .form-cell.col3,.form .form-horizontal .form-inner .form-cell.fullwidth {
	width: calc(100%  - 1%*2)
}

.form .form-horizontal .form-inner .form-cell.col1-of-2 {
	width: calc(50%  - 1%*2)
}

.form .form-horizontal .form-inner.four-col .form-cell {
	width: calc(25%  - 1%*2);
	margin-right: 1%;
	margin-left: 1%
}

.form .form-horizontal .form-inner.four-col .form-cell.col2 {
	width: calc(50%  - 1%*2)
}

.form .form-horizontal .form-inner.four-col .form-cell.col3 {
	width: calc(66%  - 1%*2)
}

.form .form-horizontal .form-inner.four-col .form-cell.col4,.form .form-horizontal .form-inner.four-col .form-cell.fullwidth {
	width: calc(100%  - 1%*2)
}

.form .form-vertical .form-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column
}

.form .form-vertical .form-inner .form-cell {
	position: relative;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 10px
}

.form .form-table .form-cell {
	position: relative
}

.form .placeholder.for-text,.form .placeholder.for-select,.form .placeholder.for-textarea {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #5b6a88;
	padding-bottom: 2px;
	padding-left: 1px
}

.form .placeholderLabel .placeholder.for-text,.form .placeholderLabel .placeholder.for-select,.form .placeholderLabel .placeholder.for-textarea {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 7px 10px 0;
	font-size: 12px
}

.form .field,.form .field-select {
	outline: 0;
	height: 34px;
	line-height: 34px;
	width: 100%;
	padding: 4px 7px;
	border: 1px solid #e0e4e9;
	background: #f6f7f8;
	font-size: 12px
}

.form .field:hover,.form .field:focus,.form .field-select:hover,.form .field-select:focus {
	border-color: #b2bfd0
}

.form .field.invalid,.form .field-select.invalid {
	border-color: #ae0303 !important;
	box-shadow: 0 0 5px rgba(174,3,3,0.5)
}

.bg-lightgrey .form .field,.bg-lightgrey .form .field-select,.bg-lightgrey2 .form .field,.bg-lightgrey2 .form .field-select,.form .has-bg .field,.form .has-bg .field-select,.form.has-bg .field,.form.has-bg .field-select {
	background: #fff
}

.form .textarea {
	height: 120px;
	line-height: 1.5;
	padding: 7px
}

.form input[type=checkbox],.form input[type=radio] {
	vertical-align: middle
}

.form .checkbox,.form .radio {
	position: absolute;
	margin-top: 6px
}

.form label.for-checkbox,.form label.for-radio {
	margin-left: 20px;
	display: block
}

.form span.invalid {
	position: absolute;
	z-index: 1;
	padding: 2px 5px;
	background-color: #ae0303;
	color: #fff;
	font-size: 11px;
	line-height: 1.1
}

.form span.invalid:empty {
	padding: 0
}

.form .field+span.invalid,.form .field-select+span.invalid {
	display: block;
	margin-top: -10px;
	right: 0
}

.form input[type="radio"]+span.invalid,.form input[type="checkbox"]+span.invalid,.form .checkbox+span.invalid {
	top: 100%;
	left: 0
}

.form label.validate,.form label.validate a {
	color: #ae0303 !important;
	font-weight: bold
}

.formBox {
	width: 100%;
	position: relative
}

.confBox,.confBox .maint,.confBox .success,.confBox .error {
	display: none
}

.scrollable {
	height: 200px;
	padding: 1em;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #fff;
	border: 1px solid #e0e4e9
}

.autocomplete {
	background: #fff;
	z-index: 1000;
	font: 1rem/1.875rem "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	overflow: auto;
	border: 1px solid #e0e4e9
}

.autocomplete * {
	font: inherit
}

.autocomplete>div {
	padding: 10px;
	border-bottom: 1px solid #e0e4e9
}

.autocomplete .group {
	background: #eee
}

.autocomplete>div:hover:not(.group),.autocomplete>div.selected {
	background: #e0e4e9;
	cursor: pointer
}

.bg-white {
	background-color: #fff !important
}

.bg-darkgrey {
	background-color: #151c25 !important;
	color: #fff
}

.bg-darkgrey a {
	color: #fff
}

.bg-darkgrey2 {
	background: #283545 !important;
	color: #fff
}

.bg-darkgrey2 a:not(.btn) {
	color: #fff
}

.bg-darkgrey2 .btn:hover {
	background-color: #fff !important;
	text-shadow: none;
	color: #283545 !important
}

.bg-midgrey {
	background-color: #475269 !important;
	color: #fff
}

.bg-midgrey a {
	color: #fff
}

.bg-midgrey2 {
	background-color: #8c9bac !important;
	color: #fff
}

.bg-midgrey2 a {
	color: #fff
}

.bg-lightgrey {
	background-color: #ebf0f4 !important
}

.bg-lightgrey2 {
	background-color: #f6f7f8 !important
}

.bg-lightgrey3 {
	background-color: #ccd9e2 !important
}

.bg-lightblue,.bg-light-blue {
	background-color: #f2f8fe !important
}

.bg-chathams-blue {
	background-color: #2C4A70 !important;
	color: #fff
}

.bg-chathams-blue a {
	color: #fff !important
}

.bg-blue-dark,.bg-bluedark,.bg-dark-blue,.bg-darkblue {
	background-color: #225592 !important;
	color: #fff
}

.bg-blue-dark a:not(.btn),.bg-bluedark a:not(.btn),.bg-dark-blue a:not(.btn),.bg-darkblue a:not(.btn) {
	color: #fff !important
}

.bg-blue-dark .btn:hover,.bg-bluedark .btn:hover,.bg-dark-blue .btn:hover,.bg-darkblue .btn:hover {
	background-color: #fff !important;
	text-shadow: none;
	color: #283545 !important
}

.bg-yellow {
	background-color: #f0a92d !important;
	color: #fff
}

.bg-yellow a {
	color: #fff
}

.nobg,.bg-none {
	background: none !important
}

.sep-dash {
	background-image: linear-gradient(to right, #b2bfd0 50%, transparent 50%),linear-gradient(to right, #b2bfd0 50%, transparent 50%),linear-gradient(to bottom, #b2bfd0 50%, transparent 50%),linear-gradient(to bottom, #b2bfd0 50%, transparent 50%);
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 18px 1px,18px 1px,1px 18px,1px 18px
}

.sep {
	height: 1px
}

.sep:not(.sep-dash) {
	background-color: #b2bfd0
}

.sep-darkgrey,.sep-dark-grey {
	background-color: #151c25 !important
}

.sep-midgrey,.sep-mid-grey {
	background-color: #475269 !important
}

.sep-lightgrey,.sep-light-grey {
	background-color: #e0e4e9 !important
}

.border-none,.bdr-none {
	border: none !important
}

.bdr-left-solid-grey {
	border-left: 5px solid;
	padding-left: 20px;
	border-color: #b2bfd0
}

.bdr-all-lightgrey,.border-all-lightgrey {
	border: 1px solid #b2bfd0
}

.bdr-right-lightgrey,.border-right-lightgrey {
	border-right: 1px solid #b2bfd0
}

.bdr-bottom-lightgrey,.border-bottom-lightgrey {
	border-bottom: 1px solid #b2bfd0
}

.bdr-all-white,.border-all-white {
	border: 1px solid #fff
}

.txt-white {
	color: #fff !important
}

.txt-black {
	color: #000 !important
}

.txt-grey-dark {
	color: #283545 !important
}

.txt-grey-light {
	color: #5b6a88 !important
}

.txt-grey-light2 {
	color: #b2bfd0 !important
}

.txt-cyan {
	color: #01acb6 !important
}

.txt-cyan2 {
	color: #18d5d2 !important
}

.txt-teal-dark {
	color: #0a8194 !important
}

.txt-light-steel-blue {
	color: #abc0e3 !important
}

.txt-chathams-blue {
	color: #2C4A70 !important
}

.txt-blue {
	color: #0096e1 !important
}

.txt-blue2 {
	color: #4ea6cb !important
}

.txt-blue-link {
	color: #0c51a3 !important
}

.txt-yellow {
	color: #f4ad03 !important
}

.txt-orange {
	color: #f47d25 !important
}

.txt-gold {
	color: #ffefbe !important
}

.txt-red {
	color: #ea0404 !important
}

.txt-red-primary {
	color: #ff486f !important
}

.txt-green {
	color: #67b20b !important
}

.txt-Opensans,.txt-OpenSans {
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑"
}

.txt-OpenSansCondensed,.txt-OpensansCondensed {
	font-family: "Open Sans Condensed",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑"
}

.txt-Verdana {
	font-family: Verdana,sans-serif
}

.txt-shadow-darkgrey {
	text-shadow: 1px 1px 0 #153352
}

.txt-shadow-white {
	text-shadow: 1px 1px 0 #fff
}

.txt-regular {
	font-weight: 400 !important
}

.txt-semibold {
	font-weight: 600 !important
}

.txt-bold {
	font-weight: 700 !important
}

.txt-upper,.txt-uppercase {
	text-transform: uppercase !important
}

.txt-lower,.txt-lowercase {
	text-transform: lowercase !important
}

.txt-cap,.txt-capitalize {
	text-transform: capitalize !important
}

.txt-transform-none {
	text-transform: none !important
}

.txt-no-wrap,.txt-nowrap {
	white-space: nowrap !important
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.mascot-h1 {
	position: relative
}

.mascot-h1:after {
	content: '';
	position: absolute;
	right: 0;
	z-index: 3
}

.mascot-h1.mascot-faq:after {
	background-image: url(../../images/mascot/faq.svg);
	background-size: contain;
	width: 100px;
	height: 100px;
	top: -22px;
	right: -8px
}

html {
	font-size: 16px
}

.txt-36 {
	font-size: 2.25rem !important
}

.txt-32 {
	font-size: 2rem !important
}

.txt-30 {
	font-size: 1.875rem !important
}

.txt-28 {
	font-size: 1.75rem !important
}

.txt-26 {
	font-size: 1.625rem !important
}

.txt-24 {
	font-size: 1.5rem !important
}

.txt-22 {
	font-size: 1.375rem !important
}

.txt-20 {
	font-size: 1.25rem !important
}

.txt-18 {
	font-size: 1.125rem !important
}

.txt-17 {
	font-size: 1.0625rem !important
}

.txt-16 {
	font-size: 1rem !important
}

.txt-15 {
	font-size: .9375rem !important
}

.txt-14 {
	font-size: .875rem !important
}

.txt-13 {
	font-size: .8125rem !important
}

.txt-12 {
	font-size: .75rem !important
}

.txt-11 {
	font-size: .6875rem !important
}

.txt-10 {
	font-size: .625rem !important
}

.txt-small {
	font-size: .8125rem !important
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none,.nofloat {
	float: none !important
}

.align-left {
	text-align: left !important
}

.align-right {
	text-align: right !important
}

.align-center {
	text-align: center !important
}

.display-flex {
	display: flex !important;
	flex-wrap: wrap
}

.display-flex-column {
	display: flex !important;
	flex-direction: column
}

.display-flex-grid {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between
}

.flex-justify-center {
	justify-content: center
}

.flex-justify-end {
	justify-content: flex-end
}

.flex-justify-space-around {
	justify-content: space-around
}

.flex-justify-space-evenly {
	justify-content: space-evenly
}

.flex-align-start,.flex-align-top {
	align-items: flex-start
}

.flex-align-center {
	align-items: center
}

.flex-align-end,.flex-align-bottom {
	align-items: flex-end
}

.flex-align-baseline {
	align-items: baseline
}

.flex-align-stretch {
	align-items: stretch
}

.flex-align-self-start,.flex-align-self-top {
	align-self: flex-start
}

.flex-align-self-center {
	align-self: center
}

.flex-align-self-end,.flex-align-self-bottom {
	align-self: flex-end
}

.flex-align-self-baseline {
	align-self: baseline
}

.flex-align-self-stretch {
	align-self: stretch
}

.flex-order-1 {
	order: 1
}

.flex-order-2 {
	order: 2
}

.flex-order-3 {
	order: 3
}

.flex-order-4 {
	order: 4
}

.display-inline {
	display: inline !important
}

.display-inline-block,.display-inlineblock {
	display: inline-block !important
}

.display-block,.show {
	display: block !important
}

.display-none,.hide,.hidden {
	display: none !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.border-none,.bdr-none {
	border: none !important
}

.grid-1 {
	width: 1% !important
}

.grid-2 {
	width: 2% !important
}

.grid-3 {
	width: 3% !important
}

.grid-4 {
	width: 4% !important
}

.grid-5 {
	width: 5% !important
}

.grid-10 {
	width: 10% !important
}

.grid-15 {
	width: 15% !important
}

.grid-20 {
	width: 20% !important
}

.grid-25 {
	width: 25% !important
}

.grid-30 {
	width: 30% !important
}

.grid-32 {
	width: 32% !important
}

.grid-33 {
	width: 33% !important
}

.grid-35 {
	width: 35% !important
}

.grid-40 {
	width: 40% !important
}

.grid-45 {
	width: 45% !important
}

.grid-48 {
	width: 48% !important
}

.grid-49 {
	width: 49% !important
}

.grid-50 {
	width: 50% !important
}

.grid-55 {
	width: 55% !important
}

.grid-60 {
	width: 60% !important
}

.grid-65 {
	width: 65% !important
}

.grid-66 {
	width: 66% !important
}

.grid-70 {
	width: 70% !important
}

.grid-75 {
	width: 75% !important
}

.grid-80 {
	width: 80% !important
}

.grid-85 {
	width: 85% !important
}

.grid-90 {
	width: 90% !important
}

.grid-95 {
	width: 95% !important
}

.grid-100 {
	width: 100% !important
}

.w1 {
	width: 1px !important
}

.w2 {
	width: 2px !important
}

.w3 {
	width: 3px !important
}

.w4 {
	width: 4px !important
}

.w5 {
	width: 5px !important
}

.w10 {
	width: 10px !important
}

.w15 {
	width: 15px !important
}

.w20 {
	width: 20px !important
}

.w25 {
	width: 25px !important
}

.w30 {
	width: 30px !important
}

.w35 {
	width: 35px !important
}

.w50 {
	width: 50px !important
}

.w60 {
	width: 60px !important
}

.w80 {
	width: 80px !important
}

.w100 {
	width: 100px !important
}

.w120 {
	width: 120px !important
}

.w130 {
	width: 130px !important
}

.w150 {
	width: 150px !important
}

.w160 {
	width: 160px !important
}

.w170 {
	width: 170px !important
}

.w200 {
	width: 200px !important
}

.w220 {
	width: 220px !important
}

.w250 {
	width: 250px !important
}

.w300 {
	width: 300px !important
}

.w350 {
	width: 350px !important
}

.w400 {
	width: 400px !important
}

.w450 {
	width: 450px !important
}

.wauto {
	width: auto !important
}

.w-auto {
	width: auto !important
}

.h1 {
	height: 1px !important
}

.h2 {
	height: 2px !important
}

.h3 {
	height: 3px !important
}

.h4 {
	height: 4px !important
}

.h5 {
	height: 5px !important
}

.h10 {
	height: 10px !important
}

.h15 {
	height: 15px !important
}

.h20 {
	height: 20px !important
}

.h25 {
	height: 25px !important
}

.h30 {
	height: 30px !important
}

.h35 {
	height: 35px !important
}

.h40 {
	height: 40px !important
}

.h50 {
	height: 50px !important
}

.h80 {
	height: 80px !important
}

.h120 {
	height: 120px !important
}

.h150 {
	height: 150px !important
}

.h180 {
	height: 180px !important
}

.h200 {
	height: 200px !important
}

.h250 {
	height: 250px !important
}

.h300 {
	height: 300px !important
}

.h400 {
	height: 400px !important
}

.h500 {
	height: 500px !important
}

.h100p {
	height: 100% !important
}

.ico-12 {
	height: 12px !important;
	width: 12px !important
}

.ico-14 {
	height: 14px !important;
	width: 14px !important
}

.ico-16 {
	height: 16px !important;
	width: 16px !important
}

.ico-18 {
	height: 18px !important;
	width: 18px !important
}

.ico-20 {
	height: 20px !important;
	width: 20px !important
}

.ico-25 {
	height: 25px !important;
	width: 25px !important
}

.ico-35 {
	height: 35px !important;
	width: 35px !important
}

.ico-50 {
	height: 50px !important;
	width: 50px !important
}

.ico-60 {
	height: 60px !important;
	width: 60px !important
}

.ico-80 {
	height: 80px !important;
	width: 80px !important
}

.ico-100 {
	height: 100px !important;
	width: 100px !important
}

.ico-120 {
	height: 120px !important;
	width: 120px !important
}

.ico-160 {
	height: 160px !important;
	width: 160px !important
}

.ico-100p {
	height: 100% !important;
	width: 100% !important
}

.padding-all-0 {
	padding: 0px !important
}

.padding-top-0 {
	padding-top: 0px !important
}

.padding-bottom-0 {
	padding-bottom: 0px !important
}

.padding-left-0 {
	padding-left: 0px !important
}

.padding-right-0 {
	padding-right: 0px !important
}

.margin-all-0 {
	margin: 0px !important
}

.margin-top-0 {
	margin-top: 0px !important
}

.margin-bottom-0 {
	margin-bottom: 0px !important
}

.margin-left-0 {
	margin-left: 0px !important
}

.margin-right-0 {
	margin-right: 0px !important
}

.padding-all-1 {
	padding: 1px !important
}

.padding-top-1 {
	padding-top: 1px !important
}

.padding-bottom-1 {
	padding-bottom: 1px !important
}

.padding-left-1 {
	padding-left: 1px !important
}

.padding-right-1 {
	padding-right: 1px !important
}

.margin-all-1 {
	margin: 1px !important
}

.margin-top-1 {
	margin-top: 1px !important
}

.margin-bottom-1 {
	margin-bottom: 1px !important
}

.margin-left-1 {
	margin-left: 1px !important
}

.margin-right-1 {
	margin-right: 1px !important
}

.padding-all-2 {
	padding: 2px !important
}

.padding-top-2 {
	padding-top: 2px !important
}

.padding-bottom-2 {
	padding-bottom: 2px !important
}

.padding-left-2 {
	padding-left: 2px !important
}

.padding-right-2 {
	padding-right: 2px !important
}

.margin-all-2 {
	margin: 2px !important
}

.margin-top-2 {
	margin-top: 2px !important
}

.margin-bottom-2 {
	margin-bottom: 2px !important
}

.margin-left-2 {
	margin-left: 2px !important
}

.margin-right-2 {
	margin-right: 2px !important
}

.padding-all-3 {
	padding: 3px !important
}

.padding-top-3 {
	padding-top: 3px !important
}

.padding-bottom-3 {
	padding-bottom: 3px !important
}

.padding-left-3 {
	padding-left: 3px !important
}

.padding-right-3 {
	padding-right: 3px !important
}

.margin-all-3 {
	margin: 3px !important
}

.margin-top-3 {
	margin-top: 3px !important
}

.margin-bottom-3 {
	margin-bottom: 3px !important
}

.margin-left-3 {
	margin-left: 3px !important
}

.margin-right-3 {
	margin-right: 3px !important
}

.padding-all-4 {
	padding: 4px !important
}

.padding-top-4 {
	padding-top: 4px !important
}

.padding-bottom-4 {
	padding-bottom: 4px !important
}

.padding-left-4 {
	padding-left: 4px !important
}

.padding-right-4 {
	padding-right: 4px !important
}

.margin-all-4 {
	margin: 4px !important
}

.margin-top-4 {
	margin-top: 4px !important
}

.margin-bottom-4 {
	margin-bottom: 4px !important
}

.margin-left-4 {
	margin-left: 4px !important
}

.margin-right-4 {
	margin-right: 4px !important
}

.padding-all-5 {
	padding: 5px !important
}

.padding-top-5 {
	padding-top: 5px !important
}

.padding-bottom-5 {
	padding-bottom: 5px !important
}

.padding-left-5 {
	padding-left: 5px !important
}

.padding-right-5 {
	padding-right: 5px !important
}

.margin-all-5 {
	margin: 5px !important
}

.margin-top-5 {
	margin-top: 5px !important
}

.margin-bottom-5 {
	margin-bottom: 5px !important
}

.margin-left-5 {
	margin-left: 5px !important
}

.margin-right-5 {
	margin-right: 5px !important
}

.padding-all-10 {
	padding: 10px !important
}

.padding-top-10 {
	padding-top: 10px !important
}

.padding-bottom-10 {
	padding-bottom: 10px !important
}

.padding-left-10 {
	padding-left: 10px !important
}

.padding-right-10 {
	padding-right: 10px !important
}

.margin-all-10 {
	margin: 10px !important
}

.margin-top-10 {
	margin-top: 10px !important
}

.margin-bottom-10 {
	margin-bottom: 10px !important
}

.margin-left-10 {
	margin-left: 10px !important
}

.margin-right-10 {
	margin-right: 10px !important
}

.padding-all-15 {
	padding: 15px !important
}

.padding-top-15 {
	padding-top: 15px !important
}

.padding-bottom-15 {
	padding-bottom: 15px !important
}

.padding-left-15 {
	padding-left: 15px !important
}

.padding-right-15 {
	padding-right: 15px !important
}

.margin-all-15 {
	margin: 15px !important
}

.margin-top-15 {
	margin-top: 15px !important
}

.margin-bottom-15 {
	margin-bottom: 15px !important
}

.margin-left-15 {
	margin-left: 15px !important
}

.margin-right-15 {
	margin-right: 15px !important
}

.padding-all-20 {
	padding: 20px !important
}

.padding-top-20 {
	padding-top: 20px !important
}

.padding-bottom-20 {
	padding-bottom: 20px !important
}

.padding-left-20 {
	padding-left: 20px !important
}

.padding-right-20 {
	padding-right: 20px !important
}

.margin-all-20 {
	margin: 20px !important
}

.margin-top-20 {
	margin-top: 20px !important
}

.margin-bottom-20 {
	margin-bottom: 20px !important
}

.margin-left-20 {
	margin-left: 20px !important
}

.margin-right-20 {
	margin-right: 20px !important
}

.padding-all-25 {
	padding: 25px !important
}

.padding-top-25 {
	padding-top: 25px !important
}

.padding-bottom-25 {
	padding-bottom: 25px !important
}

.padding-left-25 {
	padding-left: 25px !important
}

.padding-right-25 {
	padding-right: 25px !important
}

.margin-all-25 {
	margin: 25px !important
}

.margin-top-25 {
	margin-top: 25px !important
}

.margin-bottom-25 {
	margin-bottom: 25px !important
}

.margin-left-25 {
	margin-left: 25px !important
}

.margin-right-25 {
	margin-right: 25px !important
}

.padding-all-30 {
	padding: 30px !important
}

.padding-top-30 {
	padding-top: 30px !important
}

.padding-bottom-30 {
	padding-bottom: 30px !important
}

.padding-left-30 {
	padding-left: 30px !important
}

.padding-right-30 {
	padding-right: 30px !important
}

.margin-all-30 {
	margin: 30px !important
}

.margin-top-30 {
	margin-top: 30px !important
}

.margin-bottom-30 {
	margin-bottom: 30px !important
}

.margin-left-30 {
	margin-left: 30px !important
}

.margin-right-30 {
	margin-right: 30px !important
}

.padding-all-35 {
	padding: 35px !important
}

.padding-top-35 {
	padding-top: 35px !important
}

.padding-bottom-35 {
	padding-bottom: 35px !important
}

.padding-left-35 {
	padding-left: 35px !important
}

.padding-right-35 {
	padding-right: 35px !important
}

.margin-all-35 {
	margin: 35px !important
}

.margin-top-35 {
	margin-top: 35px !important
}

.margin-bottom-35 {
	margin-bottom: 35px !important
}

.margin-left-35 {
	margin-left: 35px !important
}

.margin-right-35 {
	margin-right: 35px !important
}

.padding-all-40 {
	padding: 40px !important
}

.padding-top-40 {
	padding-top: 40px !important
}

.padding-bottom-40 {
	padding-bottom: 40px !important
}

.padding-left-40 {
	padding-left: 40px !important
}

.padding-right-40 {
	padding-right: 40px !important
}

.margin-all-40 {
	margin: 40px !important
}

.margin-top-40 {
	margin-top: 40px !important
}

.margin-bottom-40 {
	margin-bottom: 40px !important
}

.margin-left-40 {
	margin-left: 40px !important
}

.margin-right-40 {
	margin-right: 40px !important
}

.padding-all-50 {
	padding: 50px !important
}

.padding-top-50 {
	padding-top: 50px !important
}

.padding-bottom-50 {
	padding-bottom: 50px !important
}

.padding-left-50 {
	padding-left: 50px !important
}

.padding-right-50 {
	padding-right: 50px !important
}

.margin-all-50 {
	margin: 50px !important
}

.margin-top-50 {
	margin-top: 50px !important
}

.margin-bottom-50 {
	margin-bottom: 50px !important
}

.margin-left-50 {
	margin-left: 50px !important
}

.margin-right-50 {
	margin-right: 50px !important
}

.padding-inner {
	padding-right: 0;
	padding-left: 0
}

@media (max-width: 980px) {
	html {
		font-size: 16px
	}

	.tablet-txt-36 {
		font-size: 2.25rem !important
	}

	.tablet-txt-32 {
		font-size: 2rem !important
	}

	.tablet-txt-30 {
		font-size: 1.875rem !important
	}

	.tablet-txt-28 {
		font-size: 1.75rem !important
	}

	.tablet-txt-26 {
		font-size: 1.625rem !important
	}

	.tablet-txt-24 {
		font-size: 1.5rem !important
	}

	.tablet-txt-22 {
		font-size: 1.375rem !important
	}

	.tablet-txt-20 {
		font-size: 1.25rem !important
	}

	.tablet-txt-18 {
		font-size: 1.125rem !important
	}

	.tablet-txt-17 {
		font-size: 1.0625rem !important
	}

	.tablet-txt-16 {
		font-size: 1rem !important
	}

	.tablet-txt-15 {
		font-size: .9375rem !important
	}

	.tablet-txt-14 {
		font-size: .875rem !important
	}

	.tablet-txt-13 {
		font-size: .8125rem !important
	}

	.tablet-txt-12 {
		font-size: .75rem !important
	}

	.tablet-txt-11 {
		font-size: .6875rem !important
	}

	.tablet-txt-10 {
		font-size: .625rem !important
	}

	.tablet-txt-small {
		font-size: .8125rem !important
	}

	.tablet-float-left {
		float: left !important
	}

	.tablet-float-right {
		float: right !important
	}

	.tablet-float-none,.tablet-nofloat {
		float: none !important
	}

	.tablet-align-left {
		text-align: left !important
	}

	.tablet-align-right {
		text-align: right !important
	}

	.tablet-align-center {
		text-align: center !important
	}

	.tablet-display-flex {
		display: flex !important;
		flex-wrap: wrap
	}

	.tablet-display-flex-column {
		display: flex !important;
		flex-direction: column
	}

	.tablet-display-flex-grid {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.tablet-flex-justify-center {
		justify-content: center
	}

	.tablet-flex-justify-end {
		justify-content: flex-end
	}

	.tablet-flex-justify-space-around {
		justify-content: space-around
	}

	.tablet-flex-justify-space-evenly {
		justify-content: space-evenly
	}

	.tablet-flex-align-start,.tablet-flex-align-top {
		align-items: flex-start
	}

	.tablet-flex-align-center {
		align-items: center
	}

	.tablet-flex-align-end,.tablet-flex-align-bottom {
		align-items: flex-end
	}

	.tablet-flex-align-baseline {
		align-items: baseline
	}

	.tablet-flex-align-stretch {
		align-items: stretch
	}

	.tablet-flex-align-self-start,.tablet-flex-align-self-top {
		align-self: flex-start
	}

	.tablet-flex-align-self-center {
		align-self: center
	}

	.tablet-flex-align-self-end,.tablet-flex-align-self-bottom {
		align-self: flex-end
	}

	.tablet-flex-align-self-baseline {
		align-self: baseline
	}

	.tablet-flex-align-self-stretch {
		align-self: stretch
	}

	.tablet-flex-order-1 {
		order: 1
	}

	.tablet-flex-order-2 {
		order: 2
	}

	.tablet-flex-order-3 {
		order: 3
	}

	.tablet-flex-order-4 {
		order: 4
	}

	.tablet-display-inline {
		display: inline !important
	}

	.tablet-display-inline-block,.tablet-display-inlineblock {
		display: inline-block !important
	}

	.tablet-display-block,.tablet-show {
		display: block !important
	}

	.tablet-display-none,.tablet-hide,.tablet-hidden {
		display: none !important
	}

	.tablet-position-fixed {
		position: fixed !important
	}

	.tablet-position-sticky {
		position: sticky !important
	}

	.tablet-position-static {
		position: static !important
	}

	.tablet-position-relative {
		position: relative !important
	}

	.tablet-position-absolute {
		position: absolute !important
	}

	.tablet-border-none,.tablet-bdr-none {
		border: none !important
	}

	.tablet-grid-1 {
		width: 1% !important
	}

	.tablet-grid-2 {
		width: 2% !important
	}

	.tablet-grid-3 {
		width: 3% !important
	}

	.tablet-grid-4 {
		width: 4% !important
	}

	.tablet-grid-5 {
		width: 5% !important
	}

	.tablet-grid-10 {
		width: 10% !important
	}

	.tablet-grid-15 {
		width: 15% !important
	}

	.tablet-grid-20 {
		width: 20% !important
	}

	.tablet-grid-25 {
		width: 25% !important
	}

	.tablet-grid-30 {
		width: 30% !important
	}

	.tablet-grid-32 {
		width: 32% !important
	}

	.tablet-grid-33 {
		width: 33% !important
	}

	.tablet-grid-35 {
		width: 35% !important
	}

	.tablet-grid-40 {
		width: 40% !important
	}

	.tablet-grid-45 {
		width: 45% !important
	}

	.tablet-grid-48 {
		width: 48% !important
	}

	.tablet-grid-49 {
		width: 49% !important
	}

	.tablet-grid-50 {
		width: 50% !important
	}

	.tablet-grid-55 {
		width: 55% !important
	}

	.tablet-grid-60 {
		width: 60% !important
	}

	.tablet-grid-65 {
		width: 65% !important
	}

	.tablet-grid-66 {
		width: 66% !important
	}

	.tablet-grid-70 {
		width: 70% !important
	}

	.tablet-grid-75 {
		width: 75% !important
	}

	.tablet-grid-80 {
		width: 80% !important
	}

	.tablet-grid-85 {
		width: 85% !important
	}

	.tablet-grid-90 {
		width: 90% !important
	}

	.tablet-grid-95 {
		width: 95% !important
	}

	.tablet-grid-100 {
		width: 100% !important
	}

	.tablet-w1 {
		width: 1px !important
	}

	.tablet-w2 {
		width: 2px !important
	}

	.tablet-w3 {
		width: 3px !important
	}

	.tablet-w4 {
		width: 4px !important
	}

	.tablet-w5 {
		width: 5px !important
	}

	.tablet-w10 {
		width: 10px !important
	}

	.tablet-w15 {
		width: 15px !important
	}

	.tablet-w20 {
		width: 20px !important
	}

	.tablet-w25 {
		width: 25px !important
	}

	.tablet-w30 {
		width: 30px !important
	}

	.tablet-w35 {
		width: 35px !important
	}

	.tablet-w50 {
		width: 50px !important
	}

	.tablet-w60 {
		width: 60px !important
	}

	.tablet-w80 {
		width: 80px !important
	}

	.tablet-w100 {
		width: 100px !important
	}

	.tablet-w120 {
		width: 120px !important
	}

	.tablet-w130 {
		width: 130px !important
	}

	.tablet-w150 {
		width: 150px !important
	}

	.tablet-w160 {
		width: 160px !important
	}

	.tablet-w170 {
		width: 170px !important
	}

	.tablet-w200 {
		width: 200px !important
	}

	.tablet-w220 {
		width: 220px !important
	}

	.tablet-w250 {
		width: 250px !important
	}

	.tablet-w300 {
		width: 300px !important
	}

	.tablet-w350 {
		width: 350px !important
	}

	.tablet-w400 {
		width: 400px !important
	}

	.tablet-w450 {
		width: 450px !important
	}

	.tablet-wauto {
		width: auto !important
	}

	.tablet-w-auto {
		width: auto !important
	}

	.tablet-h1 {
		height: 1px !important
	}

	.tablet-h2 {
		height: 2px !important
	}

	.tablet-h3 {
		height: 3px !important
	}

	.tablet-h4 {
		height: 4px !important
	}

	.tablet-h5 {
		height: 5px !important
	}

	.tablet-h10 {
		height: 10px !important
	}

	.tablet-h15 {
		height: 15px !important
	}

	.tablet-h20 {
		height: 20px !important
	}

	.tablet-h25 {
		height: 25px !important
	}

	.tablet-h30 {
		height: 30px !important
	}

	.tablet-h35 {
		height: 35px !important
	}

	.tablet-h40 {
		height: 40px !important
	}

	.tablet-h50 {
		height: 50px !important
	}

	.tablet-h80 {
		height: 80px !important
	}

	.tablet-h120 {
		height: 120px !important
	}

	.tablet-h150 {
		height: 150px !important
	}

	.tablet-h180 {
		height: 180px !important
	}

	.tablet-h200 {
		height: 200px !important
	}

	.tablet-h250 {
		height: 250px !important
	}

	.tablet-h300 {
		height: 300px !important
	}

	.tablet-h400 {
		height: 400px !important
	}

	.tablet-h500 {
		height: 500px !important
	}

	.tablet-h100p {
		height: 100% !important
	}

	.tablet-ico-12 {
		height: 12px !important;
		width: 12px !important
	}

	.tablet-ico-14 {
		height: 14px !important;
		width: 14px !important
	}

	.tablet-ico-16 {
		height: 16px !important;
		width: 16px !important
	}

	.tablet-ico-18 {
		height: 18px !important;
		width: 18px !important
	}

	.tablet-ico-20 {
		height: 20px !important;
		width: 20px !important
	}

	.tablet-ico-25 {
		height: 25px !important;
		width: 25px !important
	}

	.tablet-ico-35 {
		height: 35px !important;
		width: 35px !important
	}

	.tablet-ico-50 {
		height: 50px !important;
		width: 50px !important
	}

	.tablet-ico-60 {
		height: 60px !important;
		width: 60px !important
	}

	.tablet-ico-80 {
		height: 80px !important;
		width: 80px !important
	}

	.tablet-ico-100 {
		height: 100px !important;
		width: 100px !important
	}

	.tablet-ico-120 {
		height: 120px !important;
		width: 120px !important
	}

	.tablet-ico-160 {
		height: 160px !important;
		width: 160px !important
	}

	.tablet-ico-100p {
		height: 100% !important;
		width: 100% !important
	}

	.tablet-padding-all-0 {
		padding: 0px !important
	}

	.tablet-padding-top-0 {
		padding-top: 0px !important
	}

	.tablet-padding-bottom-0 {
		padding-bottom: 0px !important
	}

	.tablet-padding-left-0 {
		padding-left: 0px !important
	}

	.tablet-padding-right-0 {
		padding-right: 0px !important
	}

	.tablet-margin-all-0 {
		margin: 0px !important
	}

	.tablet-margin-top-0 {
		margin-top: 0px !important
	}

	.tablet-margin-bottom-0 {
		margin-bottom: 0px !important
	}

	.tablet-margin-left-0 {
		margin-left: 0px !important
	}

	.tablet-margin-right-0 {
		margin-right: 0px !important
	}

	.tablet-padding-all-1 {
		padding: 1px !important
	}

	.tablet-padding-top-1 {
		padding-top: 1px !important
	}

	.tablet-padding-bottom-1 {
		padding-bottom: 1px !important
	}

	.tablet-padding-left-1 {
		padding-left: 1px !important
	}

	.tablet-padding-right-1 {
		padding-right: 1px !important
	}

	.tablet-margin-all-1 {
		margin: 1px !important
	}

	.tablet-margin-top-1 {
		margin-top: 1px !important
	}

	.tablet-margin-bottom-1 {
		margin-bottom: 1px !important
	}

	.tablet-margin-left-1 {
		margin-left: 1px !important
	}

	.tablet-margin-right-1 {
		margin-right: 1px !important
	}

	.tablet-padding-all-2 {
		padding: 2px !important
	}

	.tablet-padding-top-2 {
		padding-top: 2px !important
	}

	.tablet-padding-bottom-2 {
		padding-bottom: 2px !important
	}

	.tablet-padding-left-2 {
		padding-left: 2px !important
	}

	.tablet-padding-right-2 {
		padding-right: 2px !important
	}

	.tablet-margin-all-2 {
		margin: 2px !important
	}

	.tablet-margin-top-2 {
		margin-top: 2px !important
	}

	.tablet-margin-bottom-2 {
		margin-bottom: 2px !important
	}

	.tablet-margin-left-2 {
		margin-left: 2px !important
	}

	.tablet-margin-right-2 {
		margin-right: 2px !important
	}

	.tablet-padding-all-3 {
		padding: 3px !important
	}

	.tablet-padding-top-3 {
		padding-top: 3px !important
	}

	.tablet-padding-bottom-3 {
		padding-bottom: 3px !important
	}

	.tablet-padding-left-3 {
		padding-left: 3px !important
	}

	.tablet-padding-right-3 {
		padding-right: 3px !important
	}

	.tablet-margin-all-3 {
		margin: 3px !important
	}

	.tablet-margin-top-3 {
		margin-top: 3px !important
	}

	.tablet-margin-bottom-3 {
		margin-bottom: 3px !important
	}

	.tablet-margin-left-3 {
		margin-left: 3px !important
	}

	.tablet-margin-right-3 {
		margin-right: 3px !important
	}

	.tablet-padding-all-4 {
		padding: 4px !important
	}

	.tablet-padding-top-4 {
		padding-top: 4px !important
	}

	.tablet-padding-bottom-4 {
		padding-bottom: 4px !important
	}

	.tablet-padding-left-4 {
		padding-left: 4px !important
	}

	.tablet-padding-right-4 {
		padding-right: 4px !important
	}

	.tablet-margin-all-4 {
		margin: 4px !important
	}

	.tablet-margin-top-4 {
		margin-top: 4px !important
	}

	.tablet-margin-bottom-4 {
		margin-bottom: 4px !important
	}

	.tablet-margin-left-4 {
		margin-left: 4px !important
	}

	.tablet-margin-right-4 {
		margin-right: 4px !important
	}

	.tablet-padding-all-5 {
		padding: 5px !important
	}

	.tablet-padding-top-5 {
		padding-top: 5px !important
	}

	.tablet-padding-bottom-5 {
		padding-bottom: 5px !important
	}

	.tablet-padding-left-5 {
		padding-left: 5px !important
	}

	.tablet-padding-right-5 {
		padding-right: 5px !important
	}

	.tablet-margin-all-5 {
		margin: 5px !important
	}

	.tablet-margin-top-5 {
		margin-top: 5px !important
	}

	.tablet-margin-bottom-5 {
		margin-bottom: 5px !important
	}

	.tablet-margin-left-5 {
		margin-left: 5px !important
	}

	.tablet-margin-right-5 {
		margin-right: 5px !important
	}

	.tablet-padding-all-10 {
		padding: 10px !important
	}

	.tablet-padding-top-10 {
		padding-top: 10px !important
	}

	.tablet-padding-bottom-10 {
		padding-bottom: 10px !important
	}

	.tablet-padding-left-10 {
		padding-left: 10px !important
	}

	.tablet-padding-right-10 {
		padding-right: 10px !important
	}

	.tablet-margin-all-10 {
		margin: 10px !important
	}

	.tablet-margin-top-10 {
		margin-top: 10px !important
	}

	.tablet-margin-bottom-10 {
		margin-bottom: 10px !important
	}

	.tablet-margin-left-10 {
		margin-left: 10px !important
	}

	.tablet-margin-right-10 {
		margin-right: 10px !important
	}

	.tablet-padding-all-15 {
		padding: 15px !important
	}

	.tablet-padding-top-15 {
		padding-top: 15px !important
	}

	.tablet-padding-bottom-15 {
		padding-bottom: 15px !important
	}

	.tablet-padding-left-15 {
		padding-left: 15px !important
	}

	.tablet-padding-right-15 {
		padding-right: 15px !important
	}

	.tablet-margin-all-15 {
		margin: 15px !important
	}

	.tablet-margin-top-15 {
		margin-top: 15px !important
	}

	.tablet-margin-bottom-15 {
		margin-bottom: 15px !important
	}

	.tablet-margin-left-15 {
		margin-left: 15px !important
	}

	.tablet-margin-right-15 {
		margin-right: 15px !important
	}

	.tablet-padding-all-20 {
		padding: 20px !important
	}

	.tablet-padding-top-20 {
		padding-top: 20px !important
	}

	.tablet-padding-bottom-20 {
		padding-bottom: 20px !important
	}

	.tablet-padding-left-20 {
		padding-left: 20px !important
	}

	.tablet-padding-right-20 {
		padding-right: 20px !important
	}

	.tablet-margin-all-20 {
		margin: 20px !important
	}

	.tablet-margin-top-20 {
		margin-top: 20px !important
	}

	.tablet-margin-bottom-20 {
		margin-bottom: 20px !important
	}

	.tablet-margin-left-20 {
		margin-left: 20px !important
	}

	.tablet-margin-right-20 {
		margin-right: 20px !important
	}

	.tablet-padding-all-25 {
		padding: 25px !important
	}

	.tablet-padding-top-25 {
		padding-top: 25px !important
	}

	.tablet-padding-bottom-25 {
		padding-bottom: 25px !important
	}

	.tablet-padding-left-25 {
		padding-left: 25px !important
	}

	.tablet-padding-right-25 {
		padding-right: 25px !important
	}

	.tablet-margin-all-25 {
		margin: 25px !important
	}

	.tablet-margin-top-25 {
		margin-top: 25px !important
	}

	.tablet-margin-bottom-25 {
		margin-bottom: 25px !important
	}

	.tablet-margin-left-25 {
		margin-left: 25px !important
	}

	.tablet-margin-right-25 {
		margin-right: 25px !important
	}

	.tablet-padding-all-30 {
		padding: 30px !important
	}

	.tablet-padding-top-30 {
		padding-top: 30px !important
	}

	.tablet-padding-bottom-30 {
		padding-bottom: 30px !important
	}

	.tablet-padding-left-30 {
		padding-left: 30px !important
	}

	.tablet-padding-right-30 {
		padding-right: 30px !important
	}

	.tablet-margin-all-30 {
		margin: 30px !important
	}

	.tablet-margin-top-30 {
		margin-top: 30px !important
	}

	.tablet-margin-bottom-30 {
		margin-bottom: 30px !important
	}

	.tablet-margin-left-30 {
		margin-left: 30px !important
	}

	.tablet-margin-right-30 {
		margin-right: 30px !important
	}

	.tablet-padding-all-35 {
		padding: 35px !important
	}

	.tablet-padding-top-35 {
		padding-top: 35px !important
	}

	.tablet-padding-bottom-35 {
		padding-bottom: 35px !important
	}

	.tablet-padding-left-35 {
		padding-left: 35px !important
	}

	.tablet-padding-right-35 {
		padding-right: 35px !important
	}

	.tablet-margin-all-35 {
		margin: 35px !important
	}

	.tablet-margin-top-35 {
		margin-top: 35px !important
	}

	.tablet-margin-bottom-35 {
		margin-bottom: 35px !important
	}

	.tablet-margin-left-35 {
		margin-left: 35px !important
	}

	.tablet-margin-right-35 {
		margin-right: 35px !important
	}

	.tablet-padding-all-40 {
		padding: 40px !important
	}

	.tablet-padding-top-40 {
		padding-top: 40px !important
	}

	.tablet-padding-bottom-40 {
		padding-bottom: 40px !important
	}

	.tablet-padding-left-40 {
		padding-left: 40px !important
	}

	.tablet-padding-right-40 {
		padding-right: 40px !important
	}

	.tablet-margin-all-40 {
		margin: 40px !important
	}

	.tablet-margin-top-40 {
		margin-top: 40px !important
	}

	.tablet-margin-bottom-40 {
		margin-bottom: 40px !important
	}

	.tablet-margin-left-40 {
		margin-left: 40px !important
	}

	.tablet-margin-right-40 {
		margin-right: 40px !important
	}

	.tablet-padding-all-50 {
		padding: 50px !important
	}

	.tablet-padding-top-50 {
		padding-top: 50px !important
	}

	.tablet-padding-bottom-50 {
		padding-bottom: 50px !important
	}

	.tablet-padding-left-50 {
		padding-left: 50px !important
	}

	.tablet-padding-right-50 {
		padding-right: 50px !important
	}

	.tablet-margin-all-50 {
		margin: 50px !important
	}

	.tablet-margin-top-50 {
		margin-top: 50px !important
	}

	.tablet-margin-bottom-50 {
		margin-bottom: 50px !important
	}

	.tablet-margin-left-50 {
		margin-left: 50px !important
	}

	.tablet-margin-right-50 {
		margin-right: 50px !important
	}

	.padding-inner {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (max-width: 600px) {
	html {
		font-size: 16px
	}

	.mobile-txt-36 {
		font-size: 2.25rem !important
	}

	.mobile-txt-32 {
		font-size: 2rem !important
	}

	.mobile-txt-30 {
		font-size: 1.875rem !important
	}

	.mobile-txt-28 {
		font-size: 1.75rem !important
	}

	.mobile-txt-26 {
		font-size: 1.625rem !important
	}

	.mobile-txt-24 {
		font-size: 1.5rem !important
	}

	.mobile-txt-22 {
		font-size: 1.375rem !important
	}

	.mobile-txt-20 {
		font-size: 1.25rem !important
	}

	.mobile-txt-18 {
		font-size: 1.125rem !important
	}

	.mobile-txt-17 {
		font-size: 1.0625rem !important
	}

	.mobile-txt-16 {
		font-size: 1rem !important
	}

	.mobile-txt-15 {
		font-size: .9375rem !important
	}

	.mobile-txt-14 {
		font-size: .875rem !important
	}

	.mobile-txt-13 {
		font-size: .8125rem !important
	}

	.mobile-txt-12 {
		font-size: .75rem !important
	}

	.mobile-txt-11 {
		font-size: .6875rem !important
	}

	.mobile-txt-10 {
		font-size: .625rem !important
	}

	.mobile-txt-small {
		font-size: .8125rem !important
	}

	.mobile-float-left {
		float: left !important
	}

	.mobile-float-right {
		float: right !important
	}

	.mobile-float-none,.mobile-nofloat {
		float: none !important
	}

	.mobile-align-left {
		text-align: left !important
	}

	.mobile-align-right {
		text-align: right !important
	}

	.mobile-align-center {
		text-align: center !important
	}

	.mobile-display-flex {
		display: flex !important;
		flex-wrap: wrap
	}

	.mobile-display-flex-column {
		display: flex !important;
		flex-direction: column
	}

	.mobile-display-flex-grid {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.mobile-flex-justify-center {
		justify-content: center
	}

	.mobile-flex-justify-end {
		justify-content: flex-end
	}

	.mobile-flex-justify-space-around {
		justify-content: space-around
	}

	.mobile-flex-justify-space-evenly {
		justify-content: space-evenly
	}

	.mobile-flex-align-start,.mobile-flex-align-top {
		align-items: flex-start
	}

	.mobile-flex-align-center {
		align-items: center
	}

	.mobile-flex-align-end,.mobile-flex-align-bottom {
		align-items: flex-end
	}

	.mobile-flex-align-baseline {
		align-items: baseline
	}

	.mobile-flex-align-stretch {
		align-items: stretch
	}

	.mobile-flex-align-self-start,.mobile-flex-align-self-top {
		align-self: flex-start
	}

	.mobile-flex-align-self-center {
		align-self: center
	}

	.mobile-flex-align-self-end,.mobile-flex-align-self-bottom {
		align-self: flex-end
	}

	.mobile-flex-align-self-baseline {
		align-self: baseline
	}

	.mobile-flex-align-self-stretch {
		align-self: stretch
	}

	.mobile-flex-order-1 {
		order: 1
	}

	.mobile-flex-order-2 {
		order: 2
	}

	.mobile-flex-order-3 {
		order: 3
	}

	.mobile-flex-order-4 {
		order: 4
	}

	.mobile-display-inline {
		display: inline !important
	}

	.mobile-display-inline-block,.mobile-display-inlineblock {
		display: inline-block !important
	}

	.mobile-display-block,.mobile-show {
		display: block !important
	}

	.mobile-display-none,.mobile-hide,.mobile-hidden {
		display: none !important
	}

	.mobile-position-fixed {
		position: fixed !important
	}

	.mobile-position-sticky {
		position: sticky !important
	}

	.mobile-position-static {
		position: static !important
	}

	.mobile-position-relative {
		position: relative !important
	}

	.mobile-position-absolute {
		position: absolute !important
	}

	.mobile-border-none,.mobile-bdr-none {
		border: none !important
	}

	.mobile-grid-1 {
		width: 1% !important
	}

	.mobile-grid-2 {
		width: 2% !important
	}

	.mobile-grid-3 {
		width: 3% !important
	}

	.mobile-grid-4 {
		width: 4% !important
	}

	.mobile-grid-5 {
		width: 5% !important
	}

	.mobile-grid-10 {
		width: 10% !important
	}

	.mobile-grid-15 {
		width: 15% !important
	}

	.mobile-grid-20 {
		width: 20% !important
	}

	.mobile-grid-25 {
		width: 25% !important
	}

	.mobile-grid-30 {
		width: 30% !important
	}

	.mobile-grid-32 {
		width: 32% !important
	}

	.mobile-grid-33 {
		width: 33% !important
	}

	.mobile-grid-35 {
		width: 35% !important
	}

	.mobile-grid-40 {
		width: 40% !important
	}

	.mobile-grid-45 {
		width: 45% !important
	}

	.mobile-grid-48 {
		width: 48% !important
	}

	.mobile-grid-49 {
		width: 49% !important
	}

	.mobile-grid-50 {
		width: 50% !important
	}

	.mobile-grid-55 {
		width: 55% !important
	}

	.mobile-grid-60 {
		width: 60% !important
	}

	.mobile-grid-65 {
		width: 65% !important
	}

	.mobile-grid-66 {
		width: 66% !important
	}

	.mobile-grid-70 {
		width: 70% !important
	}

	.mobile-grid-75 {
		width: 75% !important
	}

	.mobile-grid-80 {
		width: 80% !important
	}

	.mobile-grid-85 {
		width: 85% !important
	}

	.mobile-grid-90 {
		width: 90% !important
	}

	.mobile-grid-95 {
		width: 95% !important
	}

	.mobile-grid-100 {
		width: 100% !important
	}

	.mobile-w1 {
		width: 1px !important
	}

	.mobile-w2 {
		width: 2px !important
	}

	.mobile-w3 {
		width: 3px !important
	}

	.mobile-w4 {
		width: 4px !important
	}

	.mobile-w5 {
		width: 5px !important
	}

	.mobile-w10 {
		width: 10px !important
	}

	.mobile-w15 {
		width: 15px !important
	}

	.mobile-w20 {
		width: 20px !important
	}

	.mobile-w25 {
		width: 25px !important
	}

	.mobile-w30 {
		width: 30px !important
	}

	.mobile-w35 {
		width: 35px !important
	}

	.mobile-w50 {
		width: 50px !important
	}

	.mobile-w60 {
		width: 60px !important
	}

	.mobile-w80 {
		width: 80px !important
	}

	.mobile-w100 {
		width: 100px !important
	}

	.mobile-w120 {
		width: 120px !important
	}

	.mobile-w130 {
		width: 130px !important
	}

	.mobile-w150 {
		width: 150px !important
	}

	.mobile-w160 {
		width: 160px !important
	}

	.mobile-w170 {
		width: 170px !important
	}

	.mobile-w200 {
		width: 200px !important
	}

	.mobile-w220 {
		width: 220px !important
	}

	.mobile-w250 {
		width: 250px !important
	}

	.mobile-w300 {
		width: 300px !important
	}

	.mobile-w350 {
		width: 350px !important
	}

	.mobile-w400 {
		width: 400px !important
	}

	.mobile-w450 {
		width: 450px !important
	}

	.mobile-wauto {
		width: auto !important
	}

	.mobile-w-auto {
		width: auto !important
	}

	.mobile-h1 {
		height: 1px !important
	}

	.mobile-h2 {
		height: 2px !important
	}

	.mobile-h3 {
		height: 3px !important
	}

	.mobile-h4 {
		height: 4px !important
	}

	.mobile-h5 {
		height: 5px !important
	}

	.mobile-h10 {
		height: 10px !important
	}

	.mobile-h15 {
		height: 15px !important
	}

	.mobile-h20 {
		height: 20px !important
	}

	.mobile-h25 {
		height: 25px !important
	}

	.mobile-h30 {
		height: 30px !important
	}

	.mobile-h35 {
		height: 35px !important
	}

	.mobile-h40 {
		height: 40px !important
	}

	.mobile-h50 {
		height: 50px !important
	}

	.mobile-h80 {
		height: 80px !important
	}

	.mobile-h120 {
		height: 120px !important
	}

	.mobile-h150 {
		height: 150px !important
	}

	.mobile-h180 {
		height: 180px !important
	}

	.mobile-h200 {
		height: 200px !important
	}

	.mobile-h250 {
		height: 250px !important
	}

	.mobile-h300 {
		height: 300px !important
	}

	.mobile-h400 {
		height: 400px !important
	}

	.mobile-h500 {
		height: 500px !important
	}

	.mobile-h100p {
		height: 100% !important
	}

	.mobile-ico-12 {
		height: 12px !important;
		width: 12px !important
	}

	.mobile-ico-14 {
		height: 14px !important;
		width: 14px !important
	}

	.mobile-ico-16 {
		height: 16px !important;
		width: 16px !important
	}

	.mobile-ico-18 {
		height: 18px !important;
		width: 18px !important
	}

	.mobile-ico-20 {
		height: 20px !important;
		width: 20px !important
	}

	.mobile-ico-25 {
		height: 25px !important;
		width: 25px !important
	}

	.mobile-ico-35 {
		height: 35px !important;
		width: 35px !important
	}

	.mobile-ico-50 {
		height: 50px !important;
		width: 50px !important
	}

	.mobile-ico-60 {
		height: 60px !important;
		width: 60px !important
	}

	.mobile-ico-80 {
		height: 80px !important;
		width: 80px !important
	}

	.mobile-ico-100 {
		height: 100px !important;
		width: 100px !important
	}

	.mobile-ico-120 {
		height: 120px !important;
		width: 120px !important
	}

	.mobile-ico-160 {
		height: 160px !important;
		width: 160px !important
	}

	.mobile-ico-100p {
		height: 100% !important;
		width: 100% !important
	}

	.mobile-padding-all-0 {
		padding: 0px !important
	}

	.mobile-padding-top-0 {
		padding-top: 0px !important
	}

	.mobile-padding-bottom-0 {
		padding-bottom: 0px !important
	}

	.mobile-padding-left-0 {
		padding-left: 0px !important
	}

	.mobile-padding-right-0 {
		padding-right: 0px !important
	}

	.mobile-margin-all-0 {
		margin: 0px !important
	}

	.mobile-margin-top-0 {
		margin-top: 0px !important
	}

	.mobile-margin-bottom-0 {
		margin-bottom: 0px !important
	}

	.mobile-margin-left-0 {
		margin-left: 0px !important
	}

	.mobile-margin-right-0 {
		margin-right: 0px !important
	}

	.mobile-padding-all-1 {
		padding: 1px !important
	}

	.mobile-padding-top-1 {
		padding-top: 1px !important
	}

	.mobile-padding-bottom-1 {
		padding-bottom: 1px !important
	}

	.mobile-padding-left-1 {
		padding-left: 1px !important
	}

	.mobile-padding-right-1 {
		padding-right: 1px !important
	}

	.mobile-margin-all-1 {
		margin: 1px !important
	}

	.mobile-margin-top-1 {
		margin-top: 1px !important
	}

	.mobile-margin-bottom-1 {
		margin-bottom: 1px !important
	}

	.mobile-margin-left-1 {
		margin-left: 1px !important
	}

	.mobile-margin-right-1 {
		margin-right: 1px !important
	}

	.mobile-padding-all-2 {
		padding: 2px !important
	}

	.mobile-padding-top-2 {
		padding-top: 2px !important
	}

	.mobile-padding-bottom-2 {
		padding-bottom: 2px !important
	}

	.mobile-padding-left-2 {
		padding-left: 2px !important
	}

	.mobile-padding-right-2 {
		padding-right: 2px !important
	}

	.mobile-margin-all-2 {
		margin: 2px !important
	}

	.mobile-margin-top-2 {
		margin-top: 2px !important
	}

	.mobile-margin-bottom-2 {
		margin-bottom: 2px !important
	}

	.mobile-margin-left-2 {
		margin-left: 2px !important
	}

	.mobile-margin-right-2 {
		margin-right: 2px !important
	}

	.mobile-padding-all-3 {
		padding: 3px !important
	}

	.mobile-padding-top-3 {
		padding-top: 3px !important
	}

	.mobile-padding-bottom-3 {
		padding-bottom: 3px !important
	}

	.mobile-padding-left-3 {
		padding-left: 3px !important
	}

	.mobile-padding-right-3 {
		padding-right: 3px !important
	}

	.mobile-margin-all-3 {
		margin: 3px !important
	}

	.mobile-margin-top-3 {
		margin-top: 3px !important
	}

	.mobile-margin-bottom-3 {
		margin-bottom: 3px !important
	}

	.mobile-margin-left-3 {
		margin-left: 3px !important
	}

	.mobile-margin-right-3 {
		margin-right: 3px !important
	}

	.mobile-padding-all-4 {
		padding: 4px !important
	}

	.mobile-padding-top-4 {
		padding-top: 4px !important
	}

	.mobile-padding-bottom-4 {
		padding-bottom: 4px !important
	}

	.mobile-padding-left-4 {
		padding-left: 4px !important
	}

	.mobile-padding-right-4 {
		padding-right: 4px !important
	}

	.mobile-margin-all-4 {
		margin: 4px !important
	}

	.mobile-margin-top-4 {
		margin-top: 4px !important
	}

	.mobile-margin-bottom-4 {
		margin-bottom: 4px !important
	}

	.mobile-margin-left-4 {
		margin-left: 4px !important
	}

	.mobile-margin-right-4 {
		margin-right: 4px !important
	}

	.mobile-padding-all-5 {
		padding: 5px !important
	}

	.mobile-padding-top-5 {
		padding-top: 5px !important
	}

	.mobile-padding-bottom-5 {
		padding-bottom: 5px !important
	}

	.mobile-padding-left-5 {
		padding-left: 5px !important
	}

	.mobile-padding-right-5 {
		padding-right: 5px !important
	}

	.mobile-margin-all-5 {
		margin: 5px !important
	}

	.mobile-margin-top-5 {
		margin-top: 5px !important
	}

	.mobile-margin-bottom-5 {
		margin-bottom: 5px !important
	}

	.mobile-margin-left-5 {
		margin-left: 5px !important
	}

	.mobile-margin-right-5 {
		margin-right: 5px !important
	}

	.mobile-padding-all-10 {
		padding: 10px !important
	}

	.mobile-padding-top-10 {
		padding-top: 10px !important
	}

	.mobile-padding-bottom-10 {
		padding-bottom: 10px !important
	}

	.mobile-padding-left-10 {
		padding-left: 10px !important
	}

	.mobile-padding-right-10 {
		padding-right: 10px !important
	}

	.mobile-margin-all-10 {
		margin: 10px !important
	}

	.mobile-margin-top-10 {
		margin-top: 10px !important
	}

	.mobile-margin-bottom-10 {
		margin-bottom: 10px !important
	}

	.mobile-margin-left-10 {
		margin-left: 10px !important
	}

	.mobile-margin-right-10 {
		margin-right: 10px !important
	}

	.mobile-padding-all-15 {
		padding: 15px !important
	}

	.mobile-padding-top-15 {
		padding-top: 15px !important
	}

	.mobile-padding-bottom-15 {
		padding-bottom: 15px !important
	}

	.mobile-padding-left-15 {
		padding-left: 15px !important
	}

	.mobile-padding-right-15 {
		padding-right: 15px !important
	}

	.mobile-margin-all-15 {
		margin: 15px !important
	}

	.mobile-margin-top-15 {
		margin-top: 15px !important
	}

	.mobile-margin-bottom-15 {
		margin-bottom: 15px !important
	}

	.mobile-margin-left-15 {
		margin-left: 15px !important
	}

	.mobile-margin-right-15 {
		margin-right: 15px !important
	}

	.mobile-padding-all-20 {
		padding: 20px !important
	}

	.mobile-padding-top-20 {
		padding-top: 20px !important
	}

	.mobile-padding-bottom-20 {
		padding-bottom: 20px !important
	}

	.mobile-padding-left-20 {
		padding-left: 20px !important
	}

	.mobile-padding-right-20 {
		padding-right: 20px !important
	}

	.mobile-margin-all-20 {
		margin: 20px !important
	}

	.mobile-margin-top-20 {
		margin-top: 20px !important
	}

	.mobile-margin-bottom-20 {
		margin-bottom: 20px !important
	}

	.mobile-margin-left-20 {
		margin-left: 20px !important
	}

	.mobile-margin-right-20 {
		margin-right: 20px !important
	}

	.mobile-padding-all-25 {
		padding: 25px !important
	}

	.mobile-padding-top-25 {
		padding-top: 25px !important
	}

	.mobile-padding-bottom-25 {
		padding-bottom: 25px !important
	}

	.mobile-padding-left-25 {
		padding-left: 25px !important
	}

	.mobile-padding-right-25 {
		padding-right: 25px !important
	}

	.mobile-margin-all-25 {
		margin: 25px !important
	}

	.mobile-margin-top-25 {
		margin-top: 25px !important
	}

	.mobile-margin-bottom-25 {
		margin-bottom: 25px !important
	}

	.mobile-margin-left-25 {
		margin-left: 25px !important
	}

	.mobile-margin-right-25 {
		margin-right: 25px !important
	}

	.mobile-padding-all-30 {
		padding: 30px !important
	}

	.mobile-padding-top-30 {
		padding-top: 30px !important
	}

	.mobile-padding-bottom-30 {
		padding-bottom: 30px !important
	}

	.mobile-padding-left-30 {
		padding-left: 30px !important
	}

	.mobile-padding-right-30 {
		padding-right: 30px !important
	}

	.mobile-margin-all-30 {
		margin: 30px !important
	}

	.mobile-margin-top-30 {
		margin-top: 30px !important
	}

	.mobile-margin-bottom-30 {
		margin-bottom: 30px !important
	}

	.mobile-margin-left-30 {
		margin-left: 30px !important
	}

	.mobile-margin-right-30 {
		margin-right: 30px !important
	}

	.mobile-padding-all-35 {
		padding: 35px !important
	}

	.mobile-padding-top-35 {
		padding-top: 35px !important
	}

	.mobile-padding-bottom-35 {
		padding-bottom: 35px !important
	}

	.mobile-padding-left-35 {
		padding-left: 35px !important
	}

	.mobile-padding-right-35 {
		padding-right: 35px !important
	}

	.mobile-margin-all-35 {
		margin: 35px !important
	}

	.mobile-margin-top-35 {
		margin-top: 35px !important
	}

	.mobile-margin-bottom-35 {
		margin-bottom: 35px !important
	}

	.mobile-margin-left-35 {
		margin-left: 35px !important
	}

	.mobile-margin-right-35 {
		margin-right: 35px !important
	}

	.mobile-padding-all-40 {
		padding: 40px !important
	}

	.mobile-padding-top-40 {
		padding-top: 40px !important
	}

	.mobile-padding-bottom-40 {
		padding-bottom: 40px !important
	}

	.mobile-padding-left-40 {
		padding-left: 40px !important
	}

	.mobile-padding-right-40 {
		padding-right: 40px !important
	}

	.mobile-margin-all-40 {
		margin: 40px !important
	}

	.mobile-margin-top-40 {
		margin-top: 40px !important
	}

	.mobile-margin-bottom-40 {
		margin-bottom: 40px !important
	}

	.mobile-margin-left-40 {
		margin-left: 40px !important
	}

	.mobile-margin-right-40 {
		margin-right: 40px !important
	}

	.mobile-padding-all-50 {
		padding: 50px !important
	}

	.mobile-padding-top-50 {
		padding-top: 50px !important
	}

	.mobile-padding-bottom-50 {
		padding-bottom: 50px !important
	}

	.mobile-padding-left-50 {
		padding-left: 50px !important
	}

	.mobile-padding-right-50 {
		padding-right: 50px !important
	}

	.mobile-margin-all-50 {
		margin: 50px !important
	}

	.mobile-margin-top-50 {
		margin-top: 50px !important
	}

	.mobile-margin-bottom-50 {
		margin-bottom: 50px !important
	}

	.mobile-margin-left-50 {
		margin-left: 50px !important
	}

	.mobile-margin-right-50 {
		margin-right: 50px !important
	}

	.padding-inner {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (max-width: 280px) {
	html {
		font-size: 14px
	}

	.small-txt-36 {
		font-size: 2.25rem !important
	}

	.small-txt-32 {
		font-size: 2rem !important
	}

	.small-txt-30 {
		font-size: 1.875rem !important
	}

	.small-txt-28 {
		font-size: 1.75rem !important
	}

	.small-txt-26 {
		font-size: 1.625rem !important
	}

	.small-txt-24 {
		font-size: 1.5rem !important
	}

	.small-txt-22 {
		font-size: 1.375rem !important
	}

	.small-txt-20 {
		font-size: 1.25rem !important
	}

	.small-txt-18 {
		font-size: 1.125rem !important
	}

	.small-txt-17 {
		font-size: 1.0625rem !important
	}

	.small-txt-16 {
		font-size: 1rem !important
	}

	.small-txt-15 {
		font-size: .9375rem !important
	}

	.small-txt-14 {
		font-size: .875rem !important
	}

	.small-txt-13 {
		font-size: .8125rem !important
	}

	.small-txt-12 {
		font-size: .75rem !important
	}

	.small-txt-11 {
		font-size: .6875rem !important
	}

	.small-txt-10 {
		font-size: .625rem !important
	}

	.small-txt-small {
		font-size: .8125rem !important
	}

	.small-float-left {
		float: left !important
	}

	.small-float-right {
		float: right !important
	}

	.small-float-none,.small-nofloat {
		float: none !important
	}

	.small-align-left {
		text-align: left !important
	}

	.small-align-right {
		text-align: right !important
	}

	.small-align-center {
		text-align: center !important
	}

	.small-display-flex {
		display: flex !important;
		flex-wrap: wrap
	}

	.small-display-flex-column {
		display: flex !important;
		flex-direction: column
	}

	.small-display-flex-grid {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.small-flex-justify-center {
		justify-content: center
	}

	.small-flex-justify-end {
		justify-content: flex-end
	}

	.small-flex-justify-space-around {
		justify-content: space-around
	}

	.small-flex-justify-space-evenly {
		justify-content: space-evenly
	}

	.small-flex-align-start,.small-flex-align-top {
		align-items: flex-start
	}

	.small-flex-align-center {
		align-items: center
	}

	.small-flex-align-end,.small-flex-align-bottom {
		align-items: flex-end
	}

	.small-flex-align-baseline {
		align-items: baseline
	}

	.small-flex-align-stretch {
		align-items: stretch
	}

	.small-flex-align-self-start,.small-flex-align-self-top {
		align-self: flex-start
	}

	.small-flex-align-self-center {
		align-self: center
	}

	.small-flex-align-self-end,.small-flex-align-self-bottom {
		align-self: flex-end
	}

	.small-flex-align-self-baseline {
		align-self: baseline
	}

	.small-flex-align-self-stretch {
		align-self: stretch
	}

	.small-flex-order-1 {
		order: 1
	}

	.small-flex-order-2 {
		order: 2
	}

	.small-flex-order-3 {
		order: 3
	}

	.small-flex-order-4 {
		order: 4
	}

	.small-display-inline {
		display: inline !important
	}

	.small-display-inline-block,.small-display-inlineblock {
		display: inline-block !important
	}

	.small-display-block,.small-show {
		display: block !important
	}

	.small-display-none,.small-hide,.small-hidden {
		display: none !important
	}

	.small-position-fixed {
		position: fixed !important
	}

	.small-position-sticky {
		position: sticky !important
	}

	.small-position-static {
		position: static !important
	}

	.small-position-relative {
		position: relative !important
	}

	.small-position-absolute {
		position: absolute !important
	}

	.small-border-none,.small-bdr-none {
		border: none !important
	}

	.small-grid-1 {
		width: 1% !important
	}

	.small-grid-2 {
		width: 2% !important
	}

	.small-grid-3 {
		width: 3% !important
	}

	.small-grid-4 {
		width: 4% !important
	}

	.small-grid-5 {
		width: 5% !important
	}

	.small-grid-10 {
		width: 10% !important
	}

	.small-grid-15 {
		width: 15% !important
	}

	.small-grid-20 {
		width: 20% !important
	}

	.small-grid-25 {
		width: 25% !important
	}

	.small-grid-30 {
		width: 30% !important
	}

	.small-grid-32 {
		width: 32% !important
	}

	.small-grid-33 {
		width: 33% !important
	}

	.small-grid-35 {
		width: 35% !important
	}

	.small-grid-40 {
		width: 40% !important
	}

	.small-grid-45 {
		width: 45% !important
	}

	.small-grid-48 {
		width: 48% !important
	}

	.small-grid-49 {
		width: 49% !important
	}

	.small-grid-50 {
		width: 50% !important
	}

	.small-grid-55 {
		width: 55% !important
	}

	.small-grid-60 {
		width: 60% !important
	}

	.small-grid-65 {
		width: 65% !important
	}

	.small-grid-66 {
		width: 66% !important
	}

	.small-grid-70 {
		width: 70% !important
	}

	.small-grid-75 {
		width: 75% !important
	}

	.small-grid-80 {
		width: 80% !important
	}

	.small-grid-85 {
		width: 85% !important
	}

	.small-grid-90 {
		width: 90% !important
	}

	.small-grid-95 {
		width: 95% !important
	}

	.small-grid-100 {
		width: 100% !important
	}

	.small-w1 {
		width: 1px !important
	}

	.small-w2 {
		width: 2px !important
	}

	.small-w3 {
		width: 3px !important
	}

	.small-w4 {
		width: 4px !important
	}

	.small-w5 {
		width: 5px !important
	}

	.small-w10 {
		width: 10px !important
	}

	.small-w15 {
		width: 15px !important
	}

	.small-w20 {
		width: 20px !important
	}

	.small-w25 {
		width: 25px !important
	}

	.small-w30 {
		width: 30px !important
	}

	.small-w35 {
		width: 35px !important
	}

	.small-w50 {
		width: 50px !important
	}

	.small-w60 {
		width: 60px !important
	}

	.small-w80 {
		width: 80px !important
	}

	.small-w100 {
		width: 100px !important
	}

	.small-w120 {
		width: 120px !important
	}

	.small-w130 {
		width: 130px !important
	}

	.small-w150 {
		width: 150px !important
	}

	.small-w160 {
		width: 160px !important
	}

	.small-w170 {
		width: 170px !important
	}

	.small-w200 {
		width: 200px !important
	}

	.small-w220 {
		width: 220px !important
	}

	.small-w250 {
		width: 250px !important
	}

	.small-w300 {
		width: 300px !important
	}

	.small-w350 {
		width: 350px !important
	}

	.small-w400 {
		width: 400px !important
	}

	.small-w450 {
		width: 450px !important
	}

	.small-wauto {
		width: auto !important
	}

	.small-w-auto {
		width: auto !important
	}

	.small-h1 {
		height: 1px !important
	}

	.small-h2 {
		height: 2px !important
	}

	.small-h3 {
		height: 3px !important
	}

	.small-h4 {
		height: 4px !important
	}

	.small-h5 {
		height: 5px !important
	}

	.small-h10 {
		height: 10px !important
	}

	.small-h15 {
		height: 15px !important
	}

	.small-h20 {
		height: 20px !important
	}

	.small-h25 {
		height: 25px !important
	}

	.small-h30 {
		height: 30px !important
	}

	.small-h35 {
		height: 35px !important
	}

	.small-h40 {
		height: 40px !important
	}

	.small-h50 {
		height: 50px !important
	}

	.small-h80 {
		height: 80px !important
	}

	.small-h120 {
		height: 120px !important
	}

	.small-h150 {
		height: 150px !important
	}

	.small-h180 {
		height: 180px !important
	}

	.small-h200 {
		height: 200px !important
	}

	.small-h250 {
		height: 250px !important
	}

	.small-h300 {
		height: 300px !important
	}

	.small-h400 {
		height: 400px !important
	}

	.small-h500 {
		height: 500px !important
	}

	.small-h100p {
		height: 100% !important
	}

	.small-ico-12 {
		height: 12px !important;
		width: 12px !important
	}

	.small-ico-14 {
		height: 14px !important;
		width: 14px !important
	}

	.small-ico-16 {
		height: 16px !important;
		width: 16px !important
	}

	.small-ico-18 {
		height: 18px !important;
		width: 18px !important
	}

	.small-ico-20 {
		height: 20px !important;
		width: 20px !important
	}

	.small-ico-25 {
		height: 25px !important;
		width: 25px !important
	}

	.small-ico-35 {
		height: 35px !important;
		width: 35px !important
	}

	.small-ico-50 {
		height: 50px !important;
		width: 50px !important
	}

	.small-ico-60 {
		height: 60px !important;
		width: 60px !important
	}

	.small-ico-80 {
		height: 80px !important;
		width: 80px !important
	}

	.small-ico-100 {
		height: 100px !important;
		width: 100px !important
	}

	.small-ico-120 {
		height: 120px !important;
		width: 120px !important
	}

	.small-ico-160 {
		height: 160px !important;
		width: 160px !important
	}

	.small-ico-100p {
		height: 100% !important;
		width: 100% !important
	}

	.small-padding-all-0 {
		padding: 0px !important
	}

	.small-padding-top-0 {
		padding-top: 0px !important
	}

	.small-padding-bottom-0 {
		padding-bottom: 0px !important
	}

	.small-padding-left-0 {
		padding-left: 0px !important
	}

	.small-padding-right-0 {
		padding-right: 0px !important
	}

	.small-margin-all-0 {
		margin: 0px !important
	}

	.small-margin-top-0 {
		margin-top: 0px !important
	}

	.small-margin-bottom-0 {
		margin-bottom: 0px !important
	}

	.small-margin-left-0 {
		margin-left: 0px !important
	}

	.small-margin-right-0 {
		margin-right: 0px !important
	}

	.small-padding-all-1 {
		padding: 1px !important
	}

	.small-padding-top-1 {
		padding-top: 1px !important
	}

	.small-padding-bottom-1 {
		padding-bottom: 1px !important
	}

	.small-padding-left-1 {
		padding-left: 1px !important
	}

	.small-padding-right-1 {
		padding-right: 1px !important
	}

	.small-margin-all-1 {
		margin: 1px !important
	}

	.small-margin-top-1 {
		margin-top: 1px !important
	}

	.small-margin-bottom-1 {
		margin-bottom: 1px !important
	}

	.small-margin-left-1 {
		margin-left: 1px !important
	}

	.small-margin-right-1 {
		margin-right: 1px !important
	}

	.small-padding-all-2 {
		padding: 2px !important
	}

	.small-padding-top-2 {
		padding-top: 2px !important
	}

	.small-padding-bottom-2 {
		padding-bottom: 2px !important
	}

	.small-padding-left-2 {
		padding-left: 2px !important
	}

	.small-padding-right-2 {
		padding-right: 2px !important
	}

	.small-margin-all-2 {
		margin: 2px !important
	}

	.small-margin-top-2 {
		margin-top: 2px !important
	}

	.small-margin-bottom-2 {
		margin-bottom: 2px !important
	}

	.small-margin-left-2 {
		margin-left: 2px !important
	}

	.small-margin-right-2 {
		margin-right: 2px !important
	}

	.small-padding-all-3 {
		padding: 3px !important
	}

	.small-padding-top-3 {
		padding-top: 3px !important
	}

	.small-padding-bottom-3 {
		padding-bottom: 3px !important
	}

	.small-padding-left-3 {
		padding-left: 3px !important
	}

	.small-padding-right-3 {
		padding-right: 3px !important
	}

	.small-margin-all-3 {
		margin: 3px !important
	}

	.small-margin-top-3 {
		margin-top: 3px !important
	}

	.small-margin-bottom-3 {
		margin-bottom: 3px !important
	}

	.small-margin-left-3 {
		margin-left: 3px !important
	}

	.small-margin-right-3 {
		margin-right: 3px !important
	}

	.small-padding-all-4 {
		padding: 4px !important
	}

	.small-padding-top-4 {
		padding-top: 4px !important
	}

	.small-padding-bottom-4 {
		padding-bottom: 4px !important
	}

	.small-padding-left-4 {
		padding-left: 4px !important
	}

	.small-padding-right-4 {
		padding-right: 4px !important
	}

	.small-margin-all-4 {
		margin: 4px !important
	}

	.small-margin-top-4 {
		margin-top: 4px !important
	}

	.small-margin-bottom-4 {
		margin-bottom: 4px !important
	}

	.small-margin-left-4 {
		margin-left: 4px !important
	}

	.small-margin-right-4 {
		margin-right: 4px !important
	}

	.small-padding-all-5 {
		padding: 5px !important
	}

	.small-padding-top-5 {
		padding-top: 5px !important
	}

	.small-padding-bottom-5 {
		padding-bottom: 5px !important
	}

	.small-padding-left-5 {
		padding-left: 5px !important
	}

	.small-padding-right-5 {
		padding-right: 5px !important
	}

	.small-margin-all-5 {
		margin: 5px !important
	}

	.small-margin-top-5 {
		margin-top: 5px !important
	}

	.small-margin-bottom-5 {
		margin-bottom: 5px !important
	}

	.small-margin-left-5 {
		margin-left: 5px !important
	}

	.small-margin-right-5 {
		margin-right: 5px !important
	}

	.small-padding-all-10 {
		padding: 10px !important
	}

	.small-padding-top-10 {
		padding-top: 10px !important
	}

	.small-padding-bottom-10 {
		padding-bottom: 10px !important
	}

	.small-padding-left-10 {
		padding-left: 10px !important
	}

	.small-padding-right-10 {
		padding-right: 10px !important
	}

	.small-margin-all-10 {
		margin: 10px !important
	}

	.small-margin-top-10 {
		margin-top: 10px !important
	}

	.small-margin-bottom-10 {
		margin-bottom: 10px !important
	}

	.small-margin-left-10 {
		margin-left: 10px !important
	}

	.small-margin-right-10 {
		margin-right: 10px !important
	}

	.small-padding-all-15 {
		padding: 15px !important
	}

	.small-padding-top-15 {
		padding-top: 15px !important
	}

	.small-padding-bottom-15 {
		padding-bottom: 15px !important
	}

	.small-padding-left-15 {
		padding-left: 15px !important
	}

	.small-padding-right-15 {
		padding-right: 15px !important
	}

	.small-margin-all-15 {
		margin: 15px !important
	}

	.small-margin-top-15 {
		margin-top: 15px !important
	}

	.small-margin-bottom-15 {
		margin-bottom: 15px !important
	}

	.small-margin-left-15 {
		margin-left: 15px !important
	}

	.small-margin-right-15 {
		margin-right: 15px !important
	}

	.small-padding-all-20 {
		padding: 20px !important
	}

	.small-padding-top-20 {
		padding-top: 20px !important
	}

	.small-padding-bottom-20 {
		padding-bottom: 20px !important
	}

	.small-padding-left-20 {
		padding-left: 20px !important
	}

	.small-padding-right-20 {
		padding-right: 20px !important
	}

	.small-margin-all-20 {
		margin: 20px !important
	}

	.small-margin-top-20 {
		margin-top: 20px !important
	}

	.small-margin-bottom-20 {
		margin-bottom: 20px !important
	}

	.small-margin-left-20 {
		margin-left: 20px !important
	}

	.small-margin-right-20 {
		margin-right: 20px !important
	}

	.small-padding-all-25 {
		padding: 25px !important
	}

	.small-padding-top-25 {
		padding-top: 25px !important
	}

	.small-padding-bottom-25 {
		padding-bottom: 25px !important
	}

	.small-padding-left-25 {
		padding-left: 25px !important
	}

	.small-padding-right-25 {
		padding-right: 25px !important
	}

	.small-margin-all-25 {
		margin: 25px !important
	}

	.small-margin-top-25 {
		margin-top: 25px !important
	}

	.small-margin-bottom-25 {
		margin-bottom: 25px !important
	}

	.small-margin-left-25 {
		margin-left: 25px !important
	}

	.small-margin-right-25 {
		margin-right: 25px !important
	}

	.small-padding-all-30 {
		padding: 30px !important
	}

	.small-padding-top-30 {
		padding-top: 30px !important
	}

	.small-padding-bottom-30 {
		padding-bottom: 30px !important
	}

	.small-padding-left-30 {
		padding-left: 30px !important
	}

	.small-padding-right-30 {
		padding-right: 30px !important
	}

	.small-margin-all-30 {
		margin: 30px !important
	}

	.small-margin-top-30 {
		margin-top: 30px !important
	}

	.small-margin-bottom-30 {
		margin-bottom: 30px !important
	}

	.small-margin-left-30 {
		margin-left: 30px !important
	}

	.small-margin-right-30 {
		margin-right: 30px !important
	}

	.small-padding-all-35 {
		padding: 35px !important
	}

	.small-padding-top-35 {
		padding-top: 35px !important
	}

	.small-padding-bottom-35 {
		padding-bottom: 35px !important
	}

	.small-padding-left-35 {
		padding-left: 35px !important
	}

	.small-padding-right-35 {
		padding-right: 35px !important
	}

	.small-margin-all-35 {
		margin: 35px !important
	}

	.small-margin-top-35 {
		margin-top: 35px !important
	}

	.small-margin-bottom-35 {
		margin-bottom: 35px !important
	}

	.small-margin-left-35 {
		margin-left: 35px !important
	}

	.small-margin-right-35 {
		margin-right: 35px !important
	}

	.small-padding-all-40 {
		padding: 40px !important
	}

	.small-padding-top-40 {
		padding-top: 40px !important
	}

	.small-padding-bottom-40 {
		padding-bottom: 40px !important
	}

	.small-padding-left-40 {
		padding-left: 40px !important
	}

	.small-padding-right-40 {
		padding-right: 40px !important
	}

	.small-margin-all-40 {
		margin: 40px !important
	}

	.small-margin-top-40 {
		margin-top: 40px !important
	}

	.small-margin-bottom-40 {
		margin-bottom: 40px !important
	}

	.small-margin-left-40 {
		margin-left: 40px !important
	}

	.small-margin-right-40 {
		margin-right: 40px !important
	}

	.small-padding-all-50 {
		padding: 50px !important
	}

	.small-padding-top-50 {
		padding-top: 50px !important
	}

	.small-padding-bottom-50 {
		padding-bottom: 50px !important
	}

	.small-padding-left-50 {
		padding-left: 50px !important
	}

	.small-padding-right-50 {
		padding-right: 50px !important
	}

	.small-margin-all-50 {
		margin: 50px !important
	}

	.small-margin-top-50 {
		margin-top: 50px !important
	}

	.small-margin-bottom-50 {
		margin-bottom: 50px !important
	}

	.small-margin-left-50 {
		margin-left: 50px !important
	}

	.small-margin-right-50 {
		margin-right: 50px !important
	}

	.padding-inner {
		padding-right: 8px;
		padding-left: 8px
	}
}

@media (max-width: 1200px) {
	.padding-inner {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (max-width: 980px) {
	.sticky {
		top: 106px
	}

	.lead-in.enlarge {
		font-size: 18px;
		line-height: 1.8;
		margin-bottom: 1.5rem
	}

	.btn-cta {
		font-size: 1.375rem;
		line-height: 2.0625rem;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 12px;
		padding-left: 12px
	}

	.para-with-ico .ico-wrapper {
		width: 100px
	}

	.para-with-ico .ico-wrapper .ico {
		width: 100px;
		height: 100px
	}

	.para-with-ico .para {
		width: calc(100% - 100px - 15px)
	}

	.para-with-ico .ico-wrapper.tablet-w80 {
		width: 80px !important
	}

	.para-with-ico .ico-wrapper.tablet-w80 .ico {
		width: 80px !important;
		height: 80px !important
	}

	.para-with-ico .ico-wrapper.tablet-w80+.para {
		width: calc(100% - 80px - 15px)
	}

	.para-with-ico .ico-wrapper.tablet-w60 {
		width: 60px !important
	}

	.para-with-ico .ico-wrapper.tablet-w60 .ico {
		width: 60px !important;
		height: 60px !important
	}

	.para-with-ico .ico-wrapper.tablet-w60+.para {
		width: calc(100% - 60px - 15px)
	}

	.para-with-ico .ico-wrapper.tablet-hide {
		display: none
	}

	.para-with-ico .ico-wrapper.tablet-hide+.para {
		width: 100%
	}

	.para-with-ico .ico-wrapper.tablet-w40 {
		width: 40px !important
	}

	.para-with-ico .ico-wrapper.tablet-w40 .ico {
		width: 40px !important;
		height: 40px !important
	}

	.para-with-ico .ico-wrapper.tablet-w40+.para {
		width: calc(100% - 40px - 100px)
	}

	.additional-row {
		padding: 20px 0
	}

	.additional-row .section-title.enlarge {
		font-size: 40px;
		margin-bottom: 1rem
	}

	.tablet-centered-pane {
		margin-right: auto;
		margin-left: auto;
		max-width: 600px
	}

	.tablet-nav-to-dropdown .tablet-nav-btn:not(.open) {
		display: block
	}

	.tablet-nav-to-dropdown.open {
		box-shadow: 1px 1px 8px rgba(171,192,227,0.9)
	}

	.tablet-nav-to-dropdown.open .tablet-nav-btn:not(.open) {
		display: none
	}

	.tablet-nav-to-dropdown.open .tablet-nav-btn.open {
		display: block
	}

	.tablet-nav-to-dropdown.open.sidebar-nav .section-title {
		background-color: #475269;
		color: #fff
	}

	.tablet-nav-to-dropdown.open.sidebar-nav .section-title .ico {
		color: #fff !important
	}

	.tablet-nav-to-dropdown.open.sidebar-nav .links {
		max-height: 2000px;
		background-color: rgba(71,82,105,0.9);
		color: #fff !important
	}

	.tablet-nav-to-dropdown.open.sidebar-nav .links a,.tablet-nav-to-dropdown.open.sidebar-nav .links .ico {
		color: #fff !important
	}

	.tablet-nav-to-dropdown.sidebar-nav {
		border: 1px solid #b2bfd0
	}

	.tablet-nav-to-dropdown.sidebar-nav .links {
		max-height: 0;
		overflow: hidden
	}

	.list.tablet-txt-15>li,.tablet-txt-15 .list>li {
		padding-bottom: 12px
	}

	.list.tablet-txt-16.ico-bullet>li:before,.tablet-txt-16 .list.ico-bullet>li:before {
		top: 10px
	}

	.list.tablet-txt-17>li,.tablet-txt-17 .list>li,.list.tablet-txt-18>li,.tablet-txt-18 .list>li {
		padding-left: 30px
	}

	.list.tablet-txt-17.has-ico>li>.ico:first-child,.tablet-txt-17 .list.has-ico>li>.ico:first-child,.list.tablet-txt-18.has-ico>li>.ico:first-child,.tablet-txt-18 .list.has-ico>li>.ico:first-child {
		margin-left: -30px;
		top: 5px
	}

	.list.tablet-txt-20>li,.tablet-txt-20 .list>li,.list.tablet-txt-22>li,.tablet-txt-22 .list>li {
		padding-left: 30px
	}

	.list.tablet-txt-20.has-ico>li>.ico:first-child,.tablet-txt-20 .list.has-ico>li>.ico:first-child,.list.tablet-txt-22.has-ico>li>.ico:first-child,.tablet-txt-22 .list.has-ico>li>.ico:first-child {
		margin-left: -30px;
		top: 7px
	}

	.pairlist-alt-col dt,.pairlist-alt-col dd {
		padding: 10px 8px 10px 15px
	}

	.pairlist-alt-col.align-center dt,.pairlist-alt-col.align-center dd,.pairlist-alt-col dt.align-center,.pairlist-alt-col dd.align-center,.pairlist-alt-col.tablet-align-center dt,.pairlist-alt-col.tablet-align-center dd,.pairlist-alt-col dt.tablet-align-center,.pairlist-alt-col dd.tablet-align-center {
		padding: 10px 8px
	}

	.pairlist-alt-col.tablet-col-2 dt:nth-of-type(n+5) {
		display: none
	}

	.pairlist-alt-col.tablet-col-2>dd:nth-of-type(n),.pairlist-alt-col.tablet-col-2>dt:nth-of-type(n) {
		margin-right: 0;
		background-color: transparent
	}

	.pairlist-alt-col.tablet-col-2>dd:nth-of-type(8n+5),.pairlist-alt-col.tablet-col-2>dd:nth-of-type(8n+6),.pairlist-alt-col.tablet-col-2>dd:nth-of-type(8n+7),.pairlist-alt-col.tablet-col-2>dd:nth-of-type(8n+8) {
		background-color: #ebf0f4
	}

	.pairlist-alt-col.col-2 dt,.pairlist-alt-col.col-2 dd,.pairlist-alt-col.tablet-col-2 dt,.pairlist-alt-col.tablet-col-2 dd {
		width: 24.5%
	}

	.pairlist-alt-col.col-2>dd:nth-of-type(4n+2),.pairlist-alt-col.col-2>dt:nth-of-type(2),.pairlist-alt-col.tablet-col-2>dd:nth-of-type(4n+2),.pairlist-alt-col.tablet-col-2>dt:nth-of-type(2) {
		margin-right: 2%
	}

	.card-options {
		flex-wrap: wrap;
		margin-bottom: 25px
	}

	.card-options>* {
		flex-basis: 100px;
		padding: 15px;
		margin-bottom: 10px
	}

	.card-options>*.on:after {
		display: none
	}

	.overview-primary {
		padding-top: 0px;
		padding-bottom: 30px
	}

	.overview-primary .overview-hero {
		width: 100%;
		height: 350px;
		margin-bottom: 30px
	}

	.overview-primary .side-boxes {
		width: 100%
	}

	.tablet-table-card td,.tablet-table-card th {
		display: block;
		height: auto
	}

	.tablet-table-card .table-title,.tablet-table-card .spacer {
		display: none
	}

	.tablet-table-card tbody tr {
		display: block;
		margin-bottom: 15px
	}

	.tablet-table-card tbody th {
		background-color: #e0e4e9;
		text-shadow: 1px 1px #fff;
		font-weight: bold
	}

	.tablet-table-card tbody td {
		border-bottom: 1px solid #fff;
		background-color: #ebf0f4
	}

	.tablet-table-card tbody tr td[data-title]:before {
		content: attr(data-title) ":";
		display: inline-block;
		padding-right: 10px;
		color: #5B6A88
	}

	.tablet-table-card.no-data-title tbody tr td:before,.tablet-table-card tbody tr td.no-data-title:before {
		content: ' ';
		padding-right: 0;
		display: none
	}

	.tablet-table-card .border-top {
		border-top: none
	}

	.tablet-table-card .border-bottom {
		border-bottom: none
	}

	.rates-widget .more-btn-wrap {
		position: relative;
		top: -2px;
		margin-bottom: 5px
	}

	.rates-widget .more-btn-wrap .btn {
		font-size: .8125rem;
		line-height: 1.1rem;
		width: 100%;
		text-align: center
	}

	.rates-widget .rates-tab+.rates-table {
		margin-top: .75rem
	}

	.rates-widget .rates-table table {
		font-size: 0.8125rem
	}

	.rates-widget .rates-table table thead {
		font-size: 105%
	}

	.form .form-horizontal .form-inner .form-cell,.form .form-horizontal .form-inner.four-col .form-cell {
		width: calc(50%  - 1%*2)
	}

	.form .form-horizontal .form-inner .form-cell.col2,.form .form-horizontal .form-inner .form-cell.col3,.form .form-horizontal .form-inner.four-col .form-cell.col2,.form .form-horizontal .form-inner.four-col .form-cell.col3 {
		width: calc(100%  - 1%*2)
	}

	.form .placeholderLabel .placeholder.for-text {
		padding: 6px 8px 0
	}

	.form .field,.form .field-select {
		padding: 4px 7px
	}
}

@media (max-width: 600px) {
	h1,.font-h1 {
		font-size: 2.15rem;
		line-height: 1.12em
	}

	h2,.font-h2 {
		font-size: 1.40625rem;
		line-height: 1.26em
	}

	h3,.font-h3 {
		font-size: 1.155rem;
		line-height: 1.26em
	}

	.lead-in {
		font-size: .9375rem;
		line-height: 1.65rem
	}

	.lead-in.enlarge {
		font-size: .9375rem;
		margin-bottom: 1.25rem
	}

	.btn-cta {
		font-size: 1.25rem;
		line-height: 1.9375rem;
		width: 100%
	}

	.btn-cta-mid {
		padding: 7px 25px;
		font-size: 17px
	}

	.para-with-ico .ico-wrapper {
		width: 70px
	}

	.para-with-ico .ico-wrapper .ico {
		width: 70px;
		height: 70px
	}

	.para-with-ico .para {
		width: calc(100% - 70px - 15px)
	}

	.para-with-ico .ico-wrapper.mobile-w80 {
		width: 80px !important
	}

	.para-with-ico .ico-wrapper.mobile-w80 .ico {
		width: 80px !important;
		height: 80px !important
	}

	.para-with-ico .ico-wrapper.mobile-w80+.para {
		width: calc(100% - 80px - 15px)
	}

	.para-with-ico .ico-wrapper.mobile-w60 {
		width: 60px !important
	}

	.para-with-ico .ico-wrapper.mobile-w60 .ico {
		width: 60px !important;
		height: 60px !important
	}

	.para-with-ico .ico-wrapper.mobile-w60+.para {
		width: calc(100% - 60px - 15px)
	}

	.para-with-ico .ico-wrapper.mobile-w50 {
		width: 50px !important
	}

	.para-with-ico .ico-wrapper.mobile-w50 .ico {
		width: 50px !important;
		height: 50px !important
	}

	.para-with-ico .ico-wrapper.mobile-w50+.para {
		width: calc(100% - 50px - 15px)
	}

	.para-with-ico .ico-wrapper.mobile-w40 {
		width: 40px !important
	}

	.para-with-ico .ico-wrapper.mobile-w40 .ico {
		width: 40px !important;
		height: 40px !important
	}

	.para-with-ico .ico-wrapper.mobile-w40+.para {
		width: calc(100% - 40px - 15px)
	}

	.para-with-ico .ico-wrapper.mobile-hide {
		display: none
	}

	.para-with-ico .ico-wrapper.mobile-hide+.para {
		width: 100%
	}

	.additional-row .section-title {
		font-size: 26px
	}

	.additional-row .section-title.enlarge {
		font-size: 30px
	}

	.list {
		margin-left: 8px
	}

	.list.has-ico>li {
		padding-left: 22px
	}

	.list.has-ico>li>.ico:first-child {
		margin-left: -22px
	}

	.list.mobile-txt-15>li,.mobile-txt-15 .list>li,.list.mobile-txt-16>li,.mobile-txt-16 .list>li {
		padding-left: 30px;
		padding-bottom: 12px
	}

	.list.mobile-txt-15.has-ico>li>.ico:first-child,.mobile-txt-15 .list.has-ico>li>.ico:first-child,.list.mobile-txt-16.has-ico>li>.ico:first-child,.mobile-txt-16 .list.has-ico>li>.ico:first-child {
		margin-left: -30px
	}

	.list.mobile-txt-16.ico-bullet>li:before,.mobile-txt-16 .list.ico-bullet>li:before {
		top: 10px
	}

	.list.mobile-txt-17>li,.mobile-txt-17 .list>li,.list.mobile-txt-18>li,.mobile-txt-18 .list>li {
		padding-left: 35px
	}

	.list.mobile-txt-17.has-ico>li>.ico:first-child,.mobile-txt-17 .list.has-ico>li>.ico:first-child,.list.mobile-txt-18.has-ico>li>.ico:first-child,.mobile-txt-18 .list.has-ico>li>.ico:first-child {
		margin-left: -35px;
		top: 5px
	}

	.list.mobile-txt-20>li,.mobile-txt-20 .list>li,.list.mobile-txt-22>li,.mobile-txt-22 .list>li {
		padding-left: 40px
	}

	.list.mobile-txt-20.has-ico>li>.ico:first-child,.mobile-txt-20 .list.has-ico>li>.ico:first-child,.list.mobile-txt-22.has-ico>li>.ico:first-child,.mobile-txt-22 .list.has-ico>li>.ico:first-child {
		margin-left: -40px;
		top: 7px
	}

	.list-step>li {
		padding-left: 32.5px
	}

	.list-step>li:before {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 15px
	}

	.currency-grid>li {
		width: 33%;
		padding: 10px 0
	}

	.mobile-nav-to-dropdown .mobile-nav-btn:not(.open) {
		display: block
	}

	.mobile-nav-to-dropdown.open {
		box-shadow: 1px 1px 8px rgba(171,192,227,0.9)
	}

	.mobile-nav-to-dropdown.open .mobile-nav-btn:not(.open) {
		display: none
	}

	.mobile-nav-to-dropdown.open .mobile-nav-btn.open {
		display: block
	}

	.mobile-nav-to-dropdown.open.sidebar-nav .section-title {
		background-color: #475269;
		color: #fff
	}

	.mobile-nav-to-dropdown.open.sidebar-nav .section-title .ico {
		color: #fff !important
	}

	.mobile-nav-to-dropdown.open.sidebar-nav .links {
		max-height: 2000px;
		background-color: rgba(71,82,105,0.9);
		color: #fff !important
	}

	.mobile-nav-to-dropdown.open.sidebar-nav .links a,.mobile-nav-to-dropdown.open.sidebar-nav .links .ico {
		color: #fff !important
	}

	.mobile-nav-to-dropdown.sidebar-nav {
		border: 1px solid #b2bfd0
	}

	.mobile-nav-to-dropdown.sidebar-nav .links {
		max-height: 0;
		overflow: hidden
	}

	.pairlist-alt-col dt,.pairlist-alt-col dd {
		padding: 8px 5px 8px 5px
	}

	.pairlist-alt-col.mobile-col-1 dt,.pairlist-alt-col.mobile-col-1 dd {
		width: 50%
	}

	.pairlist-alt-col.mobile-col-1 dt:nth-of-type(n+3) {
		display: none
	}

	.pairlist-alt-col.mobile-col-1>dd:nth-of-type(n),.pairlist-alt-col.mobile-col-1>dt:nth-of-type(n) {
		margin-right: 0
	}

	.pairlist-alt-col.mobile-col-1>dd:nth-of-type(n) {
		background-color: transparent
	}

	.pairlist-alt-col.mobile-col-1>dd:nth-of-type(4n-1),.pairlist-alt-col.mobile-col-1>dd:nth-of-type(4n) {
		background-color: #ebf0f4
	}

	.card-options {
		margin-bottom: 20px
	}

	.card-options>* {
		padding: 10px;
		margin-right: 4px !important;
		margin-left: 4px !important;
		margin-bottom: 8px;
		border-width: 1px
	}

	.overview-primary .overview-hero {
		margin-bottom: 20px
	}

	.overview-primary .overview-hero>.intro {
		padding: 10px 20px
	}

	.overview-primary .overview-hero h2 {
		font-size: 17px
	}

	.overview-primary .side-boxes .feature-box {
		padding: 15px 15px 15px 15px
	}

	.overview-primary .side-boxes .feature-box:not(:last-child) {
		margin-bottom: 20px
	}

	.overview-primary .side-boxes .feature-box .para {
		font-size: 14px
	}

	.expandableSet.round-thumbnail .expandable-pair {
		margin: 10px 0 20px;
		padding: 15px
	}

	.expandableSet.round-thumbnail dt .question-main {
		padding-right: 33px
	}

	.expandableSet.round-thumbnail dt .toggle-icon-set {
		width: 18px;
		height: 18px;
		margin-left: 15px
	}

	.expandableSet.round-thumbnail dt .toggle-icon-set:before,.expandableSet.round-thumbnail dt .toggle-icon-set:after {
		top: 40%;
		width: 18px;
		height: 3px
	}

	.expandableSet.round-thumbnail dd.open {
		margin-top: 15px;
		border-top: 1px solid #f6f7f8;
		padding-top: 15px
	}

	.expandableSet.round-thumbnail .question {
		font-size: 16px
	}

	.expandableSet.round-thumbnail .answer {
		font-size: 15px
	}

	.table-features {
		font-size: .875rem;
		line-height: 1.5
	}

	.table-features thead,.table-features .table-title {
		font-size: .9375rem
	}

	.table-features td {
		padding: 8px 6px
	}

	.mobile-table-card td,.mobile-table-card th {
		display: block;
		height: auto
	}

	.mobile-table-card .table-title,.mobile-table-card .spacer {
		display: none
	}

	.mobile-table-card tbody tr {
		display: block;
		margin-bottom: 15px
	}

	.mobile-table-card tbody th {
		background-color: #e0e4e9;
		text-shadow: 1px 1px #fff;
		font-weight: bold
	}

	.mobile-table-card tbody td {
		border-bottom: 1px solid #fff;
		background-color: #ebf0f4
	}

	.mobile-table-card tbody tr td[data-title]:before {
		content: attr(data-title) ":";
		display: inline-block;
		padding-right: 10px;
		color: #5B6A88
	}

	.mobile-table-card.no-data-title tbody tr td:before,.mobile-table-card tbody tr td.no-data-title:before {
		content: ' ';
		padding-right: 0;
		display: none
	}

	.mobile-table-card .border-top {
		border-top: none
	}

	.mobile-table-card .border-bottom {
		border-bottom: none
	}

	.rates-widget .rates-tab {
		overflow-x: scroll;
		border-bottom: none
	}

	.rates-widget .rates-tab a {
		padding: .2rem .4rem;
		font-size: 13px;
		border-bottom: 1px solid #b2bfd0
	}

	.rates-widget .rates-tab+.rates-table {
		margin-top: .5rem
	}

	.rates-widget .rates-table {
		margin-bottom: 0
	}

	.rates-widget .rates-table table {
		font-size: 0.75rem
	}

	.rates-widget .rates-table table tr td {
		padding: .4rem 0
	}

	.rates-widget .rates-table table td.range {
		display: none
	}

	.rates-widget.rates-widget-large .rates-table table tbody td {
		height: 52px
	}

	.calendar-container .calendar-table {
		font-size: .75rem
	}

	.calendar-container .calendar-table td {
		padding: .25rem
	}

	.calendar-container .calendar-table .date h4 {
		font-size: .825rem
	}

	.calendar-container .calendar-table .instrument {
		line-height: 1.4
	}

	.calendar-container .calendar-table .instrument span.ticker {
		font-size: .6875rem;
		border-radius: 3px;
		padding: 1px 5px
	}

	.calendar-container .calendar-table .range {
		display: none
	}

	.calendar-container .calendar-table .trade-go a {
		font-family: "Open Sans Condensed",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑"
	}

	.form .form-horizontal .form-inner,.form .form-horizontal .form-inner.four-col {
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}

	.form .form-horizontal .form-inner .form-cell,.form .form-horizontal .form-inner .form-cell.col2,.form .form-horizontal .form-inner .form-cell.col3,.form .form-horizontal .form-inner .form-cell.col1-of-2,.form .form-horizontal .form-inner .form-cell.fullwidth,.form .form-horizontal .form-inner.four-col .form-cell,.form .form-horizontal .form-inner.four-col .form-cell.col2,.form .form-horizontal .form-inner.four-col .form-cell.col3,.form .form-horizontal .form-inner.four-col .form-cell.col1-of-2,.form .form-horizontal .form-inner.four-col .form-cell.fullwidth {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 4px;
		margin-bottom: 10px
	}

	.form .placeholderLabel .placeholder.for-text {
		padding: 6px 8px 0
	}

	.form .field,.form .field-select {
		padding: 4px 7px
	}

	.scrollable {
		padding: .6em
	}

	.mascot-h1.mascot-faq:after {
		width: 80px;
		height: 80px;
		top: -22px
	}
}

#colorbox,#cboxOverlay,#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
	max-width: none
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxMiddleLeft,#cboxBottomLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0
}

#colorbox,#cboxContent,#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

#cboxOverlay {
	background: #283545;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

#colorbox {
	outline: 0
}

#cboxContent {
	margin-top: 32px;
	overflow: visible;
	background: #FFF
}

.cboxIframe {
	background: #fff
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {
	box-shadow: 0 0 1rem rgba(0,0,0,0.5)
}

#cboxLoadingGraphic {
	background: url(../../images/loading.gif) no-repeat center center
}

#cboxLoadingOverlay {
	background: #000
}

#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #000
}

#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px
}

#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: 34px;
	height: 34px;
	position: absolute;
	top: -34px;
	background: transparent;
	font-size: calc(34px /3 *2);
	text-align: center;
	transition: all .3s ease-in-out
}

#cboxPrevious [class^="fa-"]:before,#cboxPrevious [class*=" fa-"]:before,#cboxNext [class^="fa-"]:before,#cboxNext [class*=" fa-"]:before,#cboxSlideshow [class^="fa-"]:before,#cboxSlideshow [class*=" fa-"]:before,#cboxClose [class^="fa-"]:before,#cboxClose [class*=" fa-"]:before {
	line-height: 34px
}

#cboxPrevious:focus,#cboxNext:focus,#cboxSlideshow:focus,#cboxClose:focus {
	outline: none
}

#cboxClose {
	right: 0;
	bottom: 100%;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(40,53,69,0.7)
}

#cboxNext,#cboxPrevious {
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	opacity: .7;
	top: calc(50% - 34px /2);
	box-sizing: content-box
}

#cboxNext:hover,#cboxPrevious:hover {
	opacity: .9;
	box-shadow: 0 0 8px rgba(255,255,255,0.25)
}

#cboxNext {
	left: 102%
}

#cboxPrevious {
	right: 102%
}

@media (max-width: 980px) {
	#cboxNext {
		top: 102%;
		left: 90%;
		opacity: 1
	}

	#cboxPrevious {
		top: 102%;
		right: 90%;
		opacity: 1
	}
}

#main-header {
	position: fixed;
	top: 0;
	transform: translateZ(0);
	width: 100%;
	z-index: 100
}

:root:not([lang="zh"]) #main-header {
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑"
}

body.scroll #main-header {
	position: fixed
}

#main-header * {
	transition: all .3s ease-in-out
}

#main-header .logoline,#main-header .navline {
	text-shadow: rgba(21,28,37,0.2)
}

#main-header a {
	color: #fff !important;
	text-decoration: none
}

#main-header .header-inner {
	z-index: 105;
	background-color: #283545
}

body.scroll-down #main-header .header-inner {
	background-color: rgba(40,53,69,0.9)
}

#main-header .logoline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 110px
}

#main-header .logoline .fxcm-logo,#main-header .logoline .site-logo {
	height: 67px
}

#main-header .logoline .fxcm-logo h1,#main-header .logoline .site-logo h1 {
	height: 100%;
	object-fit: contain
}

#main-header .logoline .fxcm-logo img,#main-header .logoline .site-logo img {
	height: 100%;
	object-fit: contain
}

body.scroll-down #main-header .logoline .fxcm-logo,body.scroll-down #main-header .logoline .site-logo {
	height: 50px
}

body.scroll-down #main-header .logoline {
	height: 70px
}

#main-header .navline {
	height: 48px;
	overflow: hidden
}

body.scroll-down #main-header .navline {
	height: 0
}

#main-header ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#main-header ul>li {
	margin: 0;
	padding: 0
}

#main-header .esma-message {
	padding: 4px 12px;
	background-color: #80aa34;
	border-bottom: 3px solid #fff;
	color: #fff;
	font-size: .9375rem;
	line-height: 1.375rem;
	text-align: center
}

#omni-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 13px
}

#omni-nav ul {
	display: flex;
	justify-content: flex-end
}

#omni-nav ul>li {
	position: relative;
	padding: 0 3px
}

#omni-nav ul>li:not([style*="display:none"]):after {
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	top: 10%;
	width: 1px;
	height: 80%;
	background-color: #fff
}

#omni-nav ul>li.nospacer-after:after,#omni-nav ul>li:last-child:after {
	display: none
}

#omni-nav ul a {
	display: block;
	position: relative;
	padding: 2px 8px;
	font-weight: 500;
	text-transform: uppercase
}

#omni-nav ul a:hover {
	text-decoration: underline
}

#omni-nav ul .omni-open-account a {
	background-color: #01acb6 !important;
	color: #fff;
	text-shadow: 1px 1px rgba(21,28,37,0.2);
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px
}

#omni-nav ul .omni-open-account a:hover {
	background-color: #fff !important;
	color: #01acb6 !important;
	text-shadow: 1px 1px rgba(21,28,37,0)
}

#omni-nav ul .omni-has-hover .hover-content {
	display: none;
	position: absolute;
	left: 0;
	z-index: 30;
	width: auto;
	white-space: nowrap;
	transition: all .3s ease-in-out
}

#omni-nav ul .omni-has-hover .hover-content>div {
	position: relative
}

#omni-nav ul .omni-has-hover .hover-content>div.has-ico {
	padding: 3px 8px 3px 16px
}

#omni-nav ul .omni-has-hover .hover-content>div.has-ico .ico {
	position: absolute;
	width: 12px;
	height: 12px;
	color: #fff;
	left: 5px;
	top: 9px
}

#omni-nav ul .omni-has-hover.hover {
	background-color: #475269
}

#omni-nav ul .omni-has-hover.hover .hover-content {
	background-color: #475269;
	display: block
}

#omni-nav .tablet-toggle,#omni-nav .mobile-toggle {
	display: none
}

#mobile-nav-btn {
	display: none;
	fill: #fff;
	width: 22px;
	height: 22px;
	margin-left: 6px;
	cursor: pointer
}

#mobile-nav-btn>* {
	width: 100%;
	height: 100%
}

#main-nav {
	height: 100%;
	font-size: 1rem
}

:root[lang="vi"] #main-nav {
	font-size: .9rem
}

#main-nav .links {
	display: flex;
	height: 100%;
	margin-left: -14px;
	position: relative
}

#main-nav .links>li {
	margin-right: 6px;
	position: relative
}

#main-nav .links>li a {
	display: block;
	padding: 4px 14px;
	text-transform: uppercase;
	position: relative
}

:root[lang="vi"] #main-nav .links>li a {
	padding: 4px 9.8px;
	font-weight: 500
}

#main-nav .links>li a:hover {
	background-color: rgba(21,28,37,0.3)
}

#main-nav .links>li.on a {
	background-color: rgba(171,192,227,0.15);
	box-shadow: inset 1px 1px 5px rgba(21,28,37,0.3);
	border-radius: 1px
}

#main-nav .links>li:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 103;
	left: calc(50% - (24px/2));
	bottom: -24px;
	width: 24px;
	height: 24px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-right: 1px solid rgba(255,255,255,0);
	border-top: 1px solid rgba(255,255,255,0);
	transition: all .3s ease-in-out
}

#main-nav .links>li.hover:after {
	width: 24px;
	height: 24px;
	background: #283545;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	bottom: calc(-24px/2)
}

#main-nav .links:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	height: 0;
	width: 100%
}

#main-nav .links.hover:after {
	height: 1px;
	background-color: #fff
}

#sub-sitemap {
	position: absolute;
	width: 100%;
	z-index: 30
}

#sub-sitemap .sub-pane {
	color: #fff;
	position: absolute;
	z-index: -1;
	width: 100%;
	background: #283545;
	opacity: 0;
	overflow-y: hidden;
	max-height: 0;
	margin-top: -50px
}

#sub-sitemap .sub-pane.hover {
	max-height: 500px;
	margin-top: 0;
	opacity: 1
}

#sub-sitemap .sub-pane .inner {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px
}

#sub-sitemap .sub-pane .inner .intro {
	width: 250px;
	background-color: rgba(255,255,255,0.08);
	border: 8px solid rgba(255,255,255,0.05);
	padding: 15px;
	font-size: 1rem;
	line-height: 150%
}

#sub-sitemap .sub-pane .inner .intro h5 {
	font-size: 1.75rem;
	font-weight: 400;
	margin-bottom: 10px
}

#sub-sitemap .sub-pane .inner .sitemap {
	width: calc(100% - 250px - 40px);
	display: flex;
	padding-top: 15px
}

#sub-sitemap .sub-pane .inner .sitemap .col {
	width: 25%;
	padding-right: 25px;
	padding-bottom: 20px;
	font-size: 0.875rem
}

#sub-sitemap .sub-pane .inner .sitemap .col h6 {
	font-size: 1rem;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(171,192,227,0.5)
}

#sub-sitemap .sub-pane .inner .sitemap .col .links>li {
	margin-bottom: 2px
}

#sub-sitemap .sub-pane .inner .sitemap .col .links>li a {
	display: block;
	padding: 5px 10px;
	margin-left: -10px;
	width: calc(100% + 10px + 10px)
}

#sub-sitemap .sub-pane .inner .sitemap .col .links>li a:hover {
	background-color: rgba(21,28,37,0.3)
}

#sub-sitemap .sub-pane .inner .sitemap .col .links>li.on a {
	background-color: rgba(255,255,255,0.08)
}

:root[lang="zh"] #sub-sitemap .sub-pane .inner .sitemap .col .links a {
	font-weight: 400
}

#breadcrumbs {
	position: relative;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(21,28,37,0.1);
	overflow: hidden;
	font-size: 13px
}

body.scroll-down #breadcrumbs,body.scroll-up #breadcrumbs {
	box-shadow: 0 2px 10px rgba(21,28,37,0.2)
}

body.scroll-down #breadcrumbs {
	opacity: .95
}

#breadcrumbs .breadcrumbs-wrapper {
	display: static
}

#breadcrumbs .breadcrumbs-inner {
	display: flex
}

#breadcrumbs .breadcrumbs-inner a {
	display: block;
	position: relative;
	z-index: 10;
	transition: none .3s ease-in-out
}

#breadcrumbs .breadcrumbs-inner a:not([href]) {
	cursor: default
}

#breadcrumbs .breadcrumbs-inner>li {
	padding: 0 10px;
	position: relative
}

#breadcrumbs .breadcrumbs-inner>li:first-child {
	padding-left: 0
}

#breadcrumbs .breadcrumbs-inner>li.level-1+li,#breadcrumbs .breadcrumbs-inner>li.level-2+li,#breadcrumbs .breadcrumbs-inner>li.level-3+li {
	padding-left: 28px
}

#breadcrumbs .breadcrumbs-inner>li.level-1+li.line-break,#breadcrumbs .breadcrumbs-inner>li.level-2+li.line-break,#breadcrumbs .breadcrumbs-inner>li.level-3+li.line-break {
	padding-left: 18px
}

#breadcrumbs .breadcrumbs-inner>li.line-break {
	width: 0;
	height: 0;
	padding-right: 0
}

#breadcrumbs .breadcrumbs-inner .level-3,#breadcrumbs .breadcrumbs-inner .level-3 a,#breadcrumbs .breadcrumbs-inner .level-2,#breadcrumbs .breadcrumbs-inner .level-2 a,#breadcrumbs .breadcrumbs-inner .level-1,#breadcrumbs .breadcrumbs-inner .level-1 a {
	color: #fff;
	text-decoration: none
}

#breadcrumbs .breadcrumbs-inner .level-0,#breadcrumbs .breadcrumbs-inner .level-0 a {
	color: #0c51a3 !important;
	text-decoration: none
}

#breadcrumbs .breadcrumbs-inner .level-0 a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	transition: all .3s ease-in-out
}

#breadcrumbs .breadcrumbs-inner .level-0 a:hover:after {
	background-color: #0c51a3
}

#breadcrumbs .breadcrumbs-inner .level-0.on a,#breadcrumbs .breadcrumbs-inner .level-0 a.on {
	color: #283545 !important
}

#breadcrumbs .breadcrumbs-inner .level-0.on a:after,#breadcrumbs .breadcrumbs-inner .level-0 a.on:after {
	background-color: #283545
}

#breadcrumbs .breadcrumbs-inner .level-3:after,#breadcrumbs .breadcrumbs-inner .level-2:after,#breadcrumbs .breadcrumbs-inner .level-1:after,#breadcrumbs .breadcrumbs-inner .level-3:before,#breadcrumbs .breadcrumbs-inner .level-2:before,#breadcrumbs .breadcrumbs-inner .level-1:before {
	content: "";
	display: block;
	position: absolute
}

#breadcrumbs .breadcrumbs-inner .level-3:after,#breadcrumbs .breadcrumbs-inner .level-2:after,#breadcrumbs .breadcrumbs-inner .level-1:after {
	border-style: solid;
	border-width: 18px 9px;
	height: 100%;
	right: -18px;
	top: 0
}

#breadcrumbs .breadcrumbs-inner .level-3:before,#breadcrumbs .breadcrumbs-inner .level-2:before,#breadcrumbs .breadcrumbs-inner .level-1:before {
	height: 100%;
	right: 0;
	width: 100vw
}

#breadcrumbs .breadcrumbs-inner .level-3 {
	z-index: 3
}

#breadcrumbs .breadcrumbs-inner .level-3:before {
	background-color: #151c25
}

#breadcrumbs .breadcrumbs-inner .level-3:after {
	border-color: #151c25 transparent transparent #151c25
}

#breadcrumbs .breadcrumbs-inner .level-2 {
	z-index: 2
}

#breadcrumbs .breadcrumbs-inner .level-2:before {
	background-color: #475269
}

#breadcrumbs .breadcrumbs-inner .level-2:after {
	border-color: #475269 transparent transparent #475269
}

#breadcrumbs .breadcrumbs-inner .level-1 {
	z-index: 1
}

#breadcrumbs .breadcrumbs-inner .level-1:after {
	border-color: #5b6a88 transparent transparent #5b6a88
}

#breadcrumbs .breadcrumbs-inner .level-1:before {
	background-color: #5b6a88
}

#mobile-nav-container {
	display: none
}

#mobile-nav-bg {
	display: none
}

#header-spacer {
	transition: all .3s ease-in-out
}

.anchor {
	display: block;
	position: relative;
	top: -146px;
	visibility: hidden
}

#end-disclaimers {
	margin-top: 40px;
	margin-bottom: 30px
}

#main-footer a:not(.btn) {
	color: #fff
}

#main-footer .footer-sitemap {
	background-color: #1d2937;
	color: #fff;
	border-bottom: 1px solid #03080e;
	padding: 30px 0 20px
}

#main-footer .footer-sitemap .col-wrapper {
	display: flex;
	justify-content: space-between;
	width: calc(100% + 12px + 12px);
	margin-left: -12px
}

#main-footer .footer-sitemap .col-wrapper .col {
	width: 24%
}

#main-footer .footer-sitemap .col-wrapper nav {
	margin-bottom: 10px
}

#main-footer .footer-sitemap .col-wrapper nav header,#main-footer .footer-sitemap .col-wrapper nav a {
	display: block;
	padding: 6px 12px;
	position: relative
}

#main-footer .footer-sitemap .col-wrapper nav header {
	font-weight: 600;
	color: #abc0e3;
	margin-bottom: 8px
}

#main-footer .footer-sitemap .col-wrapper nav header:after {
	position: absolute;
	bottom: -4px;
	left: 12px;
	width: calc(100% - 12px - 12px);
	display: block;
	content: '';
	height: 2px;
	background-color: #020508;
	border-bottom: 1px solid #3e4c5e
}

#main-footer .footer-sitemap .col-wrapper nav a:not(.btn) {
	text-decoration: none;
	margin: 2px 0
}

#main-footer .footer-sitemap .col-wrapper nav a:not(.btn):hover {
	background-color: #283545
}

#main-footer .footer-sitemap .choose-country-wrapper {
	position: relative
}

#main-footer .footer-sitemap .choose-country-wrapper .btn-choose-country {
	display: block;
	position: relative;
	background-color: #fff;
	color: #283545;
	padding: 12px 12px;
	cursor: pointer;
	font-weight: 600
}

#main-footer .footer-sitemap .choose-country-wrapper .btn-choose-country:hover {
	color: #5b6a88
}

#main-footer .footer-sitemap .choose-country-wrapper .btn-choose-country .ico {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out
}

#main-footer .footer-sitemap .choose-country-wrapper input#trigger-choose-country ~ .country-select-list {
	position: absolute;
	z-index: 3;
	background-color: #fff;
	border-radius: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	overflow-y: hidden;
	transition: all .3s ease-in-out;
	opacity: 0;
	top: 100%
}

#main-footer .footer-sitemap .choose-country-wrapper input#trigger-choose-country:checked ~ .country-select-list {
	height: 35vh;
	overflow-y: auto;
	box-shadow: 0 0 8px rgba(71,82,105,0.5);
	opacity: 1;
	top: 104%
}

#main-footer .footer-sitemap .choose-country-wrapper input#trigger-choose-country:checked ~ .country-select-list a {
	color: #283545
}

#main-footer .footer-sitemap .choose-country-wrapper input#trigger-choose-country:checked ~ .country-select-list a:hover {
	background-color: #ebf0f4
}

#main-footer .footer-sitemap .choose-country-wrapper input#trigger-choose-country:checked ~ .btn-choose-country .ico {
	transform: translateY(-50%) rotate(180deg)
}

#main-footer .footer-legal {
	background-color: #121d2b;
	color: #fff;
	border-top: 1px solid #303a46;
	font-size: 12px;
	line-height: 1.5;
	padding: 30px 0 15px
}[lang="zh"] #main-footer .footer-legal {
	font-size: 13px
}

#main-footer .footer-legal p {
	margin-bottom: 12px
}

#main-footer .footer-legal .copyright {
	border-top: 1px solid #fff;
	padding: 15px 0 10px;
	margin-top: 25px
}

#main-footer .footer-legal .menu-footer-legal a {
	display: inline-block;
	margin-right: .5rem;
	font-size: .875rem
}

#floating-menu {
	position: fixed;
	left: 50%;
	margin-left: 610px;
	bottom: 20%;
	z-index: 10;
	width: 68px;
	background-color: #5b6a88;
	color: #fff;
	transition: all .3s ease-in-out
}

#floating-menu a {
	color: #fff
}

#floating-menu .menu-btn {
	display: block;
	width: 68px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-align: center;
	text-decoration: none
}

#floating-menu .menu-btn .ico {
	width: 34px;
	height: 34px;
	margin: 5px auto
}

#floating-menu .menu-btn dfn {
	font-style: normal;
	font-size: 11px;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	line-height: 1;
	display: block;
	margin: 0 auto 5px;
	padding: 0
}

:root[lang="zh"] #floating-menu .menu-btn dfn {
	font-size: 12px;
	font-family: "Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑",Verdana,sans-serif
}

#floating-menu .menu-btn.btn-collapse {
	min-height: 1px;
	border-bottom: none
}

#floating-menu .menu-btn.btn-collapse .ico {
	width: 14px;
	height: 14px;
	margin: 2px auto
}

#floating-menu .btn-mini {
	overflow: hidden;
	max-height: 0
}

#floating-menu .options {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 100vh;
	transition: all .3s ease-in-out
}

#floating-menu .options>li {
	position: relative
}

#floating-menu .options>li:hover {
	background-color: #3b4e65
}

#floating-menu .options>li.has-more:hover .more-pane {
	max-width: 240px;
	left: -240px
}

#floating-menu .options>li.has-more:hover .more-wechat {
	max-width: 116px;
	left: -116px
}

#floating-menu .options>li.has-more:hover .more-app {
	padding: 3px
}

#floating-menu .options>li.highlight {
	background-color: #02c0d6
}

#floating-menu .options>li.highlight-yellow {
	background: #f4ad03
}

#floating-menu .options>li.flashing {
	-webkit-animation: floating-menu-flashing 2s linear infinite;
	animation: floating-menu-flashing 2s linear infinite
}

#floating-menu .more-pane {
	position: absolute;
	z-index: 0;
	height: auto;
	max-height: 300%;
	overflow: hidden;
	max-width: 0;
	width: 240px;
	left: 0;
	background-color: #3b4e65;
	color: #fff;
	transition: all .3s ease-in-out
}

#floating-menu .more-pane.more-wechat {
	width: 116px;
	min-height: 58px;
	top: 50%;
	margin-top: -29px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: stretch
}

#floating-menu .more-pane.more-app {
	top: 50%;
	transform: translateY(-50%)
}

#floating-menu.off {
	bottom: 0
}

#floating-menu.off .btn-mini {
	max-height: 50vh
}

#floating-menu.off .options {
	overflow-y: hidden;
	max-height: 0
}

@-webkit-keyframes floating-menu-flashing {
	0% {
		background-color: #ffbb1e
	}

	50% {
		background-color: #ff900a
	}

	100% {
		background-color: #ffbb1e
	}
}

@keyframes floating-menu-flashing {
	0% {
		background-color: #ffbb1e
	}

	50% {
		background-color: #ff900a
	}

	100% {
		background-color: #ffbb1e
	}
}

.main-content {
	padding-top: 30px;
	padding-bottom: 30px
}

.sidebar {
	width: 300px
}

.side-content {
	width: calc(100% - 300px - 30px)
}

.page-homepage .hero-wrap {
	width: 100%;
	height: 500px
}

.page-homepage .hero-wrap .flexslider {
	height: 100%
}

.page-homepage .hero-wrap .flexslider>ul,.page-homepage .hero-wrap .flexslider>ul>li {
	height: 100%
}

.page-homepage .hero-wrap .flexslider .flex-control-nav {
	bottom: 25px;
	z-index: 2
}

.page-homepage #key-features {
	margin-top: -20px;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

:root:not([lang="zh"]) .page-homepage #key-features {
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑"
}

.page-homepage #key-features .feature-box {
	background: #fff;
	width: 32%;
	padding: 1rem 1.25rem;
	border-bottom: 4px solid #e0e4e9;
	border-right: 2px solid #e0e4e9;
	box-shadow: 0 0 5px rgba(255,255,255,0.8);
	border-bottom-right-radius: 2px;
	transition: all .3s ease-in-out
}

.page-homepage #key-features .feature-box:hover {
	box-shadow: 0 0 8px rgba(171,192,227,0.8)
}

.page-homepage #key-features .feature-box .box-title {
	font-size: 1.5rem;
	line-height: 1.25;
	margin: 0 0 .5rem
}

.page-homepage #key-features .feature-box .box-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.page-homepage #key-features .feature-box .box-content .box-icon {
	width: 100px
}

.page-homepage #key-features .feature-box .box-content .box-icon .ico {
	width: 100px;
	height: 100px
}

.page-homepage #key-features .feature-box .box-content .box-desc {
	width: calc(100% - 100px - 20px);
	font-size: .875rem;
	line-height: 1.45;
	align-self: center
}

.page-homepage .hp-row {
	padding: 40px 0
}

.page-homepage .hp-row .row-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.75rem;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase
}

.page-homepage .spreads-widget-wrap {
	border: 1px solid #e0e4e9;
	padding: 1rem
}

.page-homepage #key-products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.page-homepage #key-products .product-col {
	display: block;
	width: 33.33%;
	text-align: center;
	position: relative;
	padding: 15px 10px 5px;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: none
}

.page-homepage #key-products .product-col:not(:last-child):after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 100%;
	top: 0;
	background-image: linear-gradient(to right, #b2bfd0 50%, transparent 50%),linear-gradient(to right, #b2bfd0 50%, transparent 50%),linear-gradient(to bottom, #b2bfd0 50%, transparent 50%),linear-gradient(to bottom, #b2bfd0 50%, transparent 50%);
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 18px 1px,18px 1px,1px 18px,1px 18px
}

.page-homepage #key-products .product-col:hover {
	background-color: #f6f7f8
}

.page-homepage #key-products.col4 .product-col {
	width: 25%
}

.page-homepage #key-products .cat-icon {
	margin-bottom: 1.25rem
}

.page-homepage #key-products .cat-icon .ico {
	width: 125px;
	height: 125px
}

.page-homepage #key-products .product-cat {
	font-size: 1.125rem;
	margin: 1rem 0
}

.page-homepage #key-products .product-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.page-homepage #key-products .product-list>li {
	margin: 4px auto 10px;
	color: #283545;
	font-weight: 400
}

.page-homepage #key-products .product-list>li:last-child {
	margin-bottom: 0
}

.page-homepage .webinar-box {
	min-height: 195px;
	display: block;
	text-decoration: none;
	position: relative
}

.page-homepage .webinar-box .v-new {
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -1px;
	padding: .25rem .5rem;
	background-color: #CC0000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: .8125rem;
	line-height: 1
}

.page-homepage .webinar-box .v-title {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 3px;
	padding: .25rem .5rem;
	color: #fff;
	width: 100%;
	background: linear-gradient(90deg, rgba(40,53,69,0.9) 0, rgba(40,53,69,0.4));
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.page-homepage .news-list {
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 195px;
	position: relative
}

.page-homepage .news-list>li {
	padding: 9px 0;
	display: flex;
	justify-content: space-between
}

.page-homepage .news-list>li:not(.ajax-loading) {
	border-bottom: double 3px #e0e4e9
}

.page-homepage .news-list>li:first-child:not(.ajax-loading) {
	border-top: double 3px #e0e4e9
}

.page-homepage .news-list>li .datetime {
	width: 90px;
	background-color: #475269;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: .75rem;
	padding: 4px 0
}

.page-homepage .news-list>li .news-text {
	width: calc(100% - 90px - 15px)
}

.page-homepage .news-list>li .news-title,.page-homepage .news-list>li .news-lead {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.page-homepage .platform-goto {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex
}

.page-homepage .platform-goto a {
	text-decoration: none
}

.page-homepage .platform-goto .col {
	margin: 10px 25px;
	width: 90px;
	text-align: center
}

.page-homepage .platform-goto .col:first-child {
	margin-left: 0
}

.page-homepage .platform-goto .col .ico-wrap {
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	background-color: #b2bfd0;
	border-radius: 50%
}

.page-homepage .platform-goto .col .ico-wrap .ico {
	margin-top: 17%;
	width: 66%;
	height: 66%;
	color: #fff
}

.page-homepage .platform-goto .col .ico-wrap:hover {
	background-color: #8c9bac
}

.page-homepage .platform-goto .btn-launch {
	border: 1px solid #0096e1;
	background-color: #fff;
	color: #0c51a3;
	display: inline-block;
	min-width: 80px;
	line-height: 1;
	padding: 5px 8px;
	border-radius: 3px;
	text-align: center
}

.page-homepage .platform-goto .btn-launch:hover {
	border-color: #8c9bac;
	background-color: #0096e1;
	color: #fff
}

.page-video-library .video-top-wrapper {
	background-color: #ebf0f4
}

.page-video-library .cat-title {
	text-transform: uppercase;
	position: relative;
	line-height: 1.1875rem;
	display: flex;
	justify-content: start
}

.page-video-library .cat-title .cat-title-addon {
	margin-left: 1rem;
	padding-left: 1rem;
	position: relative
}

.page-video-library .cat-title .cat-title-addon:after {
	position: absolute;
	content: ' ';
	left: 0;
	top: 3px;
	width: 2px;
	height: 105%;
	background-color: #b2bfd0;
	margin-top: -5px
}

.page-video-library .cat-title .cat-title-addon .btn-viewall {
	background-color: #5b6a88;
	color: #FFF;
	display: inline-block;
	font-size: 0.6875rem;
	padding: 2px 5px;
	text-align: center;
	min-width: 80px;
	text-decoration: none;
	margin-top: -2px
}

.page-video-library .cat-title .cat-title-addon .btn-viewall:hover {
	background-color: #283545
}

.page-video-library .video-grid:after {
	clear: both;
	display: table;
	content: ' '
}

.page-video-library .video-grid .vid {
	display: block;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	width: calc(25% - 10px);
	height: 170px
}

.page-video-library .video-grid .vid>a {
	display: block
}

.page-video-library .video-grid .vid:first-child {
	width: calc(50%);
	height: 350px;
	margin-left: 0
}

.page-video-library .video-grid .vid .v-cover {
	width: 100%;
	height: 100%;
	object-fit: fill;
	display: block
}

.page-video-library .video-grid .vid .v-desc {
	position: absolute;
	bottom: 0;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #fff;
	font-size: 1rem
}

.page-video-library .video-grid .vid .v-title {
	z-index: 2;
	left: 0;
	padding: 0 100px 0 10px;
	width: 100%;
	background: linear-gradient(90deg, rgba(40,53,69,0.9) 0, rgba(40,53,69,0.4));
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.page-video-library .video-grid .vid:hover .v-title {
	background: linear-gradient(90deg, rgba(12,81,163,0.9) 0, rgba(12,81,163,0.4))
}

.page-video-library .video-grid .vid .v-dur {
	z-index: 3;
	right: 0;
	width: 80px;
	background: #283545;
	text-align: center
}

.page-video-library .video-grid .vid .v-new {
	position: absolute;
	z-index: 7;
	top: -2px;
	right: -2px;
	padding: .25rem .5rem;
	background-color: #7db00e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: .9375rem;
	line-height: 1.2
}

.page-video-library .video-grid .vid:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: calc( 100% - 1px);
	height: calc( 100% - 1px);
	border: 1px solid rgba(40,53,69,0.2)
}

.page-video-library .video-grid .vid:hover:after {
	border-color: rgba(40,53,69,0.35)
}

.page-video-library .webinar-box .v-new {
	width: 80px;
	background-color: #CC0000 !important
}

.page-video-library-content .video-player-side .category-list-box {
	border-top: 5px solid #8c9bac;
	background-color: #EBF0F4;
	position: relative
}

.page-video-library-content .video-player-side .category-list-box:after {
	border: 10px solid transparent;
	border-width: 15px;
	border-top-color: #EBF0F4;
	bottom: -30px;
	left: 23px;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	position: absolute;
	width: 0
}

.page-video-library-content .video-player-side .category-list-box h3 {
	color: #5b6a88;
	font-size: 1rem
}

.page-video-library-content .video-player-side .category-list {
	border: 2px solid #8c9bac;
	background: #fff;
	padding: 2px 7px;
	width: 100%
}

.page-video-library-content .video-player-side .video-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.page-video-library-content .video-player-side .video-list>li {
	border-bottom: 1px dotted #b2bfd0
}

.page-video-library-content .video-player-side .video-list>li a {
	width: 100%;
	display: block;
	padding: 1rem 10px 1rem 45px;
	position: relative;
	text-decoration: none
}

.page-video-library-content .video-player-side .video-list>li a .ico {
	position: absolute;
	left: 15px;
	margin-top: 4px
}

.page-video-library-content .video-player-side .video-list>li.playing a {
	background-color: #f6f7f8;
	color: #283545;
	font-weight: 600
}

.page-open-account .o-box {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ececec',GradientType=0 )
}

.page-open-account .o-box .list {
	margin-left: 10px
}

.page-open-account .o-box .ffrp-line {
	font-size: 1.2em;
	padding: 0 65px;
	margin: 0 auto;
	padding: 12px;
	position: relative;
	text-align: center;
	background: #fff7a3;
	background: -moz-linear-gradient(top, #fff7a3 0%, #fffde1 100%);
	background: -webkit-linear-gradient(top, #fff7a3 0%, #fffde1 100%);
	background: linear-gradient(to bottom, #fff7a3 0%, #fffde1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7a3', endColorstr='#fffde1',GradientType=0 )
}

.page-open-account .o-box .ffrp-line .gift {
	position: absolute;
	z-index: 0;
	top: -9px;
	width: 60px;
	height: 60px;
	margin-left: -65px
}

.page-open-account .o-plate {
	padding: .5em 1em 1.5em;
	border-radius: .2em;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 5px rgba(165,165,195,0.5);
	background: #eaf5f9;
	background: -moz-linear-gradient(top, #fff 0%, #eaf5f9 28%);
	background: -webkit-linear-gradient(top, #fff 0%, #eaf5f9 28%);
	background: linear-gradient(to bottom, #fff 0%, #eaf5f9 28%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf5f9',GradientType=0 )
}

.page-open-account .o-plate.color2 {
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eee 0%, #ddd 100%);
	background: -webkit-linear-gradient(top, #eee 0%, #ddd 100%);
	background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 )
}

.page-open-account .o-plate .platformSelect .platformBtn {
	border: 1px solid #e0e4e9;
	background-color: #FFF;
	padding: 10px 10px 10px 35px;
	position: relative;
	transition: all .3s ease-in-out
}

.page-open-account .o-plate .platformSelect .platformBtn .platformBtnIco {
	position: absolute;
	left: 10px;
	top: .8em;
	font-size: 1.1em;
	color: #BBB
}

.page-open-account .o-plate .platformSelect .platformBtn .platformBtnIco.ico-on {
	display: none
}

.page-open-account .o-plate .platformSelect .platformBtn.on {
	background-color: #ffffad;
	border-color: #ffb44b;
	box-shadow: 0 0 5px #ffb44b
}

.page-open-account .o-plate .platformSelect .platformBtn.on .platformBtnIco.ico-on {
	display: block;
	color: #349b26;
	font-size: 1.25em;
	top: .8em
}

.page-open-account .o-plate .platformSelect .platformBtn.on .platformBtnIco.ico-off {
	display: none
}

.page-open-account .o-plate .platformSelect .platformBtn:hover {
	background-color: #ffffce;
	border-color: #fcd780
}

.page-open-account .o-plate .field-select {
	border: 1px solid #e0e4e9;
	width: 100%;
	padding: 10px
}

.page-about-fxcm .top_visual {
	background: #002652  center no-repeat;
	background-size: cover;
	color: #fff;
	text-shadow: 2px 2px #241e40;
	min-height: 280px;
	padding-top: 50px;
	padding-bottom: 30px
}

.page-about-fxcm .top_visual h1 {
	margin-bottom: 0px;
	font-size: 5rem;
	line-height: 1.25
}

.page-about-fxcm .top_visual h2 {
	font-size: 2.5rem;
	line-height: 1.25;
	font-weight: 500
}

.page-transparency .top-visual {
	min-height: 430px;
	background: #252c36 url(../../images/advantages/hero-execution-transparency.jpg) center center no-repeat;
	background-size: cover;
	color: #FFF;
	text-shadow: 2px 2px #241e40
}

.page-transparency .top-visual .inner {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30%
}

.page-transparency .top-visual h1 {
	font-size: 40px
}

.page-transparency .spreads .chart {
	max-height: 500px;
	overflow: hidden;
	width: 100%;
	padding-top: 50%;
	position: relative
}

.page-transparency .speed-box {
	background: linear-gradient(180deg, #232a3a 0, #59647a);
	border-radius: 0 40px;
	color: #fff;
	display: inline-block;
	margin: 0 40px 20px 0;
	padding: 25px 20px;
	text-align: center;
	text-shadow: 0 1px 1px #282e3f;
	min-width: 350px
}

.page-transparency .speed-box span {
	display: block
}

.page-transparency .speed-box span.time {
	font-family: "Open Sans Condensed",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑" !important;
	font-size: 7.1875rem;
	font-weight: 700;
	letter-spacing: .2rem;
	line-height: 8.5rem
}

.page-transparency .speed-box span.conversion {
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 29px;
	line-height: 1.8125rem
}

.page-transparency .speed-box span h5 {
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 10px;
	font-weight: 600
}

.page-transparency .historical-spread .chart {
	max-height: 400px;
	overflow: hidden;
	width: 100%;
	padding-top: 35%;
	position: relative
}

.page-slippage-statistics .top-visual {
	min-height: 400px;
	background: #06394e url(../../images/advantages/hero-slippage-statistics.jpg) center no-repeat;
	background-size: cover;
	color: #FFF;
	text-shadow: 2px 2px #241e40
}

.page-slippage-statistics .top-visual .inner {
	width: 80%;
	margin: 0 auto;
	padding: 50px 0 20px
}

.page-slippage-statistics .top-visual h1 {
	font-size: 65px
}

.page-slippage-statistics .top-visual .lead-in {
	font-size: 20px;
	line-height: 30px
}

.page-slippage-statistics .tab-title {
	color: #fff;
	background-color: #283545;
	padding: 2px 20px;
	display: inline-block;
	margin: 0 0 10px 0
}

.page-who-we-are .top-visual {
	min-height: 400px;
	background: #06394e url() center no-repeat;
	background-size: cover;
	color: #FFF;
	text-shadow: 2px 2px #241e40
}

.page-who-we-are h1 {
	font-size: 22.8125rem;
	line-height: 20rem;
	font-weight: 700;
	visibility: hidden;
	margin-bottom: 15px
}

.page-who-we-are .inner {
	padding: 60px 0;
	margin: 0 auto;
	max-width: 980px
}

.page-who-we-are .lead-in {
	font-size: 18px
}

.page-who-we-are .section-title {
	font-size: 3.125rem;
	line-height: 3.75rem;
	margin-bottom: 25px;
	font-weight: 400
}

.page-offices .offices-toc dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	line-height: 1.5;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑"
}

.page-offices .offices-toc dl>dt,.page-offices .offices-toc dl>dd {
	margin: 0 0 .5rem 0;
	padding: 0;
	display: block
}

.page-offices .offices-toc dl>dt {
	width: 200px;
	font-weight: 600
}

.page-offices .offices-toc dl>dd {
	width: calc(100% - 220px);
	display: flex;
	flex-wrap: wrap
}

.page-offices .offices-toc dl>dd>a {
	display: block;
	position: relative;
	padding: 0px 15px;
	text-decoration: none
}

.page-offices .offices-toc dl>dd>a:hover {
	background-color: #0857a4;
	color: #fff
}

.page-offices .offices-toc dl>dd>a:not(:last-of-type):after {
	content: ' ';
	position: absolute;
	display: block;
	right: 0;
	top: 10%;
	width: 1px;
	height: 80%;
	background-color: #b2bfd0
}

.page-offices .office-pane {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

.page-offices .office-pane .thumb {
	margin: 0;
	padding: 0;
	width: 199px;
	margin-right: 30px;
	position: relative;
	border: 1px solid #5b6a88;
	padding: 1px
}

.page-offices .office-pane .thumb img {
	max-width: 100%
}

.page-offices .office-pane .thumb figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2px 10px;
	z-index: 5;
	background-color: rgba(40,53,69,0.85);
	color: #fff;
	font-size: 14px
}

.page-offices .office-pane .info {
	width: calc(100% - 199px - 30px)
}

.page-offices .office-pane .contact-detail {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑"
}

.page-offices .office-pane .contact-detail>li {
	width: 250px;
	padding-right: 30px
}

.page-offices .office-pane:after {
	content: ' ';
	display: block;
	margin: 2.5rem 0;
	height: 1px;
	width: 100%;
	background-color: #e0e4e9
}

.page-market-news .newsbox {
	padding-bottom: 1rem
}

.page-market-news .newsbox .infobox {
	display: inline-block;
	margin-right: 2px;
	background-color: #8c9bac;
	color: #fff;
	font-size: 11px;
	padding: 2px 12px;
	border-radius: 3px
}

.page-market-news .newsbox .news-content {
	margin: .8rem 0;
	font-size: 0.9375rem
}

.page-market-news .newsbox .news-lead .thumb {
	border: 5px solid #e0e4e9;
	width: 120px;
	height: 120px;
	object-fit: cover;
	float: left;
	margin-right: 1rem
}

.page-market-news .newsbox .news-full {
	border-left: 5px solid #e0e4e9;
	padding-left: 1.25rem
}

.page-insights .insight-paging a {
	display: inline-block;
	width: 32px;
	line-height: 30px;
	text-align: center;
	margin: 0 6px 6px 0;
	color: #666;
	font-weight: 700;
	text-decoration: none;
	border: 2px solid transparent
}

.page-insights .insight-paging a.on {
	border-color: #BBB
}

.page-insights .insight-paging a:hover {
	border-color: #CCC
}

.page-insights .sidebar-insights nav {
	border-left: 1px solid #e0e4e9;
	padding: 10px 0 10px 10px
}

.page-insights .sidebar-insights nav .list {
	margin-left: 10px
}

.page-trade-xx .top-visual {
	background: #101418 url(../../images/products/hero-crypto.png) no-repeat center top;
	background-size: cover;
	color: #fff;
	padding-top: 40px;
	position: relative
}

.page-trade-xx .top-visual .inner {
	position: relative;
	padding: 70px 0;
	width: 550px
}

.page-trade-xx .top-visual.has-disclaimer .inner {
	padding-bottom: 160px
}

.page-trade-xx .top-visual h1,.page-trade-xx .top-visual .txt-h1 {
	font-size: 60px;
	line-height: 1.3
}

.page-trade-xx .top-visual h2 {
	font-size: 35px;
	color: #8799ae
}

.page-trade-xx .top-visual .phone-wrap {
	position: absolute;
	z-index: 0;
	left: 550px;
	bottom: 0;
	width: 700px;
	height: 100%;
	overflow: hidden
}

.page-trade-xx .top-visual.trade-cryptocurrencies .phone-wrap {
	width: 935px
}

.page-trade-xx .top-visual .disclaimer-wrap {
	background-color: rgba(16,20,24,0.85);
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0
}

.page-trade-xx .get-started {
	background: url(../../images/products/section-get-started.jpg) no-repeat center top;
	background-size: cover
}

.page-trade-xx .get-started .inner {
	padding: 30px 0 40px 400px
}

.page-trade-xx .get-started .list-step>li {
	padding-left: 110px;
	min-height: 80px;
	display: flex;
	align-items: center
}

.page-trade-xx .get-started .list-step>li:before {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 36px;
	font-weight: 600;
	background-color: #0a8194
}

.page-trade-xx .choose-your-platform .platform-box {
	display: block;
	text-decoration: none;
	color: #283545;
	padding: 30px 25px 20px;
	box-shadow: rgba(0,0,0,0.07) 0px 3px 20px;
	border-radius: 12px;
	text-align: center;
	transition: all .2s ease;
	margin-bottom: 40px
}

.page-trade-xx .choose-your-platform .platform-box:hover {
	transform: translateY(-10px)
}

.page-trade-xx .section-awards {
	background: url(../../images/products/section-awards.jpg) no-repeat center top;
	background-size: cover;
	color: #fff
}

.page-shares .autocomplete-input {
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	font-size: 1.125rem;
	padding: 10px;
	width: 100%;
	outline: none;
	border: #e0e4e9 2px solid
}

.page-shares .shares-detail {
	margin: 15px 0 0
}

.page-shares .shares-detail.on {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #b2bfd0
}

.page-shares .shares-detail .title {
	color: #0c51a3;
	position: relative;
	overflow-x: hidden;
	margin-bottom: 5px
}

.page-shares .shares-detail .title:after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
	background-color: #b2bfd0
}

.page-shares .shares-detail .title h4 {
	display: inline-block;
	background-color: #fff;
	padding-right: 15px;
	z-index: 1
}

.page-shares .shares-detail table {
	font-family: "Open Sans",Verdana,sans-serif,"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑";
	font-size: 14px
}

.page-shares .shares-detail table th,.page-shares .shares-detail table td {
	border-bottom: 1px solid #b2bfd0;
	padding: 10px;
	padding-left: 45px;
	text-align: left
}

.page-shares .shares-detail table th {
	color: #5b6a88
}

.page-shares .shares-detail table td {
	color: #0c51a3
}

.page-shares .content-block {
	padding-top: 30px;
	padding-bottom: 30px
}

.page-forex-longpage .top-visual {
	color: #fff
}

.page-forex-longpage .top-visual .hero-bg-img {
	max-width: none;
	width: auto;
	height: auto;
	left: 50%;
	transform: translate(-50%,15%);
	bottom: 150px
}

.page-forex-longpage .top-visual h1 {
	font-size: 22.8125rem;
	line-height: 20rem;
	font-weight: 700;
	visibility: hidden;
	margin-bottom: 15px
}

.page-forex-longpage .top-visual .inner {
	padding: 60px 0;
	margin: 0 auto;
	max-width: 980px
}

.page-forex-longpage .top-visual .lead-in {
	font-size: 18px
}

.page-forex-longpage .section-title {
	font-size: 3.125rem;
	line-height: 3.75rem;
	margin-bottom: 25px;
	color: #3f7591;
	font-weight: 400
}

.page-forex-longpage .row-why-trade-forex {
	background-color: #3f7591;
	color: #fff
}

.page-forex-longpage .row-how-to-make-money {
	background: #EBEFF3 url(../../images/products/about-forex-trading.jpg) no-repeat center top;
	background-size: cover
}

.page-forex-longpage .row-why-trade-with-fxcm {
	background: #fff url(../../images/products/why-trade-with-fxcm.jpg) no-repeat center top
}

.page-forex-longpage .row-open-account-cta {
	background: #fff url(../../images/products/open-account-cta.jpg) no-repeat center top;
	background-size: cover
}

.page-active-trader .rebate-calculator {
	border: 1px solid #e0e4e9
}

.page-active-trader .rebate-calculator .sep {
	background-color: #e0e4e9
}

.page-active-trader .rebate-calculator .input {
	border: 1px solid #e0e4e9;
	outline: none
}

.page-active-trader .autocomplete-input {
	font-size: 1.125rem;
	width: 100%;
	outline: none;
	border: none
}

.page-zulu .top-visual {
	background: #383c45 url(../../images/platforms/hero-zulu-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 30px 0
}

.page-zulu .top-visual a {
	color: #fff
}

.page-zulu .top-visual h1 {
	font-size: 60px;
	line-height: 1.5
}

.page-zulu .additional-row {
	padding: 45px 0
}

.page-zulu .additional-row .section-title {
	font-size: 44px;
	line-height: 1.3
}

.page-zulu .additional-row .section-title2 {
	font-size: 35px;
	line-height: 1.3
}

.page-zulu .download-app {
	background-color: #F0A92E;
	color: #fff;
	border-radius: 10px;
	padding: 25px;
	width: 85%;
	margin: -120px auto 0
}

.page-margin-updates .filter-fade-enter-active,.page-margin-updates .filter-fade-leave-active {
	transition: all .3s ease
}

.page-margin-updates .filter-fade-enter,.page-margin-updates .filter-fade-leave-to {
	transform: translateY(-15px);
	opacity: 0
}

.page-margin-updates .btn-filter:hover .ico {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.page-margin-updates .mmr-filter .datetime-picker__button.field {
	padding: 0
}

.page-margin-updates .mmr-table thead a {
	color: #5b6a88;
	font-weight: 700
}

.page-margin-updates .mmr-table thead a .ico {
	position: absolute;
	margin-left: 2px;
	margin-top: 2px
}

.page-margin-updates .mmr-table .valChange {
	position: relative
}

.page-margin-updates .mmr-table .valChange .symbol {
	position: absolute;
	right: 15px;
	display: none
}

.page-margin-updates .mmr-table .valChange.up {
	color: #67b20b;
	font-weight: 700
}

.page-margin-updates .mmr-table .valChange.up .symbol.symbol-up {
	display: inline-block
}

.page-margin-updates .mmr-table .valChange.down {
	color: #ea0404;
	font-weight: 700
}

.page-margin-updates .mmr-table .valChange.down .symbol.symbol-down {
	display: inline-block
}

.page-margin-updates .datetime-picker .datetime-picker-main {
	right: 0
}

.page-awards .award-wrapper {
	border: 1px solid #e0e4e9;
	padding: 20px;
	margin-bottom: 30px
}

.page-awards .award-wrapper h3 {
	font-size: .8rem;
	line-height: 1.625rem
}

.page-awards .award-wrapper h3 span {
	display: block
}

.page-awards .award-wrapper .imgwrapper {
	text-align: center;
	width: 50%;
	float: right;
	padding-left: 15px
}

.page-trading-station-longpage .top-visual {
	background: url(../../images/platforms/hero-trading-station3.jpg) no-repeat center top;
	min-height: 600px;
	text-shadow: 2px 4px 6px rgba(134,187,188,0.5)
}

.page-trading-station-longpage .top-visual .inner {
	padding-left: 500px;
	padding-top: 30px
}

.page-trading-station-longpage .top-visual h1 {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 700
}

.page-trading-station-longpage .top-visual .lead-in {
	margin-top: 1rem;
	font-size: 25px
}

.page-trading-station-longpage .section-title {
	font-size: 50px;
	line-height: 1.25;
	font-weight: 500;
	margin: 1.5rem 0 2rem
}

.page-trading-station-longpage .row-tsweb {
	background: url(../../images/platforms/section-trading-station-web.jpg) no-repeat center top;
	color: #fff
}

.page-trading-station-longpage .row-tsweb-features .features-grid {
	display: flex
}

.page-trading-station-longpage .row-tsweb-features .features-grid>* {
	position: relative;
	width: 20%;
	padding: 1.5rem 1.25rem 17rem
}

.page-trading-station-longpage .row-tsweb-features .features-grid>*:nth-child(odd) {
	background-color: #f7f7f7
}

.page-trading-station-longpage .row-tsweb-features .features-grid h3 {
	color: #1e92c3;
	font-size: 2rem;
	letter-spacing: -1px;
	margin-bottom: 1.25rem;
	text-transform: capitalize
}

.page-trading-station-longpage .row-tsweb-features .features-grid .content-text {
	font-size: 1rem
}

.page-trading-station-longpage .row-tsweb-features .features-grid .feature-ico {
	width: 75%;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	color: #61a9ce;
	transform: translateX(-50%)
}

.page-trading-station-longpage .row-tsmobile {
	position: relative
}

.page-trading-station-longpage .row-tsmobile .phone-wrap {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 2rem;
	height: calc( 100% - 2rem)
}

.page-trading-station-longpage .row-tsmobile .cover {
	width: 45%
}

.page-trading-station-longpage .row-tsmobile .content-article {
	padding-left: 50%
}

.page-trading-station-longpage .mobile-download .download-tab {
	display: flex
}

.page-trading-station-longpage .mobile-download .download-tab a {
	z-index: 5;
	position: relative;
	width: 50%;
	text-align: center;
	padding: .25rem 1rem;
	margin-bottom: 1rem;
	background-color: #b2bfd0;
	color: #fff
}

.page-trading-station-longpage .mobile-download .download-tab a:hover {
	background-color: #9db1cc
}

.page-trading-station-longpage .mobile-download .download-tab a.on {
	background-color: #2fbfef
}

.page-trading-station-longpage .mobile-download .download-tab a.on:after {
	position: absolute;
	display: block;
	content: '';
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid #2fbfef
}

.page-trading-station-longpage .mobile-download .download-content>div:not(.on) {
	display: none
}

.page-trading-station-longpage .mobile-download .download-content .display-flex-grid>* {
	z-index: 5
}

.page-trading-station-longpage .mobile-download .qrcode {
	max-width: 95%
}

.page-trading-station-longpage .row-vps {
	background: url(../../images/platforms/MT4-vps-section.jpg) no-repeat center top;
	color: #fff
}

.page-trading-station-longpage .row-desktop {
	background: url(../../images/platforms/section-trading-station-desktop.jpg) no-repeat center top;
	min-height: 500px
}

.page-trading-station-longpage .row-desktop .content-article {
	padding-left: 60%
}

.page-trading-station-longpage .row-charts {
	background: url(../../images/platforms/section-trading-station-charts.jpg) no-repeat center center
}

.page-trading-station-longpage .row-market-data {
	background: url(../../images/platforms/section-free-market-data.jpg) no-repeat center top;
	color: #fff;
	min-height: 500px
}

.page-trading-station-longpage .row-market-data .data-box {
	border: 2px solid #68bbfb;
	transition: background-color .2s ease
}

.page-trading-station-longpage .row-market-data .data-box:hover {
	background-color: rgba(104,187,251,0.15)
}

.page-trading-station-longpage .row-apps {
	background: url(../../images/resources/section-fxcm-apps.jpg) no-repeat center top
}

.page-metatrader-4-longpage .top-visual {
	background: url(../../images/platforms/hero-metatrader-4.jpg) no-repeat left top;
	min-height: 650px;
	text-shadow: 1px 1px rgba(255,255,255,0.8)
}

.page-metatrader-4-longpage .top-visual .inner {
	width: 750px;
	max-width: 100%;
	padding-top: 30px
}

.page-metatrader-4-longpage .top-visual h1 {
	font-size: 55px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 1rem
}

.page-metatrader-4-longpage .top-visual h2 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 1.5rem
}

.page-metatrader-4-longpage .section-title {
	font-size: 50px;
	line-height: 1.25;
	font-weight: 500;
	margin: 1.5rem 0 2rem
}

.page-metatrader-4-longpage .row-mt4-features {
	background: url(../../images/platforms/section-metatrader-4-features.jpg) no-repeat center top;
	color: #fff
}

.page-metatrader-4-longpage .row-mt4-features .feature-box {
	border: 1px solid #fff;
	transition: background-color .2s ease
}

.page-metatrader-4-longpage .row-mt4-features .feature-box:hover {
	background: rgba(255,255,255,0.16)
}

.page-metatrader-4-longpage .row-mt4mobile {
	position: relative
}

.page-metatrader-4-longpage .row-mt4mobile .phone-wrap {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 2rem;
	height: calc( 100% - 2rem)
}

.page-metatrader-4-longpage .row-mt4mobile .cover {
	margin-left: 60%;
	width: 40%
}

.page-metatrader-4-longpage .row-mt4mobile .content-article {
	width: 55%
}

.page-metatrader-4-longpage .row-mt4mobile .display-flex>*,.page-metatrader-4-longpage .row-mt4mobile .display-flex-grid>* {
	z-index: 3
}

.page-metatrader-4-longpage .row-vps {
	background: url(../../images/platforms/MT4-vps-section.jpg) no-repeat center top;
	color: #fff
}

.page-metatrader-4-longpage .row-mt4-signals {
	background-color: #3685af;
	color: #fff
}

.page-metatrader-4-longpage .row-mt4-more .try-demo {
	background: url(../../images/platforms/glasses-tablet-laptop.jpg) no-repeat center top;
	background-size: cover;
	position: relative
}

.page-metatrader-4-longpage .row-mt4-more .try-demo .btn {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width: 1200px) {
	#breadcrumbs .breadcrumbs-inner>li:first-child {
		padding-left: 15px
	}
}

@media (max-width: 1336px) {
	#floating-menu {
		left: auto;
		right: 5px;
		margin-left: 0
	}
}

@media (max-width: 980px) {
	#main-header .logoline {
		height: 70px
	}

	#main-header .logoline .fxcm-logo,#main-header .logoline .site-logo {
		height: 50px
	}

	body.scroll-down #main-header .logoline .fxcm-logo,body.scroll-down #main-header .logoline .site-logo {
		height: 50px
	}

	body.scroll-down #main-header .logoline {
		height: 70px
	}

	#main-header .navline {
		display: none
	}

	#main-header .esma-message {
		font-size: .875rem;
		line-height: 1.125rem
	}

	#omni-nav ul a {
		padding-right: 6px;
		padding-left: 6px
	}

	#omni-nav .to-tablet-menu {
		display: none
	}

	#omni-nav .tablet-toggle {
		display: block
	}

	#mobile-nav-btn {
		display: block
	}

	#mobile-nav-btn .btn-close {
		display: none
	}

	#mobile-nav-btn.on .btn-open {
		display: none
	}

	#mobile-nav-btn.on .btn-close {
		display: block
	}

	#mobile-nav-container {
		display: block;
		position: absolute;
		z-index: 20;
		height: calc(100vh - 70px);
		width: 100%;
		right: -110%
	}

	#mobile-nav-container.on {
		right: 0
	}

	#mobile-nav-container #mobile-nav {
		position: absolute;
		background-color: rgba(40,53,69,0.95);
		box-shadow: -1px 0 10px rgba(0,0,0,0.5);
		min-width: 60%;
		width: auto;
		height: 100%;
		right: 0;
		overflow-y: auto;
		color: #fff;
		z-index: 50
	}

	#mobile-nav-container #mobile-nav .links .cat {
		display: block;
		position: relative;
		font-size: 1rem;
		padding: 12px 0 12px 40px;
		border-bottom: 1px solid rgba(255,255,255,0.2)
	}

	#mobile-nav-container #mobile-nav .links .cat:not(.nosub):before {
		content: ' ';
		display: block;
		position: absolute;
		margin-left: -22px;
		margin-top: -6px;
		top: 50%;
		width: 12px;
		height: 12px;
		background: linear-gradient(to bottom, transparent 42%, #abc0e3 42%, #abc0e3 58%, transparent 58%),linear-gradient(to right, transparent 42%, #abc0e3 42%, #abc0e3 58%, transparent 58%)
	}

	#mobile-nav-container #mobile-nav .links .cat.on {
		background-color: rgba(255,255,255,0.1)
	}

	#mobile-nav-container #mobile-nav .links .cat.on:not(.nosub):before {
		width: 12px;
		height: 12px;
		background: linear-gradient(to bottom, transparent 42%, #abc0e3 42%, #abc0e3 58%, transparent 58%),linear-gradient(to right, transparent 50%, transparent 50%, transparent 50%, transparent 50%)
	}

	#mobile-nav-container #mobile-nav .links .cat .ico {
		display: block;
		position: absolute;
		width: 12px;
		height: 12px;
		margin-left: -22px;
		margin-top: -6px;
		top: 50%;
		font-size: 12px;
		color: #abc0e3
	}

	#mobile-nav-container #mobile-nav .links .sitemap {
		transition: all .5s ease-in-out;
		max-height: 0;
		overflow-y: hidden;
		background-color: rgba(255,255,255,0.2)
	}

	#mobile-nav-container #mobile-nav .links .sitemap.on {
		height: auto;
		max-height: 2000px;
		border-bottom: 1px solid rgba(255,255,255,0.2)
	}

	#mobile-nav-container #mobile-nav .links .sitemap h6,#mobile-nav-container #mobile-nav .links .sitemap li {
		padding: 12px 0 12px 60px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		position: relative
	}

	#mobile-nav-container #mobile-nav .links .sitemap h6 {
		font-size: .9375rem;
		cursor: pointer;
		margin-bottom: 0
	}

	#mobile-nav-container #mobile-nav .links .sitemap h6:before {
		content: ' ';
		display: block;
		position: absolute;
		margin-left: -22px;
		margin-top: -6px;
		top: 50%;
		width: 12px;
		height: 12px;
		background: linear-gradient(to bottom, transparent 42%, #fff 42%, #fff 58%, transparent 58%),linear-gradient(to right, transparent 42%, #fff 42%, #fff 58%, transparent 58%)
	}

	#mobile-nav-container #mobile-nav .links .sitemap h6.on:before {
		width: 12px;
		height: 12px;
		background: linear-gradient(to bottom, transparent 42%, #fff 42%, #fff 58%, transparent 58%),linear-gradient(to right, transparent 50%, transparent 50%, transparent 50%, transparent 50%)
	}

	#mobile-nav-container #mobile-nav .links .sitemap h6 a {
		display: inline-block
	}

	#mobile-nav-container #mobile-nav .links .sitemap h6 .ico {
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		right: 10px;
		top: 50%;
		margin-top: -10px;
		color: #abc0e3;
		cursor: pointer
	}

	#mobile-nav-container #mobile-nav .links .sitemap li {
		text-shadow: rgba(21,28,37,0.2);
		padding-left: 80px
	}

	#mobile-nav-container #mobile-nav .links .sitemap li .ico {
		display: block;
		position: absolute;
		width: 12px;
		height: 12px;
		margin-left: -22px;
		margin-top: -6px;
		top: 50%;
		font-size: 12px;
		color: #fff
	}

	#mobile-nav-container #mobile-nav .links .sitemap .col {
		font-size: .875rem
	}

	#mobile-nav-container #mobile-nav .links .sitemap .col.on {
		background-color: rgba(255,255,255,0.18)
	}

	#mobile-nav-container #mobile-nav .links .sitemap .links {
		max-height: 0;
		overflow-y: hidden
	}

	#mobile-nav-container #mobile-nav .links .sitemap .links.on {
		height: auto;
		max-height: 500px
	}

	#mobile-nav-container #mobile-nav .links .sitemap .links li.on {
		box-shadow: inset 1px 1px 5px rgba(21,28,37,0.2)
	}

	#mobile-nav-container #mobile-nav .links .sitemap .links li.on a {
		border-bottom: 1px solid #fff
	}

	#mobile-nav-container #mobile-nav .links .to-mobile-menu:not(.to-tablet-menu) {
		display: none
	}

	#mobile-nav-bg {
		position: absolute;
		display: none;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		background-color: rgba(255,255,255,0);
		z-index: -2
	}

	#mobile-nav-bg.on {
		display: block;
		background-color: rgba(255,255,255,0.8)
	}

	#breadcrumbs .breadcrumbs-inner>li {
		padding: 0 6px
	}

	#breadcrumbs .breadcrumbs-inner>li:first-child {
		padding-left: 6px
	}

	#breadcrumbs .breadcrumbs-inner>li.level-1+li,#breadcrumbs .breadcrumbs-inner>li.level-2+li,#breadcrumbs .breadcrumbs-inner>li.level-3+li {
		padding-left: 24px
	}

	#breadcrumbs .breadcrumbs-inner .level-3 a[href],#breadcrumbs .breadcrumbs-inner .level-2 a[href],#breadcrumbs .breadcrumbs-inner .level-1 a[href] {
		text-decoration: underline
	}

	:root:not([lang="zh"]) #breadcrumbs {
		height: auto;
		line-height: 28px;
		max-height: 100px
	}

	body.scroll-down :root:not([lang="zh"]) #breadcrumbs {
		max-height: 0
	}

	body.scroll-up :root:not([lang="zh"]) #breadcrumbs {
		max-height: 100px;
		box-shadow: 0 2px 10px rgba(21,28,37,0.3)
	}

	:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner {
		flex-wrap: wrap
	}

	:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner>li {
		padding: 0 6px
	}

	:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner>li:first-child {
		padding-left: 6px
	}

	:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner>li.level-1+li,:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner>li.level-2+li,:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner>li.level-3+li {
		padding-left: 12px
	}

	:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner>li.line-break {
		width: 100%;
		height: 0;
		display: block
	}

	:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-3,:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-2,:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-1 {
		color: #283545
	}

	:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-3 a,:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-2 a,:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-1 a {
		color: #283545 !important
	}

	:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-3 a[href],:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-2 a[href],:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-1 a[href] {
		text-decoration: underline
	}

	:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-3:after,:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-2:after,:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-1:after {
		border: solid #abc0e3;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 2px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		width: 6px;
		height: 6px;
		margin-top: -3px;
		left: 100%;
		top: 50%
	}

	:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-3:before,:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-2:before,:root:not([lang="zh"]) #breadcrumbs .breadcrumbs-inner .level-1:before {
		background-color: transparent
	}

	#main-footer .footer-sitemap .col-wrapper {
		flex-wrap: wrap;
		width: 100%;
		margin-left: 0
	}

	#main-footer .footer-sitemap .col-wrapper .col {
		width: 47%
	}

	#main-footer .footer-sitemap .col-wrapper .col nav header,#main-footer .footer-sitemap .col-wrapper .col nav a {
		padding: 4px 8px
	}

	#main-footer .footer-sitemap .col-wrapper .col nav header:after {
		left: 8px;
		width: calc(100% - 8px - 8px)
	}

	#floating-menu {
		width: 60px
	}

	#floating-menu .menu-btn {
		display: block;
		width: 60px
	}

	#floating-menu .menu-btn .ico {
		width: 30px;
		height: 30px;
		margin: 5px auto
	}

	.main-content {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.sidebar {
		width: 100%
	}

	.side-content {
		width: 100%
	}

	.page-homepage .hero-wrap {
		height: 400px
	}

	.page-homepage .hero-wrap .flexslider .flex-control-nav {
		bottom: 25px
	}

	.page-homepage #key-features .feature-box {
		width: 100%;
		border-top: 1px solid rgba(224,228,233,0.7);
		border-left: 1px solid rgba(224,228,233,0.7);
		margin-bottom: 20px
	}

	.page-homepage .hp-row .row-title {
		text-align: center;
		margin-bottom: 10px
	}

	.page-homepage #key-products .product-col:not(:last-child):after {
		display: none
	}

	.page-homepage #key-products.col4 .product-col {
		width: 50%
	}

	.page-homepage .webinar-box .v-cover {
		object-fit: cover;
		height: 40vw;
		width: 100%
	}

	.page-video-library .video-grid .vid {
		height: calc(50vw * .5);
		width: calc(50% - 10px/2)
	}

	.page-video-library .video-grid .vid:first-child {
		width: 100%;
		height: calc(100vw * .45)
	}

	.page-video-library .video-grid .vid:nth-child(2) {
		margin-left: 0
	}

	.page-video-library .video-grid .vid:nth-child(n+4) {
		display: none
	}

	.page-about-fxcm .top_visual {
		min-height: 200px;
		padding-top: 30px;
		padding-bottom: 20px
	}

	.page-about-fxcm .top_visual h1 {
		font-size: 4rem;
		line-height: 1.25
	}

	.page-about-fxcm .top_visual h2 {
		font-size: 2rem;
		line-height: 1.25;
		font-weight: 500
	}

	.page-transparency .top-visual {
		min-height: 0
	}

	.page-transparency .top-visual .inner {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 0;
		text-align: center
	}

	.page-transparency .top-visual h1 {
		font-size: 35px
	}

	.page-transparency .speed-box {
		margin-right: 15px;
		padding: 20px 15px;
		min-width: 300px
	}

	.page-transparency .speed-box span.time {
		font-size: 5.3125rem;
		letter-spacing: 0rem;
		line-height: 6rem
	}

	.page-slippage-statistics .top-visual {
		min-height: 100px
	}

	.page-slippage-statistics .top-visual .inner {
		width: 80%;
		padding: 20px 0 20px
	}

	.page-slippage-statistics .top-visual h1 {
		font-size: 40px
	}

	.page-slippage-statistics .top-visual .lead-in {
		font-size: 18px;
		line-height: 25px
	}

	.page-offices .office-pane .thumb {
		width: 199px;
		margin-right: 30px
	}

	.page-offices .office-pane .info {
		width: calc(100% - 199px - 30px)
	}

	.page-offices .office-pane .contact-detail {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap
	}

	.page-offices .office-pane .contact-detail>li {
		width: 100%;
		padding-right: 0;
		padding-bottom: 10px
	}

	.page-trade-xx .top-visual {
		background-size: auto;
		padding-top: 0
	}

	.page-trade-xx .top-visual .inner {
		padding: 40px 0;
		width: 100%;
		text-align: center
	}

	.page-trade-xx .top-visual.has-disclaimer .inner {
		padding-bottom: 30px
	}

	.page-trade-xx .top-visual h1,.page-trade-xx .top-visual .txt-h1 {
		font-size: 55px
	}

	.page-trade-xx .top-visual h2 {
		font-size: 32px
	}

	.page-trade-xx .top-visual .phone-wrap {
		display: none
	}

	.page-trade-xx .top-visual .disclaimer-wrap {
		position: relative;
		background-color: rgba(16,20,24,0.5);
		line-height: 1.3
	}

	.page-trade-xx .get-started {
		background-position: -870px top
	}

	.page-trade-xx .get-started .inner {
		padding-left: 0;
		margin: 0 auto;
		max-width: 500px
	}

	.page-trade-xx .get-started .list-step>li {
		padding-left: 80px;
		min-height: 60px
	}

	.page-trade-xx .get-started .list-step>li:before {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 24px
	}

	.page-forex-longpage .top-visual {
		background-color: #0c1723
	}

	.page-forex-longpage .top-visual h1 {
		font-size: 1px;
		line-height: 1;
		margin-bottom: 0;
		max-height: 350px
	}

	.page-forex-longpage .top-visual .inner {
		padding: 40px 0 50px;
		max-width: 560px
	}

	.page-forex-longpage .section-title {
		font-size: 2.5rem;
		line-height: 3.25rem;
		margin-bottom: 15px
	}

	.page-forex-longpage .row-how-to-make-money {
		background-position: left top
	}

	.page-zulu .additional-row {
		padding: 35px 0
	}

	.page-zulu .download-app {
		width: 95%;
		padding: 15px;
		margin-top: -100px
	}

	.page-trading-station-longpage .top-visual {
		min-height: 500px;
		background-position: 60% top
	}

	.page-trading-station-longpage .top-visual .inner {
		padding-left: 100px
	}

	.page-trading-station-longpage .top-visual h1 {
		font-size: 50px
	}

	.page-trading-station-longpage .top-visual .lead-in {
		font-size: 20px
	}

	.page-trading-station-longpage .section-title {
		font-size: 40px;
		margin: 1rem 0 1.25rem
	}

	.page-trading-station-longpage [class^='row-'],.page-trading-station-longpage [class*=' row-'] {
		background-size: cover
	}

	.page-trading-station-longpage .row-tsweb-features .features-grid {
		flex-wrap: wrap
	}

	.page-trading-station-longpage .row-tsweb-features .features-grid>* {
		width: 100%;
		padding: 1rem 1.25rem 1rem 8.25rem;
		min-height: 130px
	}

	.page-trading-station-longpage .row-tsweb-features .features-grid h3 {
		font-size: 1.75rem;
		letter-spacing: 0;
		margin-bottom: .5rem
	}

	.page-trading-station-longpage .row-tsweb-features .features-grid .content-text {
		font-size: 1rem
	}

	.page-trading-station-longpage .row-tsweb-features .features-grid .feature-ico {
		width: 5.5rem;
		height: 5.5rem;
		top: 50%;
		bottom: 0;
		left: 1rem;
		transform: translateX(0);
		transform: translateY(-50%)
	}

	.page-trading-station-longpage .row-tsmobile .phone-wrap {
		position: relative;
		width: 450px;
		max-width: 90%;
		margin: 1rem auto 0;
		text-align: center;
		top: 0;
		height: 400px
	}

	.page-trading-station-longpage .row-tsmobile .cover {
		width: 100%
	}

	.page-trading-station-longpage .row-tsmobile .content-article {
		padding-left: 0
	}

	.page-trading-station-longpage .row-desktop {
		background-position: 55% top;
		min-height: 0px
	}

	.page-trading-station-longpage .row-desktop .content-article {
		padding-left: 50%
	}

	.page-trading-station-longpage .row-charts {
		background-position: center 180px
	}

	.page-metatrader-4-longpage .top-visual {
		min-height: 500px
	}

	.page-metatrader-4-longpage .top-visual .inner {
		padding-top: 20px
	}

	.page-metatrader-4-longpage .top-visual h1 {
		font-size: 50px;
		margin-bottom: 1rem
	}

	.page-metatrader-4-longpage .top-visual h2 {
		font-size: 28px;
		margin-bottom: 1.5rem
	}

	.page-metatrader-4-longpage .section-title {
		font-size: 40px;
		margin: 1rem 0 1.25rem
	}

	.page-metatrader-4-longpage [class^='row-'],.page-metatrader-4-longpage [class*=' row-'] {
		background-size: cover
	}

	.page-metatrader-4-longpage .row-mt4mobile .phone-wrap {
		position: relative;
		width: 400px;
		max-width: 95%;
		top: 0;
		margin-left: auto;
		margin-right: auto;
		height: 300px
	}

	.page-metatrader-4-longpage .row-mt4mobile .cover {
		margin-left: 0;
		width: 100%
	}

	.page-metatrader-4-longpage .row-mt4mobile .content-article {
		width: 100%
	}
}

@media (max-width: 600px) {
	#main-header .logoline {
		height: 52px
	}

	#main-header .logoline .fxcm-logo,#main-header .logoline .site-logo {
		height: 40px
	}

	body.scroll-down #main-header .logoline .fxcm-logo,body.scroll-down #main-header .logoline .site-logo {
		height: 40px
	}

	body.scroll-down #main-header .logoline {
		height: 52px
	}

	#omni-nav .to-mobile-menu {
		display: none
	}

	#omni-nav .mobile-toggle {
		display: block
	}

	#omni-nav ul .omni-open-account a {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 12px
	}

	#mobile-nav-container #mobile-nav {
		width: 100%;
		max-height: 100%;
		height: auto
	}

	#mobile-nav-container #mobile-nav .links .to-mobile-menu {
		display: block !important
	}

	#mobile-nav-container #mobile-nav .links .to-tablet-menu:not(.to-mobile-menu) {
		display: none
	}

	#breadcrumbs {
		height: auto;
		line-height: 28px;
		max-height: 100px
	}

	body.scroll-down #breadcrumbs {
		max-height: 0
	}

	body.scroll-up #breadcrumbs {
		max-height: 100px;
		box-shadow: 0 2px 10px rgba(21,28,37,0.3)
	}

	#breadcrumbs .breadcrumbs-inner {
		flex-wrap: wrap
	}

	#breadcrumbs .breadcrumbs-inner>li {
		padding: 0 6px
	}

	#breadcrumbs .breadcrumbs-inner>li:first-child {
		padding-left: 6px
	}

	#breadcrumbs .breadcrumbs-inner>li.level-1+li,#breadcrumbs .breadcrumbs-inner>li.level-2+li,#breadcrumbs .breadcrumbs-inner>li.level-3+li {
		padding-left: 12px
	}

	#breadcrumbs .breadcrumbs-inner>li.line-break {
		width: 100%;
		height: 0;
		display: block
	}

	#breadcrumbs .breadcrumbs-inner .level-3,#breadcrumbs .breadcrumbs-inner .level-2,#breadcrumbs .breadcrumbs-inner .level-1 {
		color: #283545
	}

	#breadcrumbs .breadcrumbs-inner .level-3 a,#breadcrumbs .breadcrumbs-inner .level-2 a,#breadcrumbs .breadcrumbs-inner .level-1 a {
		color: #283545 !important
	}

	#breadcrumbs .breadcrumbs-inner .level-3 a[href],#breadcrumbs .breadcrumbs-inner .level-2 a[href],#breadcrumbs .breadcrumbs-inner .level-1 a[href] {
		text-decoration: underline
	}

	#breadcrumbs .breadcrumbs-inner .level-3:after,#breadcrumbs .breadcrumbs-inner .level-2:after,#breadcrumbs .breadcrumbs-inner .level-1:after {
		border: solid #abc0e3;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 2px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		width: 6px;
		height: 6px;
		margin-top: -3px;
		left: 100%;
		top: 50%
	}

	#breadcrumbs .breadcrumbs-inner .level-3:before,#breadcrumbs .breadcrumbs-inner .level-2:before,#breadcrumbs .breadcrumbs-inner .level-1:before {
		background-color: transparent
	}

	#main-footer .footer-sitemap .col-wrapper .col {
		width: 100%
	}

	#main-footer .footer-sitemap .col-wrapper .col nav header,#main-footer .footer-sitemap .col-wrapper .col nav a {
		padding: 4px 6px
	}

	#floating-menu {
		right: 0;
		width: 56px
	}

	#floating-menu .menu-btn {
		display: block;
		width: 56px
	}

	#floating-menu .menu-btn .ico {
		width: 28px;
		height: 28px;
		margin: 3px auto
	}

	#floating-menu .menu-btn dfn {
		font-size: 11px
	}

	#floating-menu .options>li.has-more:hover .more-app {
		padding: 8px;
		max-width: 140px;
		left: -140px
	}

	#floating-menu .options>li.has-more:hover .more-app .qrcode {
		display: none
	}

	#floating-menu .options>li.has-more:hover .more-app .btns {
		width: 100% !important
	}

	.main-content {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.sidebar {
		width: 100%
	}

	.side-content {
		width: 100%
	}

	.page-homepage #key-features .feature-box {
		margin-bottom: 5px;
		border: 0;
		box-shadow: 0 3px 3px rgba(171,192,227,0.6)
	}

	.page-homepage #key-features .feature-box .box-content .box-icon {
		width: 90px
	}

	.page-homepage #key-features .feature-box .box-content .box-icon .ico {
		width: 90px;
		height: 90px
	}

	.page-homepage #key-features .feature-box .box-content .box-desc {
		width: calc(100% - 90px - 15px)
	}

	.page-homepage .hp-row .row-title {
		font-size: 1.5rem;
		margin-bottom: 8px
	}

	.page-homepage #key-products .product-col {
		width: 100% !important;
		display: flex;
		align-items: center;
		text-align: left
	}

	.page-homepage #key-products .product-col:not(:last-child):after {
		height: 1px;
		width: 100%;
		top: 100%;
		left: 0
	}

	.page-homepage #key-products .product-col .cat-icon {
		width: 100px;
		margin-bottom: 0
	}

	.page-homepage #key-products .product-col .cat-icon .ico {
		width: 80px !important;
		height: 80px !important
	}

	.page-homepage #key-products .product-col .product-info {
		width: calc(100% - 110px)
	}

	.page-homepage #key-products .product-col .product-cat {
		margin-top: 0;
		margin-bottom: 5px
	}

	.page-homepage #key-products .product-col .product-list>li {
		display: inline-block;
		margin: 0 8px 6px 0
	}

	.page-homepage .platform-goto .col {
		margin: 5px 15px;
		width: 100px
	}

	.page-homepage .platform-goto .col .ico-wrap {
		width: 100px;
		height: 100px
	}

	.page-video-library .video-grid .vid {
		width: 100%;
		height: calc(100vw * .5);
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.page-video-library .video-grid .vid:first-child {
		width: 100%;
		height: calc(100vw * .5)
	}

	.page-about-fxcm .top_visual {
		min-height: 150px;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.page-about-fxcm .top_visual h1 {
		font-size: 2rem;
		line-height: 1.25;
		padding-bottom: 5px
	}

	.page-about-fxcm .top_visual h2 {
		font-size: 1.25rem;
		line-height: 1.25;
		font-weight: 500
	}

	.page-transparency .top-visual .inner {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.page-transparency .top-visual h1 {
		font-size: 30px
	}

	.page-transparency .speed-box {
		margin-right: 0;
		padding: 15px 5px;
		min-width: 85%;
		border-radius: 0 25px
	}

	.page-transparency .speed-box span.time {
		font-size: 5.3125rem;
		letter-spacing: 0rem;
		line-height: 6rem
	}

	.page-transparency .speed-box span.conversion {
		font-size: 1rem;
		line-height: 1.5
	}

	.page-slippage-statistics .top-visual .inner {
		width: 100%;
		padding: 20px 0 20px
	}

	.page-slippage-statistics .top-visual h1 {
		font-size: 30px
	}

	.page-slippage-statistics .top-visual .lead-in {
		font-size: 15px;
		line-height: 20px
	}

	.page-offices .offices-toc dl>dt,.page-offices .offices-toc dl>dd {
		width: 100%
	}

	.page-offices .office-pane .thumb {
		margin-right: 0;
		margin-bottom: 1rem
	}

	.page-offices .office-pane .info {
		width: 100%
	}

	.page-offices .office-pane:after {
		margin: 1.5rem 0
	}

	.page-market-news .newsbox .infobox {
		padding: 1px 8px
	}

	.page-market-news .newsbox .news-content {
		margin: .5rem 0;
		font-size: .875rem
	}

	.page-market-news .newsbox .news-lead .thumb {
		width: 100px;
		height: 100px;
		margin-right: .8rem
	}

	.page-market-news .newsbox .news-full {
		padding-left: .8rem
	}

	.page-insights .sidebar-insights nav {
		background: #ebf0f4;
		border-top: 1px solid #e0e4e9;
		border-left: none;
		padding: 20px
	}

	.page-trade-xx .top-visual .inner {
		padding: 30px 0
	}

	.page-trade-xx .top-visual.has-disclaimer .inner {
		padding-bottom: 30px
	}

	.page-trade-xx .top-visual h1 {
		font-size: 36px
	}

	.page-trade-xx .top-visual h2 {
		font-size: 22px
	}

	.page-trade-xx .top-visual .disclaimer-wrap {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.page-trade-xx .get-started {
		background-position: right top
	}

	.page-trade-xx .get-started .inner {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.page-trade-xx .get-started .list-step>li {
		padding-left: 55px;
		min-height: 40px
	}

	.page-trade-xx .get-started .list-step>li:before {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px
	}

	.page-trade-xx .choose-your-platform .platform-box {
		padding: 20px 15px 10px;
		margin-bottom: 20px
	}

	.page-forex-longpage .top-visual .inner {
		padding: 30px 0 40px
	}

	.page-forex-longpage .top-visual .lead-in {
		font-size: 15px
	}

	.page-forex-longpage .section-title {
		font-size: 1.875rem;
		line-height: 2.5rem;
		margin-bottom: 15px
	}

	.page-forex-longpage .row-why-trade-with-fxcm {
		background-position: right top
	}

	.page-shares .autocomplete-input {
		font-size: 1rem;
		padding: 8px
	}

	.page-shares .shares-detail.on {
		padding: 10px
	}

	.page-shares .shares-detail .title:after {
		display: none
	}

	.page-shares .shares-detail table th,.page-shares .shares-detail table td {
		padding: 5px 5px
	}

	.page-zulu .top-visual h1 {
		font-size: 45px;
		line-height: 1.3
	}

	.page-zulu .additional-row {
		padding: 25px 0
	}

	.page-zulu .additional-row .section-title {
		font-size: 33px;
		line-height: 1.3
	}

	.page-zulu .additional-row .section-title2 {
		font-size: 26px;
		line-height: 1.3
	}

	.page-zulu .download-app {
		width: 100%;
		padding: 10px;
		margin-top: -80px
	}

	.page-margin-updates .mmr-table .valChange.up .symbol.symbol-up {
		display: none
	}

	.page-margin-updates .mmr-table .valChange.down .symbol.symbol-down {
		display: none
	}

	.page-trading-station-longpage .top-visual {
		min-height: 300px;
		background-position: right top
	}

	.page-trading-station-longpage .top-visual .inner {
		padding-left: 0;
		padding-top: 0
	}

	.page-trading-station-longpage .top-visual h1 {
		font-size: 32px
	}

	.page-trading-station-longpage .top-visual .lead-in {
		font-size: 16px
	}

	.page-trading-station-longpage .section-title {
		font-size: 30px;
		margin: .5rem 0 1rem
	}

	.page-trading-station-longpage .row-tsweb-features .features-grid>* {
		width: 100%;
		padding: .875rem 1rem
	}

	.page-trading-station-longpage .row-tsweb-features .features-grid h3 {
		font-size: 1.5rem;
		margin-bottom: .5rem
	}

	.page-trading-station-longpage .row-tsweb-features .features-grid .content-text {
		font-size: .9375rem
	}

	.page-trading-station-longpage .row-tsweb-features .features-grid .feature-ico {
		display: none
	}

	.page-trading-station-longpage .row-tsmobile .phone-wrap {
		height: 320px
	}

	.page-trading-station-longpage .row-desktop {
		background-position: right top
	}

	.page-trading-station-longpage .row-desktop .content-article {
		padding-left: 0
	}

	.page-metatrader-4-longpage .top-visual h1 {
		font-size: 36px;
		margin-bottom: .85rem
	}

	.page-metatrader-4-longpage .top-visual h2 {
		font-size: 24px;
		margin-bottom: 1rem
	}

	.page-metatrader-4-longpage .section-title {
		font-size: 30px;
		margin: .5rem 0 1rem
	}
}

@media (orientation: landscape) and (max-height: 750px) {
	#floating-menu {
		bottom: 0
	}
}

@media (orientation: landscape) and (max-height: 600px) {
	#floating-menu {
		width: 56px
	}

	#floating-menu .menu-btn {
		width: 56px
	}

	#floating-menu .menu-btn .ico {
		width: 28px;
		height: 28px;
		margin: 3px auto
	}

	#floating-menu .menu-btn dfn {
		font-size: 11px
	}
}

@media (orientation: landscape) and (max-height: 400px) {
	#floating-menu .menu-btn .ico {
		width: 22px;
		height: 22px;
		margin: 3px auto
	}
}

/*# sourceMappingURL=global.css.map */
