/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block
}

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

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

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

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

mark {
    background-color: gold;
    color: #202020
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

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

figure {
    margin: 1em 40px
}

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

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

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

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-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

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

.blog button,
.blog input[type=submit],
.btn,
.btn-homepage,
.error404 button,
.error404 input[type=submit],
.main-header .authentication-block .account-link,
.main-header .authentication-block .signup-link,
.main-header .header-link,
.search button,
.search input[type=submit],
button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: .75rem 1.5rem;
    text-align: center;
    text-decoration: none!important;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.blog button:hover,
.blog input[type=submit]:hover,
.btn-homepage:hover,
.btn:hover,
.error404 button:hover,
.error404 input[type=submit]:hover,
.main-header .authentication-block .account-link:hover,
.main-header .authentication-block .signup-link:hover,
.main-header .header-link:hover,
.search button:hover,
.search input[type=submit]:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    color: #fff
}

.blog button:disabled,
.blog input[type=submit]:disabled,
.btn-homepage:disabled,
.btn:disabled,
.error404 button:disabled,
.error404 input[type=submit]:disabled,
.main-header .authentication-block .account-link:disabled,
.main-header .authentication-block .signup-link:disabled,
.main-header .header-link:disabled,
.search button:disabled,
.search input[type=submit]:disabled,
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
    cursor: not-allowed;
    opacity: .5
}

.blog button:disabled:hover,
.blog input[type=submit]:disabled:hover,
.btn-homepage:disabled:hover,
.btn:disabled:hover,
.error404 button:disabled:hover,
.error404 input[type=submit]:disabled:hover,
.main-header .authentication-block .account-link:disabled:hover,
.main-header .authentication-block .signup-link:disabled:hover,
.main-header .header-link:disabled:hover,
.search button:disabled:hover,
.search input[type=submit]:disabled:hover,
button:disabled:hover,
input[type=button]:disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit]:disabled:hover {
    background-color: #399946
}

html {
    box-sizing: border-box
}

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

* {
    outline: none
}

body,
html {
    height: 100%
}

body,
html,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style-type: none
}

dl,
dt {
    margin: 0
}

dt {
    font-weight: 600
}

dd,
figure {
    margin: 0
}

img,
picture {
    margin: 0;
    max-width: 100%;
    height: auto
}

html {
    font-size: 16px
}

body {
    color: #3f3f3f;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto Condensed, sans-serif;
    line-height: 1.2;
    margin: 0 0 .375rem;
    font-weight: 400
}

h5 {
    font-size: 1.2rem
}

h3,
h4 {
    font-size: 1.44rem
}

h2 {
    font-size: 1.728rem
}

h1 {
    font-size: 2.0736rem
}

p {
    margin: 0 0 1.5rem;
    line-height: 1.5;
    font-weight: 300
}

a {
    text-decoration: none;
    -webkit-transition: color .15s ease;
    transition: color .15s ease
}

hr {
    border-bottom: 1px solid #777;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5rem 0
}

table {
    border-collapse: collapse;
    margin: .75rem 0;
    width: 100%
}

th {
    border-bottom: 1px solid #DDDDDD;
    font-weight: 600;
    text-align: left
}

td,
th {
    padding: .75rem 0
}


td,
th,
tr {
    vertical-align: middle
}

fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

label,
legend {
    font-weight: 600;
    margin-bottom: .375rem
}

label {
    display: block
}

input,
select,
textarea {
    display: block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem
}

input:not([type]),
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    border: 1px solid #d7d7d7;
    background: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 15px
}

input:not([type]):disabled,
input[type=color]:disabled,
input[type=date]:disabled,
input[type=datetime-local]:disabled,
input[type=datetime]:disabled,
input[type=email]:disabled,
input[type=month]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=week]:disabled,
select:disabled,
textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed
}

input:not([type]):disabled:hover,
input[type=color]:disabled:hover,
input[type=date]:disabled:hover,
input[type=datetime-local]:disabled:hover,
input[type=datetime]:disabled:hover,
input[type=email]:disabled:hover,
input[type=month]:disabled:hover,
input[type=number]:disabled:hover,
input[type=password]:disabled:hover,
input[type=search]:disabled:hover,
input[type=tel]:disabled:hover,
input[type=text]:disabled:hover,
input[type=time]:disabled:hover,
input[type=url]:disabled:hover,
input[type=week]:disabled:hover,
select:disabled:hover,
textarea:disabled:hover {
    border: 1px solid #777
}

input:not([type]):focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 6px #d7d7d7
}

textarea {
    resize: vertical;
    height: 150px;
    padding: 15px
}

[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=checkbox],
[type=radio] {
    display: inline;
    margin-right: .375rem
}

[type=file] {
    width: 100%
}

[type=file],
select {
    margin-bottom: .75rem
}

select {
    max-width: 100%;
    width: auto
}

.copyright-bar .logo,
.main-header.black .brand {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzMyIDUxLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMiA1MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0VEMUMyNDt9LnN0MXtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggZD0iTTEyMy44LDM3LjhjMCwyLjItMC40LDQuMS0xLjIsNS44Yy0wLjgsMS43LTIsMy4yLTMuNSw0LjRjLTEuNSwxLjItMy40LDIuMS01LjYsMi44Yy0yLjIsMC42LTQuNywxLTcuNCwxYy01LjksMC0xMC41LTEuMy0xMy44LTRjLTMuMy0yLjctNC45LTYuNS01LTExLjRoOS40YzAuMyw1LjQsMy42LDguMSw5LjgsOC4xYzIuNSwwLDQuNC0wLjUsNS44LTEuNWMxLjQtMSwyLjEtMi40LDIuMS00LjJjMC0wLjctMC4xLTEuMy0wLjMtMS44Yy0wLjItMC41LTAuNi0xLTEuMi0xLjRjLTAuNi0wLjQtMS40LTAuOC0yLjQtMS4yYy0xLTAuNC0yLjMtMC44LTMuOS0xLjJsLTQtMS4xYy0yLjktMC44LTUuMS0xLjUtNi42LTIuMmMtMS42LTAuNy0yLjgtMS40LTMuOC0yLjNjLTIuMi0xLjktMy4zLTQuNy0zLjMtOC4yYzAtMS45LDAuNC0zLjcsMS4yLTUuM2MwLjgtMS42LDEuOS0zLDMuMy00LjFjMS40LTEuMSwzLjItMiw1LjMtMi42YzIuMS0wLjYsNC4zLTAuOSw2LjgtMC45YzUuMiwwLDkuMywxLjIsMTIuMSwzLjZjMi45LDIuNCw0LjQsNS44LDQuNSwxMC4yaC05Yy0wLjItMi4xLTEtMy43LTIuNC00LjhjLTEuNC0xLjEtMy4zLTEuNy01LjgtMS43Yy0yLjIsMC00LDAuNC01LjIsMS4zYy0xLjIsMC45LTEuOCwyLjEtMS44LDMuN2MwLDAuNiwwLjEsMS4xLDAuNCwxLjZjMC4yLDAuNSwwLjYsMC45LDEuMiwxLjJjMC42LDAuNCwxLjQsMC43LDIuMywxLjFjMSwwLjMsMi4yLDAuNywzLjYsMS4xbDIuOSwwLjhjMS42LDAuNCwyLjksMC44LDQuMSwxLjFjMS4yLDAuMywyLjIsMC43LDMsMWMwLjksMC4zLDEuNiwwLjcsMi4zLDFjMC43LDAuMywxLjMsMC44LDEuOSwxLjJDMTIyLjQsMzEuMywxMjMuOCwzNC4yLDEyMy44LDM3LjgiLz48cGF0aCBkPSJNMTcwLjYsNTAuN2gtOS40bC00LjctMTguNWwtMS4xLTQuOWwtMC42LTMuNmMtMC4xLTAuNy0wLjItMS4zLTAuMy0xLjhjLTAuMS0wLjUtMC4yLTAuOS0wLjItMS4zYy0wLjEtMC40LTAuMS0wLjgtMC4yLTEuMmMtMC4xLTAuNC0wLjEtMC45LTAuMi0xLjZjLTAuMSwwLjYtMC4yLDEuMS0wLjIsMS41Yy0wLjEsMC40LTAuMSwwLjgtMC4yLDEuMmMtMC4xLDAuNC0wLjEsMC44LTAuMiwxLjNjLTAuMSwwLjUtMC4yLDEuMS0wLjMsMS45Yy0wLjIsMS0wLjQsMS44LTAuNSwyLjRjLTAuMSwwLjYtMC4yLDEtMC4yLDEuMWMtMC4xLDAuNy0wLjMsMS41LTAuNSwyLjNjLTAuMiwwLjgtMC40LDEuNi0wLjYsMi41bC00LjYsMTguN2gtOS42TDEyNS4yLDcuNmg5LjZsNC4yLDE4LjJjMC4zLDEuNCwwLjcsMi44LDAuOSw0LjFjMC4zLDEuNCwwLjYsMi45LDAuOSw0LjhjMC4xLDAuNywwLjIsMS4zLDAuMywxLjhjMC4xLDAuNSwwLjIsMSwwLjIsMS41YzAuMSwwLjUsMC4xLDEsMC4yLDEuNWMwLjEsMC41LDAuMSwxLjIsMC4yLDJjMC4xLTAuNywwLjItMS40LDAuMi0xLjljMC4xLTAuNSwwLjEtMSwwLjItMS41YzAuMS0wLjUsMC4xLTEsMC4yLTEuNWMwLjEtMC41LDAuMi0xLjEsMC4zLTEuN2MwLjMtMS45LDAuNy0zLjcsMS01LjRjMC4zLTEuNiwwLjYtMi45LDAuOC0zLjdsNC43LTE4LjJoOWw0LjYsMTcuOGwxLDQuOGwwLjgsNC4zYzAuMSwwLjUsMC4yLDEsMC4zLDEuNWMwLjEsMC41LDAuMiwxLDAuMywxLjVjMC4xLDAuNSwwLjIsMS4xLDAuMywxLjhjMC4xLDAuNiwwLjIsMS40LDAuMywyLjJjMC4xLTAuOCwwLjItMS41LDAuMy0yLjFjMC4xLTAuNiwwLjItMS4xLDAuMy0xLjdjMC4xLTAuNSwwLjItMS4xLDAuMy0xLjZjMC4xLTAuNSwwLjItMS4yLDAuMy0xLjljMC4yLTAuOCwwLjMtMS43LDAuNS0yLjZjMC4yLTAuOSwwLjMtMS43LDAuNS0yLjVjMC4yLTAuOCwwLjMtMS42LDAuNS0yLjNjMC4yLTAuNywwLjMtMS4zLDAuNC0xLjhsNC4yLTE3LjRoOS40TDE3MC42LDUwLjd6Ii8+PHJlY3QgeD0iMTg2LjgiIHk9IjcuNiIgd2lkdGg9IjkuNCIgaGVpZ2h0PSI0My4yIi8+PHBhdGggZD0iTTIzOC41LDM3LjhjMCwyLjItMC40LDQuMS0xLjIsNS44Yy0wLjgsMS43LTIsMy4yLTMuNSw0LjRjLTEuNSwxLjItMy40LDIuMS01LjYsMi44Yy0yLjIsMC42LTQuNywxLTcuNCwxYy01LjksMC0xMC41LTEuMy0xMy44LTRjLTMuMy0yLjctNC45LTYuNS01LTExLjRoOS40YzAuMyw1LjQsMy42LDguMSw5LjgsOC4xYzIuNSwwLDQuNC0wLjUsNS44LTEuNWMxLjQtMSwyLjEtMi40LDIuMS00LjJjMC0wLjctMC4xLTEuMy0wLjMtMS44Yy0wLjItMC41LTAuNi0xLTEuMi0xLjRjLTAuNi0wLjQtMS40LTAuOC0yLjQtMS4yYy0xLTAuNC0yLjMtMC44LTMuOS0xLjJsLTQtMS4xYy0yLjktMC44LTUuMS0xLjUtNi42LTIuMmMtMS42LTAuNy0yLjgtMS40LTMuOC0yLjNjLTIuMi0xLjktMy4zLTQuNy0zLjMtOC4yYzAtMS45LDAuNC0zLjcsMS4yLTUuM2MwLjgtMS42LDEuOS0zLDMuMy00LjFjMS40LTEuMSwzLjItMiw1LjMtMi42YzIuMS0wLjYsNC4zLTAuOSw2LjgtMC45YzUuMiwwLDkuMywxLjIsMTIuMSwzLjZjMi45LDIuNCw0LjQsNS44LDQuNSwxMC4yaC05Yy0wLjItMi4xLTEtMy43LTIuNC00LjhjLTEuNC0xLjEtMy4zLTEuNy01LjgtMS43Yy0yLjIsMC00LDAuNC01LjIsMS4zYy0xLjIsMC45LTEuOCwyLjEtMS44LDMuN2MwLDAuNiwwLjEsMS4xLDAuNCwxLjZjMC4yLDAuNSwwLjYsMC45LDEuMiwxLjJjMC42LDAuNCwxLjQsMC43LDIuMywxLjFjMSwwLjMsMi4yLDAuNywzLjYsMS4xbDIuOSwwLjhjMS42LDAuNCwyLjksMC44LDQuMSwxLjFjMS4xLDAuMywyLjEsMC43LDMsMWMwLjksMC4zLDEuNiwwLjcsMi4zLDFjMC43LDAuMywxLjMsMC44LDEuOSwxLjJDMjM3LjEsMzEuMywyMzguNSwzNC4yLDIzOC41LDM3LjgiLz48cGF0aCBkPSJNMjc5LjQsMzcuOGMwLDIuMi0wLjQsNC4xLTEuMiw1LjhjLTAuOCwxLjctMiwzLjItMy41LDQuNGMtMS41LDEuMi0zLjQsMi4xLTUuNiwyLjhjLTIuMiwwLjYtNC43LDEtNy40LDFjLTUuOSwwLTEwLjUtMS4zLTEzLjgtNGMtMy4zLTIuNy00LjktNi41LTUtMTEuNGg5LjRjMC4zLDUuNCwzLjYsOC4xLDkuOCw4LjFjMi41LDAsNC40LTAuNSw1LjgtMS41YzEuNC0xLDIuMS0yLjQsMi4xLTQuMmMwLTAuNy0wLjEtMS4zLTAuMy0xLjhjLTAuMi0wLjUtMC42LTEtMS4yLTEuNGMtMC42LTAuNC0xLjQtMC44LTIuNC0xLjJjLTEtMC40LTIuMy0wLjgtMy45LTEuMmwtNC0xLjFjLTIuOS0wLjgtNS4xLTEuNS02LjYtMi4yYy0xLjYtMC43LTIuOC0xLjQtMy44LTIuM2MtMi4yLTEuOS0zLjMtNC43LTMuMy04LjJjMC0xLjksMC40LTMuNywxLjItNS4zYzAuOC0xLjYsMS45LTMsMy4zLTQuMWMxLjQtMS4xLDMuMi0yLDUuMy0yLjZjMi4xLTAuNiw0LjMtMC45LDYuOC0wLjljNS4yLDAsOS4zLDEuMiwxMi4xLDMuNmMyLjksMi40LDQuNCw1LjgsNC41LDEwLjJoLTljLTAuMi0yLjEtMS0zLjctMi40LTQuOGMtMS40LTEuMS0zLjMtMS43LTUuOC0xLjdjLTIuMiwwLTQsMC40LTUuMiwxLjNjLTEuMiwwLjktMS44LDIuMS0xLjgsMy43YzAsMC42LDAuMSwxLjEsMC40LDEuNmMwLjIsMC41LDAuNiwwLjksMS4yLDEuMmMwLjYsMC40LDEuNCwwLjcsMi4zLDEuMWMxLDAuMywyLjIsMC43LDMuNiwxLjFsMi45LDAuOGMxLjYsMC40LDIuOSwwLjgsNC4xLDEuMWMxLjEsMC4zLDIuMSwwLjcsMywxYzAuOSwwLjMsMS42LDAuNywyLjMsMWMwLjcsMC4zLDEuMywwLjgsMS45LDEuMkMyNzgsMzEuMywyNzkuNCwzNC4yLDI3OS40LDM3LjgiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzYuMywzOGMwLDQtMS4zLDcuMi00LDkuNGMtMi42LDIuMi02LjQsMy4zLTExLjIsMy4zSDBWNy43aDE5LjRjMi4yLDAsNCwwLjEsNS41LDAuNGMxLjQsMC4yLDIuNywwLjYsMy44LDEuMmMxLjgsMC45LDMuMSwyLjIsNC4xLDMuOGMxLDEuNiwxLjUsMy41LDEuNSw1LjVjMCwyLTAuNSwzLjctMS41LDUuM2MtMSwxLjUtMi41LDIuNy00LjQsMy42YzAuNiwwLjIsMSwwLjMsMS40LDAuNWMwLjMsMC4xLDAuNiwwLjMsMC45LDAuNGMwLjMsMC4xLDAuNSwwLjMsMC43LDAuNGMwLjIsMC4xLDAuNCwwLjMsMC43LDAuNUMzNC45LDMxLjEsMzYuMywzNC4xLDM2LjMsMzggTTI1LjIsMjAuMWMwLTEuOC0wLjYtMy4xLTEuNy0zLjljLTEuMS0wLjgtMi45LTEuMi01LjUtMS4ySDkuNHYxMEgxOEMyMi44LDI1LjEsMjUuMiwyMy40LDI1LjIsMjAuMSBNMjYuOCwzNy40YzAtMi4xLTAuNi0zLjYtMS45LTQuNWMtMS4zLTAuOS0zLjQtMS40LTYuNS0xLjRIOS40djExLjdIMTljMi44LDAsNC44LTAuNSw2LTEuNEMyNi4yLDQwLjksMjYuOCwzOS40LDI2LjgsMzcuNCIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03OS42LDI4LjdjMCwxLjUtMC4xLDMuMS0wLjQsNC44Yy0wLjIsMS43LTAuNiwzLjEtMC45LDQuNGMtMSwzLjEtMi42LDUuOC00LjgsNy45Yy0xLjgsMS44LTMuOCwzLTYsMy44Yy0yLjIsMC44LTUuMSwxLjEtOC42LDEuMUg0MS4yVjcuN2gxNy40YzEsMCwyLjEsMC4xLDMuNCwwLjJjMS4zLDAuMSwyLjMsMC4zLDMuMiwwLjVjMi45LDAuNiw1LjYsMS45LDcuOSw0YzIuMSwxLjksMy43LDQuMyw0LjgsNy4xQzc5LDIyLjIsNzkuNiwyNS4zLDc5LjYsMjguNyBNNzAuMSwyOWMwLTQuNC0xLjEtNy44LTMuMi0xMGMtMi4xLTIuMi01LjItMy4zLTkuNC0zLjNoLTYuOXYyNy4xaDcuMmMxLjMsMCwyLjQtMC4xLDMuMy0wLjJjMS0wLjEsMS44LTAuMywyLjYtMC42YzAuOC0wLjMsMS40LTAuNywyLTEuMmMwLjYtMC41LDEuMi0xLjEsMS43LTEuOEM2OS4yLDM2LjQsNzAuMSwzMy4yLDcwLjEsMjkiLz48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjI4Ni44LDkuMiAyODYuOCw1MS41IDMzMiwwICIvPjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMzAzLjcsMjAuMSAyOTgsMjAuMSAyOTgsMTQuNSAyOTIuNCwxNC41IDI5Mi40LDIwLjEgMjg2LjgsMjAuMSAyODYuOCwyNS43IDI5Mi40LDI1LjcgMjkyLjQsMzEuNCAyOTgsMzEuNCAyOTgsMjUuNyAzMDMuNywyNS43ICIvPjwvc3ZnPg==);
    background-repeat: no-repeat
}

.main-header.white .brand,
.modal .modal-logo {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzMyIDUxLjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMiA1MS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9LnN0MXtmaWxsOiNFRDFDMjQ7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEyMy44LDM3LjhjMCwyLjItMC40LDQuMS0xLjIsNS44Yy0wLjgsMS43LTIsMy4yLTMuNSw0LjRjLTEuNSwxLjItMy40LDIuMS01LjYsMi44Yy0yLjIsMC42LTQuNywxLTcuNCwxYy01LjksMC0xMC41LTEuMy0xMy44LTRjLTMuMy0yLjctNC45LTYuNS01LTExLjRoOS40YzAuMyw1LjQsMy42LDguMSw5LjgsOC4xYzIuNSwwLDQuNC0wLjUsNS44LTEuNWMxLjQtMSwyLjEtMi40LDIuMS00LjJjMC0wLjctMC4xLTEuMy0wLjMtMS44Yy0wLjItMC41LTAuNi0xLTEuMi0xLjRjLTAuNi0wLjQtMS40LTAuOC0yLjQtMS4yYy0xLTAuNC0yLjMtMC44LTMuOS0xLjJsLTQtMS4xYy0yLjktMC44LTUuMS0xLjUtNi42LTIuMmMtMS42LTAuNy0yLjgtMS40LTMuOC0yLjNjLTIuMi0xLjktMy4zLTQuNy0zLjMtOC4yYzAtMS45LDAuNC0zLjcsMS4yLTUuM2MwLjgtMS42LDEuOS0zLDMuMy00LjFjMS40LTEuMSwzLjItMiw1LjMtMi42YzIuMS0wLjYsNC4zLTAuOSw2LjgtMC45YzUuMiwwLDkuMywxLjIsMTIuMSwzLjZjMi45LDIuNCw0LjQsNS44LDQuNSwxMC4yaC05Yy0wLjItMi4xLTEtMy43LTIuNC00LjhjLTEuNC0xLjEtMy4zLTEuNy01LjgtMS43Yy0yLjIsMC00LDAuNC01LjIsMS4zYy0xLjIsMC45LTEuOCwyLjEtMS44LDMuN2MwLDAuNiwwLjEsMS4xLDAuNCwxLjZjMC4yLDAuNSwwLjYsMC45LDEuMiwxLjJjMC42LDAuNCwxLjQsMC43LDIuMywxLjFjMSwwLjMsMi4yLDAuNywzLjYsMS4xbDIuOSwwLjhjMS42LDAuNCwyLjksMC44LDQuMSwxLjFjMS4yLDAuMywyLjIsMC43LDMsMWMwLjksMC4zLDEuNiwwLjcsMi4zLDFjMC43LDAuMywxLjMsMC44LDEuOSwxLjJDMTIyLjQsMzEuMywxMjMuOCwzNC4yLDEyMy44LDM3LjgiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcwLjYsNTAuN2gtOS40bC00LjctMTguNWwtMS4xLTQuOWwtMC42LTMuNmMtMC4xLTAuNy0wLjItMS4zLTAuMy0xLjhjLTAuMS0wLjUtMC4yLTAuOS0wLjItMS4zYy0wLjEtMC40LTAuMS0wLjgtMC4yLTEuMmMtMC4xLTAuNC0wLjEtMC45LTAuMi0xLjZjLTAuMSwwLjYtMC4yLDEuMS0wLjIsMS41Yy0wLjEsMC40LTAuMSwwLjgtMC4yLDEuMmMtMC4xLDAuNC0wLjEsMC44LTAuMiwxLjNjLTAuMSwwLjUtMC4yLDEuMS0wLjMsMS45Yy0wLjIsMS0wLjQsMS44LTAuNSwyLjRjLTAuMSwwLjYtMC4yLDEtMC4yLDEuMWMtMC4xLDAuNy0wLjMsMS41LTAuNSwyLjNjLTAuMiwwLjgtMC40LDEuNi0wLjYsMi41bC00LjYsMTguN2gtOS42TDEyNS4yLDcuNmg5LjZsNC4yLDE4LjJjMC4zLDEuNCwwLjcsMi44LDAuOSw0LjFjMC4zLDEuNCwwLjYsMi45LDAuOSw0LjhjMC4xLDAuNywwLjIsMS4zLDAuMywxLjhjMC4xLDAuNSwwLjIsMSwwLjIsMS41YzAuMSwwLjUsMC4xLDEsMC4yLDEuNWMwLjEsMC41LDAuMSwxLjIsMC4yLDJjMC4xLTAuNywwLjItMS40LDAuMi0xLjljMC4xLTAuNSwwLjEtMSwwLjItMS41YzAuMS0wLjUsMC4xLTEsMC4yLTEuNWMwLjEtMC41LDAuMi0xLjEsMC4zLTEuN2MwLjMtMS45LDAuNy0zLjcsMS01LjRjMC4zLTEuNiwwLjYtMi45LDAuOC0zLjdsNC43LTE4LjJoOWw0LjYsMTcuOGwxLDQuOGwwLjgsNC4zYzAuMSwwLjUsMC4yLDEsMC4zLDEuNWMwLjEsMC41LDAuMiwxLDAuMywxLjVjMC4xLDAuNSwwLjIsMS4xLDAuMywxLjhjMC4xLDAuNiwwLjIsMS40LDAuMywyLjJjMC4xLTAuOCwwLjItMS41LDAuMy0yLjFjMC4xLTAuNiwwLjItMS4xLDAuMy0xLjdjMC4xLTAuNSwwLjItMS4xLDAuMy0xLjZjMC4xLTAuNSwwLjItMS4yLDAuMy0xLjljMC4yLTAuOCwwLjMtMS43LDAuNS0yLjZjMC4yLTAuOSwwLjMtMS43LDAuNS0yLjVjMC4yLTAuOCwwLjMtMS42LDAuNS0yLjNjMC4yLTAuNywwLjMtMS4zLDAuNC0xLjhsNC4yLTE3LjRoOS40TDE3MC42LDUwLjd6Ii8+PHJlY3QgeD0iMTg2LjgiIHk9IjcuNiIgY2xhc3M9InN0MCIgd2lkdGg9IjkuNCIgaGVpZ2h0PSI0My4yIi8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIzOC41LDM3LjhjMCwyLjItMC40LDQuMS0xLjIsNS44Yy0wLjgsMS43LTIsMy4yLTMuNSw0LjRjLTEuNSwxLjItMy40LDIuMS01LjYsMi44Yy0yLjIsMC42LTQuNywxLTcuNCwxYy01LjksMC0xMC41LTEuMy0xMy44LTRjLTMuMy0yLjctNC45LTYuNS01LTExLjRoOS40YzAuMyw1LjQsMy42LDguMSw5LjgsOC4xYzIuNSwwLDQuNC0wLjUsNS44LTEuNWMxLjQtMSwyLjEtMi40LDIuMS00LjJjMC0wLjctMC4xLTEuMy0wLjMtMS44Yy0wLjItMC41LTAuNi0xLTEuMi0xLjRjLTAuNi0wLjQtMS40LTAuOC0yLjQtMS4yYy0xLTAuNC0yLjMtMC44LTMuOS0xLjJsLTQtMS4xYy0yLjktMC44LTUuMS0xLjUtNi42LTIuMmMtMS42LTAuNy0yLjgtMS40LTMuOC0yLjNjLTIuMi0xLjktMy4zLTQuNy0zLjMtOC4yYzAtMS45LDAuNC0zLjcsMS4yLTUuM2MwLjgtMS42LDEuOS0zLDMuMy00LjFjMS40LTEuMSwzLjItMiw1LjMtMi42YzIuMS0wLjYsNC4zLTAuOSw2LjgtMC45YzUuMiwwLDkuMywxLjIsMTIuMSwzLjZjMi45LDIuNCw0LjQsNS44LDQuNSwxMC4yaC05Yy0wLjItMi4xLTEtMy43LTIuNC00LjhjLTEuNC0xLjEtMy4zLTEuNy01LjgtMS43Yy0yLjIsMC00LDAuNC01LjIsMS4zYy0xLjIsMC45LTEuOCwyLjEtMS44LDMuN2MwLDAuNiwwLjEsMS4xLDAuNCwxLjZjMC4yLDAuNSwwLjYsMC45LDEuMiwxLjJjMC42LDAuNCwxLjQsMC43LDIuMywxLjFjMSwwLjMsMi4yLDAuNywzLjYsMS4xbDIuOSwwLjhjMS42LDAuNCwyLjksMC44LDQuMSwxLjFjMS4xLDAuMywyLjEsMC43LDMsMWMwLjksMC4zLDEuNiwwLjcsMi4zLDFjMC43LDAuMywxLjMsMC44LDEuOSwxLjJDMjM3LjEsMzEuMywyMzguNSwzNC4yLDIzOC41LDM3LjgiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjc5LjQsMzcuOGMwLDIuMi0wLjQsNC4xLTEuMiw1LjhjLTAuOCwxLjctMiwzLjItMy41LDQuNGMtMS41LDEuMi0zLjQsMi4xLTUuNiwyLjhjLTIuMiwwLjYtNC43LDEtNy40LDFjLTUuOSwwLTEwLjUtMS4zLTEzLjgtNGMtMy4zLTIuNy00LjktNi41LTUtMTEuNGg5LjRjMC4zLDUuNCwzLjYsOC4xLDkuOCw4LjFjMi41LDAsNC40LTAuNSw1LjgtMS41YzEuNC0xLDIuMS0yLjQsMi4xLTQuMmMwLTAuNy0wLjEtMS4zLTAuMy0xLjhjLTAuMi0wLjUtMC42LTEtMS4yLTEuNGMtMC42LTAuNC0xLjQtMC44LTIuNC0xLjJjLTEtMC40LTIuMy0wLjgtMy45LTEuMmwtNC0xLjFjLTIuOS0wLjgtNS4xLTEuNS02LjYtMi4yYy0xLjYtMC43LTIuOC0xLjQtMy44LTIuM2MtMi4yLTEuOS0zLjMtNC43LTMuMy04LjJjMC0xLjksMC40LTMuNywxLjItNS4zYzAuOC0xLjYsMS45LTMsMy4zLTQuMWMxLjQtMS4xLDMuMi0yLDUuMy0yLjZjMi4xLTAuNiw0LjMtMC45LDYuOC0wLjljNS4yLDAsOS4zLDEuMiwxMi4xLDMuNmMyLjksMi40LDQuNCw1LjgsNC41LDEwLjJoLTljLTAuMi0yLjEtMS0zLjctMi40LTQuOGMtMS40LTEuMS0zLjMtMS43LTUuOC0xLjdjLTIuMiwwLTQsMC40LTUuMiwxLjNjLTEuMiwwLjktMS44LDIuMS0xLjgsMy43YzAsMC42LDAuMSwxLjEsMC40LDEuNmMwLjIsMC41LDAuNiwwLjksMS4yLDEuMmMwLjYsMC40LDEuNCwwLjcsMi4zLDEuMWMxLDAuMywyLjIsMC43LDMuNiwxLjFsMi45LDAuOGMxLjYsMC40LDIuOSwwLjgsNC4xLDEuMWMxLjEsMC4zLDIuMSwwLjcsMywxYzAuOSwwLjMsMS42LDAuNywyLjMsMWMwLjcsMC4zLDEuMywwLjgsMS45LDEuMkMyNzgsMzEuMywyNzkuNCwzNC4yLDI3OS40LDM3LjgiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzYuMywzOGMwLDQtMS4zLDcuMi00LDkuNGMtMi42LDIuMi02LjQsMy4zLTExLjIsMy4zSDBWNy43aDE5LjRjMi4yLDAsNCwwLjEsNS41LDAuNGMxLjQsMC4yLDIuNywwLjYsMy44LDEuMmMxLjgsMC45LDMuMSwyLjIsNC4xLDMuOGMxLDEuNiwxLjUsMy41LDEuNSw1LjVjMCwyLTAuNSwzLjctMS41LDUuM2MtMSwxLjUtMi41LDIuNy00LjQsMy42YzAuNiwwLjIsMSwwLjMsMS40LDAuNWMwLjMsMC4xLDAuNiwwLjMsMC45LDAuNGMwLjMsMC4xLDAuNSwwLjMsMC43LDAuNGMwLjIsMC4xLDAuNCwwLjMsMC43LDAuNUMzNC45LDMxLjEsMzYuMywzNC4xLDM2LjMsMzggTTI1LjIsMjAuMWMwLTEuOC0wLjYtMy4xLTEuNy0zLjljLTEuMS0wLjgtMi45LTEuMi01LjUtMS4ySDkuNHYxMEgxOEMyMi44LDI1LjEsMjUuMiwyMy40LDI1LjIsMjAuMSBNMjYuOCwzNy40YzAtMi4xLTAuNi0zLjYtMS45LTQuNWMtMS4zLTAuOS0zLjQtMS40LTYuNS0xLjRIOS40djExLjdIMTljMi44LDAsNC44LTAuNSw2LTEuNEMyNi4yLDQwLjksMjYuOCwzOS40LDI2LjgsMzcuNCIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik03OS42LDI4LjdjMCwxLjUtMC4xLDMuMS0wLjQsNC44Yy0wLjIsMS43LTAuNiwzLjEtMC45LDQuNGMtMSwzLjEtMi42LDUuOC00LjgsNy45Yy0xLjgsMS44LTMuOCwzLTYsMy44Yy0yLjIsMC44LTUuMSwxLjEtOC42LDEuMUg0MS4yVjcuN2gxNy40YzEsMCwyLjEsMC4xLDMuNCwwLjJjMS4zLDAuMSwyLjMsMC4zLDMuMiwwLjVjMi45LDAuNiw1LjYsMS45LDcuOSw0YzIuMSwxLjksMy43LDQuMyw0LjgsNy4xQzc5LDIyLjIsNzkuNiwyNS4zLDc5LjYsMjguNyBNNzAuMSwyOWMwLTQuNC0xLjEtNy44LTMuMi0xMGMtMi4xLTIuMi01LjItMy4zLTkuNC0zLjNoLTYuOXYyNy4xaDcuMmMxLjMsMCwyLjQtMC4xLDMuMy0wLjJjMS0wLjEsMS44LTAuMywyLjYtMC42YzAuOC0wLjMsMS40LTAuNywyLTEuMmMwLjYtMC41LDEuMi0xLjEsMS43LTEuOEM2OS4yLDM2LjQsNzAuMSwzMy4yLDcwLjEsMjkiLz48cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjI4Ni44LDkuMiAyODYuOCw1MS41IDMzMiwwICIvPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMzAzLjcsMjAuMSAyOTgsMjAuMSAyOTgsMTQuNSAyOTIuNCwxNC41IDI5Mi40LDIwLjEgMjg2LjgsMjAuMSAyODYuOCwyNS43IDI5Mi40LDI1LjcgMjkyLjQsMzEuNCAyOTgsMzEuNCAyOTgsMjUuNyAzMDMuNywyNS43ICIvPjwvc3ZnPg==);
    background-repeat: no-repeat
}

.main-header nav li .sub-menu {
    position: absolute;
    display: none;
    bottom: -3.25rem;
    left: .9375rem;
    text-align: left;
    z-index: 10;
    padding: .8125rem .375rem 0;
    width: 100%
}

.main-header nav li .sub-menu.active {
    display: block
}

.main-header nav li .sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 79%;
    width: 100%;
    background: #f9f9fb
}

.main-header nav li li {
    position: relative;
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s
}

.main-header nav li li:hover {
    background: #e30613
}

.main-header nav li li:hover a {
    color: #fff;
    -webkit-transition: background .2s;
    transition: background .2s
}

.main-header nav li li.emphasize a {
    padding-left: 2rem
}

.main-header nav li li.emphasize a:before {
    content: " ";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: .625rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/components/menu-icons/trade-now-icon.svg) no-repeat 50%;
    background-size: 1rem
}

.main-header nav li li a {
    display: block;
    padding: .9375rem;
    font-size: 14px
}

.main-header nav li li a:after {
    display: none
}

.select-lang span {
    height: 25px;
    width: 25px;
    background: url(../images/fontawesome/angle-down.svg) no-repeat 50%;
    background-size: 13px 13px
}

.mobile-menu .select-lang span,
.select-lang .mobile-menu span {
    background: url(../images/fontawesome/angle-down-white.svg) no-repeat 50%
}

.modal .expand-menu-arrows {
    height: 25px;
    width: 25px;
    background: url(../images/fontawesome/angle-double-down-grey.svg) no-repeat 50%;
    background-size: 13px 13px
}

.learn-more a:after {
    height: 25px;
    width: 25px;
    background: url(../images/fontawesome/angle-right-white.svg) no-repeat 50%;
    background-size: 13px 13px
}

.page-template-signup-forex .sidebar li:after,
.page-template-signup .sidebar li:after {
    width: 15px;
    height: 15px;
    background: url(../images/fontawesome/checkmark.svg) no-repeat 50%;
    background-size: 13px 13px
}

.conditions p:before,
.trading-platform .sidebar li:before {
    width: 15px;
    height: 15px;
    background: url(../images/fontawesome/checkmark-blue.svg) no-repeat 50%;
    background-size: 13px 13px
}

.learn-more a:before {
    width: 25px;
    height: 25px;
    background: url(../images/fontawesome/file-o-white.svg) no-repeat 50%;
    background-size: 13px 13px
}

.blog .content a[href$=".pdf"]:before,
.error404 .content a[href$=".pdf"]:before,
.page-template-default .content a[href$=".pdf"]:before,
.page-template-learn-more .content a[href$=".pdf"]:before,
.page-template-sidebar .content a[href$=".pdf"]:before,
.page-template-with-calendar .content a[href$=".pdf"]:before,
.search-no-results .content a[href$=".pdf"]:before,
.search-results .content a[href$=".pdf"]:before {
    width: 25px;
    height: 25px;
    background: url(../images/fontawesome/file-pdf-o.svg) no-repeat 50%;
    background-size: 13px 13px
}

footer .chat-triggerer .comment-icon {
    width: 25px;
    height: 25px;
    background: url(../images/fontawesome/commenting.svg) no-repeat 50%;
    background-size: 13px 13px
}

.main-header .menu-icon {
    width: 25px;
    height: 25px;
    background: url(../images/fontawesome/bars.svg) no-repeat 50%;
    background-size: 13px 13px
}

.sk-wave {
    margin: 0 auto;
    width: 2.625rem;
    height: 1.875rem;
    text-align: center;
    font-size: .5625rem
}

.sk-wave .sk-rect {
    background-color: #666;
    height: 100%;
    width: 3px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.main-header {
    min-height: 5rem;
    border-bottom: 1px solid #d7d7d7;
    padding: 1.25rem 1.25rem 0 .625rem;
}

@media screen and (min-width:1026px) {
    .main-header {
        position: relative
    }
}

.main-header.white a {
    color: #fff
}

.no-touch .main-header.white .login-link:after,
.no-touch .main-header.white .nav-primary a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    opacity: 0;
    height: 1px;
    border-top: 1px solid #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 0
}

.no-touch .main-header.white .login-link:hover:after,
.no-touch .main-header.white .nav-primary a:hover:after {
    width: 100%;
    opacity: 1
}

.main-header.white .mobile-menu-trigger {
    color: #fff
}

.main-header.black {
    background: #fff
}

.main-header.black a {
    color: #202020
}

.no-touch .main-header.black .nav-primary a:after {
    content: '';
    position: absolute;
    bottom: -.75rem;
    width: 0;
    opacity: 0;
    height: 1px;
    border-top: 1px solid #e30613;
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 0
}

.no-touch .main-header.black .nav-primary a:hover:after {
    width: 100%;
    opacity: 1
}

.no-touch .main-header.black .login-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    opacity: 0;
    height: 1px;
    border-top: 1px solid #e30613;
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 0
}

.no-touch .main-header.black .login-link:hover:after {
    width: 100%;
    opacity: 1
}

.main-header.black .mobile-menu-trigger {
    color: #202020
}

.home .main-header:after,
.main-header .nav-bar:after,
.main-header .top-bar:after,
.page-template-binary-home .main-header:after,
.page-template-forex-home .main-header:after {
    clear: both;
    content: "";
    display: block
}

.main-header .nav-bar {
    margin-top: 1.0625rem
}

.main-header .top-bar {
    min-height: 2.5rem
}

.main-header .brand {
    float: left;
    width: 8.75rem;
    height: 1.375rem;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-top: .25rem
}

.main-header nav {
    float: left;
    font-size: 1rem
}

.main-header nav ul {
    text-align: left;
    margin-left: -.9375rem
}

.main-header nav .nav>li>a[href="#"]:hover {
    cursor: default
}

.main-header nav>ul li {
    background: red
}

.main-header nav li {
    display: inline-block
}

.main-header nav li:last-child {
    margin-right: 0
}

.main-header nav li a {
    position: relative;
    display: inline-block;
    padding: 0 .9375rem
}

.main-header .mobile-menu-trigger {
    display: none;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    transition: all .4s
}

.main-header .menu-icon {
    display: inline-block
}

@media screen and (max-width:1025px) {
    .main-header .mobile-menu-trigger {
        display: inline-block
    }
    .main-header nav {
        display: none
    }
}

@media screen and (max-width:480px) {
    .main-header .authentication-block,
    .main-header .language-selector {
        display: none
    }
    .main-header .top-bar {
        float: left
    }
    .main-header .nav-bar {
        float: right;
        margin-top: 0
    }
    .main-header .mobile-menu-trigger {
        padding: .375rem 0
    }
}

footer .chat-triggerer {
    position: absolute;
    background: #ebebeb;
    border: 1px solid #ebebeb;
    border-bottom: none;
    padding: .625rem 1.875rem;
    border-top-right-radius: .1875rem;
    border-top-left-radius: .1875rem;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    cursor: pointer;
    font-size: .75rem
}

footer .chat-triggerer .comment-icon {
    margin-right: .5rem;
    font-size: 16px;
    display: inline-block;
    background-position: 0;
    margin: 0;
    width: 20px
}

footer .chat-triggerer span {
    font-weight: 600
}

.no-touch footer .chat-triggerer:hover {
    background-color: #f9f9fb
}

@media screen and (min-width:1026px) {
    footer .chat-triggerer {
        right: 0;
        top: -6rem
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    footer .chat-triggerer {
        right: 0;
        top: -6rem
    }
}

@media screen and (min-width:481px) and (max-width:769px) {
    footer .chat-triggerer {
        right: 0;
        top: -6rem
    }
}

@media screen and (max-width:480px) {
    footer .chat-triggerer {
        right: 0;
        top: -6.9375rem;
        width: 100%
    }
}

footer.content-info {
    display: block;
    background: #f9f9fb;
    padding: 3.125rem 0 2.5rem;
    margin-top: 3.75rem
}

footer.content-info:after {
    clear: both;
    content: "";
    display: block
}

footer.content-info .container,
footer.content-info .disclaimer {
    position: relative
}

@media screen and (min-width:1026px) {
    footer.content-info .container,
    footer.content-info .disclaimer {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto
    }
    footer.content-info .container:after,
    footer.content-info .disclaimer:after {
        clear: both;
        content: "";
        display: block
    }
}

@media screen and (max-width:1281px) {
    footer.content-info .container,
    footer.content-info .disclaimer {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    footer.content-info .container:after,
    footer.content-info .disclaimer:after {
        clear: both;
        content: "";
        display: block
    }
}

footer.content-info .disclaimer {
    margin-top: 3.75rem
}

footer.content-info .widget {
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

footer.content-info h3 {
    display: inline-block;
    font-size: 1.125rem;
    padding-bottom: 10px;
    color: #555;
    border-bottom: 1px solid #d7d7d7
}

footer.content-info a {
    position: relative;
    color: #555;
    font-size: .75rem
}

.no-touch footer.content-info a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    opacity: 0;
    height: 1px;
    border-top: 1px solid #555;
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 0
}

.no-touch footer.content-info a:hover:after {
    width: 100%;
    opacity: 1
}

footer.content-info p {
    font-size: .75rem
}

footer.content-info p:last-child {
    margin-bottom: 0
}

@media screen and (min-width:1026px) {
    footer.content-info .widget {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 23.4042553191%
    }
    footer.content-info .widget:last-child,
    footer.content-info .widget:nth-child(4) {
        margin-right: 0
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    footer.content-info .widget {
        width: 50%;
        float: left
    }
}

@media screen and (min-width:481px) and (max-width:769px) {
    footer.content-info .widget {
        width: 50%;
        float: left
    }
}

@media screen and (max-width:480px) {
    footer.content-info .widget {
        text-align: center;
        margin-bottom: 2.5rem
    }
}

.copyright-bar {
    padding: .9375rem 0;
    font-size: .75rem;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.copyright-bar:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width:1281px) {
    .copyright-bar {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .copyright-bar:after {
        clear: both;
        content: "";
        display: block
    }
}

.copyright-bar .logo {
    position: relative;
    top: 3px;
    margin-right: 15px;
    width: 5rem;
    height: .875rem;
    display: inline-block
}

.blog .row .wrapper,
.error404 .row .wrapper,
.page-template-default .row .wrapper,
.page-template-learn-more .row .wrapper,
.page-template-with-calendar .row .wrapper,
.search-no-results .row .wrapper,
.search-results .row .wrapper {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.blog .row .wrapper:after,
.error404 .row .wrapper:after,
.page-template-default .row .wrapper:after,
.page-template-learn-more .row .wrapper:after,
.page-template-with-calendar .row .wrapper:after,
.search-no-results .row .wrapper:after,
.search-results .row .wrapper:after {
    clear: both;
    content: "";
    display: block
}

.blog .row .page-content,
.error404 .row .page-content,
.page-template-default .row .page-content,
.page-template-learn-more .row .page-content,
.page-template-with-calendar .row .page-content,
.search-no-results .row .page-content,
.search-results .row .page-content {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 65.9574468085%;
    margin-left: 17.0212765957%;
    padding: 3.4375rem 0
}

.blog .row .page-content:last-child,
.error404 .row .page-content:last-child,
.page-template-default .row .page-content:last-child,
.page-template-learn-more .row .page-content:last-child,
.page-template-with-calendar .row .page-content:last-child,
.search-no-results .row .page-content:last-child,
.search-results .row .page-content:last-child {
    margin-right: 0
}

.blog .row .page-header,
.error404 .row .page-header,
.page-template-default .row .page-header,
.page-template-learn-more .row .page-header,
.page-template-with-calendar .row .page-header,
.search-no-results .row .page-header,
.search-results .row .page-header {
    position: relative;
    background-size: cover;
    background-position: 50%
}

.blog .row .page-header:before,
.error404 .row .page-header:before,
.page-template-default .row .page-header:before,
.page-template-learn-more .row .page-header:before,
.page-template-with-calendar .row .page-header:before,
.search-no-results .row .page-header:before,
.search-results .row .page-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    opacity: .25
}

.blog .row .title-container,
.error404 .row .title-container,
.page-template-default .row .title-container,
.page-template-learn-more .row .title-container,
.page-template-with-calendar .row .title-container,
.search-no-results .row .title-container,
.search-results .row .title-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.blog .row .title-container:after,
.error404 .row .title-container:after,
.page-template-default .row .title-container:after,
.page-template-learn-more .row .title-container:after,
.page-template-with-calendar .row .title-container:after,
.search-no-results .row .title-container:after,
.search-results .row .title-container:after {
    clear: both;
    content: "";
    display: block
}

.blog .row h1,
.error404 .row h1,
.page-template-default .row h1,
.page-template-learn-more .row h1,
.page-template-with-calendar .row h1,
.search-no-results .row h1,
.search-results .row h1 {
    position: relative;
    z-index: 1;
    float: left;
    color: #fff;
    margin: 5.625rem 0;
    margin-left: 17.0212765957%
}

.blog .row h1:after,
.error404 .row h1:after,
.page-template-default .row h1:after,
.page-template-learn-more .row h1:after,
.page-template-with-calendar .row h1:after,
.search-no-results .row h1:after,
.search-results .row h1:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    width: 75%;
    border-bottom: 2px solid
}

@media screen and (max-width:1025px) {
    .blog .row h1,
    .error404 .row h1,
    .page-template-default .row h1,
    .page-template-learn-more .row h1,
    .page-template-with-calendar .row h1,
    .search-no-results .row h1,
    .search-results .row h1 {
        font-size: 1.875rem;
        margin: 4.6875rem 0;
        margin-left: 17.0212765957%
    }
}

@media screen and (max-width:769px) {
    .blog .row h1,
    .error404 .row h1,
    .page-template-default .row h1,
    .page-template-learn-more .row h1,
    .page-template-with-calendar .row h1,
    .search-no-results .row h1,
    .search-results .row h1 {
        font-size: 1.4375rem;
        margin: 3.125rem 0;
        margin-left: 8.5106382979%
    }
    .blog .row .page-content,
    .error404 .row .page-content,
    .page-template-default .row .page-content,
    .page-template-learn-more .row .page-content,
    .page-template-with-calendar .row .page-content,
    .search-no-results .row .page-content,
    .search-results .row .page-content {
        margin-left: 8.5106382979%;
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 82.9787234043%
    }
    .blog .row .page-content:last-child,
    .error404 .row .page-content:last-child,
    .page-template-default .row .page-content:last-child,
    .page-template-learn-more .row .page-content:last-child,
    .page-template-with-calendar .row .page-content:last-child,
    .search-no-results .row .page-content:last-child,
    .search-results .row .page-content:last-child {
        margin-right: 0
    }
}

.blog .content ol,
.blog .content ul,
.error404 .content ol,
.error404 .content ul,
.page-template-default .content ol,
.page-template-default .content ul,
.page-template-learn-more .content ol,
.page-template-learn-more .content ul,
.page-template-with-calendar .content ol,
.page-template-with-calendar .content ul,
.search-no-results .content ol,
.search-no-results .content ul,
.search-results .content ol,
.search-results .content ul {
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 300
}

.blog .content ul,
.error404 .content ul,
.page-template-default .content ul,
.page-template-learn-more .content ul,
.page-template-with-calendar .content ul,
.search-no-results .content ul,
.search-results .content ul {
    list-style-type: disc
}

.blog .content ol,
.error404 .content ol,
.page-template-default .content ol,
.page-template-learn-more .content ol,
.page-template-with-calendar .content ol,
.search-no-results .content ol,
.search-results .content ol {
    list-style-type: decimal
}

.blog .content a[href$=".pdf"],
.error404 .content a[href$=".pdf"],
.page-template-default .content a[href$=".pdf"],
.page-template-learn-more .content a[href$=".pdf"],
.page-template-with-calendar .content a[href$=".pdf"],
.search-no-results .content a[href$=".pdf"],
.search-results .content a[href$=".pdf"] {
    display: inline-block;
    position: relative;
    padding-left: 1.5625rem;
    margin-left: .1875rem;
    margin-top: .3125rem;
    color: #202020
}

.blog .content a[href$=".pdf"]:before,
.error404 .content a[href$=".pdf"]:before,
.page-template-default .content a[href$=".pdf"]:before,
.page-template-learn-more .content a[href$=".pdf"]:before,
.page-template-with-calendar .content a[href$=".pdf"]:before,
.search-no-results .content a[href$=".pdf"]:before,
.search-results .content a[href$=".pdf"]:before {
    content: " ";
    position: absolute;
    left: 0;
    top: -2px;
    background-size: 16px;
    background-position: 0
}

body#tinymce {
    margin: 12px!important
}

.gfield {
    list-style-type: none;
    margin-bottom: 20px
}

.gfield_select {
    width: 100%
}

.ginput_container {
    margin-top: 5px
}

.validation_error,
.validation_message {
    font-size: 14px;
    font-weight: 300;
    color: #e30613
}

.gform_confirmation_message {
    color: #399946;
    text-decoration: underline
}

.validation_error {
    margin-bottom: 15px
}

.validation_message {
    margin-top: 5px
}

@media screen and (max-width:480px) {
    .gform_button {
        width: 100%
    }
}
.btn-default{
    border: 1px solid #ccc !important;
    color: #333;
}
.btn-default:hover{
    color: #333;
}
button:focus {outline:0 !important;}
.btn-default.focus, .btn-default:focus {
    background-color: #FFF;
}
.btn-homepage,
.main-header .authentication-block .account-link,
.main-header .authentication-block .signup-link,
.main-header .header-link {
    text-transform: uppercase;
    font-size: .875rem
}

.btn-homepage.sign-up,
.main-header .authentication-block .sign-up.account-link,
.main-header .authentication-block .sign-up.signup-link,
.main-header .sign-up.header-link {
    color: #fff;
    background: #399946;
    border: 1px solid #399946
}

.btn-homepage.sign-up:hover,
.main-header .authentication-block .sign-up.account-link:hover,
.main-header .authentication-block .sign-up.signup-link:hover,
.main-header .sign-up.header-link:hover {
    background: #25d625
}

.main-header .authentication-block .page-template-forex-home .sign-up.account-link,
.main-header .authentication-block .page-template-forex-home .sign-up.signup-link,
.main-header .page-template-forex-home .sign-up.header-link,
.page-template-forex-home .btn-homepage.sign-up,
.page-template-forex-home .main-header .authentication-block .sign-up.account-link,
.page-template-forex-home .main-header .authentication-block .sign-up.signup-link,
.page-template-forex-home .main-header .sign-up.header-link {
    color: #fff;
    background: #2a8cdb;
    border: 1px solid #2a8cdb
}

.main-header .authentication-block .page-template-forex-home .sign-up.account-link:hover,
.main-header .authentication-block .page-template-forex-home .sign-up.signup-link:hover,
.main-header .page-template-forex-home .sign-up.header-link:hover,
.page-template-forex-home .btn-homepage.sign-up:hover,
.page-template-forex-home .main-header .authentication-block .sign-up.account-link:hover,
.page-template-forex-home .main-header .authentication-block .sign-up.signup-link:hover,
.page-template-forex-home .main-header .sign-up.header-link:hover {
    background: #57c6f3
}

.btn-homepage.general-link,
.main-header .authentication-block .general-link.account-link,
.main-header .authentication-block .general-link.signup-link,
.main-header .general-link.header-link {
    color: #fff;
    background: #57c6f3;
    border: 1px solid #57c6f3
}

.btn-homepage.general-link:hover,
.main-header .authentication-block .general-link.account-link:hover,
.main-header .authentication-block .general-link.signup-link:hover,
.main-header .general-link.header-link:hover {
    background: #85dcff
}

.btn-homepage.send-btn,
.main-header .authentication-block .send-btn.account-link,
.main-header .authentication-block .send-btn.signup-link,
.main-header .send-btn.header-link {
    color: #399946;
    background: transparent;
    border: 1px solid #399946
}

.btn-homepage.send-btn:hover,
.main-header .authentication-block .send-btn.account-link:hover,
.main-header .authentication-block .send-btn.signup-link:hover,
.main-header .send-btn.header-link:hover {
    background: #399946;
    color: #fff
}

.btn-homepage.prominent,
.main-header .authentication-block .prominent.account-link,
.main-header .authentication-block .prominent.signup-link,
.main-header .prominent.header-link {
    padding: 1.125rem 1.95rem
}

.complete-trading-package,
.product-features {
    padding: 5.3125rem 0;
    background: #f9f9fb
}

.complete-trading-package .content-container,
.product-features .content-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.complete-trading-package .content-container:after,
.product-features .content-container:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width:1281px) {
    .complete-trading-package .content-container,
    .product-features .content-container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .complete-trading-package .content-container:after,
    .product-features .content-container:after {
        clear: both;
        content: "";
        display: block
    }
}

.complete-trading-package .top-section,
.product-features .top-section {
    position: relative;
    z-index: 1
}

.complete-trading-package p,
.product-features p {
    color: #555
}

@media screen and (max-width:1025px) {
    .complete-trading-package,
    .product-features {
        padding: 0
    }
}

@media screen and (max-width:480px) {
    .complete-trading-package p,
    .product-features p {
        text-align: center
    }
}

.main-header .authentication-block .account-link,
.main-header .authentication-block .signup-link,
.main-header .header-link {
    background: transparent;
    border-radius: 0
}

.main-header.white .authentication-block .account-link,
.main-header.white .authentication-block .signup-link,
.main-header.white .header-link {
    color: #fff;
    border: 1px solid #fff
}

.main-header.white .authentication-block .account-link:hover,
.main-header.white .authentication-block .signup-link:hover,
.main-header.white .header-link:hover {
    color: #202020;
    background: #fff
}

.main-header.black .authentication-block .account-link,
.main-header.black .authentication-block .signup-link,
.main-header.black .header-link {
    color: #2a8cdb;
    border: 1px solid #2a8cdb
}

.main-header.black .authentication-block .account-link:hover,
.main-header.black .authentication-block .signup-link:hover,
.main-header.black .header-link:hover {
    color: #fff;
    background: #2a8cdb
}

.trading-platform {
    padding: 5rem 0
}

.trading-platform .content-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.trading-platform .content-container:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width:1281px) {
    .trading-platform .content-container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .trading-platform .content-container:after {
        clear: both;
        content: "";
        display: block
    }
}

.trading-platform h2 {
    font-size: 1.6875rem;
    line-height: 2;
    text-align: center
}

.trading-platform h3 {
    margin-bottom: .9375rem;
    font-size: 1.125rem;
    line-height: 1.4
}

.trading-platform img {
    display: block;
    margin: .625rem auto
}

.trading-platform p {
    line-height: 1.6
}

.trading-platform .sidebar,
.trading-platform .text-container {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 40.4255319149%;
    margin-left: 8.5106382979%
}

.trading-platform .sidebar:last-child,
.trading-platform .text-container:last-child {
    margin-right: 0
}

.trading-platform .sidebar li {
    position: relative;
    margin-bottom: .9375rem;
    padding-left: 1.875rem
}

.trading-platform .sidebar li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px
}

.trading-platform .sidebar li p {
    display: inline
}

@media screen and (max-width:769px) {
    .trading-platform .sidebar,
    .trading-platform .text-container {
        width: 100%;
        margin: 0
    }
}

.partners-page {
    padding: 3.125rem 0 0;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.partners-page:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width:1281px) {
    .partners-page {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .partners-page:after {
        clear: both;
        content: "";
        display: block
    }
}

.partners-page h2 {
    margin: 2.1875rem 0 1.5625rem;
    font-size: 2.1875rem
}

.partners-page h3 {
    margin-bottom: .625rem
}

.partners-page .sub-link {
    display: block;
    margin-top: 1.25rem
}

.partners-page .sub-link a {
    display: block;
    color: #2a8cdb;
    margin-bottom: .3125rem
}

.partners-page .section-container {
    padding: 3.4375rem 0;
    border-bottom: 1px solid #d7d7d7
}

.partners-page .section-container:after {
    clear: both;
    content: "";
    display: block
}

.partners-page .img-container {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%
}

.partners-page .img-container:last-child {
    margin-right: 0
}

.partners-page .content-container {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 57.4468085106%;
    margin-left: 4.2553191489%
}

.partners-page .content-container:last-child {
    margin-right: 0
}

.partners-page .partner-access {
    margin: 2.1875rem 0 3.4375rem
}

.partners-page .partner-access:after {
    clear: both;
    content: "";
    display: block
}

.partners-page .partner-access h5 {
    margin-bottom: 25px
}

.partners-page .partner-access .input-field {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
    margin-bottom: 25px
}

.partners-page .partner-access .input-field:last-child {
    margin-right: 0
}

.main-header .authentication-block .partners-page .partner-access .account-link,
.main-header .authentication-block .partners-page .partner-access .signup-link,
.main-header .partners-page .partner-access .header-link,
.partners-page .partner-access .btn-homepage,
.partners-page .partner-access .main-header .authentication-block .account-link,
.partners-page .partner-access .main-header .authentication-block .signup-link,
.partners-page .partner-access .main-header .header-link {
    display: block;
    clear: both;
    min-width: 200px
}

@media screen and (max-width:1025px) {
    .partners-page .partner-access .input-field {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%
    }
    .partners-page .partner-access .input-field:last-child,
    .partners-page .partner-access .input-field:nth-child(2n) {
        margin-right: 0
    }
    .partners-page .partner-access .input-field:nth-child(2n+1) {
        clear: left
    }
    .partners-page .content-container {
        width: 100%;
        margin: 0;
        float: none
    }
}

@media screen and (max-width:1025px) {
    .partners-page .img-container {
        margin: 0 .9375rem .625rem 0
    }
}

.page-template-signup-forex .content-container,
.page-template-signup .content-container {
    position: relative;
    padding: 0 0 3.4375rem
}

.page-template-signup-forex br+br,
.page-template-signup br+br {
    display: none
}

.page-template-signup-forex h1,
.page-template-signup h1 {
    text-align: center;
    font-size: 1.25rem;
    display: block
}

.page-template-signup-forex .wrapper,
.page-template-signup .wrapper {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.page-template-signup-forex .wrapper:after,
.page-template-signup .wrapper:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width:1281px) {
    .page-template-signup-forex .wrapper,
    .page-template-signup .wrapper {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .page-template-signup-forex .wrapper:after,
    .page-template-signup .wrapper:after {
        clear: both;
        content: "";
        display: block
    }
}

.page-template-signup-forex .wrapper a,
.page-template-signup .wrapper a {
    text-decoration: underline;
    color: #202020
}

.blog .page-template-signup-forex .wrapper button,
.blog .page-template-signup-forex .wrapper input[type=submit],
.blog .page-template-signup .wrapper button,
.blog .page-template-signup .wrapper input[type=submit],
.error404 .page-template-signup-forex .wrapper button,
.error404 .page-template-signup-forex .wrapper input[type=submit],
.error404 .page-template-signup .wrapper button,
.error404 .page-template-signup .wrapper input[type=submit],
.main-header .authentication-block .page-template-signup-forex .wrapper .account-link,
.main-header .authentication-block .page-template-signup-forex .wrapper .signup-link,
.main-header .authentication-block .page-template-signup .wrapper .account-link,
.main-header .authentication-block .page-template-signup .wrapper .signup-link,
.main-header .page-template-signup-forex .wrapper .header-link,
.main-header .page-template-signup .wrapper .header-link,
.page-template-signup-forex .wrapper .blog button,
.page-template-signup-forex .wrapper .blog input[type=submit],
.page-template-signup-forex .wrapper .btn,
.page-template-signup-forex .wrapper .btn-homepage,
.page-template-signup-forex .wrapper .error404 button,
.page-template-signup-forex .wrapper .error404 input[type=submit],
.page-template-signup-forex .wrapper .main-header .authentication-block .account-link,
.page-template-signup-forex .wrapper .main-header .authentication-block .signup-link,
.page-template-signup-forex .wrapper .main-header .header-link,
.page-template-signup-forex .wrapper .search button,
.page-template-signup-forex .wrapper .search input[type=submit],
.page-template-signup .wrapper .blog button,
.page-template-signup .wrapper .blog input[type=submit],
.page-template-signup .wrapper .btn,
.page-template-signup .wrapper .btn-homepage,
.page-template-signup .wrapper .error404 button,
.page-template-signup .wrapper .error404 input[type=submit],
.page-template-signup .wrapper .main-header .authentication-block .account-link,
.page-template-signup .wrapper .main-header .authentication-block .signup-link,
.page-template-signup .wrapper .main-header .header-link,
.page-template-signup .wrapper .search button,
.page-template-signup .wrapper .search input[type=submit],
.search .page-template-signup-forex .wrapper button,
.search .page-template-signup-forex .wrapper input[type=submit],
.search .page-template-signup .wrapper button,
.search .page-template-signup .wrapper input[type=submit] {
    color: #fff
}

.page-template-signup-forex .wrapper .questionnaire-title,
.page-template-signup .wrapper .questionnaire-title {
    font-size: 1.5625rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.25rem
}

.page-template-signup-forex .questionnaire-container,
.page-template-signup .questionnaire-container {
    margin-top: 5rem
}

@media screen and (min-width:1026px) {
    .page-template-signup-forex .questionnaire-container,
    .page-template-signup .questionnaire-container {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 65.9574468085%
    }
    .page-template-signup-forex .questionnaire-container:last-child,
    .page-template-signup .questionnaire-container:last-child {
        margin-right: 0
    }
}

.page-template-signup-forex .questionnaire-container .spinner,
.page-template-signup .questionnaire-container .spinner {
    margin-top: 1.5625rem
}

.page-template-signup-forex form,
.page-template-signup form {
    position: relative;
    border: 1px solid #d7d7d7;
    padding: 1.5625rem
}

.page-template-signup-forex fieldset,
.page-template-signup fieldset {
    margin-top: 1.25rem
}

.page-template-signup-forex fieldset.sso-field.sso-field-checkbox,
.page-template-signup fieldset.sso-field.sso-field-checkbox {
    margin-top: 1.5625rem
}

.page-template-signup-forex fieldset.sso-field .selectedPhoneCodeFlag,
.page-template-signup fieldset.sso-field .selectedPhoneCodeFlag {
    top: .9375rem;
    left: .9375rem
}

.page-template-signup-forex fieldset.sso-field .dropDownArrow,
.page-template-signup fieldset.sso-field .dropDownArrow {
    top: .3125rem
}

.page-template-signup-forex fieldset.sso-field .subFieldPhoneCode,
.page-template-signup fieldset.sso-field .subFieldPhoneCode {
    padding: 0;
    border: 0
}

.page-template-signup-forex fieldset.sso-field .subFieldPhoneCode input[name=phone-code],
.page-template-signup fieldset.sso-field .subFieldPhoneCode input[name=phone-code] {
    padding-left: 2.5rem
}

.page-template-signup-forex fieldset.sso-field .phoneCodeDropDown,
.page-template-signup fieldset.sso-field .phoneCodeDropDown {
    top: 2.5rem
}

.page-template-signup-forex fieldset.sso-field select,
.page-template-signup fieldset.sso-field select {
    height: 2.5625rem;
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.page-template-signup-forex fieldset.sso-field select::-ms-expand,
.page-template-signup fieldset.sso-field select::-ms-expand {
    display: none
}

.page-template-signup-forex fieldset.sso-field-first-name,
.page-template-signup-forex fieldset.sso-field-last-name,
.page-template-signup fieldset.sso-field-first-name,
.page-template-signup fieldset.sso-field-last-name {
    width: 48%;
    display: inline-block
}

.page-template-signup-forex fieldset.sso-field-first-name,
.page-template-signup fieldset.sso-field-first-name {
    margin-right: 4%
}

.page-template-signup-forex .subFieldPhoneCode,
.page-template-signup-forex input[type=email],
.page-template-signup-forex input[type=password],
.page-template-signup-forex input[type=tel],
.page-template-signup-forex input[type=text],
.page-template-signup .subFieldPhoneCode,
.page-template-signup input[type=email],
.page-template-signup input[type=password],
.page-template-signup input[type=tel],
.page-template-signup input[type=text] {
    background: none;
    padding: 0 15px;
    box-shadow: none;
    border: 1px solid #d7d7d7;
    height: 40px
}

.page-template-signup-forex .sso-error-message,
.page-template-signup .sso-error-message {
    font-size: .625rem;
    bottom: -1.0625rem
}

.page-template-signup-forex select,
.page-template-signup select {
    width: 100%;
    margin-bottom: 0
}

.page-template-signup-forex .sso-button.sso-button-right,
.page-template-signup .sso-button.sso-button-right {
    margin: 30px auto 0;
    display: block;
    float: none
}

.page-template-signup-forex .sidebar,
.page-template-signup .sidebar {
    margin-top: 5rem
}

@media screen and (min-width:1026px) {
    .page-template-signup-forex .sidebar,
    .page-template-signup .sidebar {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%
    }
    .page-template-signup-forex .sidebar:last-child,
    .page-template-signup .sidebar:last-child {
        margin-right: 0
    }
}

.page-template-signup-forex .sidebar h2,
.page-template-signup .sidebar h2 {
    font-size: 1.25rem
}

.page-template-signup-forex .sidebar ul,
.page-template-signup .sidebar ul {
    margin-top: .9375rem
}

.page-template-signup-forex .sidebar li,
.page-template-signup .sidebar li {
    position: relative;
    margin-bottom: .9375rem;
    padding-left: 1.5625rem
}

@media screen and (min-width:1026px) {
    .page-template-signup-forex .sidebar li:after,
    .page-template-signup .sidebar li:after {
        content: ' ';
        position: absolute;
        left: .1875rem;
        top: .3125rem
    }
}

.page-template-signup-forex .sidebar .text-container .tv_logos,
.page-template-signup .sidebar .text-container .tv_logos {
    max-width: 100%
}

@media screen and (min-width:1026px) {
    .page-template-signup-forex .sidebar .text-container .tv_logos,
    .page-template-signup .sidebar .text-container .tv_logos {
        margin-left: 1.25rem;
        margin-right: 0
    }
}

@media screen and (max-width:1025px) {
    .page-template-signup-forex .sidebar,
    .page-template-signup .sidebar {
        margin: 5.3125rem auto 0;
        width: 90%;
        text-align: center
    }
    .page-template-signup-forex .sidebar:last-child,
    .page-template-signup .sidebar:last-child {
        margin-right: auto
    }
    .page-template-signup-forex .sidebar h2,
    .page-template-signup .sidebar h2 {
        margin-bottom: 2.1875rem
    }
    .page-template-signup-forex .sidebar strong,
    .page-template-signup .sidebar strong {
        margin-bottom: .625rem;
        display: block
    }
    .page-template-signup-forex .sidebar li,
    .page-template-signup .sidebar li {
        margin-bottom: 1.5625rem;
        padding-left: 0
    }
    .page-template-signup-forex .sidebar .text-container .tv_logos,
    .page-template-signup .sidebar .text-container .tv_logos {
        margin-top: 1.5625rem
    }
}

.signup-sso-frame {
    margin-top: 1.5625rem
}

.signup-sso-frame .bds-sso-close,
.signup-sso-frame .bds-sso-form-frame.frame-a,
.signup-sso-frame .bds-text-field-loader,
.signup-sso-frame .frame-logo,
.signup-sso-frame .header-description,
.signup-sso-frame .header-hello,
.signup-sso-frame .sso-label,
.signup-sso-frame .sso-loader {
    display: none
}

.signup-sso-frame .frame-content h2 {
    text-align: center;
    margin: 3.4375rem 0 .625rem
}

.signup-sso-frame .frame-content h3 {
    text-align: center;
    font-size: 1.25rem
}

.signup-sso-frame .frame-content p {
    text-align: center;
    margin-top: .625rem
}

.signup-sso-frame .bds-text-field-label {
    font-style: italic;
    font-size: .75rem
}

.signup-sso-frame .bds-sso-field-error {
    color: #e30613;
    font-size: 12px;
    margin-top: 5px;
    display: none
}

.signup-sso-frame .bds-sso-field-error.active {
    display: block
}

.signup-sso-frame .sso-button {
    float: left
}

.signup-sso-frame .sso-button.sso-button-right {
    float: none
}

.signup-sso-frame .sso-button.sso-button-deposit {
    display: block;
    margin: 0 auto
}

.signup-sso-frame .section-actions {
    padding: 1.25rem 0 0;
    text-align: right
}

.signup-sso-frame .section-switch {
    font-style: italic
}

.signup-sso-frame .dob-large {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%
}

.signup-sso-frame .dob-large:last-child {
    margin-right: 0
}

.signup-sso-frame .dob-small {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%
}

.signup-sso-frame .dob-small:last-child {
    margin-right: 0
}

html.sso-open,
html.sso-open body.page-template-signup,
html.sso-open body.page-template-signup-forex {
    overflow: auto!important
}

.sso-flow-3 {
    max-width: 635px;
    display: block;
    margin: 0 auto
}

.sso-flow-3 form:after {
    clear: both;
    content: "";
    display: block
}

.sso-flow-3 .label {
    font-size: .875rem
}

.sso-flow-3 fieldset {
    position: relative
}

@media screen and (min-width:1026px) {
    .sso-flow-3 fieldset {
        float: left;
        width: 100%
    }
}

@media screen and (min-width:1026px) {
    .sso-flow-3 fieldset.bds-sso-field-country,
    .sso-flow-3 fieldset.bds-sso-field-currency,
    .sso-flow-3 fieldset.bds-sso-field-first_name,
    .sso-flow-3 fieldset.bds-sso-field-last_name {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%
    }
    .sso-flow-3 fieldset.bds-sso-field-country:last-child,
    .sso-flow-3 fieldset.bds-sso-field-country:nth-child(2),
    .sso-flow-3 fieldset.bds-sso-field-currency:last-child,
    .sso-flow-3 fieldset.bds-sso-field-currency:nth-child(2),
    .sso-flow-3 fieldset.bds-sso-field-first_name:last-child,
    .sso-flow-3 fieldset.bds-sso-field-first_name:nth-child(2),
    .sso-flow-3 fieldset.bds-sso-field-last_name:last-child,
    .sso-flow-3 fieldset.bds-sso-field-last_name:nth-child(2) {
        margin-right: 0
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .sso-flow-3 fieldset.bds-sso-field-country,
    .sso-flow-3 fieldset.bds-sso-field-currency,
    .sso-flow-3 fieldset.bds-sso-field-first_name,
    .sso-flow-3 fieldset.bds-sso-field-last_name {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%
    }
    .sso-flow-3 fieldset.bds-sso-field-country:last-child,
    .sso-flow-3 fieldset.bds-sso-field-country:nth-child(2),
    .sso-flow-3 fieldset.bds-sso-field-currency:last-child,
    .sso-flow-3 fieldset.bds-sso-field-currency:nth-child(2),
    .sso-flow-3 fieldset.bds-sso-field-first_name:last-child,
    .sso-flow-3 fieldset.bds-sso-field-first_name:nth-child(2),
    .sso-flow-3 fieldset.bds-sso-field-last_name:last-child,
    .sso-flow-3 fieldset.bds-sso-field-last_name:nth-child(2) {
        margin-right: 0
    }
}

@media screen and (min-width:1026px) {
    .sso-flow-3 fieldset.bds-sso-field-currency,
    .sso-flow-3 fieldset.bds-sso-field-last_name {
        margin-right: 0
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .sso-flow-3 fieldset.bds-sso-field-currency,
    .sso-flow-3 fieldset.bds-sso-field-last_name {
        margin-right: 0
    }
}

.sso-flow-3 fieldset.bds-sso-field-phone_code {
    clear: both
}

@media screen and (min-width:1026px) {
    .sso-flow-3 fieldset.bds-sso-field-phone_code {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 14.8936170213%
    }
    .sso-flow-3 fieldset.bds-sso-field-phone_code:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .sso-flow-3 fieldset.bds-sso-field-phone_code {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 14.8936170213%;
        margin-bottom: 10px
    }
    .sso-flow-3 fieldset.bds-sso-field-phone_code:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:1026px) {
    .sso-flow-3 fieldset.bds-sso-field-phone {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 82.9787234043%;
        margin-right: 0
    }
    .sso-flow-3 fieldset.bds-sso-field-phone:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .sso-flow-3 fieldset.bds-sso-field-phone {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 82.9787234043%;
        margin-right: 0;
        margin-bottom: 20px
    }
    .sso-flow-3 fieldset.bds-sso-field-phone:last-child {
        margin-right: 0
    }
}

.sso-flow-3 .section-actions {
    width: 100%;
    display: inline-block
}

.sso-flow-3 .sso-button.sso-button-right {
    float: none;
    display: block;
    margin: 0 auto
}

.sso-flow-3 .bds-sso-field-phone_code .flag-button {
    position: absolute;
    left: .625rem;
    top: .875rem
}

.sso-flow-3 .bds-sso-field-phone_code input {
    padding-left: 2.1875rem
}

.sso-flow-3 .bds-sso-field-phone_code select {
    font-weight: 300
}

.sso-flow-3 .frame-content h2 {
    margin-top: 0
}

.blog form,
.error404 form,
.search form {
    margin-top: 35px
}

.blog .screen-reader-text,
.error404 .screen-reader-text,
.search .screen-reader-text {
    display: none
}

.blog .search-field,
.error404 .search-field,
.search .search-field {
    margin-bottom: 10px;
    max-width: 450px
}

.blog button,
.blog input[type=submit],
.error404 button,
.error404 input[type=submit],
.search button,
.search input[type=submit] {
    font-size: .875rem;
    color: #399946;
    background: transparent;
    border: 1px solid #399946
}

.blog button:hover,
.blog input[type=submit]:hover,
.error404 button:hover,
.error404 input[type=submit]:hover,
.search button:hover,
.search input[type=submit]:hover {
    background: #399946;
    color: #fff
}

@media screen and (min-width:1282px) {
    .page-template-sidebar .wrapper {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto
    }
    .page-template-sidebar .wrapper:after {
        clear: both;
        content: "";
        display: block
    }
}

@media screen and (max-width:1281px) {
    .page-template-sidebar .wrapper {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .page-template-sidebar .wrapper:after {
        clear: both;
        content: "";
        display: block
    }
}

.page-template-sidebar .page-content,
.page-template-sidebar .sidebar {
    padding: 3.4375rem 0
}

@media screen and (max-width:1025px) {
    .page-template-sidebar .button {
        display: block;
        margin: 0 auto
    }
}

@media screen and (min-width:1026px) {
    .page-template-sidebar .page-content {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 57.4468085106%
    }
    .page-template-sidebar .page-content:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:1026px) {
    .page-template-sidebar .sidebar {
        text-align: right;
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%;
        margin-left: 8.5106382979%
    }
    .page-template-sidebar .sidebar:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:1025px) {
    .page-template-sidebar .sidebar {
        text-align: center
    }
}

.page-template-sidebar .sidebar a {
    color: #555;
    text-decoration: underline
}

.page-template-sidebar .sidebar li {
    margin-bottom: .9375rem;
    padding-bottom: 1.0625rem;
    border-bottom: 1px solid #d7d7d7
}

.page-template-sidebar .sidebar strong {
    text-decoration: underline;
    display: block;
    margin-bottom: .3125rem
}

.page-template-sidebar .sidebar h3 {
    position: relative;
    font-size: 1.25rem;
    padding-top: 2.1875rem;
    margin-bottom: .9375rem
}

.page-template-sidebar .sidebar h3 em {
    color: #555;
    margin-top: .3125rem;
    font-size: .875rem;
    display: block
}

.page-template-sidebar .sidebar h3:before {
    content: "";
    position: absolute;
    top: 0;
    width: 70px;
    height: 1px;
    border-top: 3px solid #e30613
}

@media screen and (min-width:1026px) {
    .page-template-sidebar .sidebar h3:before {
        right: 0
    }
}

@media screen and (max-width:1025px) {
    .page-template-sidebar .sidebar h3:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@media screen and (max-width:1025px) {
    .page-template-sidebar .sidebar h3:first-child:before {
        display: none
    }
}

.page-template-sidebar .sidebar ol,
.page-template-sidebar .sidebar p,
.page-template-sidebar .sidebar ul {
    margin: 1.5625rem 0 2.1875rem;
    font-style: italic
}

.page-template-sidebar .row .page-header {
    position: relative;
    background-size: cover;
    background-position: 50%
}

.page-template-sidebar .row .page-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    opacity: .25
}

.page-template-sidebar .row .title-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.page-template-sidebar .row .title-container:after {
    clear: both;
    content: "";
    display: block
}

.page-template-sidebar .row h1 {
    position: relative;
    z-index: 1;
    float: left;
    color: #fff;
    margin: 5.625rem 0
}

.page-template-sidebar .row h1:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    width: 75%;
    border-bottom: 2px solid
}

@media screen and (max-width:1025px) {
    .page-template-sidebar .row h1 {
        font-size: 1.875rem;
        margin: 4.6875rem 0;
        margin-left: 17.0212765957%
    }
}

@media screen and (max-width:769px) {
    .page-template-sidebar .row h1 {
        font-size: 1.4375rem;
        margin: 3.125rem 0;
        margin-left: 8.5106382979%
    }
    .page-template-sidebar .row .page-content {
        margin-left: 8.5106382979%;
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 82.9787234043%
    }
    .page-template-sidebar .row .page-content:last-child {
        margin-right: 0
    }
}

.page-template-sidebar .content ol,
.page-template-sidebar .content ul {
    font-weight: 300
}

.page-template-sidebar .content a[href$=".pdf"] {
    display: inline-block;
    position: relative;
    padding-left: 1.125rem;
    margin-left: .1875rem;
    color: #202020
}

.page-template-sidebar .content a[href$=".pdf"]:before {
    content: " ";
    position: absolute;
    left: 0;
    top: -2px;
    background-size: 16px;
    background-position: 0
}

.learn-more {
    margin-bottom: 3.4375rem
}

.wrapper .learn-more.page-content {
    padding-top: 0
}

.learn-more.page-content ul {
    padding: 0
}

.learn-more.page-content ul:nth-child(2) {
    margin-bottom: 3.4375rem
}

.learn-more.page-content ul:nth-child(4) {
    margin-bottom: 0
}

.learn-more h3 {
    margin-bottom: 1.5625rem
}

.learn-more a {
    position: relative;
    display: block;
    font-size: 1.125rem;
    padding: 1.875rem 4.0625rem;
    margin-bottom: .625rem;
    -webkit-transition: all .4s;
    transition: all .4s
}

.learn-more a:before {
    left: 25px;
    width: 26px;
    height: 30px;
    background-size: 25px
}

.learn-more a:after,
.learn-more a:before {
    content: " ";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.learn-more a:after {
    right: 25px;
    background-size: 15px
}

.learn-more ul:nth-child(2) a {
    background: #2a8cdb;
    color: #fff;
    border-left: .3125rem solid #0c4d82
}

.no-touch .learn-more ul:nth-child(2) a:hover {
    background: #57c6f3
}

.learn-more ul:nth-child(4) {
    margin-bottom: 0
}

.learn-more ul:nth-child(4) a {
    background: #47bf52;
    color: #fff;
    border-left: .3125rem solid #399946
}

.no-touch .learn-more ul:nth-child(4) a:hover {
    background: #50dd5d
}

.learn-more li {
    line-height: 1;
    list-style-type: none
}

.as-seen-on {
    border-bottom: 1px solid #d7d7d7;
    padding: 1.875rem 0 4.375rem
}

.home .as-seen-on {
    padding: 2.5rem 0
}

.as-seen-on .content-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.as-seen-on .content-container:after {
    clear: both;
    content: "";
    display: block
}

.as-seen-on h3 {
    margin-bottom: 35px;
    font-size: 1.25rem;
    padding-left: 3.5%
}

.as-seen-on li {
    text-align: left;
    height: 25px
}

.as-seen-on li.forbes {
    background: url(../images/components/as-seen-on/logo_forbes.svg) no-repeat 50%;
    background-size: 95px
}

.as-seen-on li.investing {
    background: url(../images/components/as-seen-on/logo_investing.svg) no-repeat 50%;
    background-size: 115px
}

.as-seen-on li.fx-empire {
    background: url(../images/components/as-seen-on/logo_fxempire.svg) no-repeat 50%;
    background-size: 115px
}

.as-seen-on li.sky_sports {
    background: url(../images/components/as-seen-on/logo_skysports.svg) no-repeat 50%;
    background-size: 115px
}

.as-seen-on li.dmax {
    background: url(../images/components/as-seen-on/logo_dmax.svg) no-repeat 50%;
    background-size: 95px
}

.as-seen-on li.rtl {
    background: url(../images/components/as-seen-on/logo_rtl.svg) no-repeat 50%;
    background-size: 115px
}

@media screen and (max-width:480px) {
    .as-seen-on li {
        float: left;
        display: block;
        margin-right: 14.2857142857%;
        width: 42.8571428571%
    }
    .as-seen-on li:last-child,
    .as-seen-on li:nth-child(2n) {
        margin-right: 0
    }
    .as-seen-on li:nth-child(2n+1) {
        clear: left
    }
    .as-seen-on li:nth-child(-n+2) {
        margin-top: 0
    }
}

@media screen and (min-width:481px) and (max-width:769px) {
    .as-seen-on li {
        float: left;
        display: block;
        margin-right: 9.0909090909%;
        width: 27.2727272727%
    }
    .as-seen-on li:last-child,
    .as-seen-on li:nth-child(3n) {
        margin-right: 0
    }
    .as-seen-on li:nth-child(3n+1) {
        clear: left
    }
    .as-seen-on li:nth-child(-n+3) {
        margin-top: 0
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .as-seen-on li {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%
    }
    .as-seen-on li:last-child,
    .as-seen-on li:nth-child(3n) {
        margin-right: 0
    }
    .as-seen-on li:nth-child(3n+1) {
        clear: left
    }
    .as-seen-on li:nth-child(-n+3) {
        margin-top: 0
    }
}

@media screen and (max-width:1025px) {
    .as-seen-on li {
        margin-top: 2.1875rem;
        padding-left: 8%
    }
    .as-seen-on h3 {
        text-align: center
    }
}

@media screen and (min-width:1026px) {
    .as-seen-on li {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 14.8936170213%;
        text-align: center
    }
    .as-seen-on li:last-child,
    .as-seen-on li:nth-child(6n) {
        margin-right: 0
    }
    .as-seen-on li:nth-child(6n+1) {
        clear: left
    }
}

.economic-calendar-section {
    width: 80%;
    margin: 1.875rem auto;
    max-width: 1280px
}

.bdswiss-features {
    padding: 5rem 0;
    border-bottom: 1px solid #d7d7d7
}

.bdswiss-features .text-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.bdswiss-features .text-container:after {
    clear: both;
    content: "";
    display: block
}

.bdswiss-features ul li {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
    padding: 1.5625rem
}

.bdswiss-features ul li:last-child,
.bdswiss-features ul li:nth-child(2n) {
    margin-right: 0
}

.bdswiss-features ul li:nth-child(2n+1) {
    clear: left
}

.bdswiss-features .icon {
    position: relative;
    display: inline-block;
    top: .5625rem;
    height: 35px;
    width: 35px;
    background-position: 50%;
    background-repeat: no-repeat
}

.bdswiss-features .icon.no-negative {
    background-image: url(../images/forex/equity_icon.svg)
}

.bdswiss-features .icon.low-costs {
    background-image: url(../images/forex/learning_materials_icon.svg)
}

.bdswiss-features .icon.learning {
    background-image: url(../images/forex/low_costs_icon.svg)
}

.bdswiss-features .icon.support {
    background-image: url(../images/forex/support_icon.svg)
}

.bdswiss-features h2 {
    font-size: 1.6875rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2.1875rem
}

.bdswiss-features h3 {
    font-size: 1.125rem;
    line-height: 1.4
}

@media screen and (max-width:769px) {
    .bdswiss-features ul li {
        width: 100%;
        text-align: center;
        margin: 0
    }
    .bdswiss-features ul li:last-child {
        padding-bottom: 0
    }
    .bdswiss-features ul li:last-child p {
        margin: 0
    }
}

.company-features-alternative {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 5rem 0
}

.company-features-alternative:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width:1281px) {
    .company-features-alternative {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .company-features-alternative:after {
        clear: both;
        content: "";
        display: block
    }
}

.company-features-alternative .text-container {
    margin-top: 3.4375rem
}

.company-features-alternative .text-container:after {
    clear: both;
    content: "";
    display: block
}

.company-features-alternative .img-container {
    width: 100%;
    right: 0;
    text-align: center
}

.company-features-alternative .img-container img {
    width: 100%;
    max-width: 500px
}

.company-features-alternative .btn-container {
    margin: 0 auto;
    display: block;
    text-align: center
}

.company-features-alternative .text-column {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%
}

.company-features-alternative .text-column:last-child {
    margin-right: 0
}

.company-features-alternative h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin-bottom: 2.8125rem;
    text-align: center;
    text-transform: uppercase
}

.company-features-alternative h3 {
    font-size: 1.125rem;
    line-height: 1.3
}

.company-features-alternative p {
    color: #555;
    margin-bottom: .625rem
}

.company-features-alternative .btn-homepage,
.company-features-alternative .main-header .authentication-block .account-link,
.company-features-alternative .main-header .authentication-block .signup-link,
.company-features-alternative .main-header .header-link,
.main-header .authentication-block .company-features-alternative .account-link,
.main-header .authentication-block .company-features-alternative .signup-link,
.main-header .company-features-alternative .header-link {
    margin-top: 2.1875rem
}

@media screen and (max-width:769px) {
    .company-features-alternative .img-container {
        -webkit-transform: none;
        transform: none;
        margin: 0 0 2.1875rem
    }
    .company-features-alternative img {
        max-width: 80%
    }
    .company-features-alternative .text-column {
        width: 100%;
        margin-top: 1.5625rem;
        text-align: center
    }
    .company-features-alternative .img-container,
    .company-features-alternative .text-container {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .company-features-alternative img {
        max-width: 100%
    }
}

.top-traders {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 5rem 0;
    text-align: center
}

.top-traders:after {
    clear: both;
    content: "";
    display: block
}

.top-traders h2 {
    margin-bottom: 3.4375rem
}

.top-traders h3 {
    color: #706f6f;
    font-size: 1.125rem;
    line-height: 1.3
}

.top-traders img {
    max-width: 125px
}

.top-traders .place {
    display: block;
    padding: 1.5625rem 0 .9375rem
}

.main-header .authentication-block .top-traders .account-link,
.main-header .authentication-block .top-traders .signup-link,
.main-header .top-traders .header-link,
.top-traders .btn-homepage,
.top-traders .main-header .authentication-block .account-link,
.top-traders .main-header .authentication-block .signup-link,
.top-traders .main-header .header-link {
    margin: 3.125rem auto 0
}

.top-traders li h2 span,
.top-traders li h3 span {
    display: block;
    margin-top: .25rem;
    font-size: 1rem
}

.top-traders li p {
    font-size: .875rem
}

.top-traders .winner {
    width: 100%;
    display: block
}

.top-traders .winner h2 {
    font-size: 1.375rem;
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

.top-traders .winner .place {
    display: none
}

.top-traders ul {
    margin: 35px auto 0
}

.top-traders .trader {
    width: 33.3333333333%;
    padding: 0 2.8125rem;
    float: left;
    position: relative
}

.top-traders .trader:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 0;
    width: 65%;
    height: 1px;
    border-top: 2px solid #e30613
}

.top-traders .trader .place {
    font-size: 1.75rem;
    color: #706f6f
}

@media screen and (max-width:1025px) {
    .top-traders .winner {
        margin-bottom: 3.125rem
    }
    .top-traders .trader {
        width: 50%;
        float: none;
        padding: .625rem .5rem;
        margin: 0 auto .9375rem;
        border-left: 2px solid #e30613;
        border-right: 2px solid #e30613;
        background-color: #eee;
        text-align: left
    }
    .top-traders .trader:before {
        display: none
    }
    .top-traders .trader .place {
        float: left;
        padding: .3125rem 1.25rem .5rem .3125rem
    }
    .top-traders .trader p {
        margin-bottom: 0
    }
    .top-traders .trader h3 span {
        display: block
    }
}

@media screen and (max-width:769px) {
    .top-traders .trader {
        width: 80%
    }
}

.product-features .content-container {
    position: relative
}

.product-features .first-column {
    position: relative;
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    padding: 1.875rem
}

.product-features .first-column:after {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 1px solid #e30613;
    width: 1px;
    right: 25px;
    top: 0
}

.page-template-forex-home .product-features .first-column:after {
    border-left: 1px solid #0c4d82
}

.product-features .second-column {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding: 1.875rem
}

.product-features .top-section {
    position: relative;
    width: 100%;
    display: table;
    padding: 1.875rem 0 0
}

.product-features .top-section:after {
    clear: both;
    content: "";
    display: block
}

.product-features .prominent-box {
    padding: 1.875rem
}

.product-features .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 50px;
    width: 50px;
    background: no-repeat 50%
}

.product-features .property li {
    position: relative;
    padding-left: 3.75rem;
    margin-bottom: .9375rem
}

.product-features .property li:last-child {
    margin-bottom: 0
}

.product-features .property h3 {
    text-align: left
}

.product-features h3 {
    color: #555;
    font-size: 2.1875rem;
    margin: 0
}

.product-features h3 span {
    font-size: 1.125rem;
    display: block
}

.product-features h2 {
    text-align: center;
    color: #555;
    font-size: 1.875rem;
    line-height: 1.3;
    margin-bottom: 2.1875rem;
    display: inline-block;
    width: 100%
}

.product-features .description h3 {
    font-size: 1.1875rem;
    line-height: 1.1;
    text-align: left;
    margin: 0 0 .625rem;
    color: #555
}

@media screen and (min-width:1026px) and (max-width:1281px) {
    .product-features h3 span {
        display: block;
        margin-top: .3125rem
    }
}

@media screen and (max-width:1025px) {
    .product-features h2 {
        margin-top: 2.1875rem
    }
    .product-features .first-column,
    .product-features .second-column {
        width: 100%;
        display: block
    }
    .product-features .first-column:after {
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
        height: 1px;
        border-left: 0;
        border-bottom: 1px solid #e30613
    }
    .page-template-forex-home .product-features .first-column:after {
        border-bottom: 1px solid #0c4d82
    }
    .product-features .icon {
        position: relative;
        display: block;
        margin: 0 auto;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .product-features .top-section {
        padding: 0
    }
    .product-features .property:after {
        clear: both;
        content: "";
        display: block
    }
    .product-features .property li {
        padding: 0;
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%
    }
    .product-features .property li:last-child,
    .product-features .property li:nth-child(2n) {
        margin-right: 0
    }
    .product-features .property li:nth-child(2n+1) {
        clear: left
    }
    .product-features .property li:nth-child(5) {
        float: none;
        display: block;
        margin: 0 auto
    }
    .product-features .property li h3 {
        margin: 1.5625rem 0 3.4375rem;
        text-align: center
    }
    .product-features .prominent-box {
        margin: 3.4375rem 0 0;
        padding-top: 0
    }
}

@media screen and (max-width:769px) {
    .product-features .property li {
        padding: 0;
        float: none;
        margin-right: 0;
        width: 100%
    }
    .product-features h3 span {
        display: block;
        margin-top: .3125rem
    }
}

@media screen and (max-width:480px) {
    .product-features h2 {
        font-size: 2rem
    }
    .product-features h3 span {
        font-size: 1.375rem
    }
    .product-features .description h3 {
        margin: 2.1875rem 0 .625rem;
        text-align: center
    }
}

.page-template-forex-home .product-features h2 {
    color: #0c4d82
}

.product-features-alternative {
    padding: 5rem 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7
}

.product-features-alternative .text-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: table
}

.product-features-alternative .text-container:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width:1281px) {
    .product-features-alternative .text-container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .product-features-alternative .text-container:after {
        clear: both;
        content: "";
        display: block
    }
}

.product-features-alternative .image-container {
    position: relative;
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.product-features-alternative .image-container img {
    max-width: 90%;
    width: 100%
}

.product-features-alternative .explanatory {
    width: 30%;
    display: table-cell
}

.product-features-alternative .explanatory li {
    position: relative;
    padding-left: 1.5625rem
}

.product-features-alternative .explanatory span {
    font-size: 1rem;
    line-height: 1.2;
    position: absolute;
    left: -3px;
    top: 0;
    color: #399946;
    width: 1.375rem;
    text-align: center
}

.product-features-alternative .explanatory h3 {
    font-size: 1rem;
    color: #399946
}

.product-features-alternative .explanatory p {
    font-size: .875rem
}

.product-features-alternative h2 {
    font-size: 1.5625rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3.4375rem
}

.product-features-alternative h2 strong {
    font-weight: 600;
    font-size: 1.6875rem
}

@media screen and (max-width:1025px) {
    .product-features-alternative .explanatory,
    .product-features-alternative .image-container {
        display: block;
        width: 100%
    }
    .product-features-alternative .explanatory:after,
    .product-features-alternative .image-container:after {
        clear: both;
        content: "";
        display: block
    }
    .product-features-alternative .image-container {
        text-align: center
    }
    .product-features-alternative .image-container img {
        margin: 25px auto
    }
    .product-features-alternative .explanatory li {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%
    }
    .product-features-alternative .explanatory li:last-child,
    .product-features-alternative .explanatory li:nth-child(2n) {
        margin-right: 0
    }
    .product-features-alternative .explanatory li:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width:480px) {
    .product-features-alternative .explanatory li {
        float: none;
        margin-right: 0;
        width: 100%
    }
}

.promotion-space {
    position: relative;
    padding: 5rem 0;
    display: table;
    min-height: 400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed
}

.promotion-space:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #202020;
    opacity: .7;
    z-index: 0
}

.promotion-space .table-container {
    position: relative;
    z-index: 2;
    font-size: 1.125rem;
    line-height: .06875rem;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

.promotion-space .table-container .text-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.promotion-space .table-container .text-container:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width:1281px) {
    .promotion-space .table-container .text-container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .promotion-space .table-container .text-container:after {
        clear: both;
        content: "";
        display: block
    }
}

.blog .promotion-space button,
.blog .promotion-space input[type=submit],
.error404 .promotion-space button,
.error404 .promotion-space input[type=submit],
.main-header .authentication-block .promotion-space .account-link,
.main-header .authentication-block .promotion-space .signup-link,
.main-header .promotion-space .header-link,
.promotion-space .blog button,
.promotion-space .blog input[type=submit],
.promotion-space .btn,
.promotion-space .btn-homepage,
.promotion-space .error404 button,
.promotion-space .error404 input[type=submit],
.promotion-space .main-header .authentication-block .account-link,
.promotion-space .main-header .authentication-block .signup-link,
.promotion-space .main-header .header-link,
.promotion-space .search button,
.promotion-space .search input[type=submit],
.search .promotion-space button,
.search .promotion-space input[type=submit] {
    clear: both;
    float: left;
    min-width: 200px
}

.promotion-space h2,
.promotion-space p {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 40.4255319149%;
    clear: both
}

.promotion-space h2:last-child,
.promotion-space p:last-child {
    margin-right: 0
}

@media screen and (max-width:1025px) {
    .promotion-space {
        text-align: center
    }
    .promotion-space h2 {
        float: none;
        width: 80%;
        margin: 0 auto 15px
    }
    .promotion-space p {
        float: none;
        width: 100%
    }
    .blog .promotion-space button,
    .blog .promotion-space input[type=submit],
    .error404 .promotion-space button,
    .error404 .promotion-space input[type=submit],
    .main-header .authentication-block .promotion-space .account-link,
    .main-header .authentication-block .promotion-space .signup-link,
    .main-header .promotion-space .header-link,
    .promotion-space .blog button,
    .promotion-space .blog input[type=submit],
    .promotion-space .btn,
    .promotion-space .btn-homepage,
    .promotion-space .error404 button,
    .promotion-space .error404 input[type=submit],
    .promotion-space .main-header .authentication-block .account-link,
    .promotion-space .main-header .authentication-block .signup-link,
    .promotion-space .main-header .header-link,
    .promotion-space .search button,
    .promotion-space .search input[type=submit],
    .search .promotion-space button,
    .search .promotion-space input[type=submit] {
        float: none
    }
}

.steps-section {
    z-index: 1;
    padding: 5rem 0 0;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto
}

.steps-section:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width:1281px) {
    .steps-section {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .steps-section:after {
        clear: both;
        content: "";
        display: block
    }
}

.steps-section p {
    text-align: center;
    margin-bottom: 2.1875rem;
    font-size: 1.25rem
}

.steps-section .btn-container {
    clear: both;
    text-align: center;
    margin: .9375rem 0 0
}

.steps-section .btn-container a {
    margin-top: 3.4375rem
}

@media screen and (max-width:1025px) {
    .steps-section .btn-container a {
        margin-top: 0
    }
}

.four-columns {
    position: relative;
    width: 33.3333%;
    float: left;
    text-align: center
}

.four-columns:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    top: 75px;
    right: 0;
    background: #777;
    z-index: 1
}

.four-columns.second-step:after {
    width: 100%
}

.four-columns.third-step:after {
    right: auto;
    left: 0
}

.four-columns .step-number {
    position: relative;
    font-size: 2.9375rem;
    padding-bottom: 45px
}

.four-columns .step-number:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    border: 4px solid #777;
    background: #fff;
    z-index: 2
}

.four-columns .step-number,
.four-columns h3 {
    color: #555
}

.four-columns .step-number {
    font-size: 2.25rem
}

.four-columns h3 {
    font-size: 2rem;
    margin-top: .3125rem
}

@media screen and (max-width:1025px) {
    .four-columns {
        width: 100%;
        margin-bottom: 52px
    }
    .four-columns:after {
        height: 50px;
        top: auto;
        margin: auto
    }
    .four-columns.second-step:after,
    .four-columns:after {
        width: 1px;
        left: 0;
        right: 0
    }
    .four-columns.third-step:after {
        display: none
    }
    .four-columns .step-number {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: block;
        margin: 0 auto 22px;
        border: 1px solid;
        font-size: 1.75rem;
        border-radius: 50%
    }
    .four-columns .step-number:after {
        display: none
    }
}

.live-prices-component {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
    text-align: center
}

.live-prices-component:after {
    clear: both;
    content: "";
    display: block
}

.live-prices-component h2 {
    font-size: 1.5625rem
}

.live-prices-component iframe {
    width: 90%;
    border: none;
    margin: .625rem auto
}

.live-prices-component .btn-container {
    position: relative;
    clear: both;
    text-align: center
}

.assets-component {
    padding: 5rem 0
}

@media screen and (min-width:1282px) {
    .assets-component {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto
    }
    .assets-component:after {
        clear: both;
        content: "";
        display: block
    }
}

@media screen and (max-width:1281px) {
    .assets-component {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .assets-component:after {
        clear: both;
        content: "";
        display: block
    }
}

.assets-component h2 {
    font-size: 1.5625rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3.4375rem
}

.assets-component h2 strong {
    font-weight: 600;
    font-size: 1.6875rem
}

.assets-component .widget-container:after {
    clear: both;
    content: "";
    display: block
}

.assets-component .btn-container {
    position: relative;
    clear: both;
    text-align: center
}

.asset-classes,
.assets,
.conditions {
    margin-bottom: 2.1875rem;
    padding: .9375rem;
    background: #f9f9fb;
    border: 1px solid #d7d7d7
}

.asset-classes h3,
.assets h3,
.conditions h3 {
    font-size: 1.25rem;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.asset-classes p,
.assets p,
.conditions p {
    margin: 0
}

.asset-classes li,
.assets li,
.conditions li {
    padding: .9375rem 0
}

.asset-classes .icon,
.assets .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/pages/forex/forex-icons.svg);
    background-size: 48px 126px;
    margin-right: .3125rem;
    -webkit-transition: background-position .2s;
    transition: background-position .2s;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.no-touch .asset-classes li:hover,
.no-touch .assets li:hover {
    padding-left: .875rem;
    color: #e30613
}

.asset-classes li,
.assets li {
    -webkit-transition: padding-left .2s;
    transition: padding-left .2s;
    cursor: pointer
}

.asset-classes li:after,
.asset-classes li:before,
.assets li:after,
.assets li:before {
    content: "";
    position: absolute
}

.asset-classes li:nth-child(1) .icon,
.assets li:nth-child(1) .icon {
    background-position: 0 232px
}

.asset-classes li:nth-child(2) .icon,
.assets li:nth-child(2) .icon {
    background-position: 0 211px
}

.asset-classes li:nth-child(3) .icon,
.assets li:nth-child(3) .icon {
    background-position: 0 189px
}

.asset-classes li:nth-child(4) .icon,
.assets li:nth-child(4) .icon {
    background-position: 0 164px;
    height: 14px
}

.asset-classes li.active,
.assets li.active {
    padding: .875rem;
    position: relative;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #e30613
}

.asset-classes li.active:before,
.assets li.active:before {
    top: -1px;
    right: -25px;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 25px solid #d7d7d7
}

.asset-classes li.active:after,
.assets li.active:after {
    top: 0;
    right: -24px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 24px solid #fff
}

.asset-classes li.active:nth-child(1) .icon,
.assets li.active:nth-child(1) .icon {
    background-position: -24px 232px
}

.asset-classes li.active:nth-child(2) .icon,
.assets li.active:nth-child(2) .icon {
    background-position: -24px 211px
}

.asset-classes li.active:nth-child(3) .icon,
.assets li.active:nth-child(3) .icon {
    background-position: -24px 189px
}

.asset-classes li.active:nth-child(4) .icon,
.assets li.active:nth-child(4) .icon {
    background-position: -24px 164px
}

.asset-classes li p,
.assets li p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    line-height: 1.7
}

@media screen and (min-width:1026px) {
    .asset-classes,
    .assets {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 23.4042553191%
    }
    .asset-classes:last-child,
    .assets:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .asset-classes,
    .assets {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 23.4042553191%
    }
    .asset-classes:last-child,
    .assets:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:769px) {
    .asset-classes,
    .assets {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 57.4468085106%
    }
    .asset-classes:last-child,
    .assets:last-child {
        margin-right: 0
    }
    .asset-classes h3,
    .assets h3 {
        line-height: 1.7
    }
}

.assets ul {
    display: none
}

.assets ul.active {
    display: block
}

@media screen and (max-width:769px) {
    .assets {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 40.4255319149%
    }
    .assets,
    .assets:last-child {
        margin-right: 0
    }
    .assets li:after,
    .assets li:before {
        display: none
    }
    .assets li.active {
        border-right: 1px solid #d7d7d7
    }
}

.conditions {
    position: relative;
    padding-bottom: .5rem
}

.conditions .conditions-link {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: .75rem;
    color: #555;
    text-decoration: underline
}

.conditions ul {
    display: none
}

.conditions ul.active {
    display: block
}

.conditions ul.active:after {
    clear: both;
    content: "";
    display: block
}

.conditions li {
    position: relative;
    border-bottom: 1px dashed #d7d7d7
}

.conditions li p {
    line-height: 1.7
}

.conditions li:last-child {
    border-bottom: 0
}

.conditions p:before {
    content: " ";
    display: inline-block;
    margin-right: 10px
}

@media screen and (min-width:1026px) {
    .conditions {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%
    }
    .conditions:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .conditions {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%
    }
    .conditions:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:769px) {
    .conditions {
        clear: both
    }
    .conditions li {
        margin: 0;
        width: 100%
    }
}

.complete-trading-package h2 {
    position: relative;
    text-align: center;
    margin-bottom: 3.125rem;
    padding-bottom: 3.125rem;
    border-bottom: 1px solid #d7d7d7
}

.complete-trading-package h2:after,
.complete-trading-package h2:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -1px
}

.complete-trading-package h2:after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #f9f9fb
}

.complete-trading-package h2:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #d7d7d7
}

.complete-trading-package .top-section {
    padding-bottom: 3.125rem;
    border-bottom: 1px solid #d7d7d7
}

.complete-trading-package .icons-container {
    margin-bottom: 3.4375rem
}

.complete-trading-package .icons-container:after {
    clear: both;
    content: "";
    display: block
}

.complete-trading-package .icons-container li {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 13.0434782609%;
    text-align: center
}

.complete-trading-package .icons-container li:last-child {
    margin-right: 0
}

.complete-trading-package .icons-container h4 {
    margin-top: .9375rem;
    font-size: .875rem;
    line-height: 1.3;
    padding: 0 .3125rem;
    text-transform: uppercase
}

.complete-trading-package .text-container:after {
    clear: both;
    content: "";
    display: block
}

.complete-trading-package p {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 82.9787234043%;
    margin-left: 8.5106382979%;
    text-align: center;
    line-height: 1.9
}

.complete-trading-package p:last-child {
    margin-right: 0
}

.complete-trading-package img {
    max-width: 105px;
    width: 100%
}

@media screen and (max-width:1025px) {
    .complete-trading-package {
        padding: 5rem 1.875rem
    }
    .complete-trading-package .content-container {
        padding: 0;
        border: 0
    }
    .complete-trading-package p {
        float: none;
        margin: 0;
        width: 100%
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .complete-trading-package .icons-container li {
        float: left;
        display: block;
        margin-right: 9.0909090909%;
        width: 27.2727272727%;
        margin-bottom: 2.1875rem
    }
    .complete-trading-package .icons-container li:last-child,
    .complete-trading-package .icons-container li:nth-child(3n) {
        margin-right: 0
    }
    .complete-trading-package .icons-container li:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (max-width:769px) {
    .complete-trading-package .image-container {
        margin-bottom: 3.4375rem;
        margin-top: 2.1875rem
    }
}

@media screen and (min-width:481px) and (max-width:769px) {
    .complete-trading-package .icons-container li {
        float: left;
        display: block;
        margin-right: 14.2857142857%;
        width: 42.8571428571%;
        margin-bottom: 2.1875rem
    }
    .complete-trading-package .icons-container li:last-child,
    .complete-trading-package .icons-container li:nth-child(2n) {
        margin-right: 0
    }
    .complete-trading-package .icons-container li:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width:480px) {
    .complete-trading-package .icons-container li {
        width: 100%;
        margin: 0 0 2.1875rem
    }
}

.safety-is-priority {
    padding: 5rem 0;
    border-bottom: 1px solid #d7d7d7
}

.safety-is-priority .outer-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.safety-is-priority .outer-container:after {
    clear: both;
    content: "";
    display: block
}

.safety-is-priority h2 {
    text-align: center;
    margin: 0 0 5rem
}

.safety-is-priority li {
    text-align: center;
    padding: 0 3.125rem 2.5rem
}

.safety-is-priority li img {
    max-width: 160px;
    margin-bottom: 1.5625rem
}

.safety-is-priority li h3 {
    font-size: 16px;
    margin-bottom: 20px
}

@media screen and (min-width:1282px) {
    .safety-is-priority li {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%
    }
    .safety-is-priority li:last-child,
    .safety-is-priority li:nth-child(3n) {
        margin-right: 0
    }
    .safety-is-priority li:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width:1026px) and (max-width:1281px) {
    .safety-is-priority li {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%
    }
    .safety-is-priority li:last-child,
    .safety-is-priority li:nth-child(3n) {
        margin-right: 0
    }
    .safety-is-priority li:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .safety-is-priority li {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%
    }
    .safety-is-priority li:last-child,
    .safety-is-priority li:nth-child(2n) {
        margin-right: 0
    }
    .safety-is-priority li:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width:481px) and (max-width:769px) {
    .safety-is-priority li {
        float: left;
        display: block;
        margin-right: 3.2258064516%;
        width: 48.3870967742%
    }
    .safety-is-priority li:last-child,
    .safety-is-priority li:nth-child(2n) {
        margin-right: 0
    }
    .safety-is-priority li:nth-child(2n+1) {
        clear: left
    }
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto
}

.aligncenter {
    display: block;
    margin: .5rem auto;
    height: auto
}

.alignleft,
.alignright {
    margin-bottom: .5rem;
    height: auto
}

@media (min-width:769px) {
    .alignleft {
        float: left;
        margin-right: .5rem
    }
    .alignright {
        float: right;
        margin-left: .5rem
    }
}

.modal .modal-fade-screen {
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    background-color: rgba(0, 0, 0, .85);
    overflow: auto
}

@media screen and (max-width:1025px) {
    .modal .modal-fade-screen {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: .6rem;
        text-align: left
    }
}

@media screen and (max-width:1025px) {
    .modal .modal-fade-screen .modal-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer
    }
}

@media screen and (min-width:1026px) {
    .modal .modal-close {
        display: none
    }
}

@media screen and (max-width:1025px) {
    .modal .modal-close {
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        height: 1.5em;
        width: 1.5em;
        background: #202020;
        cursor: pointer
    }
}

.modal .modal-close:after,
.modal .modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    height: 1.5em;
    width: .15em;
    background: #fff;
    content: "";
    display: block;
    margin: -3px 0 0 -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal .modal-close:hover:after,
.modal .modal-close:hover:before {
    background: #e6e6e6
}

.modal .modal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal .modal-logo {
    position: absolute;
    width: 8.75rem;
    height: 1.375rem;
    top: 25px;
    left: 20px;
    z-index: 10
}

.modal .modal-inner {
    background: #202020;
    color: #fff;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    z-index: 5;
    overflow: auto
}

@media screen and (max-width:1025px) {
    .modal .modal-inner {
        border-radius: 3px;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        top: 0;
        width: 100%
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .modal .modal-inner {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
        padding: 1.25rem 1.25rem 0
    }
    .modal .modal-inner:after {
        clear: both;
        content: "";
        display: block
    }
}

@media screen and (max-width:769px) {
    .modal .modal-inner {
        padding: 4.6875rem 1.25rem 0
    }
}

.modal .modal-inner .modal-content:after {
    clear: both;
    content: "";
    display: block
}

.modal-open {
    overflow: hidden
}

.modal-open .modal-fade-screen {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width:1026px) {
    .modal.mobile-menu {
        display: none
    }
}

.modal .btn-set .select-lang,
.modal .nav .select-lang {
    text-transform: uppercase
}

.modal .btn-set .select-lang img,
.modal .nav .select-lang img {
    max-width: 16px;
    margin-right: 2px
}

.modal .btn-set li.current_page_item a:first-child,
.modal .nav li.current_page_item a:first-child {
    position: relative;
    color: #fff
}

.modal .btn-set a,
.modal .nav a {
    display: block;
    padding: 20px 15px;
    cursor: pointer;
    color: #b3b3b3;
    font-size: 1.125rem
}

.modal .btn-set .sub-menu li,
.modal .nav .sub-menu li {
    padding-left: 1.5625rem
}

.modal .btn-set i {
    position: relative;
    margin-left: .625rem;
    top: -2px
}

.modal .authentication-block .btn-set,
.modal .authentication-block .spinner {
    display: none
}

@media screen and (max-width:1281px) {
    .modal .nav a {
        font-size: 1rem;
        border-bottom: 1px solid #d7d7d7
    }
    .modal .nav a.select-lang {
        border-bottom: 0;
        text-align: right;
        margin-top: .9375rem;
        padding-right: 0
    }
    .modal .menu-item-has-children {
        position: relative
    }
    .modal .expand-menu-arrows {
        width: 40px;
        height: 27px;
        position: absolute;
        top: 20px;
        right: 5px;
        font-size: 1.75rem;
        text-align: center;
        cursor: pointer;
        color: #b3b3b3;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
        background-size: 20px
    }
    .modal .expand-menu-arrows.active {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .modal .sub-menu {
        display: none
    }
}

@media screen and (max-width:1025px) {
    .modal .btn-set {
        margin-bottom: .1875rem
    }
    .modal .btn-set:after {
        clear: both;
        content: "";
        display: block
    }
    .modal .btn-set li {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%
    }
    .modal .btn-set li:last-child {
        margin-right: 0
    }
    .modal .btn-set .login-link {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIsMEM1LjQsMCwwLDUuNCwwLDEyczUuNCwxMiwxMiwxMnMxMi01LjQsMTItMTJTMTguNiwwLDEyLDB6IE0xMiwyMmMtMy4xLDAtNS45LTEuNC03LjctMy43YzAuMy0wLjYsMC44LTEsMS45LTEuMmMyLjItMC41LDQuNS0xLDMuNC0yLjlDNi40LDguMyw4LjYsNSwxMiw1YzMuMywwLDUuNiwzLjIsMi41LDkuMWMtMSwyLDEuMSwyLjQsMy40LDIuOWMxLjEsMC4yLDEuNiwwLjcsMS45LDEuMkMxNy45LDIwLjYsMTUuMSwyMiwxMiwyMnoiLz48L3N2Zz4=);
        margin-right: 6%
    }
    .modal .btn-set .signup-link {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuNiw4LjNjMCwwLjUtMC40LDAuOS0wLjksMC45cy0wLjktMC40LTAuOS0wLjlzMC40LTAuOSwwLjktMC45UzE2LjYsNy44LDE2LjYsOC4zeiBNMjQsMTJjMCw2LjYtNS40LDEyLTEyLDEyUzAsMTguNiwwLDEyUzUuNCwwLDEyLDBTMjQsNS40LDI0LDEyeiBNMTIuNywxMy45Yy0xLjEtMC40LTIuMS0xLjMtMi42LTIuNEw3LDE0LjdWMTdoM3YtMWgxdi0xaDAuN0wxMi43LDEzLjl6IE0xOCw5LjdjMC0yLTEuNi0zLjctMy43LTMuN2MtMiwwLTMuNywxLjYtMy43LDMuN3MxLjYsMy43LDMuNywzLjdDMTYuNCwxMy4zLDE4LDExLjcsMTgsOS43eiIvPjwvc3ZnPg==)
    }
    .modal .btn-set .account-link {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNzY4IDc2OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzY4IDc2ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PGcgaWQ9Imljb21vb24taWdub3JlIj48L2c+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM2Ny41LDMxLjVMNjcyLDE5MnY2NC41SDY0LjVWMTkyTDM2Ny41LDMxLjV6IE01MTEuNSwzMTkuNWg5NnYyMjVoLTk2VjMxOS41eiBNNjQuNSw3MDMuNXYtOTZINjcydjk2SDY0LjV6IE0zMTkuNSwzMTkuNWg5NnYyMjVoLTk2VjMxOS41eiBNMTI3LjUsMzE5LjVoOTZ2MjI1aC05NlYzMTkuNXoiLz48L3N2Zz4=)
    }
    .modal .btn-set .logout-link {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PGcgaWQ9Imljb21vb24taWdub3JlIj48L2c+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM4NCwzMjB2LTY0SDIyNHYtNjRoMTYwdi02NGw5Niw5NkwzODQsMzIweiBNMzUyLDI4OHYxMjhIMTkydjk2TDAsNDE2VjBoMzUydjE2MGgtMzJWMzJINjRsMTI4LDY0djI4OGgxMjh2LTk2SDM1MnoiLz48L3N2Zz4=)
    }
    .modal .btn-set .account-link,
    .modal .btn-set .login-link,
    .modal .btn-set .logout-link,
    .modal .btn-set .signup-link {
        display: block;
        font-size: 1rem;
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: 15px;
        padding: 1.5625rem 0 1.5625rem 3.4375rem;
        background-color: #333;
        color: #fff
    }
}

.modal-close-secondary {
    position: absolute;
    right: 15px;
    top: 29px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1000;
    text-indent: 99999px;
    overflow: hidden
}

.modal-close-secondary:after,
.modal-close-secondary:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 100%;
    height: 2px;
    background: #fff
}

.modal-close-secondary:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-close-secondary:before {
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.language-selector {
    float: right;
    position: relative
}

.language-selector .sub-menu {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    text-align: left;
    z-index: 10;
    margin-top: 2.1875rem;
    width: 15rem;
    background: #fff
}

.language-selector .sub-menu.active {
    display: block
}

.language-selector li {
    position: relative;
    margin-right: 0;
    display: block;
    padding: 0 .9375rem;
    border-bottom: 1px solid #202020;
    -webkit-transition: background .2s;
    transition: background .2s
}

.language-selector li a {
    margin: 0;
    padding: .9375rem .625rem;
    display: inline-block;
    font-size: .9375rem;
    -webkit-transition: color .2s;
    transition: color .2s
}

.language-selector li a:after {
    display: none
}

.language-selector li:hover {
    background: #e30613
}

.language-selector li:hover:before {
    border-top: 2px solid #fff
}

.language-selector li:hover a {
    color: #fff
}

.language-selector li:last-child {
    border-bottom: 5px solid #202020
}

.language-selector .languages-list a {
    font-size: .75rem
}

.language-selector .languages-list li {
    padding: 0
}

.select-lang {
    text-transform: uppercase;
    cursor: pointer
}

.select-lang span {
    margin-left: 0;
    position: relative;
    top: 0;
    display: inline-block
}

.select-lang span:after {
    display: none
}

.select-lang img {
    max-width: 100%;
    margin-right: 2px
}

.languages-list:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width:1025px) {
    .languages-list {
        padding: 0 0 .9375rem
    }
}

.languages-list li {
    text-align: left;
    text-transform: capitalize;
    font-weight: 300
}

.languages-list li:before {
    display: none
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .languages-list li {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 23.4042553191%
    }
    .languages-list li:last-child,
    .languages-list li:nth-child(4n) {
        margin-right: 0
    }
    .languages-list li:nth-child(4n+1) {
        clear: left
    }
}

@media screen and (min-width:481px) and (max-width:769px) {
    .languages-list li {
        float: left;
        display: block;
        margin-right: 3.2258064516%;
        width: 30.3225806452%
    }
    .languages-list li:last-child,
    .languages-list li:nth-child(3n) {
        margin-right: 0
    }
    .languages-list li:nth-child(3n+1) {
        clear: left
    }
    .languages-list li:nth-child(4+4n) {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .languages-list li {
        float: left;
        display: block;
        margin-right: 6.6666666667%;
        width: 46.6666666667%
    }
    .languages-list li:last-child,
    .languages-list li:nth-child(2n) {
        margin-right: 0
    }
    .languages-list li:nth-child(2n+1) {
        clear: left
    }
}

.languages-list li img {
    margin-right: .625rem;
    width: 15px
}

@media screen and (max-width:1025px) {
    .languages-list li img {
        margin: 0 auto 1.25rem;
        display: block;
        width: 30px
    }
}

.languages-list li a,
.languages-list li span {
    color: #fff;
    display: block;
    font-size: .75rem
}

@media screen and (min-width:1026px) {
    .languages-list li a,
    .languages-list li span {
        padding: 1.0625rem .625rem;
        -webkit-transition: background-color .2s;
        transition: background-color .2s
    }
}

@media screen and (max-width:1025px) {
    .languages-list li a,
    .languages-list li span {
        display: block;
        padding: 1.875rem .9375rem;
        border-radius: 3px;
        text-align: center;
        margin-bottom: .3125rem
    }
}

.no-touch .languages-list li a:hover {
    background-color: #e30613
}

@media screen and (max-width:1025px) {
    .no-touch .languages-list li a:hover {
        background-color: #3f3f3f
    }
}

.languages-list li .active {
    background-color: #e30613
}

@media screen and (max-width:1025px) {
    .languages-list li .active {
        background-color: #3f3f3f
    }
}

.main-header .authentication-block {
    min-width: 10.625rem;
    min-height: 1px;
    margin-left: 1.5625rem;
    float: right
}

@media screen and (min-width:1026px) {
    .main-header .authentication-block {
        position: relative;
        top: -2px
    }
}

@media screen and (max-width:1025px) {
    .main-header .authentication-block {
        position: relative;
        top: -2px
    }
}

.main-header .authentication-block .btn-set {
    display: none
}

.main-header .authentication-block .btn-set li,
.main-header .authentication-block a {
    display: inline-block
}

.main-header .authentication-block .account-link,
.main-header .authentication-block .signup-link {
    padding: .625rem .9375rem
}

@media screen and (min-width:1026px) {
    .main-header .authentication-block .account-link,
    .main-header .authentication-block .signup-link {
        top: -1px;
        position: relative
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .main-header .authentication-block .account-link,
    .main-header .authentication-block .signup-link {
        top: -1px;
        position: relative
    }
}

.main-header .authentication-block .login-link,
.main-header .authentication-block .logout-link {
    margin-right: 25px;
    font-size: .9375rem;
    position: relative
}

.white .main-header .authentication-block .login-link {
    color: #fff
}

.no-touch .white .main-header .authentication-block .login-link:after,
.no-touch .white .main-header .authentication-block .logout-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    opacity: 0;
    height: 1px;
    border-top: 1px solid #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 0
}

.no-touch .white .main-header .authentication-block .login-link:hover:after,
.no-touch .white .main-header .authentication-block .logout-link:hover:after {
    width: 100%;
    opacity: 1
}

.black .main-header .authentication-block .login-link {
    color: #202020
}

.no-touch .black .main-header .authentication-block .login-link:after,
.no-touch .black .main-header .authentication-block .logout-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    opacity: 0;
    height: 1px;
    border-top: 1px solid #202020;
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 0
}

.no-touch .black .main-header .authentication-block .login-link:hover:after,
.no-touch .black .main-header .authentication-block .logout-link:hover:after {
    width: 100%;
    opacity: 1
}

.main-header .authentication-block .spinner {
    position: absolute;
    top: 2px;
    right: 5px
}

.main-header .authentication-block .spinner div {
    background-color: #3f3f3f
}

@media screen and (max-width:769px) {
    .main-header .authentication-block .btn-set li:after,
    .main-header .authentication-block:after {
        clear: both;
        content: "";
        display: block
    }
}

body.sso-logged-in .main-header .spinner,
body.sso-logged-out .main-header .spinner {
    display: none
}

body.sso-logged-in .main-header .logged-in,
body.sso-logged-in .modal .logged-in,
body.sso-logged-out .main-header .logged-out {
    display: block
}

body.sso-logged-out .modal .logged-out {
    display: none
}

@media screen and (max-width:1025px) {
    body.sso-logged-out .modal .logged-out {
        display: block
    }
}

.hero-section {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.hero-section:after {
    clear: both;
    content: "";
    display: block
}

.hero-section .outer-container {
    position: relative;
    padding-top: 46.875%
}

.hero-section .media-container-large,
.hero-section .media-container-small {
    display: none
}

.hero-section .media-container-large {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    z-index: 2
}

.hero-section .media-container-small {
    text-align: center
}

.hero-section video {
    max-width: 100%
}

.hero-section .text-container {
    z-index: 3;
    padding-left: 1.875rem
}

.hero-section h2 {
    text-transform: uppercase;
    font-size: 2.875rem
}

.hero-section h2 span {
    color: #127c64;
    font-style: italic
}

.hero-section p {
    margin: .9375rem auto 1.875rem;
    font-size: 1.4375rem
}

.hero-section .btn-homepage,
.hero-section .main-header .authentication-block .account-link,
.hero-section .main-header .authentication-block .signup-link,
.hero-section .main-header .header-link,
.main-header .authentication-block .hero-section .account-link,
.main-header .authentication-block .hero-section .signup-link,
.main-header .hero-section .header-link {
    display: inline-block;
    margin: 0
}

@media screen and (min-width:770px) {
    .hero-section .text-container {
        position: absolute;
        left: 0;
        width: 50%;
        top: 20%
    }
    .hero-section .media-container-large {
        display: block
    }
}

@media screen and (min-width:1026px) and (max-width:1281px) {
    .hero-section h2 {
        font-size: 3.5vw
    }
    .hero-section p {
        font-size: 1.8vw
    }
}

@media screen and (min-width:770px) and (max-width:1025px) {
    .hero-section h2 {
        font-size: 3.9vw
    }
    .hero-section p {
        font-size: 2vw;
        padding: 0
    }
}

@media screen and (max-width:769px) {
    .hero-section .outer-container {
        padding-top: 0
    }
    .hero-section .media-container-small {
        display: block
    }
    .hero-section .text-container {
        position: static;
        padding: 0 .9375rem;
        margin: 3.75rem auto;
        width: 100%;
        text-align: center
    }
    .hero-section h2 {
        font-size: 1.75rem
    }
    .hero-section p {
        padding: 0;
        font-size: 1.125rem
    }
}

@media screen and (max-width:480px) {
    .hero-section p {
        font-size: 1.375rem
    }
}

.platforms {
    max-width: 100%;
    margin: 2.1875rem auto 0
}

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

.page-template-forex-home .platforms {
    width: 600px
}

.page-template-forex-home .platforms li {
    width: 20%
}

.page-template-binary-home .platforms {
    width: 350px
}

.page-template-binary-home .platforms li {
    width: 33.3333333333%
}

.platforms a {
    color: #3f3f3f
}

.platforms h2 {
    text-align: center;
    padding-bottom: .9375rem;
    margin: 0
}

.platforms h4 {
    font-size: 1rem
}

.platforms li {
    list-style-type: none;
    float: left;
    text-align: center;
    font-size: .875rem
}

.platforms img {
    display: block;
    margin: 1.25rem auto;
    max-width: 30px
}

@media screen and (max-width:480px) {
    .platforms h4 {
        font-size: .875rem
    }
    .platforms p {
        font-size: .5625rem
    }
}