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,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    height: 100%
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    color: #333
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}
a:focus {
    outline: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}
p {
    margin: 0
}
blockquote {
    margin: 0
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 0
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0
}
button,
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}
.w-form {
    margin: 0 0 15px
}
.w-form-fail {
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}
.w-input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}
.w-input:-moz-placeholder {
    color: #999;
}
.w-input::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}
.w-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
}
.w-button {
    display: inline-block;
    padding: 12px;
    background-color: #000;
    color: #fff;
    border: 0;
    line-height: inherit
}
@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}
.w-container:before,
.w-container:after {
    content: " ";
    display: table
}
.w-container:after {
    clear: both
}
.w-container .w-row {
    margin-left: -18px;
    margin-right: -18px
}
.w-row:before,
.w-row:after {
    content: " ";
    display: table
}
.w-row:after {
    clear: both
}
.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}
.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}
.w-col-1 {
    width: 8.33333333%
}
.w-col-2 {
    width: 16.66666667%
}
.w-col-3 {
    width: 25%
}
.w-col-4 {
    width: 33.33333333%
}
.w-col-5 {
    width: 41.66666667%
}
.w-col-6 {
    width: 50%
}
.w-col-7 {
    width: 58.33333333%
}
.w-col-8 {
    width: 66.66666667%
}
.w-col-9 {
    width: 75%
}
.w-col-10 {
    width: 83.33333333%
}
.w-col-11 {
    width: 91.66666667%
}
.w-col-12 {
    width: 100%
}
.w-col-push-1 {
    left: 8.33333333%
}
.w-col-push-2 {
    left: 16.66666667%
}
.w-col-push-3 {
    left: 25%
}
.w-col-push-4 {
    left: 33.33333333%
}
.w-col-push-5 {
    left: 41.66666667%
}
.w-col-push-6 {
    left: 50%
}
.w-col-push-7 {
    left: 58.33333333%
}
.w-col-push-8 {
    left: 66.66666667%
}
.w-col-push-9 {
    left: 75%
}
.w-col-push-10 {
    left: 83.33333333%
}
.w-col-push-11 {
    left: 91.66666667%
}
.w-col-pull-1 {
    right: 8.33333333%
}
.w-col-pull-2 {
    right: 16.66666667%
}
.w-col-pull-3 {
    right: 25%
}
.w-col-pull-4 {
    right: 33.33333333%
}
.w-col-pull-5 {
    right: 41.66666667%
}
.w-col-pull-6 {
    right: 50%
}
.w-col-pull-7 {
    right: 58.33333333%
}
.w-col-pull-8 {
    right: 66.66666667%
}
.w-col-pull-9 {
    right: 75%
}
.w-col-pull-10 {
    right: 83.33333333%
}
.w-col-pull-11 {
    right: 91.66666667%
}
.w-col-offset-1 {
    margin-left: 8.33333333%
}
.w-col-offset-2 {
    margin-left: 16.66666667%
}
.w-col-offset-3 {
    margin-left: 25%
}
.w-col-offset-4 {
    margin-left: 33.33333333%
}
.w-col-offset-5 {
    margin-left: 41.66666667%
}
.w-col-offset-6 {
    margin-left: 50%
}
.w-col-offset-7 {
    margin-left: 58.33333333%
}
.w-col-offset-8 {
    margin-left: 66.66666667%
}
.w-col-offset-9 {
    margin-left: 75%
}
.w-col-offset-10 {
    margin-left: 83.33333333%
}
.w-col-offset-11 {
    margin-left: 91.66666667%
}
.w-hidden-main {
    display: none!important
}
@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px
    }
    .w-hidden-main {
        display: inherit!important
    }
    .w-hidden-medium {
        display: none!important
    }
    .w-col-medium-1 {
        width: 8.33333333%
    }
    .w-col-medium-2 {
        width: 16.66666667%
    }
    .w-col-medium-3 {
        width: 25%
    }
    .w-col-medium-4 {
        width: 33.33333333%
    }
    .w-col-medium-5 {
        width: 41.66666667%
    }
    .w-col-medium-6 {
        width: 50%
    }
    .w-col-medium-7 {
        width: 58.33333333%
    }
    .w-col-medium-8 {
        width: 66.66666667%
    }
    .w-col-medium-9 {
        width: 75%
    }
    .w-col-medium-10 {
        width: 83.33333333%
    }
    .w-col-medium-11 {
        width: 91.66666667%
    }
    .w-col-medium-12 {
        width: 100%
    }
    .w-col-medium-push-1 {
        left: 8.33333333%
    }
    .w-col-medium-push-2 {
        left: 16.66666667%
    }
    .w-col-medium-push-3 {
        left: 25%
    }
    .w-col-medium-push-4 {
        left: 33.33333333%
    }
    .w-col-medium-push-5 {
        left: 41.66666667%
    }
    .w-col-medium-push-6 {
        left: 50%
    }
    .w-col-medium-push-7 {
        left: 58.33333333%
    }
    .w-col-medium-push-8 {
        left: 66.66666667%
    }
    .w-col-medium-push-9 {
        left: 75%
    }
    .w-col-medium-push-10 {
        left: 83.33333333%
    }
    .w-col-medium-push-11 {
        left: 91.66666667%
    }
    .w-col-medium-pull-1 {
        right: 8.33333333%
    }
    .w-col-medium-pull-2 {
        right: 16.66666667%
    }
    .w-col-medium-pull-3 {
        right: 25%
    }
    .w-col-medium-pull-4 {
        right: 33.33333333%
    }
    .w-col-medium-pull-5 {
        right: 41.66666667%
    }
    .w-col-medium-pull-6 {
        right: 50%
    }
    .w-col-medium-pull-7 {
        right: 58.33333333%
    }
    .w-col-medium-pull-8 {
        right: 66.66666667%
    }
    .w-col-medium-pull-9 {
        right: 75%
    }
    .w-col-medium-pull-10 {
        right: 83.33333333%
    }
    .w-col-medium-pull-11 {
        right: 91.66666667%
    }
    .w-col-medium-offset-1 {
        margin-left: 8.33333333%
    }
    .w-col-medium-offset-2 {
        margin-left: 16.66666667%
    }
    .w-col-medium-offset-3 {
        margin-left: 25%
    }
    .w-col-medium-offset-4 {
        margin-left: 33.33333333%
    }
    .w-col-medium-offset-5 {
        margin-left: 41.66666667%
    }
    .w-col-medium-offset-6 {
        margin-left: 50%
    }
    .w-col-medium-offset-7 {
        margin-left: 58.33333333%
    }
    .w-col-medium-offset-8 {
        margin-left: 66.66666667%
    }
    .w-col-medium-offset-9 {
        margin-left: 75%
    }
    .w-col-medium-offset-10 {
        margin-left: 83.33333333%
    }
    .w-col-medium-offset-11 {
        margin-left: 91.66666667%
    }
    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}
@media screen and (max-width: 767px) {
    .w-hidden-main {
        display: inherit!important
    }
    .w-hidden-medium {
        display: inherit!important
    }
    .w-hidden-small {
        display: none!important
    }
    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }
    .w-col-small-1 {
        width: 8.33333333%
    }
    .w-col-small-2 {
        width: 16.66666667%
    }
    .w-col-small-3 {
        width: 25%
    }
    .w-col-small-4 {
        width: 33.33333333%
    }
    .w-col-small-5 {
        width: 41.66666667%
    }
    .w-col-small-6 {
        width: 50%
    }
    .w-col-small-7 {
        width: 58.33333333%
    }
    .w-col-small-8 {
        width: 66.66666667%
    }
    .w-col-small-9 {
        width: 75%
    }
    .w-col-small-10 {
        width: 83.33333333%
    }
    .w-col-small-11 {
        width: 91.66666667%
    }
    .w-col-small-12 {
        width: 100%
    }
    .w-col-small-push-1 {
        left: 8.33333333%
    }
    .w-col-small-push-2 {
        left: 16.66666667%
    }
    .w-col-small-push-3 {
        left: 25%
    }
    .w-col-small-push-4 {
        left: 33.33333333%
    }
    .w-col-small-push-5 {
        left: 41.66666667%
    }
    .w-col-small-push-6 {
        left: 50%
    }
    .w-col-small-push-7 {
        left: 58.33333333%
    }
    .w-col-small-push-8 {
        left: 66.66666667%
    }
    .w-col-small-push-9 {
        left: 75%
    }
    .w-col-small-push-10 {
        left: 83.33333333%
    }
    .w-col-small-push-11 {
        left: 91.66666667%
    }
    .w-col-small-pull-1 {
        right: 8.33333333%
    }
    .w-col-small-pull-2 {
        right: 16.66666667%
    }
    .w-col-small-pull-3 {
        right: 25%
    }
    .w-col-small-pull-4 {
        right: 33.33333333%
    }
    .w-col-small-pull-5 {
        right: 41.66666667%
    }
    .w-col-small-pull-6 {
        right: 50%
    }
    .w-col-small-pull-7 {
        right: 58.33333333%
    }
    .w-col-small-pull-8 {
        right: 66.66666667%
    }
    .w-col-small-pull-9 {
        right: 75%
    }
    .w-col-small-pull-10 {
        right: 83.33333333%
    }
    .w-col-small-pull-11 {
        right: 91.66666667%
    }
    .w-col-small-offset-1 {
        margin-left: 8.33333333%
    }
    .w-col-small-offset-2 {
        margin-left: 16.66666667%
    }
    .w-col-small-offset-3 {
        margin-left: 25%
    }
    .w-col-small-offset-4 {
        margin-left: 33.33333333%
    }
    .w-col-small-offset-5 {
        margin-left: 41.66666667%
    }
    .w-col-small-offset-6 {
        margin-left: 50%
    }
    .w-col-small-offset-7 {
        margin-left: 58.33333333%
    }
    .w-col-small-offset-8 {
        margin-left: 66.66666667%
    }
    .w-col-small-offset-9 {
        margin-left: 75%
    }
    .w-col-small-offset-10 {
        margin-left: 83.33333333%
    }
    .w-col-small-offset-11 {
        margin-left: 91.66666667%
    }
}
@media screen and (max-width: 479px) {
    .w-container {
        max-width: none
    }
    .w-hidden-main {
        display: inherit!important
    }
    .w-hidden-medium {
        display: inherit!important
    }
    .w-hidden-small {
        display: inherit!important
    }
    .w-hidden-tiny {
        display: none!important
    }
    .w-col {
        width: 100%
    }
    .w-col-tiny-1 {
        width: 8.33333333%
    }
    .w-col-tiny-2 {
        width: 16.66666667%
    }
    .w-col-tiny-3 {
        width: 25%
    }
    .w-col-tiny-4 {
        width: 33.33333333%
    }
    .w-col-tiny-5 {
        width: 41.66666667%
    }
    .w-col-tiny-6 {
        width: 50%
    }
    .w-col-tiny-7 {
        width: 58.33333333%
    }
    .w-col-tiny-8 {
        width: 66.66666667%
    }
    .w-col-tiny-9 {
        width: 75%
    }
    .w-col-tiny-10 {
        width: 83.33333333%
    }
    .w-col-tiny-11 {
        width: 91.66666667%
    }
    .w-col-tiny-12 {
        width: 100%
    }
    .w-col-tiny-push-1 {
        left: 8.33333333%
    }
    .w-col-tiny-push-2 {
        left: 16.66666667%
    }
    .w-col-tiny-push-3 {
        left: 25%
    }
    .w-col-tiny-push-4 {
        left: 33.33333333%
    }
    .w-col-tiny-push-5 {
        left: 41.66666667%
    }
    .w-col-tiny-push-6 {
        left: 50%
    }
    .w-col-tiny-push-7 {
        left: 58.33333333%
    }
    .w-col-tiny-push-8 {
        left: 66.66666667%
    }
    .w-col-tiny-push-9 {
        left: 75%
    }
    .w-col-tiny-push-10 {
        left: 83.33333333%
    }
    .w-col-tiny-push-11 {
        left: 91.66666667%
    }
    .w-col-tiny-pull-1 {
        right: 8.33333333%
    }
    .w-col-tiny-pull-2 {
        right: 16.66666667%
    }
    .w-col-tiny-pull-3 {
        right: 25%
    }
    .w-col-tiny-pull-4 {
        right: 33.33333333%
    }
    .w-col-tiny-pull-5 {
        right: 41.66666667%
    }
    .w-col-tiny-pull-6 {
        right: 50%
    }
    .w-col-tiny-pull-7 {
        right: 58.33333333%
    }
    .w-col-tiny-pull-8 {
        right: 66.66666667%
    }
    .w-col-tiny-pull-9 {
        right: 75%
    }
    .w-col-tiny-pull-10 {
        right: 83.33333333%
    }
    .w-col-tiny-pull-11 {
        right: 91.66666667%
    }
    .w-col-tiny-offset-1 {
        margin-left: 8.33333333%
    }
    .w-col-tiny-offset-2 {
        margin-left: 16.66666667%
    }
    .w-col-tiny-offset-3 {
        margin-left: 25%
    }
    .w-col-tiny-offset-4 {
        margin-left: 33.33333333%
    }
    .w-col-tiny-offset-5 {
        margin-left: 41.66666667%
    }
    .w-col-tiny-offset-6 {
        margin-left: 50%
    }
    .w-col-tiny-offset-7 {
        margin-left: 58.33333333%
    }
    .w-col-tiny-offset-8 {
        margin-left: 66.66666667%
    }
    .w-col-tiny-offset-9 {
        margin-left: 75%
    }
    .w-col-tiny-offset-10 {
        margin-left: 83.33333333%
    }
    .w-col-tiny-offset-11 {
        margin-left: 91.66666667%
    }
}
body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px
}
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700
}
h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700
}
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700
}
h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}
h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700
}
p {
    margin-top: 0;
    margin-bottom: 9px;
    line-height: 20px
}
a {
    display: inline-block;
    float: none;
    color: #fff;
    font-weight: 400;
    text-decoration: none
}
a:hover {
    color: #f87900;
    text-decoration: none
}
.ptnr-sec-form {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 60px
}
.ptnr-fromholder {
    width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding: 35px;
    border-radius: 6px;
    background-color: #fff
}
.ptnr-logoholder {
    padding: 20px 15px;
    border-radius: 4px;
    color: #000;
    text-align: center
}
.ptnr-intro {
    margin-bottom: 25px;
    font-size: 16px;
    text-align: center
}
.ptnr-form {
    font-size: 16px
}
.ptnt-legalnote {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 17px
}
.ptnr-submit {
    margin-top: 8px;
    margin-left: 237px;
    padding: 16px 50px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 22px
}
.ptnr-submit:hover {
    opacity: .9
}
.ptnr-field {
    border-radius: 3px;
    line-height: 20px;
}
.ptnr-notification {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 52px;
    border-radius: 4px;
    background-color: #f87900;
    background-image: url(../../img/login/notification.svg);
    background-position: 10px 10px;
    background-size: 34px;
    background-repeat: no-repeat;
    color: #fff
}
.ptnr-error {
    margin-top: 11px;
    padding-top: 16px;
    padding-bottom: 4px;
    padding-left: 57px;
    border-radius: 4px;
    background-color: #d60000;
    background-image: url(../../img/login/notification.svg);
    background-position: 9px 9px;
    background-size: 31px;
    background-repeat: no-repeat;
    color: #fff
}
@media (max-width: 991px) {
    .ptnr-sec-form {
        padding-top: 39px;
        padding-bottom: 67px
    }
}
.pl-section {
    padding-top: 62px;
    padding-bottom: 62px
}
.pl-section.sec-grey {
    background-color: #262937;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 21px
}
.container-1170 {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    background-color: transparent
}
.footer-col1 {
    margin-bottom: 30px
}
.newsholder-col1 {
    height: auto
}
.footer-col2 {
    margin-bottom: 30px
}
.footer-col3 {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px
}
.footer-nav {
    display: inline-block
}
.footer-h4 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #ededed;
    font-size: 20px;
    font-weight: 400
}
.nav-lvl1 {
    margin-bottom: 2px
}
.nav-lvl1.a {
    color: #d1d1d1
}
.nav-lvl2 {
    margin-bottom: 4px;
    padding-left: 15px
}
.footer-address {
    margin-top: 0;
    padding-left: 20px;
    border-style: none none none solid;
    border-width: 2px;
    border-color: #949494;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 18px
}
.footer-nav-links {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 21px
}
.footer-company-description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px
}
.follow-block {
    margin: 30px 0 0
}
.social-follow-holder {
    margin-top: 14px
}
.social-follow {
    width: 44px;
    margin-right: 11px
}
.link-orange {
    float: none;
    color: #f87900;
    text-decoration: none
}
.link-orange:hover {
    color: #ff962e
}
.legal-links {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    color: #b3b3b3;
    font-size: 15px
}
.footer-rm {
    margin-bottom: 22px;
    font-size: 18px
}
.footer-para {
    margin-bottom: 8px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
}
.newslist-padding {
    padding-left: 20px;
    width: 95%;
}
.footer-h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
}
.legal-footnote {
    color: #7d7d7d;
    font-size: 12px;
    line-height: 18px;
}


/*  new code */


.button {
  display: inline-block;
  padding: 8px 22px 10px;
  float: none;
  border-radius: 3px;
  background-color: #f87900;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #ff830d;
  color: white;
}
.button.btn-signin {
  margin-top: 6px;
  padding-top: 7px;
  padding-bottom: 9px;
  float: none;
  border: 1px solid white;
  background-color: #2e60bb;
}
.button.btn-signin:hover {
  background-color: #f87900;
}
.home-nav-holder {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.top-nav-container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}
.top-nav-right {
  text-align: right;
}
.pl-hero {
  padding-top: 10px;
  padding-bottom: 60px;
  border-bottom: 6px solid #2e60bb;
  background-color: #2e60bb;
  background-image: url('../../img/pl-bg-blue.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 19px;
}
.pl-hero.landing {
  background-color: #3a4559;
  background-image: url('../../img/hero-platform-blur.jpg');
  background-size: cover;
}
.signin-holder {
  display: block;
  width: 120px;
  min-width: 120px;
  float: right;
  text-align: center;
}
.signin-text {
  color: white;
  font-size: 12px;
  line-height: 12px;
}
.link-orange {
  float: none;
  color: #f87900;
  text-decoration: none;
}
.link-orange:hover {
  color: #ff962e;
}
.center {
  text-align: center;
}
.landing-intro {
  margin-top: 26px;
  margin-bottom: 38px;
  color: #dedede;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.lp-hero {
  margin-bottom: 20px;
  text-align: left;
}
.lp-choise-link {
  border-style: solid;
  border-width: 4px;
  border-color: rgba(15, 76, 189, 0);
  border-radius: 8px;width:100%;max-width: 100%;
}
.lp-choise-link:hover {
  border: 4px solid #f87900;
  border-radius: 10px;
}

.lp-h1 {
    font-size:46px;
    font-family: 'roboto_slabbold';
    color:#ffffff !important;
}



/* cookie bar */
.cookie-consent-container {
    background: #343a40;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.cookie-consent-container .cookie-consent {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    font-size: 14px;
}

.cookie-consent-container .cookie-consent .cookie-consent-message {
    margin-right: 1rem;
}

.cookie-consent-container .cookie-consent .cookie-consent-message a {
    color: #fff;
    opacity: 0.9;
    text-decoration: underline;
    transition: opacity 0.2s ease-in-out;
}

.cookie-consent-container .cookie-consent .cookie-consent-message a:hover, 
.cookie-consent-container .cookie-consent .cookie-consent-message a:focus {
    opacity: 1;
}

.cookie-consent-container .cookie-consent .cookie-consent-button {
    min-width: 70px;
}

.cookie-consent-container .cookie-consent .cookie-consent-button button {
    color: #FFFFFF;
    background-color: #2e60bb;
    border-color: #2e60bb;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 1rem;
    padding: 0.25rem 0.75rem;
    font-size: .875rem;
    border: 1px solid transparent;
    transition: all .15s ease-in-out;
}

.cookie-consent-container .cookie-consent .cookie-consent-button button:hover,
.cookie-consent-container .cookie-consent .cookie-consent-button button:focus {
    color: #FFFFFF;
    background-color: #254d96;
    border-color: #254d96;
}

/* end cookie bar */

/* end new code  */
@media (max-width: 991px) {
    .container-1170 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav-lvl1 {
        display: inline-block;
        margin-bottom: 18px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .nav-lvl2 {
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer-address {
        padding-left: 0;
        border-left-style: none;
        text-align: center;
    }

    .newsholder-col1 {
        text-align: center;
    }

    .footer-nav-links {
        display: inline-block;
        padding-left: 0;
        font-size: 24px;
        line-height: 22px;
    }

    .legal-links {
        text-align: center;
    }

    /* new code  */

    p {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .home-nav-holder {
        padding-right: 15px;
        padding-left: 15px;
    }

    .signin-holder {
        display: none;
    }

    .center.lp-h1 {
        font-size: 52px;
        line-height: 57px;
    }

    /* end new code  */
}

@media (max-width: 767px) {
    h1 {
        margin-bottom: 18px;
        font-size: 34px;
        line-height: 37px;
    }

    .ptnr-sec-form {
        padding-top: 42px;
        padding-bottom: 50px;
    }

    .ptnr-fromholder {
        width: 480px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .ptnr-submit {
        margin-top: 16px;
        margin-left: 142px;
    }

    .footer-col1 {
        text-align: center;
    }

    .footer-col2 {
        margin-bottom: 30px;
    }

    .footer-col3 {
        text-align: center;
    }

    .footer-h4 {
        font-size: 26px;
        text-align: center;
    }

    .follow-block {
        margin: 30px 0;
    }

    /* new code  */

    .top-nav-left {
        text-align: center;
    }

    .top-nav-right {
        display: none;
    }

    .pl-hero {
        padding-top: 10px;
        padding-bottom: 35px;
    }

        .pl-hero.landing {
            padding-right: 20px;
            padding-bottom: 0px;
            padding-left: 20px;
        }

    .center.lp-h1 {
        font-size: 53px;
        line-height: 63px;
    }

    .center-phone {
        text-align: center;
    }

    .lp-choise-link {
        margin-bottom: 40px;
    }

    /* end new code  */

}

@media (max-width: 479px) {
    h1 {
        font-size: 24px;
        line-height: 27px;
    }

    .ptnr-sec-form {
        padding-top: 11px;
    }

    .ptnr-fromholder {
        width: 90%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .ptnr-submit {
        margin-right: auto;
        margin-left: auto;
    }

    .newsholder-col2 {
        text-align: center;
    }

    /* new code  */

    p {
        font-size: 18px;
        line-height: 25px;
    }

    .pl-hero.landing {
        padding-bottom: 8px;
    }

    .center.lp-h1 {
        font-size: 37px;
        line-height: 42px;
    }

    /* end new code  */

}

.hidden {
    display: none
}

@font-face {
    font-family: 'roboto_slabbold';
    src: url('../../fonts/robertoslab700-webfont.eot');
    src: url('../../fonts/robertoslab700-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/robertoslab700-webfont.woff2') format('woff2'),
         url('../../fonts/robertoslab700-webfont.woff') format('woff'),
         url('../../fonts/robertoslab700-webfont.ttf') format('truetype'),
         url('../../fonts/robertoslab700-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;

}