html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{
    font:inherit;
    font-size:100%;
    margin:0;
    padding:0;
    vertical-align:top;
    border:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
    display:block;
}

body{
    line-height:1;
}

blockquote,
q{
    quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
    content:'';
    content:none;
}

table{
    border-spacing:0;
    border-collapse:collapse;
}

html{
    font-size:93.75%;
}

body{
    font:300 18px / 30px 'Roboto', sans-serif;
    color:#354353;
    letter-spacing:0.01em;
    overflow-y:scroll;
}

strong,
.bolder{
    font-weight:bolder;
}

.h0{
    font-size:36px;
    line-height:45px;
    margin-bottom:15px;
}

@media (min-width: 1200px){
    .h0{
        font-size:40px;
        line-height:45px;
    }
}

h1,
.h1{
    font-size:36px;
    line-height:45px;
    margin-bottom:15px;
}

h2,
.h2{
    font-size:30px;
    line-height:45px;
    margin-bottom:15px;
}

h3,
.h3{
    font-size:24px;
    line-height:45px;
    margin-bottom:15px;
}

h4,
.h4{
    font-size:18px;
    line-height:30px;
    margin-bottom:15px;
    font-weight:500;
}

h5,
.h5{
    font-size:18px;
    line-height:30px;
    margin-bottom:15px;
    font-weight:400;
}

.h0 strong,
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong{
    font-weight:500;
}

p{
    margin-bottom:30px;
}

p + p{
    margin-top:-15px;
}

@media (min-width: 768px){
    p:last-child{
        margin-bottom:0;
    }
}

small{
    font-size:85%;
    line-height:inherit;
    display:inherit;
}

.small{
    font-size:16px;
    font-weight:400;
}

.block{
    display:block;
}

.text-left{
    text-align:left;
}

.text-right{
    text-align:right;
}

.text-center{
    text-align:center;
}

.text-justify{
    text-align:justify;
}

.text-nowrap{
    white-space:nowrap;
}

.text-lowercase{
    text-transform:lowercase;
}

.text-uppercase{
    text-transform:uppercase;
}

.text-capitalize{
    text-transform:capitalize;
}

.text-muted{
    color:#828282;
}

.text-error{
    color:#fe5f5f;
}

.text-info{
    color:#3da9c4;
}

.text-success{
    color:#53c052;
}

.text-primary{
    color:#3da9c4;
}

a{
    color:#4c91e3;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

.link-unstyled{
    color:#354353;
}

.link-unstyled:hover{
    text-decoration:none;
}

br{
    line-height:30px;
}

.clear-margin{
    margin-top:0;
    margin-bottom:0;
}

.list-unstyled{
    list-style:none;
    padding-left:0;
}

ul,
ol{
    list-style-position:outside;
    margin-bottom:30px;
    padding-left:1.7em;
}

ul ul,
ol ul,
ol ol,
ul ol{
    margin-bottom:0;
}

.list-icons{
    list-style:none;
    position:relative;
}

.list-icons > li.icon:before{
    left:0;
    line-height:30px;
    position:absolute;
    text-align:center;
    width:1.7em;
}

.list-inline{
    padding-left:0;
    list-style:none;
    margin-left:-5px;
}

.list-inline > li{
    display:inline-block;
    vertical-align:top;
    padding-left:5px;
    padding-right:5px;
}

dl{
    margin-bottom:30px;
}

dt{
    font-weight:bolder;
}

dd{
    display:inline-block;
}

dd + dt{
    margin-top:15px;
}

.def-inline dt,
.def-inline dd{
    display:inline;
}

.quote{
    font-family:'Roboto Slab', serif;
}

@-ms-viewport{
    width:device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg{
    display:none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block{
    display:none !important;
}

@media (max-width: 767px){
    .visible-xs{
        display:block !important;
    }

    table.visible-xs{
        display:table;
    }

    tr.visible-xs{
        display:table-row !important;
    }

    th.visible-xs,
    td.visible-xs{
        display:table-cell !important;
    }
}

@media (max-width: 767px){
    .visible-xs-block{
        display:block !important;
    }
}

@media (max-width: 767px){
    .visible-xs-inline{
        display:inline !important;
    }
}

@media (max-width: 767px){
    .visible-xs-inline-block{
        display:inline-block !important;
        *display:inline;
        *zoom:1;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .visible-sm{
        display:block !important;
    }

    table.visible-sm{
        display:table;
    }

    tr.visible-sm{
        display:table-row !important;
    }

    th.visible-sm,
    td.visible-sm{
        display:table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .visible-sm-block{
        display:block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .visible-sm-inline{
        display:inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .visible-sm-inline-block{
        display:inline-block !important;
        *display:inline;
        *zoom:1;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .visible-md{
        display:block !important;
    }

    table.visible-md{
        display:table;
    }

    tr.visible-md{
        display:table-row !important;
    }

    th.visible-md,
    td.visible-md{
        display:table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .visible-md-block{
        display:block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .visible-md-inline{
        display:inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .visible-md-inline-block{
        display:inline-block !important;
        *display:inline;
        *zoom:1;
    }
}

@media (min-width: 1200px){
    .visible-lg{
        display:block !important;
    }

    table.visible-lg{
        display:table;
    }

    tr.visible-lg{
        display:table-row !important;
    }

    th.visible-lg,
    td.visible-lg{
        display:table-cell !important;
    }
}

@media (min-width: 1200px){
    .visible-lg-block{
        display:block !important;
    }
}

@media (min-width: 1200px){
    .visible-lg-inline{
        display:inline !important;
    }
}

@media (min-width: 1200px){
    .visible-lg-inline-block{
        display:inline-block !important;
        *display:inline;
        *zoom:1;
    }
}

@media (max-width: 767px){
    .hidden-xs{
        display:none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .hidden-sm{
        display:none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .hidden-md{
        display:none !important;
    }
}

@media (min-width: 1200px){
    .hidden-lg{
        display:none !important;
    }
}

.visible-print{
    display:none !important;
}

@media print{
    .visible-print{
        display:block !important;
    }

    table.visible-print{
        display:table;
    }

    tr.visible-print{
        display:table-row !important;
    }

    th.visible-print,
    td.visible-print{
        display:table-cell !important;
    }
}

.visible-print-block{
    display:none !important;
}

@media print{
    .visible-print-block{
        display:block !important;
    }
}

.visible-print-inline{
    display:none !important;
}

@media print{
    .visible-print-inline{
        display:inline !important;
    }
}

.visible-print-inline-block{
    display:none !important;
}

@media print{
    .visible-print-inline-block{
        display:inline-block !important;
        *display:inline;
        *zoom:1;
    }
}

@media print{
    .hidden-print{
        display:none !important;
    }
}

.container{
    margin-right:auto;
    margin-left:auto;
    padding-right:15px;
    padding-left:15px;
}

@media (min-width: 768px){
    .container{
        width:750px;
    }
}

@media (min-width: 992px){
    .container{
        width:970px;
    }
}

@media (min-width: 1200px){
    .container{
        width:1170px;
    }
}

.container-fluid{
    margin-right:auto;
    margin-left:auto;
    padding-right:15px;
    padding-left:15px;
}

.row{
    margin-right:-15px;
    margin-left:-15px;
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12{
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12{
    float:left;
}

.col-xs-12{
    width:100%;
}

.col-xs-11{
    width:91.66666667%;
}

.col-xs-10{
    width:83.33333333%;
}

.col-xs-9{
    width:75%;
}

.col-xs-8{
    width:66.66666667%;
}

.col-xs-7{
    width:58.33333333%;
}

.col-xs-6{
    width:50%;
}

.col-xs-5{
    width:41.66666667%;
}

.col-xs-4{
    width:33.33333333%;
}

.col-xs-3{
    width:25%;
}

.col-xs-2{
    width:16.66666667%;
}

.col-xs-1{
    width:8.33333333%;
}

.col-xs-pull-12{
    right:100%;
}

.col-xs-pull-11{
    right:91.66666667%;
}

.col-xs-pull-10{
    right:83.33333333%;
}

.col-xs-pull-9{
    right:75%;
}

.col-xs-pull-8{
    right:66.66666667%;
}

.col-xs-pull-7{
    right:58.33333333%;
}

.col-xs-pull-6{
    right:50%;
}

.col-xs-pull-5{
    right:41.66666667%;
}

.col-xs-pull-4{
    right:33.33333333%;
}

.col-xs-pull-3{
    right:25%;
}

.col-xs-pull-2{
    right:16.66666667%;
}

.col-xs-pull-1{
    right:8.33333333%;
}

.col-xs-pull-0{
    right:auto;
}

.col-xs-push-12{
    left:100%;
}

.col-xs-push-11{
    left:91.66666667%;
}

.col-xs-push-10{
    left:83.33333333%;
}

.col-xs-push-9{
    left:75%;
}

.col-xs-push-8{
    left:66.66666667%;
}

.col-xs-push-7{
    left:58.33333333%;
}

.col-xs-push-6{
    left:50%;
}

.col-xs-push-5{
    left:41.66666667%;
}

.col-xs-push-4{
    left:33.33333333%;
}

.col-xs-push-3{
    left:25%;
}

.col-xs-push-2{
    left:16.66666667%;
}

.col-xs-push-1{
    left:8.33333333%;
}

.col-xs-push-0{
    left:auto;
}

.col-xs-offset-12{
    margin-left:100%;
}

.col-xs-offset-11{
    margin-left:91.66666667%;
}

.col-xs-offset-10{
    margin-left:83.33333333%;
}

.col-xs-offset-9{
    margin-left:75%;
}

.col-xs-offset-8{
    margin-left:66.66666667%;
}

.col-xs-offset-7{
    margin-left:58.33333333%;
}

.col-xs-offset-6{
    margin-left:50%;
}

.col-xs-offset-5{
    margin-left:41.66666667%;
}

.col-xs-offset-4{
    margin-left:33.33333333%;
}

.col-xs-offset-3{
    margin-left:25%;
}

.col-xs-offset-2{
    margin-left:16.66666667%;
}

.col-xs-offset-1{
    margin-left:8.33333333%;
}

.col-xs-offset-0{
    margin-left:0;
}

@media (min-width: 768px){
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12{
        float:left;
    }

    .col-sm-12{
        width:100%;
    }

    .col-sm-11{
        width:91.66666667%;
    }

    .col-sm-10{
        width:83.33333333%;
    }

    .col-sm-9{
        width:75%;
    }

    .col-sm-8{
        width:66.66666667%;
    }

    .col-sm-7{
        width:58.33333333%;
    }

    .col-sm-6{
        width:50%;
    }

    .col-sm-5{
        width:41.66666667%;
    }

    .col-sm-4{
        width:33.33333333%;
    }

    .col-sm-3{
        width:25%;
    }

    .col-sm-2{
        width:16.66666667%;
    }

    .col-sm-1{
        width:8.33333333%;
    }

    .col-sm-pull-12{
        right:100%;
    }

    .col-sm-pull-11{
        right:91.66666667%;
    }

    .col-sm-pull-10{
        right:83.33333333%;
    }

    .col-sm-pull-9{
        right:75%;
    }

    .col-sm-pull-8{
        right:66.66666667%;
    }

    .col-sm-pull-7{
        right:58.33333333%;
    }

    .col-sm-pull-6{
        right:50%;
    }

    .col-sm-pull-5{
        right:41.66666667%;
    }

    .col-sm-pull-4{
        right:33.33333333%;
    }

    .col-sm-pull-3{
        right:25%;
    }

    .col-sm-pull-2{
        right:16.66666667%;
    }

    .col-sm-pull-1{
        right:8.33333333%;
    }

    .col-sm-pull-0{
        right:auto;
    }

    .col-sm-push-12{
        left:100%;
    }

    .col-sm-push-11{
        left:91.66666667%;
    }

    .col-sm-push-10{
        left:83.33333333%;
    }

    .col-sm-push-9{
        left:75%;
    }

    .col-sm-push-8{
        left:66.66666667%;
    }

    .col-sm-push-7{
        left:58.33333333%;
    }

    .col-sm-push-6{
        left:50%;
    }

    .col-sm-push-5{
        left:41.66666667%;
    }

    .col-sm-push-4{
        left:33.33333333%;
    }

    .col-sm-push-3{
        left:25%;
    }

    .col-sm-push-2{
        left:16.66666667%;
    }

    .col-sm-push-1{
        left:8.33333333%;
    }

    .col-sm-push-0{
        left:auto;
    }

    .col-sm-offset-12{
        margin-left:100%;
    }

    .col-sm-offset-11{
        margin-left:91.66666667%;
    }

    .col-sm-offset-10{
        margin-left:83.33333333%;
    }

    .col-sm-offset-9{
        margin-left:75%;
    }

    .col-sm-offset-8{
        margin-left:66.66666667%;
    }

    .col-sm-offset-7{
        margin-left:58.33333333%;
    }

    .col-sm-offset-6{
        margin-left:50%;
    }

    .col-sm-offset-5{
        margin-left:41.66666667%;
    }

    .col-sm-offset-4{
        margin-left:33.33333333%;
    }

    .col-sm-offset-3{
        margin-left:25%;
    }

    .col-sm-offset-2{
        margin-left:16.66666667%;
    }

    .col-sm-offset-1{
        margin-left:8.33333333%;
    }

    .col-sm-offset-0{
        margin-left:0;
    }
}

@media (min-width: 992px){
    .col,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12{
        float:left;
    }

    .col-md-12{
        width:100%;
    }

    .col-md-11{
        width:91.66666667%;
    }

    .col-md-10{
        width:83.33333333%;
    }

    .col-md-9{
        width:75%;
    }

    .col-md-8{
        width:66.66666667%;
    }

    .col-md-7{
        width:58.33333333%;
    }

    .col-md-6{
        width:50%;
    }

    .col-md-5{
        width:41.66666667%;
    }

    .col-md-4{
        width:33.33333333%;
    }

    .col-md-3{
        width:25%;
    }

    .col-md-2{
        width:16.66666667%;
    }

    .col-md-1{
        width:8.33333333%;
    }

    .col-md-pull-12{
        right:100%;
    }

    .col-md-pull-11{
        right:91.66666667%;
    }

    .col-md-pull-10{
        right:83.33333333%;
    }

    .col-md-pull-9{
        right:75%;
    }

    .col-md-pull-8{
        right:66.66666667%;
    }

    .col-md-pull-7{
        right:58.33333333%;
    }

    .col-md-pull-6{
        right:50%;
    }

    .col-md-pull-5{
        right:41.66666667%;
    }

    .col-md-pull-4{
        right:33.33333333%;
    }

    .col-md-pull-3{
        right:25%;
    }

    .col-md-pull-2{
        right:16.66666667%;
    }

    .col-md-pull-1{
        right:8.33333333%;
    }

    .col-md-pull-0{
        right:auto;
    }

    .col-md-push-12{
        left:100%;
    }

    .col-md-push-11{
        left:91.66666667%;
    }

    .col-md-push-10{
        left:83.33333333%;
    }

    .col-md-push-9{
        left:75%;
    }

    .col-md-push-8{
        left:66.66666667%;
    }

    .col-md-push-7{
        left:58.33333333%;
    }

    .col-md-push-6{
        left:50%;
    }

    .col-md-push-5{
        left:41.66666667%;
    }

    .col-md-push-4{
        left:33.33333333%;
    }

    .col-md-push-3{
        left:25%;
    }

    .col-md-push-2{
        left:16.66666667%;
    }

    .col-md-push-1{
        left:8.33333333%;
    }

    .col-md-push-0{
        left:auto;
    }

    .col-md-offset-12{
        margin-left:100%;
    }

    .col-md-offset-11{
        margin-left:91.66666667%;
    }

    .col-md-offset-10{
        margin-left:83.33333333%;
    }

    .col-md-offset-9{
        margin-left:75%;
    }

    .col-md-offset-8{
        margin-left:66.66666667%;
    }

    .col-md-offset-7{
        margin-left:58.33333333%;
    }

    .col-md-offset-6{
        margin-left:50%;
    }

    .col-md-offset-5{
        margin-left:41.66666667%;
    }

    .col-md-offset-4{
        margin-left:33.33333333%;
    }

    .col-md-offset-3{
        margin-left:25%;
    }

    .col-md-offset-2{
        margin-left:16.66666667%;
    }

    .col-md-offset-1{
        margin-left:8.33333333%;
    }

    .col-md-offset-0{
        margin-left:0;
    }
}

@media (min-width: 1200px){
    .col,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12{
        float:left;
    }

    .col-lg-12{
        width:100%;
    }

    .col-lg-11{
        width:91.66666667%;
    }

    .col-lg-10{
        width:83.33333333%;
    }

    .col-lg-9{
        width:75%;
    }

    .col-lg-8{
        width:66.66666667%;
    }

    .col-lg-7{
        width:58.33333333%;
    }

    .col-lg-6{
        width:50%;
    }

    .col-lg-5{
        width:41.66666667%;
    }

    .col-lg-4{
        width:33.33333333%;
    }

    .col-lg-3{
        width:25%;
    }

    .col-lg-2{
        width:16.66666667%;
    }

    .col-lg-1{
        width:8.33333333%;
    }

    .col-lg-pull-12{
        right:100%;
    }

    .col-lg-pull-11{
        right:91.66666667%;
    }

    .col-lg-pull-10{
        right:83.33333333%;
    }

    .col-lg-pull-9{
        right:75%;
    }

    .col-lg-pull-8{
        right:66.66666667%;
    }

    .col-lg-pull-7{
        right:58.33333333%;
    }

    .col-lg-pull-6{
        right:50%;
    }

    .col-lg-pull-5{
        right:41.66666667%;
    }

    .col-lg-pull-4{
        right:33.33333333%;
    }

    .col-lg-pull-3{
        right:25%;
    }

    .col-lg-pull-2{
        right:16.66666667%;
    }

    .col-lg-pull-1{
        right:8.33333333%;
    }

    .col-lg-pull-0{
        right:auto;
    }

    .col-lg-push-12{
        left:100%;
    }

    .col-lg-push-11{
        left:91.66666667%;
    }

    .col-lg-push-10{
        left:83.33333333%;
    }

    .col-lg-push-9{
        left:75%;
    }

    .col-lg-push-8{
        left:66.66666667%;
    }

    .col-lg-push-7{
        left:58.33333333%;
    }

    .col-lg-push-6{
        left:50%;
    }

    .col-lg-push-5{
        left:41.66666667%;
    }

    .col-lg-push-4{
        left:33.33333333%;
    }

    .col-lg-push-3{
        left:25%;
    }

    .col-lg-push-2{
        left:16.66666667%;
    }

    .col-lg-push-1{
        left:8.33333333%;
    }

    .col-lg-push-0{
        left:auto;
    }

    .col-lg-offset-12{
        margin-left:100%;
    }

    .col-lg-offset-11{
        margin-left:91.66666667%;
    }

    .col-lg-offset-10{
        margin-left:83.33333333%;
    }

    .col-lg-offset-9{
        margin-left:75%;
    }

    .col-lg-offset-8{
        margin-left:66.66666667%;
    }

    .col-lg-offset-7{
        margin-left:58.33333333%;
    }

    .col-lg-offset-6{
        margin-left:50%;
    }

    .col-lg-offset-5{
        margin-left:41.66666667%;
    }

    .col-lg-offset-4{
        margin-left:33.33333333%;
    }

    .col-lg-offset-3{
        margin-left:25%;
    }

    .col-lg-offset-2{
        margin-left:16.66666667%;
    }

    .col-lg-offset-1{
        margin-left:8.33333333%;
    }

    .col-lg-offset-0{
        margin-left:0;
    }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{
    display:table;
    content:' ';
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after{
    clear:both;
}

.center-block{
    display:block;
    margin-right:auto;
    margin-left:auto;
}

.pull-right{
    float:right !important;
}

.pull-left{
    float:left !important;
}

*,
*:before,
*:after{
    box-sizing:border-box;
}

table col[class*='col-']{
    position:static;
    display:table-column;
    float:none;
}

table td[class*='col-'],
table th[class*='col-']{
    position:static;
    display:table-cell;
    float:none;
}

.table{
    width:100%;
    border-collapse:separate;
    border:1px solid #edeced;
    border-radius:0.15em;
    margin-bottom:14px;
}

.table th{
    font-weight:bolder;
    font-size:18px;
    line-height:30px;
    padding:7px 15px 6px;
    text-align:left;
    vertical-align:middle;
    border-bottom:1px solid #edeced;
    margin-bottom:-1px;
}

.table tr:nth-child(even){
    background-color:#f6f8fa;
}

.table td{
    padding:7px 15px 8px;
    vertical-align:middle;
}

.table tr:last-of-type td{
    padding:7px 15px;
}

.table td p{
    margin-bottom:0;
}

.table.merge-first{
    margin-bottom:0;
    border-bottom:none;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}

.table.merge-last{
    border-top:none;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
}

.table:empty{
    display:none;
}

.btn{
    display:inline-block;
    text-align:center;
    vertical-align:top;
    white-space:nowrap;
    text-decoration:none;
    cursor:pointer;
    padding:0 2.5em;
    border-radius:0.15em;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    color:#858b93;
    border:1px solid #abafb4;
    background-color:#ffffff;
    height:34px;
    font-size:13.999px;
    line-height:32px;
    margin-top:-2px;
    margin-bottom:-2px;
}

.btn:hover{
    text-decoration:none;
    border-color:#d7e5e9;
    background-color:#d7e5e9;
}

.btn:active{
    text-decoration:none;
    border-color:#b9d1d8;
    background-color:#b9d1d8;
}

button.btn{
    outline:none;
}

button::-moz-focus-inner{
    border:0;
}

button.btn:focus{
    box-shadow:0 0 0 1px #94cbda;
}
.btn-lg{
    height:45px;
    margin-top:0;
    margin-bottom:0;
    border:3px solid #abafb4;
    font-size:22px;
    line-height:39px;
}
.btn-success{
    color:#ffffff;
    border-color:#5cb73c;
    background-color:#5cb73c;
}

.btn-success:hover{
    border-color:#73c257;
    background-color:#73c257;
}

.btn-success:active{
    border-color:#4ca02e;
    background-color:#4ca02e;
}

.btn-primary{
    color:#ffffff;
    border-color:#4c91e3;
    background-color:#4c91e3;
}

.btn-primary:hover{
    border-color:#5099f2;
    background-color:#5099f2;
}

.btn-primary:active{
    border-color:#4381cc;
    background-color:#4381cc;
}

.btn-danger{
    color:#ffffff;
    border-color:#fe5f5f;
    background-color:#fe5f5f;
}

.btn-danger:hover{
    border-color:#fe7f7f;
    background-color:#fe7f7f;
}

.btn-danger:active{
    border-color:#d34f4f;
    background-color:#d34f4f;
}

.btn-inverted-dark{
    color:#ffffff;
    border-color:transparent;
    background-color:#000000;
    background-color:rgba(0, 0, 0, .66);
    transition:color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

.btn-inverted-dark:hover{
    background-color:#000000;
    background-color:rgba(0, 0, 0, .77);
    border-color:transparent;
}

.btn-inverted-dark:active{
    background-color:#000000;
    background-color:rgba(0, 0, 0, .88);
    border-color:transparent;
}

.btn-inverted-light{
    color:#000000;
    border-color:#ffffff;
    border-color:rgba(255, 255, 255, .66);
    background-color:#ffffff;
    background-color:rgba(255, 255, 255, .66);
    transition:color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

.btn-inverted-light:hover{
    border-color:#ffffff;
    border-color:rgba(255, 255, 255, .77);
    background-color:#ffffff;
    background-color:rgba(255, 255, 255, .77);
}

.btn-inverted-light:active{
    border-color:#ffffff;
    border-color:rgba(255, 255, 255, .88);
    background-color:#ffffff;
    background-color:rgba(255, 255, 255, .88);
}

.btn.disabled,
.btn[disabled='disabled'],
.btn.disabled:hover,
.btn[disabled='disabled']:hover,
.btn.disabled:active,
.btn[disabled='disabled']:active{
    cursor:default;
    color:#ffffff;
    border-color:#d5dadb;
    background-color:#d5dadb;
}

.btn.done,
.btn.loading-element{
    padding:0 40px;
    min-height:0;
    min-width:0;
}

.btn > .icon{
    margin-right:0.5em;
    font-size:1.2em;
}

.btn:before,
.btn.loading-element:before{
    position:absolute;
    margin-left:-25.5px;
    margin-top:0.6em;
    font-size:1.2em;
    display:inline-block;
    background:none;
    width:auto;
    height:auto;
    top:auto;
    left:auto;
}

.btn.done:before{
    font-family:'fb-icons';
    content:'\e004';
}

.btn.loading-element:before{
    font-family:'fb-icons';
    content:'\e006';
    font-size:17px;
    margin-left:-26px;
    animation:spin 2.5s infinite linear;
    display:inline-block;
    line-height:1;
    font-weight:normal;
    font-style:normal;
    text-decoration:inherit;
    text-transform:none;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

@keyframes spin{
    0%{
        transform:rotate(0deg);
    }

    100%{
        transform:rotate(359deg);
    }
}

.btn-transparent{
    border-radius:10em;
    color:#858b93;
    background:transparent;
    border-width:2px;
    height:34px;
    line-height:30px;
    margin-top:-2px;
    margin-bottom:-2px;
    transition:all ease 0.2s;
}

.btn-transparent.loading-element,
.btn-transparent.done{
    margin-top:-2px;
    margin-bottom:-2px;
}

.btn-transparent:hover{
    border-color:#d7e5e9;
    background-color:#d7e5e9;
    color:#ffffff;
}

.btn-transparent:active{
    border-color:#b9d1d8;
    background-color:#b9d1d8;
    color:#ffffff;
}
.btn-transparent.btn-lg{
    height:45px;
    margin-top:0;
    margin-bottom:0;
    font-size:22px;
    line-height:41px;
    font-weight:400;
}

.btn-transparent.btn-success{
    color:#5cb73c;
    border-color:#5cb73c;
    background:transparent;
}

.btn-transparent.btn-success:hover{
    border-color:#73c257;
    background-color:#73c257;
    color:#ffffff;
}

.btn-transparent.btn-success:active{
    border-color:#4ca02e;
    background-color:#4ca02e;
    color:#ffffff;
}

.btn-transparent.btn-primary{
    color:#4c91e3;
    border-color:#4c91e3;
    background:transparent;
}

.btn-transparent.btn-primary:hover{
    border-color:#5099f2;
    background-color:#5099f2;
    color:#ffffff;
}

.btn-transparent.btn-primary:active{
    border-color:#4381cc;
    background-color:#4381cc;
    color:#ffffff;
}

.btn-transparent.btn-danger{
    color:#fe5f5f;
    border-color:#fe5f5f;
    background:transparent;
}

.btn-transparent.btn-danger:hover{
    border-color:#fe7f7f;
    background-color:#fe7f7f;
    color:#ffffff;
}

.btn-transparent.btn-danger:active{
    border-color:#d34f4f;
    background-color:#d34f4f;
    color:#ffffff;
}

.btn-transparent.btn-inverted-dark{
    color:#000000;
    color:rgba(0, 0, 0, .66);
    border-color:#000000;
    border-color:rgba(0, 0, 0, .66);
    background-color:transparent;
}

.btn-transparent.btn-inverted-dark:hover{
    color:#ffffff;
    border-color:transparent;
    background-color:#000000;
    background-color:rgba(0, 0, 0, .77);
}

.btn-transparent.btn-inverted-dark:active{
    color:#ffffff;
    border-color:transparent;
    background-color:#000000;
    background-color:rgba(0, 0, 0, .88);
}

.btn-transparent.btn-inverted-light{
    color:#ffffff;
    color:rgba(255, 255, 255, .66);
    border-color:#ffffff;
    border-color:rgba(255, 255, 255, .66);
    background-color:transparent;
}

.btn-transparent.btn-inverted-light:hover{
    color:#000000;
    border-color:transparent;
    background-color:#ffffff;
    background-color:rgba(255, 255, 255, .77);
}

.btn-transparent.btn-inverted-light:active{
    color:#000000;
    border-color:transparent;
    background-color:#ffffff;
    background-color:rgba(255, 255, 255, .88);
}

.btn-transparent.disabled,
.btn-transparent[disabled='disabled'],
.btn-transparent.disabled:hover,
.btn-transparent[disabled='disabled']:hover,
.btn-transparent.disabled:active,
.btn-transparent[disabled='disabled']:active{
    cursor:default;
    color:#d5dadb;
    border-color:#d5dadb;
    background-color:transparent;
}

input[type='text'],
input[type='password'],
input[type='date'],
input[type='tel'],
input[type='url'],
input[type='number'],
input[type='email'],
select,
textarea{
    display:inline-block;
    vertical-align:top;
    padding-left:1em;
    border:1px solid #cccccc;
    border-radius:0.15em;
    font-family:'Roboto', sans-serif;
    font-size:13.999px;
    text-align:left;
    white-space:nowrap;
    background-color:#ffffff;
    color:#354353;
    outline:none;
    -webkit-appearance:none;
    line-height:28px;
    height:30px;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='number']:focus,
input[type='email']:focus,
select:focus,
textarea:focus {
    border:1px solid #4c91e3;
}

input[type='text'].inp-err,
input[type='password'].inp-err,
input[type='date'].inp-err,
input[type='tel'].inp-err,
input[type='url'].inp-err,
input[type='number'].inp-err,
input[type='email'].inp-err,
select.inp-err,
textarea.inp-err {
    border:1px solid #fe5f5f;
}

input[type='text'].inp-success,
input[type='password'].inp-success,
input[type='date'].inp-success,
input[type='tel'].inp-success,
input[type='url'].inp-success,
input[type='number'].inp-success,
input[type='email'].inp-success,
select.inp-success,
textarea.inp-success {
    border:1px solid #5cb73c;
}

input[type='text'].inp-lg,
input[type='password'].inp-lg,
input[type='date'].inp-lg,
input[type='tel'].inp-lg,
input[type='url'].inp-lg,
input[type='number'].inp-lg,
input[type='email'].inp-lg,
select.inp-lg,
textarea.inp-lg {
    width:363px;
    font-size:18px;
    line-height:43px;
    height:45px;
}

textarea{
    resize:vertical;
    min-height:105px;
    padding:0 15px;
    white-space:normal;
}

textarea.inp-lg{
    padding-top:7.5px;
    line-height:30px;
}

select{
    -webkit-appearance:menulist;
}

.inp-label{
    display:block;
    margin-bottom:30px;
}

.inp-label:after{
    display:none;
}

.inp-label[data-error]:after{
    display:block;
    text-align:left;
    clear:both;
    content:attr(data-error);
    color:#fe5f5f;
    white-space:normal;
    font-size:14px;
    font-weight:400;
}

.error-display{
    color:#fe5f5f;
    display:inline-block;
}

.inp-label[data-error] input{
    border:1px solid #fe5f5f;
}

label.inline-label{
    float:left;
    width:auto;
    margin-right:20px;
}

.inp-switch{
    position:absolute;
    left:-9999px;
}

.inp-switch + label{
    display:inline-block;
    vertical-align:middle;
    position:relative;
    cursor:pointer;
    outline:none;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
    width:1.7em;
    height:1em;
    background-color:#9dbac2;
    border-radius:10em;
}

.inp-switch + label:after{
    display:block;
    content:'';
    position:absolute;
    left:2%;
    width:0.8em;
    height:0.8em;
    margin:0.1em;
    background-color:#ffffff;
    border-radius:100%;
    transition:left 0.4s;
    overflow:hidden;
}

.inp-switch:checked + label:after{
    left:40%;
}

.inp-switch + label.left:after{
    left:2%;
    content:' ' !important;
}

.inp-switch + label.right:after{
    left:40%;
    content:'  ' !important;
}

.form-simple,
.form-horizontal{
    display:block;
}

.form-simple label,
.form-horizontal label{
    font-size:18px;
    display:inline-block;
    color:#354353;
}

.form-simple label{
    width:100%;
    margin-bottom:30px;
}

.form-simple span + input,
.form-simple span + textarea,
.form-simple span + select{
    clear:both;
    float:left;
}

.form-simple span{
    float:left;
}

.form-line label{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-right:1em;
}

.form-line .btn{
    float:right;
    margin:0;
}

.form-horizontal label{
    width:100%;
    display:inline-block;
}

.form-horizontal label:after{
    margin-left:35%;
}

.form-horizontal label span{
    width:35%;
    display:inline-block;
}

form.form-horizontal input.inp-lg,
div.form-horizontal input.inp-lg{
    width:65%;
    float:right;
}

.form-2-col label{
    font-size:18px;
    display:inline-block;
    color:#354353;
    width:49%;
    margin:0 2% 0 0;
    float:left;
}

.form-2-col label:last-child{
    margin:0;
}

@media (max-width: 767px){
    .form-2-col label{
        width:100%;
        margin:0 0 30px;
    }
}

.form-row{
    display:block;
    float:left;
    width:100%;
    margin-bottom:30px;
}

.form-row > span{
    width:35%;
    display:inline-block;
    vertical-align:top;
}

.form-row > div{
    width:65%;
    float:right;
    display:inline-block;
}

.form-row > div label + label{
    margin:0;
}

.form-row > div > label.inline-label{
    display:block;
    width:auto;
    margin:0;
    padding:0 5px;
}

.form-simple,
.form-2-col,
.form-horizontal,
.form-line{
    margin-bottom:30px;
}

.inline-row-two button,
.inline-row-two input,
.inline-row-two label{
    width:48.5%;
    float:right;
}

.inline-row-two button:first-child,
.inline-row-two input:first-child,
.inline-row-two label:first-child{
    float:left;
}

@media (max-width: 991px){
    .inline-row-two button,
    .inline-row-two input,
    .inline-row-two label{
        width:100%;
    }

    .inline-row-two button:first-child{
        margin-bottom:15px;
    }
}

.form-simple .inp-label[data-error]:after,
.form-horizontal .inp-label[data-error]:after{
    margin-bottom:-15px;
}

.crumbs{
    list-style:none;
    display:inline-block;
    font-size:18px;
    line-height:30px;
    padding:0;
    margin-bottom:15px;
}

.crumbs > li{
    display:inline-block;
    margin:0;
}

.crumbs > li + li:before{
    font-family:'fb-icons';
    font-size:0.5em;
    content:'\e003\00a0';
    display:inline-block;
    vertical-align:middle;
    line-height:1;
    font-weight:normal;
    font-style:normal;
    speak:none;
    text-decoration:inherit;
    text-transform:none;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    padding:0 1.1em;
}

.crumbs.crumbs-h1{
    font-size:36px;
    line-height:45px;
}

.crumbs.crumbs-h2{
    font-size:30px;
    line-height:45px;
}

.crumbs.crumbs-h3{
    font-size:24px;
    line-height:45px;
}

.crumbs.crumbs-h4{
    font-size:18px;
    line-height:30px;
}

.dialog-overlay{
    background-color:#000000;
    background-color:rgba(0, 0, 0, .7);
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:10049;
    display:none;
}

.dialog,
.popupbox{
    position:absolute;
    display:block;
    margin:50px auto;
    min-width:200px;
    min-height:150px;
    max-width:90%;
    background-color:#ffffff;
    padding:30px;
    border-radius:10px;
    z-index:10050;
}

.outer-close{
    padding:10px;
    border-radius:5px;
}

span.command-close{
    color:#cccccc;
    position:absolute;
    top:-10px;
    right:-10px;
    line-height:50px;
    width:50px;
    text-align:center;
    cursor:pointer;
}

.outer-close .command-close{
    background-color:#000000;
    border:2px solid #ffffff;
    width:24px;
    height:24px;
    border-radius:12px;
    top:-12px;
    right:-12px;
    box-shadow:0 0 3px #000000;
    text-align:center;
    color:#ffffff;
}

.outer-close .command-close:before{
    font-size:10px;
    content:'\e001';
    display:block;
    line-height:20px;
    height:20px;
    width:21px;
    text-align:center;
}

.dialog.error{
    position:fixed;
    box-shadow:0 0 3px #aaaaaa;
    border:1px solid #aaaaaa;
    margin:0 0 0 -225px;
    top:2%;
    left:50%;
    width:450px;
}

.lightbox.error .btn{
    width:100px;
    margin:0 auto;
    display:block;
}

.dialog-head{
    overflow:hidden;
    text-overflow:ellipsis;
}

.dialog-footer{
    width:100%;
    text-align:center;
}

.popup-menu{
    position:relative;
    overflow:visible;
    display:inline-block;
}

.popup-menu .icon{
    margin-left:10px;
    font-size:0.8em;
}

.popup-menu ul{
    position:absolute;
}

.popup-menu ul.in{
    display:block;
    z-index:10000;
}

.tooltip{
    position:absolute;
    list-style:none;
    display:none;
    width:10em;
    padding:0.5em 1em;
    border:1px solid #cccccc;
    background-color:#ffffff;
    box-shadow:0 0 3px rgba(0, 0, 0, .2);
    z-index:10010;
    font-size:14px;
    line-height:2;
}

.tooltip.in{
    display:block;
}

.tooltip.up{
    right:-0.5em;
    bottom:0.5em;
}

.tooltip.down{
    right:-0.5em;
    top:2.5em;
}

.tooltip.left{
    left:-11.5em;
    top:-1.7em;
}

.tooltip.right{
    right:-11.5em;
    top:-1.7em;
}

.tooltip:before{
    position:absolute;
    border:1px solid #cccccc;
    z-index:-1;
    content:' ';
    width:1.2em;
    height:1.2em;
    -ms-transform:rotate(45deg);
        transform:rotate(45deg);
    display:inline-block;
    background:#ffffff;
}

.tooltip.up:before{
    border-top:none;
    border-left:none;
    right:1.2em;
    bottom:-0.67em;
    box-shadow:2px 2px 4px -2px rgba(0, 0, 0, .2);
}

.tooltip.down:before{
    border-bottom:none;
    border-right:none;
    top:-0.67em;
    right:1.2em;
    box-shadow:-2px -2px 4px -2px rgba(0, 0, 0, .2);
}

.tooltip.left:before{
    border-bottom:none;
    border-left:none;
    top:1.2em;
    right:-0.67em;
    box-shadow:2px -2px 4px -2px rgba(0, 0, 0, .2);
}

.tooltip.right:before{
    border-top:none;
    border-right:none;
    left:-0.67em;
    top:1.2em;
    box-shadow:-2px 2px 4px -2px rgba(0, 0, 0, .2);
}

.tooltip li a{
    display:block;
    width:100%;
    text-decoration:none;
    color:#50535d;
}

.tooltip li a:hover{
    background-color:#f6f8fa;
}

.loading-element{
    position:relative;
    min-height:160px;
    min-width:160px;
    margin:0 auto;
}

.loading-element:after{
    display:block;
    content:' ';
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
    width:32px;
    height:32px;
    background:url('images/book-preloader-transparent.gif') no-repeat center center;
    background-color:#ffffff;
}

.loading-element.loading-no-background:before{
    display:none;
    content:none;
}

.loading-element:before{
    position:absolute;
    top:0;
    left:0;
    background-color:#ffffff;
    background-color:rgba(255, 255, 255, .7);
    width:100%;
    height:100%;
    content:' ';
    display:inline-block;
    text-align:center;
}

.btn.done,
.btn.loading-element{
    position:relative;
    padding:0 40px;
    min-height:0;
    min-width:0;
}

.btn:before,
.btn.loading-element:before{
    position:absolute;
    margin-left:-23px;
    font-size:15px;
    display:inline-block;
    background:none;
    width:auto;
    height:auto;
    top:auto;
    left:auto;
}

.btn.done:before{
    font-family:'fb-icons';
    content:'\e004';
    top:0;
    margin-top:0;
}

.btn.loading-element:before,
.btn.loading-element:after{
    display:none;
}

.btn.loading-element:before{
    font-family:'fb-icons';
    content:'\e006';
    font-size:17px;
    margin-left:-26px;
    animation:spin 2.5s infinite linear;
    display:inline-block;
    line-height:1;
    font-weight:normal;
    font-style:normal;
    text-decoration:inherit;
    text-transform:none;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    top:50%;
    margin-top:-8px;
}

@keyframes spin{
    0%{
        transform:rotate(0deg);
    }

    100%{
        transform:rotate(359deg);
    }
}

@font-face{
    font-family:'ui';
    src:url('fonts/UI-Icons.eot');
    src:url('fonts/UI-Icons.eot?#iefix') format('embedded-opentype'),
        url('fonts/UI-Icons.woff') format('woff'),
        url('fonts/UI-Icons.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@media (min-width: 768px){
    .col-sm-padding{
        padding-left:5px;
        padding-right:5px;
    }
}

.fill{
    width:100%;
}

.btn.fill{
    padding-left:0;
    padding-left:initial;
    padding-right:0;
    padding-right:initial;
    text-align:center;
}

textarea.inp-lg,
textarea.inp-sm{
    height:auto;
}

select.fill, textarea.fill, input.fill, input.inp-lg.fill, input.inp-sm.fill, .btn.fill, .btn.btn-lg.fill, .btn.btn-sm.fill{
    width:100%;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    color:#999999;
}

@font-face{
    font-family:'fb-icons';
    src:url('fonts/fb-icons.eot');
    src:url('fonts/fb-icons.eot?#iefix') format('eot'),
        url('fonts/fb-icons.woff') format('woff'),
        url('fonts/fb-icons.ttf') format('truetype'),
        url('fonts/fb-icons.svg#fb-icons') format('svg');
}

.icon:before{
    font-family:'fb-icons';
    display:inline-block;
    vertical-align:middle;
    line-height:1;
    font-weight:normal;
    font-style:normal;
    speak:none;
    text-decoration:inherit;
    text-transform:none;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.icon-account-menu-legacy:before{
    content:'\E0FF';
}

.icon-account-menu-login:before{
    content:'\E100';
}

.icon-account-menu-logout:before{
    content:'\E101';
}

.icon-account-menu-mobile:before{
    content:'\E102';
}

.icon-account-menu-online:before{
    content:'\E103';
}

.icon-account-menu-profile:before{
    content:'\E104';
}

.icon-account-menu-publications:before{
    content:'\E105';
}

.icon-account-menu-question:before{
    content:'\E106';
}

.icon-account-menu-reseller-products:before{
    content:'\E107';
}

.icon-account-menu-reseller-purchase:before{
    content:'\E108';
}

.icon-account-menu-reseller-upgrade:before{
    content:'\E109';
}

.icon-account-menu-reseller:before{
    content:'\E10A';
}

.icon-account-menu-signup:before{
    content:'\E10B';
}

.icon-account-menu-software-installations:before{
    content:'\E10C';
}

.icon-account-menu-software-overview:before{
    content:'\E10D';
}

.icon-account-menu-software-teamwork:before{
    content:'\E10E';
}

.icon-account-menu-software:before{
    content:'\E10F';
}

.icon-account-menu-subscription:before{
    content:'\E110';
}

.icon-account:before{
    content:'\E111';
}

.icon-analytics:before{
    content:'\E112';
}

.icon-anchor:before{
    content:'\E113';
}

.icon-apple-logo:before{
    content:'\E114';
}

.icon-arrow-down:before{
    content:'\E115';
}

.icon-arrow-left:before{
    content:'\E116';
}

.icon-arrow-narrow-left:before{
    content:'\E117';
}

.icon-arrow-narrow-right:before{
    content:'\E118';
}

.icon-arrow-right:before{
    content:'\E119';
}

.icon-arrow-up:before{
    content:'\E11A';
}

.icon-attach:before{
    content:'\E11B';
}

.icon-back-to-pub:before{
    content:'\E11C';
}

.icon-baseline:before{
    content:'\E11D';
}

.icon-book-play:before{
    content:'\E11E';
}

.icon-branding:before{
    content:'\E11F';
}

.icon-browser:before{
    content:'\E120';
}

.icon-business:before{
    content:'\E121';
}

.icon-cam:before{
    content:'\E122';
}

.icon-cancel-subscription:before{
    content:'\E123';
}

.icon-check:before{
    content:'\E004';
}

.icon-clients-agencies:before{
    content:'\E124';
}

.icon-clients-marketers:before{
    content:'\E125';
}

.icon-clients-professionals:before{
    content:'\E126';
}

.icon-close:before{
    content:'\E127';
}

.icon-cloud:before{
    content:'\E128';
}

.icon-comp:before{
    content:'\E129';
}

.icon-contact-us:before{
    content:'\E12A';
}

.icon-cross:before{
    content:'\E001';
}

.icon-crumb-left:before{
    content:'\E002';
}

.icon-crumb-right:before{
    content:'\E003';
}

.icon-customize:before{
    content:'\E12B';
}

.icon-delete:before{
    content:'\E12C';
}

.icon-device-phone:before{
    content:'\E12D';
}

.icon-device-tablet:before{
    content:'\E12E';
}

.icon-dollar:before{
    content:'\E007';
}

.icon-download:before{
    content:'\E12F';
}

.icon-dropdown:before{
    content:'\E130';
}

.icon-empty:before{
    content:'\E131';
}

.icon-exclamation:before{
    content:'\E132';
}

.icon-facebook:before{
    content:'\E133';
}

.icon-fbo-feature-background:before{
    content:'\E134';
}

.icon-fbo-feature-favicon:before{
    content:'\E135';
}

.icon-fbo-feature-ga:before{
    content:'\E136';
}

.icon-fbo-feature-logo:before{
    content:'\E137';
}

.icon-fbo-feature-white-label:before{
    content:'\E138';
}

.icon-feature-2-page-1-page:before{
    content:'\E139';
}

.icon-feature-access:before{
    content:'\E13A';
}

.icon-feature-analytics:before{
    content:'\E13B';
}

.icon-feature-appstores:before{
    content:'\E13C';
}

.icon-feature-better-navigation:before{
    content:'\E13D';
}

.icon-feature-button-captions:before{
    content:'\E13E';
}

.icon-feature-cdn:before{
    content:'\E13F';
}

.icon-feature-cloudshare:before{
    content:'\E140';
}

.icon-feature-content-protection:before{
    content:'\E141';
}

.icon-feature-cta-button:before{
    content:'\E142';
}

.icon-feature-customization:before{
    content:'\E143';
}

.icon-feature-devices:before{
    content:'\E144';
}

.icon-feature-ecart:before{
    content:'\E145';
}

.icon-feature-eemail:before{
    content:'\E146';
}

.icon-feature-embedding:before{
    content:'\E147';
}

.icon-feature-epopup:before{
    content:'\E148';
}

.icon-feature-ewebstore:before{
    content:'\E149';
}

.icon-feature-flash:before{
    content:'\E14A';
}

.icon-feature-flipping:before{
    content:'\E14B';
}

.icon-feature-ftp:before{
    content:'\E14C';
}

.icon-feature-import:before{
    content:'\E14D';
}

.icon-feature-interactive-content:before{
    content:'\E14E';
}

.icon-feature-interface:before{
    content:'\E14F';
}

.icon-feature-large-documents:before{
    content:'\E150';
}

.icon-feature-links:before{
    content:'\E151';
}

.icon-feature-management:before{
    content:'\E152';
}

.icon-feature-offline:before{
    content:'\E153';
}

.icon-feature-ownlogo:before{
    content:'\E154';
}

.icon-feature-page-numeration:before{
    content:'\E155';
}

.icon-feature-popup-image:before{
    content:'\E156';
}

.icon-feature-rtl:before{
    content:'\E157';
}

.icon-feature-share:before{
    content:'\E158';
}

.icon-feature-skins:before{
    content:'\E159';
}

.icon-feature-sound:before{
    content:'\E15A';
}

.icon-feature-speed:before{
    content:'\E15B';
}

.icon-feature-text-search:before{
    content:'\E15C';
}

.icon-feature-vector-text:before{
    content:'\E15D';
}

.icon-feature-video:before{
    content:'\E15E';
}

.icon-feature-whitelabel:before{
    content:'\E15F';
}

.icon-feature-widespread:before{
    content:'\E160';
}

.icon-feature-wordpress-embed:before{
    content:'\E161';
}

.icon-feature-zooming:before{
    content:'\E162';
}

.icon-features:before{
    content:'\E163';
}

.icon-flippingbook-logo:before{
    content:'\E164';
}

.icon-footer-facebook:before{
    content:'\E165';
}

.icon-footer-linked-in:before{
    content:'\E166';
}

.icon-footer-twitter:before{
    content:'\E167';
}

.icon-frontpage-bounce:before{
    content:'\E168';
}

.icon-frontpage-correspondence:before{
    content:'\E169';
}

.icon-frontpage-embed:before{
    content:'\E16A';
}

.icon-frontpage-leads:before{
    content:'\E16B';
}

.icon-frontpage-multi:before{
    content:'\E16C';
}

.icon-frontpage-reader:before{
    content:'\E16D';
}

.icon-frontpage-style:before{
    content:'\E16E';
}

.icon-frontpage-time:before{
    content:'\E16F';
}

.icon-gear:before{
    content:'\E170';
}

.icon-google-accounts:before{
    content:'\E171';
}

.icon-hc-before-purchase:before{
    content:'\E172';
}

.icon-hc-design:before{
    content:'\E173';
}

.icon-hc-getting-started:before{
    content:'\E174';
}

.icon-hc-languages:before{
    content:'\E175';
}

.icon-hc-legacy-products:before{
    content:'\E176';
}

.icon-hc-legal:before{
    content:'\E177';
}

.icon-hc-troubleshooting:before{
    content:'\E178';
}

.icon-hc-user-guide:before{
    content:'\E179';
}

.icon-hellip:before{
    content:'\E17A';
}

.icon-hide:before{
    content:'\E17B';
}

.icon-info-fail:before{
    content:'\E17C';
}

.icon-info-inv:before{
    content:'\E17D';
}

.icon-info-success:before{
    content:'\E17E';
}

.icon-info:before{
    content:'\E17F';
}

.icon-job-accessibility:before{
    content:'\E180';
}

.icon-job-content-protection:before{
    content:'\E181';
}

.icon-job-cross-platform:before{
    content:'\E182';
}

.icon-job-distribution:before{
    content:'\E183';
}

.icon-job-interactive-content:before{
    content:'\E184';
}

.icon-job-large-pdf:before{
    content:'\E185';
}

.icon-job-professional-look-and-feel:before{
    content:'\E186';
}

.icon-job-real-book-feel:before{
    content:'\E187';
}

.icon-lang-chooser:before{
    content:'\E188';
}

.icon-linked-in:before{
    content:'\E189';
}

.icon-live-demos:before{
    content:'\E18A';
}

.icon-loader:before{
    content:'\E18B';
}

.icon-logo-full:before{
    content:'\E18C';
}

.icon-logo-play:before{
    content:'\E18D';
}

.icon-logo-small:before{
    content:'\E18E';
}

.icon-more-options:before{
    content:'\E18F';
}

.icon-more:before{
    content:'\E190';
}

.icon-online:before{
    content:'\E191';
}

.icon-payments-history:before{
    content:'\E192';
}

.icon-pc:before{
    content:'\E193';
}

.icon-pdf-logo:before{
    content:'\E194';
}

.icon-phone:before{
    content:'\E195';
}

.icon-pinterest:before{
    content:'\E196';
}

.icon-play:before{
    content:'\E197';
}

.icon-plus:before{
    content:'\E005';
}

.icon-preloader:before{
    content:'\E006';
}

.icon-print:before{
    content:'\E198';
}

.icon-product-step-design:before{
    content:'\E199';
}

.icon-product-step-examples:before{
    content:'\E19A';
}

.icon-product-step-hosting:before{
    content:'\E19B';
}

.icon-product-step-import:before{
    content:'\E19C';
}

.icon-product-step-mac:before{
    content:'\E19D';
}

.icon-product-step-overview:before{
    content:'\E19E';
}

.icon-product-step-sharing:before{
    content:'\E19F';
}

.icon-pub-edit:before{
    content:'\E1A0';
}

.icon-pub-embed:before{
    content:'\E1A1';
}

.icon-pub-rename:before{
    content:'\E1A2';
}

.icon-pub-reupload:before{
    content:'\E1A3';
}

.icon-pub-share:before{
    content:'\E1A4';
}

.icon-publication-attachments:before{
    content:'\E1A5';
}

.icon-publication-fullscreen:before{
    content:'\E1A6';
}

.icon-publication-i18n:before{
    content:'\E1A7';
}

.icon-publication-remote-control:before{
    content:'\E1A8';
}

.icon-publication-rtl:before{
    content:'\E1A9';
}

.icon-publication-slideshow:before{
    content:'\E1AA';
}

.icon-publisher:before{
    content:'\E1AB';
}

.icon-rename:before{
    content:'\E1AC';
}

.icon-repeat:before{
    content:'\E1AD';
}

.icon-replay:before{
    content:'\E1AE';
}

.icon-responsive-menu-logged-in:before{
    content:'\E1AF';
}

.icon-responsive-menu:before{
    content:'\E1B0';
}

.icon-search:before{
    content:'\E1B1';
}

.icon-selected-skin:before{
    content:'\E1B2';
}

.icon-share-embed:before{
    content:'\E1B3';
}

.icon-share-fb:before{
    content:'\E1B4';
}

.icon-share-link:before{
    content:'\E1B5';
}

.icon-share-mail:before{
    content:'\E1B6';
}

.icon-share:before{
    content:'\E1B7';
}

.icon-shopping-cart:before{
    content:'\E1B8';
}

.icon-show:before{
    content:'\E1B9';
}

.icon-skins:before{
    content:'\E1BA';
}

.icon-stop:before{
    content:'\E1BB';
}

.icon-support:before{
    content:'\E1BC';
}

.icon-switch-billing-period:before{
    content:'\E1BD';
}

.icon-text-select:before{
    content:'\E1BE';
}

.icon-twitter:before{
    content:'\E1BF';
}

.icon-unbranding:before{
    content:'\E1C0';
}

.icon-update-payment-method:before{
    content:'\E1C1';
}

.icon-video:before{
    content:'\E1C2';
}

.icon-warning:before{
    content:'\E1C3';
}

.icon-wordpress-logo:before{
    content:'\E1C4';
}

.sprite-logo-404:before{
  display:inline-block;
  background-image:url(sprites.png);
  background-position:0px 0px;
  width:250px;
  height:40px;
  content:' ';
  vertical-align:middle;
}
.sprite-logo-footer:before{
  display:inline-block;
  background-image:url(sprites.png);
  background-position:0px -41px;
  width:250px;
  height:40px;
  content:' ';
  vertical-align:middle;
}
.sprite-logo-h:before{
  display:inline-block;
  background-image:url(sprites.png);
  background-position:0px -123px;
  width:170px;
  height:30px;
  content:' ';
  vertical-align:middle;
}
.sprite-logo-header:before{
  display:inline-block;
  background-image:url(sprites.png);
  background-position:0px -82px;
  width:250px;
  height:40px;
  content:' ';
  vertical-align:middle;
}
.sprite-logo-mobile:before{
  display:inline-block;
  background-image:url(sprites.png);
  background-position:0px -154px;
  width:172px;
  height:26px;
  content:' ';
  vertical-align:middle;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi){
  .sprite-logo-404:before{
    background-image:url(sprites@2x.png);
    background-size:250px 180px;
  }
  .sprite-logo-footer:before{
    background-image:url(sprites@2x.png);
    background-size:250px 180px;
  }
  .sprite-logo-h:before{
    background-image:url(sprites@2x.png);
    background-size:250px 180px;
  }
  .sprite-logo-header:before{
    background-image:url(sprites@2x.png);
    background-size:250px 180px;
  }
  .sprite-logo-mobile:before{
    background-image:url(sprites@2x.png);
    background-size:250px 180px;
  }
}

.ctl-fixable{
    position:static;
}

.ctl-fixable.fixed{
    position:fixed;
}

.ctl-fixable.fixed.bottom{
    position:fixed;
}
.horizontal-menu{
    display:block;
    width:100%;
    height:60px;
    padding:0;
    list-style:none;
    background-color:#2a5e84;
    margin-bottom:0;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}
.horizontal-menu > li{
    padding-left:7.5px;
    padding-right:7.5px;
    display:inline-block;
    position:relative;
}
@media(min-width: 1200px){
    .horizontal-menu > li {
        line-height:30px;
        padding-left:15px;
        padding-right:15px;
    }
}
.horizontal-menu > li > a{
    padding:15px 7.5px;
    display:inline-block;
    font-size:14px;
    font-weight:500;
}
.horizontal-menu .popup-menu ul{
    display:none;
    background:#ffffff;
}


.horizontal-menu > li.delimiter{
    padding:0;
    position:relative;
    height:100%;
    display:none;
}


@media(min-width: 981px){
    .horizontal-menu > li.delimiter {
        display:inline-block;
    }
}


.horizontal-menu > li.delimiter:after{
    content:'';
    display:block;
    position:absolute;
    top:20px;
    bottom:20px;
    left:-1px;
    width:2px;
    background-color:#b4e6ff;
    background-color:rgba(180, 230, 255, .8);
}


.horizontal-menu > li.mobile-nav-handler{
    padding:0;
    float:left;
    color:#ffffff;
    position:relative;
    right:-15px;
}


.horizontal-menu > li.mobile-nav-handler .icon{
    font-size:24px;
    vertical-align:middle;
    display:inline-block;
    vertical-align:top;
}


.horizontal-menu > li.mobile-nav-handler a{
    padding:15px;
    display:inline-block;
    color:#ffffff;
    text-decoration:none;
}


@media(min-width: 981px){
    .horizontal-menu > li.mobile-nav-handler {
        display:none;
    }
}


.horizontal-menu > li.contacts{
    z-index:1;
}


.horizontal-menu > li.contacts, .horizontal-menu > li.social, .horizontal-menu > li.user-menu, .horizontal-menu > li.mobile-nav-handler{
    float:right;
}


.horizontal-menu > li.contacts, .horizontal-menu > li.nav-item, .horizontal-menu > li.support-phone-block, .horizontal-menu > li.user-menu{
    color:#b5e5fd;
}


.horizontal-menu > li.support-phone-block .icon-phone{
    margin-right:.5em;
}


@media(max-width: 767px){
    .horizontal-menu > li.support-phone-block .icon-phone {
        font-size:20px;
    }
}


.horizontal-menu > li.support-phone-block a{
    color:#ffffff;
    text-decoration:none;
}


@media(min-width: 1200px){
    .horizontal-menu > li.support-phone-block a {
        color:#b5e5fd;
    }
}


.horizontal-menu > li.support-phone-block .phone{
    display:none;
}


@media(min-width: 1295px){
    .horizontal-menu > li.support-phone-block .phone {
        display:inline-block;
    }
}


.horizontal-menu > li.nav-item{
    transition:background ease .3s;
    display:none;
}


.horizontal-menu > li.nav-item > a{
    color:#b5e5fd;
    text-decoration:none;
    text-transform:uppercase;
}


.horizontal-menu > li.nav-item:hover{
    background:#000000;
    background:rgba(0, 0, 0, .15);
}


@media(min-width: 981px){
    .horizontal-menu > li.nav-item {
        display:inline-block;
    }
}


.horizontal-menu > li.logo{
    text-align:center;
    padding:0;
}


.horizontal-menu > li.logo > a{
    padding-left:0;
    display:inline-block;
}


.horizontal-menu > li.logo .icon{
    display:inline-block;
    vertical-align:top;
    height:30px;
    font-size:26px;
    font-weight:300;
    line-height:30px;
    color:#ffffff;
}


.horizontal-menu > li.search{
    float:right;
    padding:0;
}


.horizontal-menu > li.search .icon-search{
    margin:0 .8em;
    font-size:14px;
}


.horizontal-menu > li.search ul.in{
    width:300px;
    top:100%;
    right:0;
    padding:15px;
    font-size:16px;
    box-shadow:0px 1px 1px 1px rgba(0, 0, 0, .3);
    color:#354353;
}


.horizontal-menu > li.search ul.in a{
    color:#4c91e3;
    padding:0;
}


.horizontal-menu > li.search form input{
    border-top:none;
    border-left:none;
    border-right:none;
    border-radius:0;
    padding:0 .5em;
    font-size:16px;
}


.horizontal-menu > li.search-box{
    color:#b5e6fe;
    color:rgba(181, 230, 254, .4);
}


.horizontal-menu > li.search-box.in input{
    width:210px;
    filter:alpha(opacity=100);
    opacity:1;
}


.horizontal-menu > li.search-box .icon-search{
    position:relative;
    margin-left:10.5px;
    margin-right:4.5px;
    top:-0.1em;
    z-index:2;
    cursor:pointer;
}


.horizontal-menu > li.search-box form{
    position:absolute;
    z-index:1;
    top:15px;
}


.horizontal-menu > li.search-box input{
    background:#245070;
    padding-left:30px;
    height:30px;
    border:none;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
}


@media(min-width: 1200px){
    .horizontal-menu > li.search-box input {
        filter:alpha(opacity=0);
        opacity:0;
        transition:all .3s;
        width:0;
    }
}


.horizontal-menu > li.search-box input::-webkit-input-placeholder{
    color:#ffffff;
    color:rgba(255, 255, 255, .7);
}


.horizontal-menu > li.search-box input::-moz-placeholder{
    color:#ffffff;
    color:rgba(255, 255, 255, .7);
}


.horizontal-menu > li.search-box input:-moz-placeholder{
    color:#ffffff;
    color:rgba(255, 255, 255, .7);
}


.horizontal-menu > li.search-box input:-ms-input-placeholder{
    color:#ffffff;
    color:rgba(255, 255, 255, .7);
}


@media(max-width: 1199px){
    .horizontal-menu > li.search-box {
        display:none;
    }
}


.horizontal-menu > li.user-menu,
    .horizontal-menu > li.features-menu{
    text-transform:none;
    padding:0;
    height:100%;
    display:none;
}


@media(min-width: 981px){
    .horizontal-menu > li.user-menu,
    .horizontal-menu > li.features-menu {
        display:inline-block;
    }
}

.flippingbook.layout .menu-container .search-box, .flippingbook.layout .mobile-menu-container .search-box{
    text-align:left;
}

.flippingbook.layout .menu-container .search-box.in input:focus, .flippingbook.layout .mobile-menu-container .search-box.in input:focus{
    border-color:#ccc;
}

.flippingbook.layout .menu-container .search-box.in .results, .flippingbook.layout .mobile-menu-container .search-box.in .results{
    display:block;
}

.flippingbook.layout .menu-container .search-box .results, .flippingbook.layout .mobile-menu-container .search-box .results{
    display:none;
    background:#fff;
    z-index:1000;
    border-top:none;
    padding:15px .5em 0;
    font-weight:300;
}

.flippingbook.layout .menu-container .search-box .results ul, .flippingbook.layout .mobile-menu-container .search-box .results ul{
    list-style:none;
    padding:0;
    margin:0;
    display:block;
    position:static;
}

.flippingbook.layout .menu-container .search-box .results ul li, .flippingbook.layout .mobile-menu-container .search-box .results ul li{
    height:auto;
    text-transform:none;
}

.flippingbook.layout .menu-container .search-box .results > ul > li + li, .flippingbook.layout .mobile-menu-container .search-box .results > ul > li + li{
    margin-top:30px;
}

.flippingbook.layout .menu-container .search-box .results > ul h6, .flippingbook.layout .mobile-menu-container .search-box .results > ul h6{
    margin-bottom:15px;
}

.flippingbook.layout .menu-container .search-box .results .show-all, .flippingbook.layout .mobile-menu-container .search-box .results .show-all{
    padding-top:.5em;
    text-align:center;
}

.flippingbook.layout .menu-container{
    background:#2a5e84;
}

.flippingbook.layout .menu-container .container{
    padding-right:15px;
    padding-left:15px;
}
.flippingbook.layout.show-main-menu{
    overflow:hidden;
}
.flippingbook.layout.show-main-menu .mobile-menu-container{
    display:block;
}
.mobile-menu-container{
    display:none;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:2147483647;
    background-color:#ffffff;
}
.mobile-menu-container .mobile-menu-scrollable{
    overflow:auto;
    position:absolute;
    top:60px;
    bottom:0;
    right:0;
    left:0;
}
.mobile-menu-container .mobile-menu-content{
    position:relative;
    padding-bottom:90px;
}
.mobile-menu-container .mobile-menu-header{
    display:block;
    position:relative;
    width:100%;
    padding:0;
    background-color:#2a5e84;
    color:#ffffff;
    text-align:center;
    height:60px;
    overflow:hidden;
}
.mobile-menu-container .mobile-menu-header .nav-item{
    display:inline-block;
    float:left;
}
.mobile-menu-container .mobile-menu-header .nav-item.search,
            .mobile-menu-container .mobile-menu-header .nav-item.close{
    float:right;
}
.mobile-menu-container .mobile-menu-header .nav-item > a{
    display:block;
    padding:15px;
    color:#ffffff;
    text-decoration:none;
}
.mobile-menu-container .mobile-menu-header .nav-item > a .icon{
    color:#ffffff;
}
.mobile-menu-container .mobile-menu-header .logo .icon{
    display:inline-block;
    vertical-align:top;
    height:30px;
    font-size:26px;
    font-weight:300;
    line-height:30px;
}
.mobile-menu-container .mobile-menu-header .back{
    display:none;
    position:absolute;
    top:0;
    left:0;
    right:90px;
    bottom:0;
    z-index:1;
}
.mobile-menu-container .mobile-menu-header .back .icon{
    float:left;
}
.mobile-menu-container .mobile-menu-header .search-box{
    background-color:#2a5e84;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
}
.mobile-menu-container .mobile-menu-header .do-back-text{
    font-size:110%;
    font-weight:400;
}
.mobile-menu-container .login-buttons{
    width:100%;
    display:block;
}
.mobile-menu-container .login-buttons,
        .mobile-menu-container .login-buttons:before,
        .mobile-menu-container .login-buttons:after{
    display:table;
    content:' ';
}
.mobile-menu-container .login-buttons:after{
    clear:both;
}
.mobile-menu-container .login-buttons > a{
    display:inline-block;
    width:50%;
    float:left;
    text-align:center;
    text-decoration:none;
    position:relative;
}
.mobile-menu-container .login-buttons > a:hover{
    background:rgb(59, 117, 160);
}
.mobile-menu-container .login-buttons > a + a:before{
    content:"";
    position:absolute;
    left:0;
    top:15%;
    bottom:15%;
    width:1px;
    background:#5c85a7;
}
.mobile-menu-container .mobile-menu-user{
    background:#316e9b;
    width:100%;
    display:block;
    line-height:45px;
    font-weight:400;
    font-size:16px;
    color:#ffffff;
}
.mobile-menu-container .mobile-menu-user a{
    color:#ffffff;
}
.mobile-menu-container .user-name{
    width:100%;
    display:block;
    line-height:45px;
    padding:0 30px;
    white-space:nowrap;
}
.mobile-menu-container .user-name .name,
        .mobile-menu-container .user-name .log-out{
    display:inline-block;
    width:50%;
    float:left;
}
.mobile-menu-container .user-name .name{
    color:#afdcf5;
    text-overflow:ellipsis;
    overflow:hidden;
}
.mobile-menu-container .user-name .log-out{
    text-align:right;
}
.mobile-menu-container .user-name,
        .mobile-menu-container .user-name:before,
        .mobile-menu-container .user-name:after{
    display:table;
    content:' ';
}
.mobile-menu-container .user-name:after{
    clear:both;
}
.mobile-menu-container .mobile-menu{
    padding:0;
    font-weight:400;
    margin:0;
}
.mobile-menu-container .mobile-menu a{
    color:#3c464f;
    padding-left:30px;
}
.mobile-menu-container .mobile-menu a:hover, .mobile-menu-container .mobile-menu a:active{
    text-decoration:none;
    color:#3c464f;
    background:#dfe6e8;
}
.mobile-menu-container .mobile-menu ul{
    list-style:none;
    padding:0;
}
.mobile-menu-container .mobile-menu li{
    display:block;
    position:relative;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
    overflow:hidden;
    line-height:45px;
}
.mobile-menu-container .mobile-menu li:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    border-bottom:1px solid #ececec;
}
.mobile-menu-container .mobile-menu li a, .mobile-menu-container .mobile-menu li p{
    display:block;
    cursor:pointer;
}
.mobile-menu-container .mobile-menu li a:active, .mobile-menu-container .mobile-menu li p:active{
}
.mobile-menu-container .mobile-menu li a.icon:before, .mobile-menu-container .mobile-menu li p.icon:before{
    width:25px;
    margin-right:7px;
    text-align:center;
    vertical-align:middle;
    margin-top:-.15em;
}
.mobile-menu-container .mobile-menu li.has-subitems .icon-arrow-narrow-right{
    position:absolute;
    top:-2px;
    right:23px;
    padding:0;
    cursor:pointer;
    font-size:14px;
}
.mobile-menu-container .mobile-menu li.has-subitems > ul{
    display:block;
    background-color:#ffffff;
    transition:all ease .3s;
    margin-left:100%;
    position:fixed;
    top:60px;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    overflow:auto;
}
.mobile-menu-container .mobile-menu li.has-subitems.open > ul{
    margin-left:0;
}
.mobile-menu-container .mobile-menu .product-name-with-logo{
    padding:15px 0;
    white-space:nowrap;
}
.mobile-menu-container .product{
    border-left-width:10px;
    border-left-style:solid;
}
.mobile-menu-container .product > a{
    padding-left:20px;
}
.mobile-menu-container .product.product-online{
    border-left-color:#159fbf;
}
.mobile-menu-container .product.product-publisher{
    border-left-color:#305580;
}
.mobile-menu-container .mobile-menu-social-block{
    position:absolute;
    bottom:15px;
    left:0;
    right:0;
}
.mobile-menu-container .mobile-menu-social-block ul{
    margin-bottom:0;
    text-align:center;
    display:block;
}
.mobile-menu-container .mobile-menu-social-block a, .mobile-menu-container .mobile-menu-social-block a:hover, .mobile-menu-container .mobile-menu-social-block a:focus, .mobile-menu-container .mobile-menu-social-block a:active{
    outline:none;
    text-decoration:none;
    color:#cecfd0;
}
.mobile-menu-container .mobile-menu-social-block .icon{
    height:45px;
    font-size:45px;
    line-height:45px;
    vertical-align:top;
}
.mobile-menu-container .mobile-menu-social-block .icon-facebook{
    color:#3568a6;
}
.mobile-menu-container .mobile-menu-social-block .icon-twitter{
    color:#48b4df;
}
.mobile-menu-container .mobile-menu-social-block .icon-linked-in{
    color:#0084d7;
}
.mobile-menu-container .search-box{
    padding:15px 5px;
    z-index:1;
    display:none;
}
.mobile-menu-container .search-box label{
    position:relative;
    margin:0;
}
.mobile-menu-container .search-box input{
    padding:0 2.8em;
    background:#2a5e84;
    border:none;
    border-bottom:1px solid rgba(255, 255, 255, .2);
    height:34px;
    margin:-2px auto;
    line-height:33px;
    color:#ffffff;
    font-weight:400;
}
.mobile-menu-container .search-box input::-webkit-input-placeholder{
    color:#ffffff;
    color:rgba(255, 255, 255, .6);
    font-weight:400;
}
.mobile-menu-container .search-box input::-moz-placeholder{
    color:#ffffff;
    color:rgba(255, 255, 255, .6);
    font-weight:400;
}
.mobile-menu-container .search-box input:-moz-placeholder{
    color:#ffffff;
    color:rgba(255, 255, 255, .6);
    font-weight:400;
}
.mobile-menu-container .search-box input:-ms-input-placeholder{
    color:#ffffff;
    color:rgba(255, 255, 255, .6);
    font-weight:400;
}
.mobile-menu-container .search-box a{
    display:block;
    padding:15px;
    position:absolute;
    top:-15px;
    right:-5px;
    color:#ffffff;
    text-decoration:none;
}
.mobile-menu-container .search-box .icon-search{
    position:absolute;
    top:0;
    color:#ffffff;
    left:10px;
}

html, body{
    -ms-overflow-style:scrollbar;
    width:100%;
    position:absolute;
    top:0;
    left:0;

    -webkit-user-select:text;

       -moz-user-select:text;

        -ms-user-select:text;

            user-select:text;
    touch-select:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

@media(max-width: 1199px){
    html, body {
        height:auto;
    }
}

.oldIE9 body{
    overflow:auto;
}

.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll;
}

.flippingbook.layout a .icon, .flippingbook.layout a:hover .icon, .flippingbook.layout a:visited .icon, .flippingbook.layout a:active .icon{
    text-decoration:none;
}

.flippingbook.layout a .icon:before, .flippingbook.layout a:hover .icon:before, .flippingbook.layout a:visited .icon:before, .flippingbook.layout a:active .icon:before{
    text-decoration:none;
}

.flippingbook.layout .account-only{
    display:none !important;
}

.flippingbook.layout .user-logged-in{
    display:none;
}

.flippingbook.layout.has-support-phone .support-phone-block{
}

.flippingbook.layout.no-support-phone .support-phone-block{
    display:none !important;
}

.flippingbook.layout.dialog-open{
    overflow:hidden !important;
}

.flippingbook.layout .dialog-wrapper{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:10050;
    overflow-y:scroll;
}

.flippingbook.layout .dialog-wrapper .dialog, .flippingbook.layout .dialog-wrapper .popupbox{
    position:relative;
}

.flippingbook.layout .popupbox-transformer{
    background-color:#fff;
    border-radius:10px;
    display:block;
    margin:50px auto;
    max-height:90%;
    max-width:90%;
    min-height:150px;
    min-width:200px;
    padding:30px;
    position:relative;
}

.flippingbook.layout .popupbox-transformer.outer-close{
    border-radius:5px;
    padding:10px;
}

.flippingbook.layout .popupbox-transformer + .dialog.offscreen, .flippingbook.layout .popupbox-transformer + .popupbox.offscreen{
    position:fixed;
    top:-999999999px;
    left:-999999999px;
}

.flippingbook.layout .dialog-wrapper{
    display:none;
}

.flippingbook.layout .dialog-wrapper.pre{
    display:block;
    opacity:0;
    transition:opacity ease .4s;
}

.flippingbook.layout .dialog-wrapper.pre .dialog, .flippingbook.layout .dialog-wrapper.pre .popupbox-transformer{
    -ms-transform:scale(0,0);
        transform:scale(0,0);
    transition:transform ease .4s;
}

.flippingbook.layout .dialog-wrapper.in{
    display:block;
    opacity:1;
    transition:opacity ease .4s;
}

.flippingbook.layout .dialog-wrapper.in .dialog, .flippingbook.layout .dialog-wrapper.in .popupbox-transformer{
    -ms-transform:scale(1,1);
        transform:scale(1,1);
    transition:transform ease .4s;
}

.flippingbook.layout .dialog-footer{
    margin-top:30px;
}

.flippingbook.layout .logged-in, .flippingbook.layout .logged-out, .flippingbook.layout .has-installations, .flippingbook.layout .no-installations{
    display:none;
}

.flippingbook.layout .site-footer{
    padding-top:30px;
    font-size:14px;
    position:relative;
}

.flippingbook.layout .site-footer:before{
    content:'';
    position:absolute;
    top:0;
    left:5%;
    right:5%;
    height:1px;
    background-color:#d9dbdd;
}

@media(min-width: 768px){
    .flippingbook.layout .site-footer:before {
        display:none;
    }
}

@media(min-width: 768px){
    .flippingbook.layout .site-footer {
        background:#dcdee1;
        color:#354353;
    }
}

.flippingbook.layout .site-footer.normal{
    display:block;
}

.flippingbook.layout .site-footer .subfooter{
    padding:15px 0;
    overflow:hidden;
    font-weight:400;
}

@media(min-width: 768px){
    .flippingbook.layout .site-footer .subfooter {
        background:#cbcdd2;
        color:#272f37;
        color:rgba(39, 47, 55, 0.7);
    }
}

.flippingbook.layout .site-footer .subfooter .copy{
    padding-top:15px;
    margin-bottom:0;
    position:relative;
    text-align:left;
    font-size:12px;
    line-height:normal;
}

@media(min-width: 768px){
    .flippingbook.layout .site-footer .subfooter .copy {
        font-size:14px;
        line-height:30px;
        padding-top:0;
    }
}

.flippingbook.layout .site-footer .subfooter .copy br{
    line-height:inherit;
}

.flippingbook.layout .site-footer .subfooter .copy:before{
    content:'';
    position:absolute;
    z-index:-1;
    background:#f6f8fa;
    top:0;
    left:-30px;
    right:-30px;
    bottom:-15px;
}

@media(min-width: 768px){
    .flippingbook.layout .site-footer .subfooter .copy:before {
        display:none;
    }
}

.flippingbook.layout .site-footer .social-block{
    margin-top:0;
}

.flippingbook.layout .site-footer .social-block .wrapper{
    text-align:center;
}

@media(min-width: 768px){
    .flippingbook.layout .site-footer .social-block .wrapper {
        text-align:center;
        float:right;
        text-align:right;
    }
}

.flippingbook.layout .site-footer .social-block ul{
    display:inline-block;
    white-space:nowrap;
    margin-bottom:15px;
    margin-right:-5px;
}

@media(min-width: 768px){
    .flippingbook.layout .site-footer .social-block ul {
        display:block;
        margin-bottom:0;
    }
}

.flippingbook.layout .site-footer .social-block a{
    text-decoration:none;
    color:#cecfd0;
}

.flippingbook.layout .site-footer .social-block .icon{
    display:inline-block;
    height:30px;
    font-size:30px;
    line-height:30px;
    vertical-align:top;
    color:#272f37;
    color:rgba(39, 47, 55, 0.6);
}

.flippingbook.layout .site-footer .social-block .icon:before{
    vertical-align:top;
}

@media(max-width: 767px){
    .flippingbook.layout .site-footer .social-block .icon-facebook{
        color:#3568a6;
    }
    .flippingbook.layout .site-footer .social-block .icon-twitter{
        color:#48b4df;
    }
    .flippingbook.layout .site-footer .social-block .icon-linked-in{
        color:#0084d7;
    }
}

.flippingbook.layout .site-footer strong{
    font-weight:400;
    color:#3da9c4;
}

@media(min-width: 768px){
    .flippingbook.layout .site-footer strong {
        font-weight:500;
        color:inherit;
    }
}

.flippingbook.layout .site-footer a{
    color:#354353;
    font-weight:400;
}

.flippingbook.layout .site-footer .icon.icon-logo-full{
    color:#272f37;
    color:rgba(39, 47, 55, 0.3);
    height:30px;
    font-size:25px;
    line-height:45px;
    margin-bottom:30px;
}

.flippingbook.layout .site-footer .description p{
    margin-bottom:15px;
}

.flippingbook.layout .site-footer .description dt{
    font-weight:700;
}

.flippingbook.layout .site-footer .description dl, .flippingbook.layout .site-footer .description br{
    margin-bottom:0;
}

.flippingbook.layout .site-footer .menu-row{
    position:relative;
}

@media(min-width: 768px){
    .flippingbook.layout .site-footer .menu-row {
        margin-bottom:75px;
    }
}

.flippingbook.layout .site-footer .menu-row [class*="col-"]{
    margin-bottom:15px;
}

@media(max-width: 767px){
    .flippingbook.layout .site-footer .menu-row [class*="col-"]:nth-child(2n+1){
        clear:left;
    }
}

.flippingbook.layout .site-footer .menu-row ul{
    margin-bottom:0;
}

.flippingbook.layout .site-footer .menu-row ul + div{
    margin-top:30px;
}

.flippingbook.layout .site-footer .menu-row + .menu-row{
    padding-top:30px;
}

.flippingbook.layout .site-footer .menu-row + .menu-row:before{
    content:'';
    position:absolute;
    top:-1px;
    left:15px;
    right:15px;
    width:100%;
    width:calc(100% - 30px);
    height:1px;
    background-color:#7d8084;
}

.flippingbook.layout .site-footer .col-divider{
    position:relative;
}

.flippingbook.layout .site-footer .col-divider:before{
    content:'';
    position:absolute;
    top:15px;
    left:20%;
    width:1px;
    height:150px;
    background-color:#7d8084;
}

.flippingbook.layout .content{
    padding-top:60px;
    min-height:500px;
}

@media(max-width: 1199px){
    .flippingbook.layout .content {
        min-height:300px;
    }
}

@media(max-width: 1199px){
    .flippingbook.layout .content, .flippingbook.layout .site-header{
        transition:margin .3s;
    }
    .flippingbook.layout .container{
        width:100%;
    }
}

.flippingbook.layout .site-header{
    position:fixed;
    z-index:10040;
    width:100%;
}

.flippingbook.layout .site-header.ctl-fixable-fixed + .mobile-menu-container + .content{
    padding-top:60px;
}

.popup-menu ul.in{
    display:block;
}

.popup-menu .icon-more{
    font-size:170%;
}

.popup.image, .popup.frame{
    cursor:pointer;
}

.fixable.fixed{
    position:fixed;
    top:15px;
}

@media(max-width: 1199px){
    .fixable.fixed {
        position:static;
        top:auto;
    }
}

td[data-sort-field], th[data-sort-field]{
    cursor:pointer;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

td[data-sort-field] span, th[data-sort-field] span{
    font-size:70%;
    display:inline-block;
    vertical-align:bottom;
    margin:0 0 0 5px;
}

iframe[name='google_conversion_frame']{
    height:0 !important;
    width:0 !important;
    line-height:0 !important;
    font-size:0 !important;
    margin-top:-13px;
    float:left;
}

#gdpr-banner{
    background:#ffffff;
}
div.centered{
    text-align:center;
    margin:0 auto;
}

.fill{
    width:100%;
    min-width:5em;
}

input.fill, input.inp-lg.fill, input.inp-sm.fill, select.fill, select.inp-lg.fill, select.inp-sm.fill, .btn.fill, .btn.btn-lg.fill, .btn.btn-sm.fill{
    width:100%;
    min-width:5em;
}

.content-right{
    text-align:right !important;
}

.content-left{
    text-align:left !important;
}

.content-centered{
    text-align:center !important;
}

.btn-xlg{
    height:45px;
    margin-top:0;
    margin-bottom:0;
    border-width:3px;
    font-size:22px;
    line-height:39px;
}

@media(min-width: 768px){
    .btn-xlg {
        height:60px;
        line-height:54px;
    }
}

.btn-transparent.btn-xlg{
    height:45px;
    margin-top:0;
    margin-bottom:0;
    font-size:22px;
    line-height:41px;
    font-weight:400;
}

@media(min-width: 768px){
    .btn-transparent.btn-xlg {
        height:60px;
        line-height:56px;
    }
}
@media(max-width: 767px){
    .container, .container-fluid{
        padding-right:25px;
        padding-left:25px;
    }
}
.visible-mac,
.visible-pc{
    display:none !important;
}

.flippingbook.layout.d-mac .visible-mac{
    display:block !important;
}
.flippingbook.layout.d-pc .visible-pc{
    display:block !important;
}

.visible-account,
.visible-account-inline-block{
    display:none !important;
}

.hidden-account{
}

.flippingbook.layout.account .visible-account{
    display:block !important;
}

.flippingbook.layout.account .visible-account-inline-block{
    display:inline-block !important;
}

.flippingbook.layout.account .hidden-account{
    display:none !important;
}

.btn.btn-icon{
    padding:0;
    text-align:center;
}

.btn.btn-icon.btn-lg{
    width:47px;
}

.btn.btn-icon.btn-sm{
    width:32px;
}

.btn.btn-cta{
    text-transform:uppercase;
}
.callout{
    padding:15px;
    border-left:3px solid #d9dbdd;
    text-align:center;
}
.callout p:last-child{
    margin-bottom:0;
}
.callout.callout-note{
    border-left:5px solid #ffde7c;
    background-color:#f6f8fa;
}
.callout.callout-thin{
    padding-top:15px;
    padding-bottom:15px;
    border-left-width:1px;
}
@media(max-width: 991px){
    .callout {
        border-left:none;
        border-top:3px solid #d9dbdd;
        border-bottom:3px solid #d9dbdd;
        margin-top:-3px;
        margin-bottom:-3px;
    }
    .callout.callout-thin{
        border-top-width:1px;
        border-bottom-width:1px;
        margin-top:-1px;
        margin-bottom:-1px;
    }
    .callout.callout-note{
        border-left:none;
        border-bottom:3px solid #ffde7c;
        border-top:3px solid #ffde7c;
    }
}

.clients-carousel{
    padding:21px 0 16px 0;
    margin-bottom:42px;
    overflow:hidden;
}

.clients-carousel.clients-carousel-dark .item{
    background-image:url('images/frontpage/clients-logo-dark.png');
}

.clients-carousel.clients-carousel-dark .clipping-container:before, .clients-carousel.clients-carousel-dark .clipping-container:after{
    background:none;
}

.clients-carousel.clients-carousel-dark-big .item{
    background-image:url('images/frontpage/clients-logo-dark-big.png');
    width:320px;
    height:210px;
}

.clients-carousel.clients-carousel-dark-big .clipping-container{
    height:210px;
}

.clients-carousel.clients-carousel-dark-big .clipping-container:before, .clients-carousel.clients-carousel-dark-big .clipping-container:after{
    background:none;
}

.clients-carousel .item{
    background-image:url('images/frontpage/clients-logo.png');
    background-repeat:no-repeat;
    width:80px;
    height:150px;
    margin:0 5px;
    display:inline-block;
}

.clients-carousel .item.template{
    display:none;
}

.clients-carousel .clipping-container{
    overflow:hidden;
    margin:0 auto;
    height:50px;
    position:relative;
}

.clients-carousel .clipping-container:before{
    content:' ';
    background-image:url('images/frontpage/clients-grad-overlay.png') repeat-y left top;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:20px;
    z-index:100;
}

.clients-carousel .clipping-container:after{
    content:' ';
    background-image:url('images/frontpage/clients-grad-overlay.png') repeat-y right top;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:20px;
    z-index:100;
}

.clients-carousel .clipping-container .moving-container{
    position:absolute;
    left:0;
    text-align:left;
    z-index:99;
}

@media(max-width: 767px){
    .clients-carousel {
        padding:9px 0 9px 0;
        margin-bottom:20px;
    }
}

.demo-wrapper{
    display:inline-block;
    position:relative;
    margin-bottom:15px;
    vertical-align:top;
    max-width:100%;
}

.demo-wrapper a{
    text-decoration:none;
    display:block;
    position:relative;
}

.demo-wrapper.play-disabled .play-button-wrapper, .demo-wrapper.play-disabled .repeat-button-wrapper{
    display:none !important;
}

.demo-wrapper.play-active .play-button-wrapper, .demo-wrapper.play-active .repeat-button-wrapper{
    display:block !important;
}

.demo-wrapper.with-repeat-btn .play-button-wrapper{
    margin-top:-60px;
}

.demo-wrapper img{
    display:block;
}

.demo-wrapper .play-button-wrapper, .demo-wrapper .repeat-button-wrapper{
    display:none;
    position:absolute;
    left:0;
    right:0;
    text-align:center;
    top:50%;
    margin-top:-15px;
    z-index:2;
}

.demo-wrapper .repeat-button-wrapper{
    margin-top:60px;
}

.demo-wrapper:hover .play-button-wrapper, .demo-wrapper:hover .repeat-button-wrapper, .demo-wrapper a:hover .play-button-wrapper, .demo-wrapper a:hover .repeat-button-wrapper{
    display:block;
}

.demo-wrapper .btn{
    font-weight:400;
    padding-left:1em;
    padding-right:1em;
}

.demo-wrapper .btn-lg{
    font-size:18px;
    padding-left:2em;
    padding-right:2em;
}

.demo-wrapper .icon-repeat{
    position:relative;
    color:#ffffff;
    border-radius:100%;
    display:inline-block;
    font-size:45px;
    line-height:1.65em;
    height:1.65em;
    width:1.65em;
    margin-top:-1em;
    text-align:center;
    text-decoration:none;
    z-index:1;
    background-color:#000000;
    background-color:rgba(0, 0, 0, .66);
    transition:background-color 0.15s ease-in-out;
}

.demo-wrapper .icon-repeat:before{
    left:50%;
    margin-left:-0.37em;
    margin-top:-0.51em;
    position:absolute;
    top:50%;
}

.demo-wrapper .icon-repeat:hover{
    background-color:#000000;
    background-color:rgba(0, 0, 0, .77);
}

.demo-wrapper .icon-repeat:actice{
    background-color:#000000;
    background-color:rgba(0, 0, 0, .88);
}

.S-GDPRBanner{
    text-align:center;
    background-color:#1495b3;
    background-color:rgba(20, 149, 179, .03);
    -webkit-text-size-adjust:none;
        -ms-text-size-adjust:none;
            text-size-adjust:none;
}

.S-GDPRBanner__content{
    display:inline-block;
    max-width:900px;
    min-height:45px;
    position:relative;
}

.S-GDPRBanner__icon{
    width:24px;
    height:31px;
    left:15px;
}

.S-GDPRBanner__message{
    font:14px/15px Roboto, Helvetica, Arial, sans-serif;
    margin:22.5px 150px 22.5px 52.5px;
    text-align:left;
}

.S-GDPRBanner__button{
    color:#272f37;
    padding:0 15px;
    height:34px;
    width:90px;
    right:15px;
}

.S-GDPRBanner__icon,
    .S-GDPRBanner__button{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}

.S-GDPRBanner__privacy-policy{
    white-space:nowrap;
}

@media(max-width: 1199px){
    .S-GDPRBanner__message{
        margin:15px 150px 15px 52.5px;
    }
}

@media(max-width: 767px){
    .S-GDPRBanner__icon{
        display:none;
    }
    .S-GDPRBanner__message{
        margin:15px 120px 15px 15px;
    }
}

.info-box{
    border-radius:0.3em;
    padding:30px 3em 45px;
    margin-bottom:30px;
}

.info-box.info-box-primary{
    background-color:#4c91e3;
    color:#ffffff;
}

.info-box.info-box-primary h1, .info-box.info-box-primary h2, .info-box.info-box-primary h3, .info-box.info-box-primary h4, .info-box.info-box-primary p, .info-box.info-box-primary span, .info-box.info-box-primary .icon, .info-box.info-box-primary .icon:before{
    color:#ffffff;
    margin-bottom:0;
}

.info-box.info-box-default{
    border:1px solid #abafb4;
    margin-top:-1px;
    margin-bottom:29px;
}

.info-box table{
    border:none;
    padding:0;
    margin-bottom:15px;
}

.info-box table td{
    vertical-align:middle;
    padding:0;
    border:none;
    margin:0;
    height:45px;
}

.info-box table td .icon{
    display:inline-block;
    font-size:36px;
    line-height:45px;
}

.info-box table td:first-child{
    width:56px;
}

.new-product-badge{
    font-size:12px;
    font-weight:400;
    background:#dfe0e2;
    padding:0 1em;
    display:block;
    position:absolute;
    top:30px;
    right:-8px;
}

.new-product-badge:after{
    content:'';
    position:absolute;
    top:100%;
    right:0;
    z-index:1;
    width:0;
    height:0;
    border-style:solid;
    border-width:7px 7px 0 0;
    border-color:#bdbcbf transparent transparent transparent;
}

.PA-LegacyMenu{
    animation:fadeIn 0.35s;
    background-color:#ffffff;
    border:1px solid #000000;
    border:1px solid rgba(0, 0, 0, .1);
    border-top:none;
    box-shadow:0 2px 16px 0 rgba(53, 59, 62, .15);
    position:absolute;
    right:0;
    top:100%;
    z-index:10000;
    min-width:224px;
    width:100%;
}

.PA-LegacyMenu__icon:before{
    content:'';
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    left:16px;
    top:0;
    bottom:0;
    margin:auto;
    width:24px;
    height:24px;
}

.PA-LegacyMenu__icon.PA-LegacyMenu__icon--publications:before{
    background-image:url('images/pa-user-menu/publications.svg');
}

.PA-LegacyMenu__icon.PA-LegacyMenu__icon--subscription:before{
    background-image:url('images/pa-user-menu/subscription.svg');
}

.PA-LegacyMenu__icon.PA-LegacyMenu__icon--publisher:before{
    background-image:url('images/pa-user-menu/publisher.svg');
}

.PA-LegacyMenu__icon.PA-LegacyMenu__icon--profile:before{
    background-image:url('images/pa-user-menu/profile.svg');
}

.PA-LegacyMenu__icon.PA-LegacyMenu__icon--help:before{
    background-image:url('images/pa-user-menu/help.svg');
}

.PA-LegacyMenu__icon.PA-LegacyMenu__icon--logout:before{
    background-image:url('images/pa-user-menu/logout.svg');
}

.PA-LegacyMenu__icon.PA-LegacyMenu__icon--reseller:before{
    background-image:url('images/pa-user-menu/reseller.svg');
}

.PA-LegacyMenu__icon.PA-LegacyMenu__icon--legacy:before{
    background-image:url('images/pa-user-menu/legacy.svg');
}

.PA-LegacyMenu__menu{
    list-style:none;
    margin:0;
    padding:16px 0;
}

.PA-LegacyMenu__menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

.PA-LegacyMenu__menu .root:not(:last-child){
    padding-bottom:16px;
}

.PA-LegacyMenu__menu .root strong{
    color:#939aa2;
    display:block;
    font:12px Roboto, Helvetica, Arial, sans-serif;
    font-weight:500;
    padding-bottom:8px;
    border-bottom:1px solid rgba(0, 0, 0, .1);
    margin:0 16px;
}

.PA-LegacyMenu__menu .sub{
    position:relative;
    font:14px Roboto, Helvetica, Arial, sans-serif;
    font-weight:400;
}

.PA-LegacyMenu__menu .sub a{
    box-sizing:content-box;
    color:#272f37;
    display:block;
    height:16px;
    padding:12px 16px 12px 56px;
    line-height:16px;
    transition:background-color 0.35s;
}

.PA-LegacyMenu__menu .sub a:hover{
    background-color:#272f37;
    background-color:rgba(39, 47, 55, 0.1);
    text-decoration:none;
}

.PA-LegacyMenu__menu .sub.active{
    background-color:#272f37;
    background-color:rgba(39, 47, 55, 0.03);
    font-weight:500;
}

.PA-LegacyMenu__menu .sub.active:before{
    content:'';
    background-color:#1888d7;
    display:block;
    width:2px;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
}

.PA-NoUser{
    font-size:14px;
    height:100%;
    position:relative;
    padding:0 0 0 16px;
}

.PA-NoUser:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.PA-NoUser__login,
    .PA-NoUser__or,
    .PA-NoUser__signup{
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
}

.PA-NoUser__login,
    .PA-NoUser__or{
    font-weight:500;
}

.PA-NoUser__login{
    color:#ffffff;
}

.PA-NoUser__or{
    color:#b5e5fd;
}

.PA-NoUser__signup{
    min-width:122px;
    padding:0;
}

.PA-UserMenu{
    height:100%;
    position:relative;
    outline:none;
}

.PA-UserMenu__name{
    color:#ffffff;
    display:inline-block;
    font:14px Roboto, Helvetica, Arial, sans-serif;
    font-weight:500;
    line-height:30px;
    margin-left:8px;
    max-width:144px;
    overflow:hidden;
    text-overflow:ellipsis;
    vertical-align:middle;
}

@media(max-width: 1199px){
    .PA-UserMenu__name {
        display:none;
    }
}

.PA-UserMenu__icon-arrow-down{
    display:inline-block;
    margin-left:8px;
    vertical-align:middle;
}

@media(max-width: 1199px){
    .PA-UserMenu__icon-arrow-down {
        display:none;
    }
}

.PA-UserMenu__icon-arrow-down:after{
    border-color:#ffffff transparent transparent;
    content:'';
    display:inline-block;
    width:0;
    height:6px;
    border-style:solid;
    border-width:5px 4px 0;
    vertical-align:middle;
}

.PA-UserMenu__dropdown-toggler{
    background:transparent;
    border:none;
    cursor:pointer;
    display:block;
    font-size:0;
    height:100%;
    margin:0;
    outline:none;
    padding:0 8px;
    text-align:left;
    max-width:224px;
    transition:background-color 0.35s;
    white-space:nowrap;
    width:100%;
}

.PA-UserMenu__dropdown-toggler:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.PA-UserMenu__dropdown-toggler:focus{
    box-shadow:none;
}

.PA-UserMenu__dropdown-toggler:hover,
        .PA-UserMenu__dropdown-toggler:focus{
    background-color:#000000;
    background-color:rgba(0, 0, 0, 0.15);
}

.PA-UserMenu__gravatar,
    .PA-UserMenu__social-avatar{
    display:inline-block;
    border-radius:100%;
    height:40px;
    vertical-align:middle;
    width:40px;
}

.PA-UserMenu__social-avatar{
    background-color:#ffffff;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.PA-UserMenu__dropdown{
    animation:fadeIn 0.35s;
    background-color:#ffffff;
    border:1px solid #000000;
    border:1px solid rgba(0, 0, 0, .1);
    border-top:none;
    box-shadow:0 2px 16px 0 rgba(53, 59, 62, .15);
    display:none;
    position:absolute;
    right:0;
    top:100%;
    z-index:10000;
    min-width:224px;
    width:100%;
}

.PA-UserMenu__menu{
    font-size:14px;
    line-height:1;
}

.PA-UserMenu.PA-UserMenu--opened .PA-UserMenu__dropdown{
    display:block;
}

.icon.product-icon{
    display:block;
    text-align:center;
    height:1em;
    width:1em;
    margin:0 auto;
    border-radius:100%;
    font-size:60px;
}

.icon.product-icon:before{
    position:relative;
    top:30%;
    color:#ffffff;
    font-size:56%;
    line-height:.8;
    vertical-align:top;
}

.icon.product-icon.icon-publisher{
    background:#305580;
}

.icon.product-icon.icon-online{
    background:#159fbf;
}

.icon.product-icon.icon-job-cross-platform{
    background:#316e9a;
}

.icon.product-icon.icon-job-cross-platform:before{
    top:28%;
}


.oldIE .icon.product-icon:before{
    font-size:2.56em;
}
.product-name-with-logo{
    text-align:left;
    margin:0 auto;
    display:inline-block;
}
.product-name-with-logo_publisher{
    color:#305580;
}
.product-name-with-logo_online{
    color:#159fbf;
}
.product-name-with-logo__name{
    color:currentcolor;
    font-size:21px;
    font-family:'PT Sans', sans-serif;
    font-weight:400;
    letter-spacing:0;
    line-height:30px;
    white-space:nowrap;
}
.product-name-with-logo__description{
    color:#9a9fa5;
    font-size:16px;
    font-weight:400;
    line-height:15px;
}
.product-name-with-logo__name-wrapper,
    .product-name-with-logo__logo{
    display:inline-block;
    text-align:left;
}
.product-name-with-logo__logo{
    font-size:45px;
}
.product-name-with-logo__logo .icon{
    display:block;
    text-align:center;
    height:1em;
    width:1.2em;
    margin:0 auto;
    font-size:inherit;
}
.product-name-with-logo__logo .icon:before{
    position:relative;
    top:15%;
    line-height:.8;
    vertical-align:top;
}

.reseller-register-dialog .SITE-submit-privacy-notice{
    margin-top:15px;
}

.reseller-register-dialog .form-simple{
    margin-bottom:0;
}

.SITE-FeaturesMenu{
    height:100%;
    position:relative;
    outline:none;
    font-size:0;
}

.SITE-FeaturesMenu__title{
    color:#b5e5fd;
    display:inline-block;
    font:14px Roboto, Helvetica, Arial, sans-serif;
    font-weight:500;
    line-height:30px;
    overflow:hidden;
    text-transform:uppercase;
    vertical-align:middle;
}

.SITE-FeaturesMenu__icon-arrow-down{
    display:inline-block;
    line-height:30px;
    margin-left:8px;
    vertical-align:middle;
}

.SITE-FeaturesMenu__icon-arrow-down:after{
    border-color:#b5e5fd transparent transparent;
    content:'';
    display:inline-block;
    width:0;
    height:6px;
    border-style:solid;
    border-width:5px 4px 0;
    vertical-align:middle;
}

.SITE-FeaturesMenu__dropdown-toggler{
    background:transparent;
    border:none;
    cursor:pointer;
    display:block;
    font-size:0;
    height:100%;
    margin:0;
    outline:none;
    padding:0 7.5px;
    text-align:left;
    transition:background-color 0.35s;
    white-space:nowrap;
    width:100%;
}

@media(min-width: 768px){
    .SITE-FeaturesMenu__dropdown-toggler {
        padding:0 22.5px;
    }
}

.SITE-FeaturesMenu__dropdown-toggler:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.SITE-FeaturesMenu__dropdown-toggler:focus{
    box-shadow:none;
}

.SITE-FeaturesMenu__dropdown-toggler:hover,
        .SITE-FeaturesMenu__dropdown-toggler:focus{
    background-color:#000000;
    background-color:rgba(0, 0, 0, 0.15);
}

.SITE-FeaturesMenu__dropdown{
    animation:fadeIn 0.35s;
    background-color:#ffffff;
    border:1px solid #000000;
    border:1px solid rgba(0, 0, 0, .1);
    border-top:none;
    box-shadow:0 2px 16px 0 rgba(53, 59, 62, .15);
    display:none;
    position:absolute;
    left:0;
    top:100%;
    z-index:10000;
    min-width:315px;
    width:100%;
}

.SITE-FeaturesMenu__content{
}

.SITE-FeaturesMenu__menu{
    list-style:none;
    margin:0;
    padding:16px 0;
}

.SITE-FeaturesMenu__link{
    font-size:16px;
    box-sizing:content-box;
    color:#272f37;
    display:block;
    height:16px;
    padding:8px 24px;
    line-height:16px;
    transition:background-color 0.35s;
}

.SITE-FeaturesMenu__link:hover{
    background-color:#272f37;
    background-color:rgba(39, 47, 55, 0.1);
    text-decoration:none;
}

.SITE-FeaturesMenu__link--active{
    font-weight:500;
}

.SITE-FeaturesMenu__divider{
    padding:0 24px;
}

.SITE-FeaturesMenu__divider:before{
    border-bottom:1px solid rgba(0, 0, 0, .1);
    content:'';
    display:block;
}

.SITE-FeaturesMenu.SITE-FeaturesMenu--opened .SITE-FeaturesMenu__dropdown{
    display:block;
}


.SITE-FeaturePublisherBanner{
    font-size:0;
}


.SITE-FeaturePublisherBanner__link{
    box-sizing:content-box;
    color:#272f37;
    display:block;
    padding:24px;
    line-height:16px;
    transition:background-color 0.35s;
}


.SITE-FeaturePublisherBanner__link:hover{
    background-color:#272f37;
    background-color:rgba(39, 47, 55, 0.1);
    text-decoration:none;
}


.SITE-FeaturePublisherBanner__title{
    font-size:18px;
    font-weight:400;
    margin-bottom:8px;
    text-transform:uppercase;
}


.SITE-FeaturePublisherBanner__description{
    font-size:14px;
    font-weight:400;
    line-height:22px;
    opacity:.6;
}

.SITE-submit-privacy-notice{
    display:block;
    font-size:14px;
    font-weight:400;
    line-height:15px;
    margin:0 auto;
    text-align:center;
}

.SITE-submit-privacy-notice__submit-label{
    display:inline;
    font-weight:500;
}

.SITE-submit-privacy-notice__link{
    font-weight:500;
}

.SITE-submit-privacy-notice *{
    float:none !important;
}

.S-Sticky{
    position:absolute;
}

.S-Sticky__stub{
    display:block;
}

ul.tabs, ol.tabs{
    display:block;
    margin-bottom:30px;
    padding:0;
    list-style:none;
    color:#76a3cc;
    font-weight:400;
}

ul.tabs a, ol.tabs a{
    text-decoration:none;
    transition:color  ease .3s;
}

ul.tabs > li, ol.tabs > li{
    margin:0;
    display:inline-block;
    border-bottom:.15em solid transparent;
    margin-bottom:-.15em;
    transition:border-color ease .3s;
}

ul.tabs > li + li, ol.tabs > li + li{
    margin-left:2em;
}

ul.tabs > li.active, ol.tabs > li.active{
    color:#3e71a1;
    font-weight:500;
    border-bottom:.15em solid #3e71a1;
}

ul.tabs > li.active a, ol.tabs > li.active a{
    color:#3e71a1;
}

.video-preview .video-container{
    display:block;
    position:relative;
    width:638px;
    margin:0 auto 25px auto;
}

.video-preview .video-container.has-shadow:after{
    content:' ';
    background:url('images/frontpage/video-shadow.jpg') no-repeat top center;
    position:absolute;
    bottom:-22px;
    left:0;
    right:0;
    height:25px;
    background-size:contain;
}

.video-preview .video-container a{
    display:block;
}

.video-preview .video-container a:before{
    content:' ';
    position:absolute;
    top:50%;
    left:50%;
    width:105px;
    height:105px;
    margin:-52px 0 0 -52px;
    background:url('images/frontpage/video-play.png');
}

.video-preview .video-container a:hover:before{
    background-position:0 105px;
}

.page-flash-component-as2 .row + .row{
    margin-top:40px;
}

.page-flash-component-as2 .head-in{
    background:url("images/legacy/head_component.jpg") no-repeat scroll 0 0 #6a4e7b;
}

.page-flash-component-as2 .head-in h1{
    color:#ccc;
}

.page-flash-component-as2 .head-in h1 i{
    color:#fff;
}

.page-flash-component-as2 .head-in p{
    color:#fff;
}

.page-flash-component-as2 .head-in p b{
    color:#ccc;
}

.page-flash-component-as2 .head-in .head-1 .hc-ic{
    background:url("images/legacy/hc_ic1.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-1 .in-img{
    background:url("images/legacy/in_img_1.png") no-repeat;
}

.page-flash-component-as2 .head-in .head-2 .hc-ic{
    background:url("images/legacy/hc_ic2.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-2 .in-img{
    background:url("images/legacy/in_img_2.png") no-repeat;
}

.page-flash-component-as2 .head-in .head-3 .hc-ic{
    background:url("images/legacy/hc_ic3.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-3 .in-img{
    background:url("images/legacy/in_img_3.png") no-repeat;
}

.page-flash-component-as2 .head-in .head-4 .hc-ic{
    background:url("images/legacy/hc_ic4.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-4 .in-img{
    background:url("images/legacy/in_img_4.png") no-repeat;
}

.page-flash-component-as2 .head-in .head-5 .hc-ic{
    background:url("images/legacy/hc_ic5.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-5 .in-img{
    background:url("images/legacy/in_img_5.png") no-repeat;
}

.page-flash-component-as2 .head-in .head-6 .hc-ic{
    background:url("images/legacy/hc_ic6.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-6 .in-img{
    background:url("images/legacy/in_img_6.png") no-repeat;
}

.page-flash-component-as2 .menu-inner .hin-ac{
    background:url("images/legacy/hin_ac.gif") no-repeat scroll 50% 0 transparent;
}

.page-flash-component-as2 .menu-inner .mi1{
    background-image:url("images/legacy/mi1.jpg");
}

.page-flash-component-as2 .menu-inner .mi2{
    background-image:url("images/legacy/mi2.jpg");
}

.page-flash-component-as2 .menu-inner .mi3{
    background-image:url("images/legacy/mi3.jpg");
}

.page-flash-component-as2 .menu-inner .mi4{
    background-image:url("images/legacy/mi4.jpg");
}

.page-flash-component-as2 .menu-inner .mi5{
    background-image:url("images/legacy/mi5.jpg");
}

.page-flash-component-as2 .menu-inner .mi6{
    background-image:url("images/legacy/mi6.jpg");
}
.page-legacy{
    padding:60px 0;
}
.page-legacy img{
    max-width:100%;
}
.page-legacy .legacy-gallery h1{
    font-weight:500;
    font-size:24px;
}
.page-legacy .legacy-gallery p{
    font-size:17px;
}
.page-legacy .legacy-gallery i{
    font-style:italic;
}
.page-legacy .legacy-gallery b{
    font-weight:bold;
}
.page-legacy .legacy-gallery .head-in{
    color:#fff;
    height:384px;
    margin:3px auto 0;
    padding:42px 0 0 61px;
    position:relative;
    width:934px;
}
.page-legacy .legacy-gallery .head-in p{
    width:300px;
    margin-top:30px;
}
.page-legacy .legacy-gallery .head-in .head-ins{
    position:absolute;
    top:42px;
    left:61px;
    width:840px;
    display:none;
}
.page-legacy .legacy-gallery .head-in .head-ins.head-1{
    display:block;
}
.page-legacy .legacy-gallery .head-in .head-ins .hc-ic{
    width:108px;
    height:108px;
    margin:0 0 0 89px;
}
.page-legacy .legacy-gallery .head-in .head-ins .in-img{
    float:right;
    width:479px;
    height:328px;
    margin:-14px -10px 0 0;
}
.page-legacy .legacy-gallery .menu-inner{
    height:94px;
    margin:0 auto;
    width:934px;
    background:url("images/legacy/menu_inner.jpg") no-repeat scroll 0 0 transparent;
}
.page-legacy .legacy-gallery .menu-inner p{
    float:left;
    padding:18px 21px 0 18px;
    color:#dcdee4;
    font-size:11px;
    text-align:right;
    width:130px;
    line-height:2;
}
.page-legacy .legacy-gallery .menu-inner ul{
    float:left;
    list-style:none outside none;
    margin:0;
    padding:0;
}
.page-legacy .legacy-gallery .menu-inner ul li{
    float:left;
    margin-right:9px;
    padding:18px 0 0;
}
.page-legacy .legacy-gallery .menu-inner ul li a:hover{
    background-position:0 100%;
}
.page-legacy .legacy-gallery .menu-inner ul li span{
    cursor:pointer;
    display:block;
    height:63px;
    width:61px;
}
.page-legacy .legacy-gallery .menu-inner ul .hin-ac span{
    background-position:0 100%;
}
.slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
    -ms-touch-action:pan-y;
        touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
}
.slick-list{
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0;
}
.slick-list:focus{
    outline:none;
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    transform:translate3d(0, 0, 0);
}

.slick-track{
    position:relative;
    left:0;
    top:0;
    display:block;
}

.slick-track:before,
    .slick-track:after{
    content:"";
    display:table;
}

.slick-track:after{
    clear:both;
}

.slick-loading .slick-track{
    visibility:hidden;
}
.slick-slide{
    float:left;
    height:100%;
    min-height:1px;

    display:none;
}
[dir="rtl"] .slick-slide{
    float:right;
}
.slick-slide img{
    display:block;
}
.slick-slide.slick-loading img{
    display:none;
}
.slick-slide.dragging img{
    pointer-events:none;
}
.slick-initialized .slick-slide{
    display:block;
}
.slick-loading .slick-slide{
    visibility:hidden;
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent;
}
.slick-arrow.slick-hidden{
    display:none;
}

.pika-single{
    z-index:9999;
    display:block;
    position:relative;
    color:#333;
    background:#fff;
    border:1px solid #ccc;
    border-bottom-color:#bbb;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden{
    display:none;
}

.pika-single.is-bound{
    position:absolute;
    box-shadow:0 5px 15px -5px rgba(0, 0, 0, .5);
}
.pika-single{
    *zoom:1;
}
.pika-single:before,
    .pika-single:after{
    content:" ";
    display:table;
}
.pika-single:after{
    clear:both
}

.pika-lendar{
    float:left;
    width:240px;
    margin:8px;
}

.pika-title{
    position:relative;
    text-align:center;
}

.pika-title select{
    cursor:pointer;
    position:absolute;
    z-index:9998;
    margin:0;
    left:0;
    top:5px;
    filter:alpha(opacity=0);
    opacity:0;
}

.pika-label{
    display:inline-block;
    *display:inline;
    position:relative;
    z-index:9999;
    overflow:hidden;
    margin:0;
    padding:5px 3px;
    font-size:14px;
    line-height:20px;
    font-weight:bold;
    background-color:#fff;
}

.pika-prev,
.pika-next{
    display:block;
    cursor:pointer;
    position:relative;
    outline:none;
    border:0;
    padding:0;
    width:20px;
    height:30px;
    text-indent:20px; 
    white-space:nowrap;
    overflow:hidden;
    background-color:transparent;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:75% 75%;
    opacity:.5;
    *position:absolute;
    *top:0;
}

.pika-prev:hover, .pika-next:hover{
    opacity:1;
}

.pika-prev.is-disabled, .pika-next.is-disabled{
    cursor:default;
    opacity:.2;
}

.pika-prev,
.is-rtl .pika-next{
    float:left;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left:0;
}

.pika-next,
.is-rtl .pika-prev{
    float:right;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right:0;
}

.pika-select{
    display:inline-block;
    *display:inline;
}

.pika-table{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    border:0;
}

.pika-table th,
    .pika-table td{
    width:14.285714285714286%;
    padding:0;
}

.pika-table th{
    color:#999;
    font-size:12px;
    line-height:25px;
    font-weight:bold;
    text-align:center;
}

.pika-table abbr{
    border-bottom:none;
    cursor:help;
}

.pika-button{
    cursor:pointer;
    display:block;
    box-sizing:border-box;
    outline:none;
    border:0;
    margin:0;
    width:100%;
    padding:5px;
    color:#666;
    font-size:12px;
    line-height:15px;
    text-align:right;
    background:#f5f5f5;
}

.is-today .pika-button{
    color:#33aaff;
    font-weight:bold;
}

.is-selected .pika-button{
    color:#fff;
    font-weight:bold;
    background:#4c91e3;
    box-shadow:inset 0 1px 3px #178fe5;
    border-radius:333px;
}

.is-disabled .pika-button{
    pointer-events:none;
    cursor:default;
    color:#999;
    opacity:.3;
}

.pika-button:hover{
    color:#fff !important;
    background:#5cb73c !important;
    box-shadow:none !important;
    border-radius:333px !important;
}

.pika-week{
    font-size:11px;
    color:#999;
}


.S-Automation{
    position:relative;
    font:'Roboto', sans-serif;
    text-align:center;
}


.S-Automation__first-screen{
    background:#3b506d;
    color:#ffffff;
    padding:45px 0 90px;
}


.S-Automation__coming{
    color:#b5e5fd;
    font-size:18px;
    line-height:30px;
    font-weight:500;
}


.S-Automation__title{
    font-size:30px;
    line-height:45px;
    margin:0 0 30px;
    text-align:center;
}


@media(min-width: 768px){
    .S-Automation__title {
        font-size:40px;
        line-height:45px;
    }
}


.S-Automation__heading{
    font-size:36px;
    line-height:45px;
    margin:0 auto 45px;
    text-align:center;
    max-width:750px;
}


.S-Automation__contact-us{
    margin:45px 0 0;
}


.S-Automation__introducing{
    text-align:left;
}


.S-Automation__how-it-works{
    padding:0 0 90px;
    text-align:center;
}


.S-Automation__steps-list{
    counter-reset:steps-list;
    list-style:none;
    padding:0;
    margin:0 auto;
    max-width:540px;
    text-align:left;
}


@media(min-width: 992px){
    .S-Automation__steps-list {
        max-width:none;
    }
}


.S-Automation__steps-list > li{
    counter-increment:steps-list;
    position:relative;
}


.S-Automation__steps-list > li:before{
    content:counter(steps-list);
    color:#ccdae8;
    font-size:70px;
    font-weight:300;
    line-height:65px;
    display:block;
    position:absolute;
    width:45px;
    top:0;
    left:15px;
}


@media(min-width: 992px){
    .S-Automation__steps-list > li:before {
        font-size:100px;
        line-height:90px;
    }
}


.S-Automation__step-text{
    padding:0 0 15px 75px;
    text-align:left;
}


@media(min-width: 768px){
    .S-Automation__step-text:last-child{
        margin:0 0 30px;
    }
}


@media(min-width: 992px){
    .S-Automation__step-text {
        padding:0 60px 15px 75px;
        min-height:120px;
    }
}


.S-Automation__step-pic{
    margin:15px 0;
    display:none;
    max-width:100%;
}


@media(min-width: 992px){
    .S-Automation__step-pic {
        display:inline-block;
    }
}


.S-Automation__step-arrow{
    position:absolute;
    top:0;
    bottom:0;
    right:-75px;
    display:none;
}


@media(min-width: 992px){
    .S-Automation__step-arrow {
        display:block;
    }
}


.S-Automation__how-it-works-text{
    margin-top:15px;
    text-align:left;
}


@media(min-width: 992px){
    .S-Automation__how-it-works-text {
        margin-top:60px;
    }
}


.S-Automation__customization{
    background:#f6f8fa;
}


.S-Automation__customization-options{
    list-style:none;
    text-align:left;
    padding:0 15px;
    margin:30px 0 0;
}


@media(min-width: 768px){
    .S-Automation__customization-options {
        margin:60px 0 0;
    }
}


.S-Automation__customization-options > li{
    padding:0 0 0 75px;
    position:relative;
}


@media(min-width: 768px){
    .S-Automation__customization-options > li {
        padding:0 15px 0 75px;
    }
}


.S-Automation__customization-heading{
    font-size:18px;
    font-weight:500;
    line-height:30px;
    margin:0;
}


.S-Automation__customization-pic{
    top:0;
    left:0;
    position:absolute;
    width:60px;
    height:60px;
}


.S-Automation__how-to-use{
    text-align:left;
}


.S-Automation__industry{
    margin:0 0 60px;
}


@media(min-width: 768px){
    .S-Automation__industry:nth-child(1){
        padding:0 60px 0 0;
    }
    .S-Automation__industry:nth-child(2){
        padding:0 0 0 60px;
    }
}


.S-Automation__for-whom{
    font-size:18px;
    line-height:30px;
    font-weight:500;
    margin:0;
    text-align:left;
}


.S-Automation__purpose{
    font-size:24px;
    line-height:30px;
    margin:15px 0;
}


@media(min-width: 768px){
    .S-Automation__purpose {
        margin:15px 0;
    }
    .S-Automation__purpose:last-child{
        margin:15px 0;
    }
}


.S-Automation__call-to-action{
    background:#f6f8fa;
}


.S-Automation__book-like{
    margin-bottom:30px;
}


.S-Automation__introducing,
    .S-Automation__customization,
    .S-Automation__how-to-use,
    .S-Automation__call-to-action{
    padding:60px 0;
}


@media(min-width: 768px){
    .S-Automation__introducing,
    .S-Automation__customization,
    .S-Automation__how-to-use,
    .S-Automation__call-to-action {
        padding:60px 0 90px;
    }
}

.pricing-compare .first-screen{
    padding:15px 0 45px;
}

@media(min-width: 768px){
    .pricing-compare .first-screen {
        padding-top:45px;
    }
}

.pricing-compare .first-screen h1{
    text-align:center;
}

@media(min-width: 768px){
    .pricing-compare .first-screen h1 {
        margin-bottom:45px;
    }
}

.pricing-compare .price{
    font-size:36px;
    line-height:45px;
    color:#3bb63a;
    font-weight:500;
}

@media(min-width: 768px){
    .pricing-compare .price {
        line-height:60px;
    }
}

.pricing-compare .price .subscription-type{
    font-size:16px;
    vertical-align:baseline;
    font-weight:400;
    line-height:normal;
    line-height:initial;
}

.pricing-compare table.switch{
    width:100%;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
    margin-bottom:15px;
}

.pricing-compare table.switch td{
    padding-left:7px;
    padding-right:7px;
    vertical-align:middle;
}

.pricing-compare table.switch .inp-switch + label{
    background:#b2bbc4;
    width:35px;
}

.pricing-compare table.switch .inp-switch + label:checked:after, .pricing-compare table.switch .inp-switch + label.right:after{
    left:49%;
}

.pricing-compare table.switch .yearly, .pricing-compare table.switch .monthly{
    font-size:16px;
}

.pricing-compare table.switch .yearly.selected, .pricing-compare table.switch .monthly.selected{
    font-weight:500;
}

.pricing-compare table.switch .year-discount{
    color:#3bb63a;
}

@media(min-width: 768px){
    .pricing-compare table.switch .yearly{
        text-align:left;
    }
    .pricing-compare table.switch .monthly{
        text-align:right;
    }
    .pricing-compare table.switch .year-discount{
        margin-left:.5em;
    }
}

.pricing-compare table.switch label{
    cursor:pointer;
}

.pricing-compare .product-header{
    font-size:16px;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
    margin-bottom:15px;
    text-align:center;
}

.pricing-compare .workstations,
    .pricing-compare .billing-type{
    font-weight:400;
    font-size:16px;
    margin-top:7.5px;
    margin-bottom:22.5px;
}

.pricing-compare .workstations select{
    display:none;
}

.pricing-compare .workstations .popup-menu{
    display:block;
}

.pricing-compare .workstations .pseudo-select{
    display:inline-block;
    border:1px solid #ccc;
    border-radius:.15em;
    font-size:16px;
    text-align:center;
    white-space:nowrap;
    background-color:#ffffff;
    outline:none;
    -webkit-appearance:none;
    position:relative;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
    height:34px;
    line-height:34px;
    margin-top:-2px;
    margin-bottom:-2px;
}

.pricing-compare .workstations .pseudo-select .icon{
    position:absolute;
    margin-right:10px;
    top:-2px;
    right:0;
    font-size:80%;
}

.pricing-compare .workstations .tooltip.down{
    top:31px;
    left:0;
    right:0;
    margin:0;
    padding:0;
    width:auto;
    text-align:left;
    box-shadow:0 1px 3px rgba(0, 0, 0, .2);
    font-size:16px;
}

.pricing-compare .workstations .tooltip.down li{
    cursor:pointer;
    text-align:center;
    line-height:45px;
}

.pricing-compare .workstations .tooltip.down li a{
    color:#354353;
}

.pricing-compare .workstations .tooltip.down:after{
    content:none;
}

.pricing-compare .workstations .tooltip.down:before{
    content:none;
}

.pricing-compare .product-card{
    padding:30px 15px 15px;
    position:relative;
    background-color:#ffffff;
    border:1px solid #e6e6e6;
    border-top:none;
    margin:0 auto 14px;
    text-align:center;
    max-width:400px;
}

@media(min-width: 768px){
    .pricing-compare .product-card {
        max-width:none;
    }
}

.pricing-compare .product-card:before{
    content:'';
    position:absolute;
    left:-2px;
    right:-2px;
    top:0;
    height:15px;
    background-color:#e6e6e6;
}

.pricing-compare .product-card.product-publisher:before{
    background-color:#305580;
}

.pricing-compare .product-card.product-online:before{
    background-color:#159fbf;
}

.pricing-compare .product-card .btn{
    text-align:center;
    max-width:100%;
    margin-bottom:13px;
}

.pricing-compare .product-card .new-product-badge{
    top:7.5px;
}

.pricing-compare .product-card .product-name-with-logo{
    margin-bottom:30px;
}

@media(max-width: 767px){
    .pricing-compare .product-card .product-name-with-logo {
        text-align:center;
    }
}

.pricing-compare .product-card .trial-link{
    font-weight:400;
    font-size:14px;
}

.pricing-compare .product-block{
    position:relative;
}

.pricing-compare .product-block h3{
    line-height:30px;
}

.pricing-compare .product-block .arrow-icon{
    position:absolute;
    top:45px;
    right:0;
    line-height:45px;
}

.pricing-compare .product-block .price{
    margin-bottom:15px;
    font-size:40px;
}

.pricing-compare .edition-container h2{
    margin-bottom:0;
}

.pricing-compare .edition-container .features{
    text-align:left;
    font-size:14px;
    font-weight:400;
    display:inline-block;
    min-height:255px;
}

.pricing-compare .edition-container .features li.long{
    line-height:22px;
    padding-bottom:1px;
}

.pricing-compare .edition-container .features li:first-of-type,
            .pricing-compare .edition-container .features strong{
    font-weight:700;
}

.pricing-compare .edition-container:not(.starter):not(.professional):before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:15px;
    width:1px;
    background-color:#e8ebed;
}

.pricing-compare .edition-container:not(.starter):not(.professional) .features li:first-of-type{
    color:#3bb63a;
}

.pricing-compare .product-description{
    font-weight:400;
    font-size:14px;
    text-align:center;
}

.pricing-compare .products-info{
    padding:45px 0 105px;
}

.pricing-compare .products-info a{
    font-weight:400;
}

.pricing-compare .products-info .product-publisher p, .pricing-compare .products-info .product-online p{
    margin-bottom:30px;
}

.pricing-compare .faq{
    background-color:#f6f8fa;
    padding:75px 0;
}

.pricing-compare .faq h2{
    text-align:center;
    margin-bottom:45px;
}

.pricing-compare .faq h4{
    font-weight:400;
}

.pricing-compare .faq a{
    font-weight:400;
}

.pricing-compare .faq div[class*="col-"]{
    margin-bottom:45px;
}

@media(max-width: 767px){
    .S-CompareAndTry .container {
        padding:0 15px;
    }
}

@media(min-width: 768px){
    .S-CompareAndTry .container {
        padding:0 30px;
    }
}

.S-CompareAndTry__compare-table,
    .S-CompareAndTry__pricing-table{
    table-layout:fixed;
    width:100%;
    position:relative;
}

.S-CompareAndTry__pricing-table{
    margin-bottom:75px;
}

.S-CompareAndTry__title{
    margin-top:45px;
    text-align:center;
}

.S-CompareAndTry__subtitle{
    line-height:30px;
    text-align:center;
    max-width:700px;
    margin:0 auto 30px;
}

@media(min-width: 1200px){
    .S-CompareAndTry__subtitle {
        max-width:none;
    }
}

.S-CompareAndTry__product-title:nth-child(1), .S-CompareAndTry__compare-text:nth-child(1), .S-CompareAndTry__pricing-item:nth-child(1), .S-CompareAndTry__start-trial-cell:nth-child(1){
    padding-right:7.5px;
}

.S-CompareAndTry__product-title:nth-child(2), .S-CompareAndTry__compare-text:nth-child(2), .S-CompareAndTry__pricing-item:nth-child(2), .S-CompareAndTry__start-trial-cell:nth-child(2){
    padding-left:7.5px;
}

@media(min-width: 768px){
    .S-CompareAndTry__product-title:nth-child(1), .S-CompareAndTry__compare-text:nth-child(1), .S-CompareAndTry__pricing-item:nth-child(1), .S-CompareAndTry__start-trial-cell:nth-child(1){
        padding-right:30px;
    }
    .S-CompareAndTry__product-title:nth-child(2), .S-CompareAndTry__compare-text:nth-child(2), .S-CompareAndTry__pricing-item:nth-child(2), .S-CompareAndTry__start-trial-cell:nth-child(2){
        padding-left:30px;
    }
}

.S-CompareAndTry__heading-row{
    background:#ffffff;
    position:absolute;
    display:table;
    top:0;
    width:100%;
    z-index:1;
}

.S-CompareAndTry__heading-shadow{
    content:'';
    display:none;
    position:absolute;
    left:-10000px;
    bottom:0;
    right:-10000px;
    height:100%;
    box-shadow:0 3px 12px -3px rgba(0, 0, 0, .14);
}

.S-CompareAndTry__heading-shadow.S-CompareAndTry__heading-shadow--shown{
    display:block;
}

.S-CompareAndTry__product-title{
    width:50%;
    text-align:left;
    padding-bottom:15px;
    padding-top:15px;
    font:300 21px/30px Roboto, Helvetica, Arial, sans-serif;
}

@media(min-width: 768px){
    .S-CompareAndTry__product-title {
        font-size:30px;
        line-height:45px;
        white-space:nowrap;
    }
}

.S-CompareAndTry__section-title{
    font:400 18px/30px Roboto, Helvetica, Arial, sans-serif;
    position:relative;
}

.S-CompareAndTry__section-title:after{
    content:'';
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    border-bottom:1px solid #c1c9cf;
}

.S-CompareAndTry__compare-text,
    .S-CompareAndTry__pricing-text{
    font:300 16px/30px Roboto, Helvetica, Arial, sans-serif;
    text-align:left;
}

.S-CompareAndTry__compare-text{
    padding:15px 0 45px;
}

.S-CompareAndTry__compare-text.S-CompareAndTry__compare-text--empty:before{
    content:'';
    display:inline-block;
    border-top:3px solid #c1c9cf;
    width:60px;
    vertical-align:baseline;
}

.S-CompareAndTry__pricing-item{
    text-align:center;
    padding:30px 0 15px;
}

.S-CompareAndTry__pricing-text{
    text-align:center;
}

.S-CompareAndTry__start-trial-cell{
    text-align:center;
    padding-top:15px;
}

.S-CompareAndTry__start-trial{
    max-width:260px;
    margin:auto;
}

.S-CompareAndTry__full-pricing-link{
    font:400 14px/15px Roboto, Helvetica, Arial, sans-serif;
    margin-bottom:0;
}

.S-CompareAndTry__trial-duration{
    color:#939aa2;
    font:400 14px/30px Roboto, Helvetica, Arial, sans-serif;
    margin:0;
}

.S-CompareAndTry__faq{
    background:#f4f6f7;
    padding:75px 0;
}

.S-CompareAndTry__faq-title{
    text-align:center;
    margin-bottom:45px;
}

.S-CompareAndTry__faq-list{
    margin-bottom:45px;
}

.S-CompareAndTry__question:not(:first-of-type){
    margin-top:30px;
}

.S-CompareAndTry__chat-with-us{
    text-align:center;
}

.contacts-page{
    padding-top:60px;
}

.contacts-page header{
    margin-bottom:60px;
}

.contacts-page header .callout a{
    font-weight:400;
}

@media(min-width: 992px){
    .contacts-page header .callout {
        padding-left:45px;
        padding-right:45px;
    }
}

.contacts-page .local-contacts{
    padding-bottom:45px;
}

@media(min-width: 992px){
    .contacts-page .local-contacts {
        padding-left:45px;
    }
}

.contacts-page .local-contacts h3 + p{
    margin-top:-15px;
}

.contacts-page .local-contacts .block-description{
    font-size:16px;
    font-weight:400;
    margin-bottom:0;
}

.contacts-page .local-contacts .title{
    margin-top:30px;
}

.contacts-page .local-contacts .contact{
    font-size:16px;
    font-weight:400;
}

.contacts-page .local-contacts a{
    display:block;
}

.contacts-page .tabs{
    font-size:24px;
    line-height:45px;
}

.contacts-page .tab{
    padding:15px 0 105px;
}

.contacts-page .tab form{
    width:460px;
    max-width:100%;
    margin:0 auto;
}

.contacts-page .tab form .btn.command-submit{
    margin-top:30px;
}

.contacts-page .escape-container{
    padding:60px 0 90px;
    background:#f6f8fa;
}

.contacts-page .escape-container a{
    font-size:16px;
}

.contacts-page .submitted{
    display:none;
}

.contacts-page .attached-files-title{
    display:none;
    text-align:left !important;
}

.contacts-page .attached-files{
    margin-top:30px;
    text-align:left;
}

.contacts-page .attached-files .file{
    font-size:16px;
}

.contacts-page .attached-files .file.in-progress{
    color:#828282;
}

.contacts-page .attached-files .file.in-progress .progress{
    color:#354353;
    font-weight:500;
}

.contacts-page .attached-files .file span{
    float:none;
    display:inline-block;
    vertical-align:top;
}

.contacts-page .attached-files .file .name{
    max-width:262px;
    overflow:hidden;
    word-break:normal;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.contacts-page .attached-files .file .size{
}

.contacts-page .attached-files .file .error.progress{
    color:#fe5f5f;
}

.contacts-page .attached-files .file .icon-cross{
    display:none;
    color:#fe5f5f;
    cursor:pointer;
    margin-left:1em;
}

.contacts-page .attached-files .file:hover .icon-cross{
    display:inline-block;
}

.contacts-page label{
    position:relative;
}

.contacts-page .attach-files-control{
    text-align:left;
}

.contacts-page .attach-files-control button{
    float:left;
    margin-right:15px;
    background:#f4f4f4;
}

.contacts-page .attach-files-control button .icon-attach{
    margin:0;
}

.contacts-page .attach-files-control .global-errors{
    display:block;
    margin-left:48px;
    font-size:14px;
    font-weight:400;
}

.contacts-page .attach-files-control .global-errors .error{
    color:#fe5f5f;
}

.contacts-page p:empty{
    display:none;
}

.contacts-page .icon.icon-info{
    background:#000000;
    background:rgba(0, 0, 0, .3);
    border-radius:100%;
    display:block;
    position:absolute;
    top:0;
    right:-30px;
    text-align:center;
    text-decoration:none;
    width:18px;
    height:18px;
    line-height:10px;
    font-size:10px;
}

.contacts-page .icon.icon-info:before{
    width:18px;
    height:18px;
    line-height:18px;
    vertical-align:baseline;
    color:#ffffff;
}

.contacts-page .icon.icon-info .tooltip{
    right:33px;
    top:-22px;
    width:265px;
    display:none;
    text-align:left;
}

.contacts-page .icon.icon-info .tooltip.left{
    right:33px;
}

.contacts-page .icon.icon-info .tooltip.right{
    left:33px;
}

.contacts-page .icon.icon-info:hover{
    background:#3da9c4;
    background:rgba(61, 169, 196, 1);
}

.contacts-page .icon.icon-info:hover .tooltip{
    display:block;
}

.contacts-page .uploading .icon-cross{
    display:none !important;
}

.contacts-page .SITE-submit-privacy-notice{
    margin-top:30px;
}

.page-demos{
    padding-top:45px;
}

.page-demos header{
    padding-bottom:30px;
}

.page-demos header .description, .page-demos header .callout{
    margin-bottom:30px;
}

.page-demos header nav{
    margin-bottom:30px;
}

.page-demos .crumbs strong{
    font-weight:inherit;
}

.page-demos h2 > a{
    text-decoration:none;
    color:#354353;
}

.page-demos h2 + h4{
    margin-top:-15px;
    margin-bottom:30px;
}

.page-demos section + section{
    margin-top:60px;
    margin-bottom:60px;
}

@media(max-width: 767px){
    .page-demos section + section {
        margin-top:30px;
    }
}

.page-demos dl dt{
    display:inline;
    font-weight:inherit;
}

.page-demos dl dd{
    display:inline;
}

.page-demos dl + p{
    margin-top:-15px;
}

.page-demos article ul{
    list-style:none;
    position:relative;
}

.page-demos article ul > li + li{
    margin-top:15px;
}

.page-demos article ul > li:before{
    font-family:"fb-icons";
    content:"\e004";
    position:absolute;
    left:0;
    line-height:1.7;
    width:1.7em;
    color:#5cb73c;
    text-align:center;
}

.page-demos .demos-tiles{
    list-style:none;
    margin:0 auto;
    display:block;
    padding-left:0;
}

@media(max-width: 1199px){
    .page-demos .demos-tiles {
        margin-top:30px;
    }
}

.page-demos .demos-tiles > li{
    display:block;
    float:left;
    padding-left:0;
    margin-top:0;
    margin-bottom:8px;
    margin-right:10px;
    width:155px;
}

.page-demos .demos-tiles > li a{
    display:block;
}

.page-demos .demos-tiles > li img{
    display:block;
}

.page-demos .promo-demos{
    padding:60px 0 15px;
    background:#316e9b;
    background:linear-gradient(to bottom, #316e9b,#316e9b 70%,#1d507d);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#316e9b', endColorstr='#1d507d',GradientType=0 );
    color:#ffffff;
    text-shadow:0 0 15px #388193;
}

.page-demos .promo-demos a{
    color:#ffffff;
}

.page-demos .promo-demos img{
    max-width:100%;
    margin-bottom:20px;
    box-shadow:0 0 15px #388193;
}

.page-demos a.preview{
    display:block;
    position:relative;
    text-align:center;
}

.page-demos a.preview .icon{
    display:block;
    width:70px;
    height:70px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-35px;
    margin-top:-45px;
    background:#000000;
    background:rgba(0, 0, 0, .3);
    border-radius:100%;
    text-align:center;
    text-decoration:none;
    font-size:32px;
}

.page-demos a.preview .icon:before{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-.45em;
    margin-top:-.45em;
    color:#ffffff;
    color:rgba(255, 255, 255, .8);
}

.page-demos a.preview .icon.icon-play:before{
    margin-left:-.4em;
}

.page-demos a.preview.preview-sm .icon{
    width:46px;
    height:46px;
    margin-left:-24px;
    margin-top:-24px;
    font-size:24px;
}

.page-demos a.preview.preview-shelf{
    width:319px;
}

.page-demos a.preview:hover .icon{
    background:#3da9c4;
    background:rgba(61, 169, 196, .8);
    //text-shadow:0 0 2px #ffffff;
}

.page-demos .demos-top .demo{
    margin-bottom:45px;
}

.page-demos .demos-top a.preview .icon{
    margin-top:-2.2em;
}

.page-demos .demos-top .demo-title{
    font-weight:400;
}

.page-demos .demos-top .demo-author i{
    font-style:italic;
}

.page-demos .page-content{
    padding:60px 0;
}

.page-demos .demos-right .demo img{
    margin-bottom:5px;
}

.page-demos .demos-right .video img{
    margin-bottom:9.999px;
}

.page-demos .demos-right .title{
    margin-top:15px;
    margin-bottom:30px;
}

.page-demos .demos-footer{
    background:#f6f8fa;
    padding:60px 0 75px;
    text-align:center;
}

.page-demos .demos-footer a{
    display:block;
}

.page-demos .demos-footer h2{
    margin-bottom:45px;
}

.page-demos .demos-footer img{
    max-width:100%;
    margin-bottom:4px;
}

.page-demos .demos-footer [class*="col-"]{
    z-index:1;
}

.page-demos .demos-footer .box{
    position:relative;
    display:inline-block;
}

.page-demos .demos-footer .box:before, .page-demos .demos-footer .box:after{
    z-index:-1;
    position:absolute;
    display:block;
    content:"";
    bottom:14px;
    width:48%;
    height:4px;
    max-width:300px;
    background:#777;
    box-shadow:0 12px 10px 0px rgba(0, 0, 0, .8);
}

.page-demos .demos-footer .box:before{
    -ms-transform:rotate(-4deg);
        transform:rotate(-4deg);
    left:2%;
    border-top-left-radius:100%;
    border-bottom-left-radius:100%;
}

.page-demos .demos-footer .box:after{
    -ms-transform:rotate(4deg);
        transform:rotate(4deg);
    right:2%;
    border-top-right-radius:100%;
    border-bottom-right-radius:100%;
}

.page-demos .demos-footer .active{
    font-weight:500;
}

.page-demos .demos-footer .title{
    margin-top:15px;
    white-space:nowrap;
}

@media(max-width: 1199px){
    .page-demos .demos-footer .col-md-2 + .col-md-2{
        margin-bottom:30px;
    }
}

.oldIE .page-demos aside{
    padding-right:0;
}

.oldIE .page-demos .demos-tiles > li{
    margin-right:auto;
}

.oldIE .page-demos .callout{
    margin-left:-15px;
    margin-right:-15px;
    padding-left:.5em;
    padding-right:.5em;
}

.page-job.page-downloads .first-screen{
    padding:45px 0;
    background-color:#3b516d;
    color:#ffffff;
}

@media(min-width: 992px){
    .page-job.page-downloads .first-screen {
        padding:45px 0 75px;
    }
}

.page-job.page-downloads .first-screen h1{
    font-size:30px;
    line-height:30px;
}

.page-job.page-downloads .first-screen .header-description{
    font-size:16px;
    line-height:24px;
    margin-bottom:27px;
}

.page-job.page-downloads .first-screen img{
    max-width:100%;
    margin:0 auto;
}

.page-job.page-downloads .first-screen .win-only{
    line-height:30px;
    text-align:center;
    color:#f4f6f7;
    color:rgba(244, 246, 247, 0.7);
    font-size:16px;
    white-space:nowrap;
}

.page-job.page-downloads .first-screen .win-only img{
    margin-right:.3em;
}

.page-job.page-downloads .block-quote{
    padding:33px 30px 18px;
    border:2px solid #a2b9cc;
    border-radius:1em 1em 0 1em;
    color:#f4f6f7;
}

.page-job.page-downloads .block-quote .quote{
    quotes:"\201c" "\201d";
}

.page-job.page-downloads .block-quote .quote:before,
            .page-job.page-downloads .block-quote .quote:after{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight:bold;
    font-size:1.5em;
    vertical-align:baseline;
    color:#a2b9cc;
}

.page-job.page-downloads .block-quote .quote:before{
    content:'“';
    content:open-quote;
    margin-right:.1em;
}

.page-job.page-downloads .block-quote .quote:after{
    content:'”';
    content:close-quote;
    margin-left:.1em;
}

.page-job.page-downloads .block-quote .author{
    text-align:right;
    font-size:16px;
    font-weight:400;
    color:#f4f6f7;
}

.page-job.page-downloads .block-quote .quote + .author{
    margin-top:30px;
}

.page-job.page-downloads .row-small-gutter{
    margin-left:-8px;
    margin-right:-8px;
}

.page-job.page-downloads .row-small-gutter [class*='col-']{
    padding-left:8px;
    padding-right:8px;
}

.page-job.page-downloads .placeholder{
    width:100%;
}

@media(min-width: 768px){
    .page-job.page-downloads .placeholder {
        min-height:225px;
    }
}

.page-job.page-downloads .placeholder.loading{
    background:url('images/preloader-dark.gif') no-repeat center center;
    margin-bottom:60px;
}

.page-job.page-downloads .thank-you{
    text-align:center;
}

.page-job.page-downloads .thank-you p{
    font-size:16px;
}

.page-job.page-downloads .registered-user-button{
    padding-top:75px;
}

.page-job.page-downloads .registered-user-button .btn{
    margin-bottom:15px;
}

@media(min-width: 992px){
    .page-job.page-downloads .feature-nav {
        padding-bottom:105px;
    }
}

.page-job.page-downloads .feature-nav p{
    max-width:290px;
}

.page-job.page-downloads .feature-nav .feature-title h3{
    margin-bottom:0;
}

.page-job.page-downloads .feature-nav .learn-more{
    font-size:16px;
    font-weight:500;
}

.page-features-v1{
    padding:45px 0 60px;
}

.page-features-v1 header{
    margin-bottom:45px;
}

.page-features-v1 article{
    margin-bottom:45px;
}

.page-features-v1 article img{
    max-width:100%;
    max-height:450px;
    display:block;
    margin:auto;
}

.page-features-v1 article p, .page-features-v1 article ol, .page-features-v1 article ul, .page-features-v1 article img{
    margin-bottom:30px;
}

.page-features-v1 article .note{
    padding:15px 1em;
    border-left:5px solid #ffde7c;
    background-color:#f6f8fa;
}

.page-features-v1 .next-feature .text{
    display:inline-block;
    margin-right:30px;
    margin-bottom:0;
}

.page-features-v1 .next-feature a{
    overflow-y:hidden;
}

@media(max-width: 767px){
    .page-features-v1 .next-feature {
        margin-bottom:30px;
    }
}

.page-features-v1-index{
    padding:60px 0;
}

.page-features-v1-index .heading{
    margin-bottom:60px;
}

.page-features-v1-index h2{
    margin-bottom:45px;
}

.page-features-v1-index .feature-list>li{
    margin-bottom:45px;
}

.page-features-v1-index .more{
    font-size:16px;
}

.page-features-v1-index table{
    border:none;
    padding:0;
    margin-bottom:15px;
}

.page-features-v1-index table td{
    height:60px;
    padding:0;
    border:none;
    margin:0;
    vertical-align:middle;
}

.page-features-v1-index table td h3{
    margin-bottom:0;
}

.page-features-v1-index table td h3 a{
    color:#354353;
    text-decoration:none;
}

.page-features-v1-index table td .icon{
    display:inline-block;
    color:#8aaacc;
    font-size:45px;
}

.page-features-v1-index table td:first-child{
    width:60px;
}

.home-page .carousel, .home-page-legacy .carousel{
    margin:34px 0 0 0;
    padding-bottom:23px;
}

.home-page .carousel ul, .home-page-legacy .carousel ul{
    transform:translate3d(0,0,0);
    list-style:none;
    padding:0;
    margin:0;
    height:295px;
    width:0;
    margin:0 auto;
    position:relative;
}

.home-page .carousel ul li, .home-page-legacy .carousel ul li{
    display:none;
    position:absolute;
    transition:transform ease-out .33s, opacity ease-out .33s;
    height:295px;
    width:234.82px;
    -ms-transform-origin:0 0;
        transform-origin:0 0;
    -ms-transform:translate(0,0) scale(1);
        transform:translate(0,0) scale(1);
}

.home-page .carousel ul li a, .home-page-legacy .carousel ul li a{
    -webkit-touch-callout:none;
    -webkit-user-drag:none;
    outline:none;
    position:relative;
    display:inline-block;
}

.home-page .carousel ul li a img, .home-page-legacy .carousel ul li a img{
    -webkit-touch-callout:none;
    -webkit-user-drag:none;
    z-index:1;
    transition:all ease-out .33s;
    background:#fff;
    max-height:295px;
    max-width:234.82px;
}

.home-page .carousel ul li a img:hover + .icon, .home-page-legacy .carousel ul li a img:hover + .icon{
    background:#3da9c4;
    background:rgba(61, 169, 196, .8);
}

.home-page .carousel ul li a:before, .home-page-legacy .carousel ul li a:before{
    transition:all ease-out .33s;
    z-index:-1;
    content:" ";
    position:absolute;
    top:0;
    left:-14%;
    bottom:-2.5%;
    right:-14%;
    background:url('images/frontpage/demo-covers/shadow.png') no-repeat bottom center;
    background-size:100% 100%;
}

.home-page .carousel ul li a .icon, .home-page-legacy .carousel ul li a .icon{
    background:#2588a1;
    background:rgba(37, 136, 161, .6);
    border-radius:100%;
    display:block;
    font-size:35px;
    height:86px;
    width:86px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-43px;
    margin-top:-43px;
    text-align:center;
    text-decoration:none;
    opacity:0;
    transition:opacity 0.2805s ease-in-out, background .15s ease-in-out;
}

.home-page .carousel ul li a .icon:before,.home-page-legacy .carousel ul li a .icon:before{
    color:#ffffff;
    color:rgba(255, 255, 255, .7);
    left:50%;
    margin-left:-0.45em;
    margin-top:-0.45em;
    position:absolute;
    top:50%
}

.home-page .carousel ul li a .icon:hover, .home-page-legacy .carousel ul li a .icon:hover{
    background:#3da9c4;
    background:rgba(61, 169, 196, .8);
}

.home-page .carousel ul li a:hover, .home-page .carousel ul li a:focus, .home-page .carousel ul li a:active, .home-page-legacy .carousel ul li a:hover, .home-page-legacy .carousel ul li a:focus, .home-page-legacy .carousel ul li a:active{
    outline:none;
}

.home-page .carousel ul li.prev, .home-page .carousel ul li.next, .home-page-legacy .carousel ul li.prev, .home-page-legacy .carousel ul li.next{
    display:block;
    width:40px;
    height:295px;
    cursor:pointer;
    top:0;
    z-index:101;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

.home-page .carousel ul li.prev .icon, .home-page .carousel ul li.next .icon, .home-page-legacy .carousel ul li.prev .icon, .home-page-legacy .carousel ul li.next .icon{
    color:#fff;
    font-size:40px;
    display:block;
    margin-top:127.5px;
}

.home-page .carousel ul li.prev, .home-page-legacy .carousel ul li.prev{
    right:427.89075px;
}

.home-page .carousel ul li.next, .home-page-legacy .carousel ul li.next{
    left:427.89075px;
}

.home-page .carousel ul li.current-0, .home-page-legacy .carousel ul li.current-0{
    display:block;
    -ms-transform:translate(-117.41px,0) scale(1);
        transform:translate(-117.41px,0) scale(1);
    z-index:100;
}

.home-page .carousel ul li.current-0 a .icon,.home-page-legacy .carousel ul li.current-0 a .icon{
    opacity:1;
}

.home-page .carousel ul li.current-1, .home-page-legacy .carousel ul li.current-1{
    display:block;
    z-index:99;
}

.home-page .carousel ul li.current-1.left, .home-page-legacy .carousel ul li.current-1.left{
    -ms-transform:translate( -278.55522px, 21px) scale(.915);
        transform:translate( -278.55522px, 21px) scale(.915);
}

.home-page .carousel ul li.current-1.right, .home-page-legacy .carousel ul li.current-1.right{
    -ms-transform:translate( 63.69493px, 21px) scale(.915);
        transform:translate( 63.69493px, 21px) scale(.915);
}

.home-page .carousel ul li.current-2, .home-page-legacy .carousel ul li.current-2{
    display:block;
    z-index:98;
}

.home-page .carousel ul li.current-2.left, .home-page-legacy .carousel ul li.current-2.left{
    -ms-transform:translate( -397.89075px,32px) scale(.847);
        transform:translate( -397.89075px,32px) scale(.847);
}

.home-page .carousel ul li.current-2.right, .home-page-legacy .carousel ul li.current-2.right{
    -ms-transform:translate( 198.99821px,32px) scale(.847);
        transform:translate( 198.99821px,32px) scale(.847);
}

.home-page .carousel ul li.current-3, .home-page-legacy .carousel ul li.current-3{
    display:block;
    opacity:0;
    z-index:97;
}

.home-page .carousel ul li.current-3.left, .home-page-legacy .carousel ul li.current-3.left{
    -ms-transform:translate( -417.89075px,22px) scale(.800);
        transform:translate( -417.89075px,22px) scale(.800);
}

.home-page .carousel ul li.current-3.right, .home-page-legacy .carousel ul li.current-3.right{
    -ms-transform:translate(  218.99821px,22px) scale(.800);
        transform:translate(  218.99821px,22px) scale(.800);
}

@media(max-width: 1199px){
    .home-page .carousel, .home-page-legacy .carousel {
        width:100%;
        overflow:hidden;
    }
    .home-page .carousel ul li.prev, .home-page .carousel ul li.next, .home-page-legacy .carousel ul li.prev, .home-page-legacy .carousel ul li.next{
        display:none;
    }
}

.oldIE .home-page .carousel, .oldIE .home-page-legacy .carousel{
    margin:34px 0 0 0;
    padding-bottom:23px;
}

.oldIE .home-page .carousel ul, .oldIE .home-page-legacy .carousel ul{
    transform:translate3d(0,0,0);
    list-style:none;
    padding:0;
    margin:0;
    height:295px;
    width:0;
    margin:0 auto;
    position:relative;
}

.oldIE .home-page .carousel ul li, .oldIE .home-page-legacy .carousel ul li{
    display:none;
    position:absolute;
    transition:all ease-out .33s;
}

.oldIE .home-page .carousel ul li a, .oldIE .home-page-legacy .carousel ul li a{
    outline:none;
    position:relative;
    display:inline-block;
}

.oldIE .home-page .carousel ul li a:hover,.oldIE .home-page .carousel ul li a:focus,.oldIE .home-page .carousel ul li a:active,.oldIE .home-page-legacy .carousel ul li a:hover,.oldIE .home-page-legacy .carousel ul li a:focus,.oldIE .home-page-legacy .carousel ul li a:active{
    outline:none;
}

.oldIE .home-page .carousel ul li a img, .oldIE .home-page-legacy .carousel ul li a img{
    z-index:1;
    transition:all ease-out .33s;
    background:#fff;
}

.oldIE .home-page .carousel ul li a:before, .oldIE .home-page-legacy .carousel ul li a:before{
    transition:all ease-out .33s;
    z-index:-1;
    content:" ";
    position:absolute;
    top:0;
    left:-14%;
    bottom:-2.5%;
    right:-14%;
    background:url('images/frontpage/demo-covers/shadow.png') no-repeat bottom center;
    background-size:100% 100%;
}

.oldIE .home-page .carousel ul li a .icon, .oldIE .home-page-legacy .carousel ul li a .icon{
    display:none;
}

.oldIE .home-page .carousel ul li.prev, .oldIE .home-page .carousel ul li.next, .oldIE .home-page-legacy .carousel ul li.prev, .oldIE .home-page-legacy .carousel ul li.next{
    display:block;
    width:40px;
    height:295px;
    cursor:pointer;
    top:0;
    z-index:101;
}

.oldIE .home-page .carousel ul li.prev .icon, .oldIE .home-page .carousel ul li.next .icon, .oldIE .home-page-legacy .carousel ul li.prev .icon, .oldIE .home-page-legacy .carousel ul li.next .icon{
    color:#fff;
    font-size:40px;
    display:block;
    margin-top:127.5px;
}

.oldIE .home-page .carousel ul li.prev, .oldIE .home-page-legacy .carousel ul li.prev{
    right:447.89075px;
}

.oldIE .home-page .carousel ul li.next, .oldIE .home-page-legacy .carousel ul li.next{
    left:447.89075px;
}

.oldIE .home-page .carousel ul li.current-0, .oldIE .home-page-legacy .carousel ul li.current-0{
    display:block;
    height:295px;
    width:234.82px;
    left:-117.41px;
    top:0;
    z-index:100;
}

.oldIE .home-page .carousel ul li.current-0 img, .oldIE .home-page-legacy .carousel ul li.current-0 img{
    max-height:295px;
    max-width:234.82px;
}

.oldIE .home-page .carousel ul li.current-1, .oldIE .home-page-legacy .carousel ul li.current-1{
    display:block;
    height:269.925px;
    width:214.8603px;
    top:21px;
    z-index:99;
}

.oldIE .home-page .carousel ul li.current-1.left, .oldIE .home-page-legacy .carousel ul li.current-1.left{
    left:-278.55522px;
}

.oldIE .home-page .carousel ul li.current-1.right, .oldIE .home-page-legacy .carousel ul li.current-1.right{
    left:63.69493px;
}

.oldIE .home-page .carousel ul li.current-1 img, .oldIE .home-page-legacy .carousel ul li.current-1 img{
    max-height:269.925px;
    max-width:214.8603px;
}

.oldIE .home-page .carousel ul li.current-2, .oldIE .home-page-legacy .carousel ul li.current-2{
    display:block;
    height:249.865px;
    width:198.89254px;
    top:32px;
    z-index:98;
}

.oldIE .home-page .carousel ul li.current-2.left, .oldIE .home-page-legacy .carousel ul li.current-2.left{
    left:-397.89075px;
}

.oldIE .home-page .carousel ul li.current-2.right, .oldIE .home-page-legacy .carousel ul li.current-2.right{
    left:198.99821px;
}

.oldIE .home-page .carousel ul li.current-2 img, .oldIE .home-page-legacy .carousel ul li.current-2 img{
    max-height:249.865px;
    max-width:198.89254px;
}

.oldIE .home-page .carousel ul li.current-3, .oldIE .home-page-legacy .carousel ul li.current-3{
    display:block;
    opacity:0;
    filter:alpha(opacity=0);
    height:236px;
    width:187.856px;
    top:22px;
    z-index:97;
}

.oldIE .home-page .carousel ul li.current-3.left, .oldIE .home-page-legacy .carousel ul li.current-3.left{
    left:-417.89075px;
}

.oldIE .home-page .carousel ul li.current-3.right, .oldIE .home-page-legacy .carousel ul li.current-3.right{
    left:218.99821px;
}

.oldIE .home-page .carousel ul li.current-3 img, .oldIE .home-page-legacy .carousel ul li.current-3 img{
    max-height:236px;
    max-width:187.856px;
}

@media(max-width: 1199px){
    .oldIE .home-page .carousel, .oldIE .home-page-legacy .carousel {
        width:100%;
        overflow:hidden;
    }
    .oldIE .home-page .carousel ul li.prev, .oldIE .home-page .carousel ul li.next, .oldIE .home-page-legacy .carousel ul li.prev, .oldIE .home-page-legacy .carousel ul li.next{
        display:none;
    }
}
.home-page-legacy{
    text-align:center;
}
.home-page-legacy .row{
    text-align:left;
}
.home-page-legacy .lead-form{
    max-width:620px;
    min-height:47px;
    margin:26px auto 0 auto;
}
.home-page-legacy .lead-form .col-md-6, .home-page-legacy .lead-form .col-sm-6, .home-page-legacy .lead-form .col-xs-6, .home-page-legacy .lead-form .col-lg-6{
    padding:0 5px;
}
.home-page-legacy .lead-form .inp-lg{
    font-size:16px;
}
.home-page-legacy .lead-form .error-display{
    display:none;
}
@media(max-width: 767px){
    .home-page-legacy .lead-form {
        padding-left:25px;
        padding-right:25px;
    }
    .home-page-legacy .lead-form .col-md-6, .home-page-legacy .lead-form .col-sm-6, .home-page-legacy .lead-form .col-xs-6, .home-page-legacy .lead-form .col-lg-6{
        padding:8px 5px;
    }
}
.home-page-legacy .first-screen{
    background:#2099b8;
    background:url('images/frontpage/background-overlay.png') center center no-repeat, linear-gradient(to bottom, #2099b8 0%, #71c4cc 50%, #3f85a9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2099b8', endColorstr='#3f85a9',GradientType=0 );
    background-size:100% 100%, 100% 100%;
}
.home-page-legacy .first-screen .container{
    padding:25px 0 30px 0;
}
.home-page-legacy .first-screen h1{
    font-size:40px;
    color:#fff;
    margin-bottom:11px;
    font-weight:600;
}
.home-page-legacy .first-screen p{
    font-size:18px;
    margin:0 auto;
    color:#fff;
    line-height:30px;
    text-shadow:0px 0px 15px #388193;
}
@media(max-width: 767px){
    .home-page-legacy .first-screen h1{
        font-size:30px;
        font-weight:600;
        max-width:350px;
        margin:-15px auto 10px auto;
    }
    .home-page-legacy .first-screen .carousel{
        margin-top:20px;
        margin-bottom:-35px;
    }
}
.home-page-legacy .movie{
    margin-bottom:55px;
}
.home-page-legacy .movie h2{
    font-size:30px;
    margin-bottom:22px;
}
.home-page-legacy .movie p{
    font-size:18px;
    margin:0 auto;
    line-height:28px;
    margin-bottom:38px;
}
.home-page-legacy .movie .video-preview .video-container{
    width:638px;
}
@media(max-width: 767px){
    .home-page-legacy .movie {
        margin-bottom:20px;
    }
    .home-page-legacy .movie h2{
        font-size:28px;
        max-width:300px;
        margin:0 auto 35px auto;
    }
    .home-page-legacy .movie p{
        display:none;
    }
    .home-page-legacy .movie .video-preview .video-container{
        width:100%;
    }
    .home-page-legacy .movie .video-preview .video-container img{
        width:100%;
        height:auto;
    }
}
@media(max-width: 1199px){
    .home-page-legacy .movie {
        margin-bottom:30px;
    }
}
.home-page-legacy .engage, .home-page-legacy .mini-features{
    background:#f6f8fa;
    padding:40px 0 50px 0;
    margin-bottom:45px;
}
.home-page-legacy .engage h2, .home-page-legacy .mini-features h2{
    font-size:30px;
    margin-bottom:16px;
}
.home-page-legacy .engage p, .home-page-legacy .mini-features p{
    font-size:18px;
    margin:0 auto;
    margin-bottom:15px;
}
.home-page-legacy .engage .row table, .home-page-legacy .mini-features .row table{
    border:none;
    padding:0;
    margin:20px 0 10px 0;
}
.home-page-legacy .engage .row table td, .home-page-legacy .mini-features .row table td{
    vertical-align:middle;
    padding:0;
    border:none;
    margin:0;
    height:51px;
}
.home-page-legacy .engage .row table td h4, .home-page-legacy .mini-features .row table td h4{
    font-size:18px;
    font-weight:600;
    margin:4px 0 0 0;
    line-height:24px;
}
.home-page-legacy .engage .row table td .icon, .home-page-legacy .mini-features .row table td .icon{
    display:inline-block;
    color:#627d88;
    font-size:36px;
}
.home-page-legacy .engage .row table td:first-child, .home-page-legacy .mini-features .row table td:first-child{
    width:46px;
}
.home-page-legacy .engage .row p, .home-page-legacy .mini-features .row p{
    font-size:14px;
    margin-bottom:0;
}
@media(max-width: 767px){
    .home-page-legacy .engage, .home-page-legacy .mini-features {
        padding:30px 0 30px 0;
        margin-bottom:30px;
    }
    .home-page-legacy .engage h2, .home-page-legacy .mini-features h2{
        font-size:28px;
        margin-bottom:0;
    }
    .home-page-legacy .engage p, .home-page-legacy .mini-features p{
        display:none;
    }
    .home-page-legacy .engage .row p, .home-page-legacy .mini-features .row p{
        display:block;
        font-size:18px;
    }
}
@media(max-width: 1199px){
    .home-page-legacy .engage, .home-page-legacy .mini-features {
        padding:30px 0 30px 0;
        margin-bottom:30px;
    }
    .home-page-legacy .engage h2, .home-page-legacy .mini-features h2{
        margin-bottom:0;
    }
    .home-page-legacy .engage .row table, .home-page-legacy .mini-features .row table{
        margin-top:0;
    }
}
.home-page-legacy .features{
    margin-bottom:30px;
}
.home-page-legacy .features img{
    margin:0 auto;
    display:block;
}
@media(max-width: 991px){
    .home-page-legacy .features img.image-first{
        width:296px;
        height:229px;
    }
    .home-page-legacy .features img.image-second{
        width:296px;
        height:229px;
    }
}
@media(max-width: 767px){
    .home-page-legacy .features img.image-first, .home-page-legacy .features img.image-second{
        max-width:100%;
        height:auto;
        margin-top:20px;
        margin-bottom:20px;
    }
}
.home-page-legacy .features .row.inverse .col-md-6, .home-page-legacy .features .row.inverse .col-sm-6, .home-page-legacy .features .row.inverse .col-xs-6, .home-page-legacy .features .row.inverse .col-lg-6{
    float:right;
}
@media(max-width: 767px){
    .home-page-legacy .features .row.inverse .col-md-6, .home-page-legacy .features .row.inverse .col-sm-6, .home-page-legacy .features .row.inverse .col-xs-6, .home-page-legacy .features .row.inverse .col-lg-6 {
        float:none;
    }
}
.home-page-legacy .features .row:first-child{
    margin-bottom:50px;
}
@media(max-width: 767px){
    .home-page-legacy .features {
        margin-bottom:5px;
    }
    .home-page-legacy .features p{
        font-size:18px;
    }
    .home-page-legacy .features .row:first-child{
        margin-bottom:10px;
    }
}
@media(max-width: 1199px){
    .home-page-legacy .features {
        margin-bottom:10px;
    }
    .home-page-legacy .features .row:first-child{
        margin-bottom:20px;
    }
}
.home-page-legacy .clients-carousel{
    border-bottom:none;
    position:relative;
    overflow:visible;
}
@media(max-width: 767px){
    .home-page-legacy .clients-carousel {
        margin-bottom:40px;
    }
}
.home-page-legacy .mini-features{
    padding:30px 0 50px 0;
    margin-bottom:49px;
}
@media(max-width: 767px){
    .home-page-legacy .mini-features {
        padding:5px 0 30px 0;
        margin-bottom:30px;
    }
}
.home-page-legacy .last-lead-form{
    padding-bottom:33px;
}
.home-page-legacy .last-lead-form h2{
    font-size:30px;
    margin-bottom:36px;
}
@media(max-width: 767px){
    .home-page-legacy .last-lead-form h2{
        margin-bottom:15px;
    }
}

.page-job.home-page .first-screen{
    padding:30px 0 0;
    text-align:center;
    overflow:hidden;
}

@media(min-width: 992px){
    .page-job.home-page .first-screen {
        padding:60px 0 45px;
        text-align:left;
    }
}

@media(min-width: 1200px){
    .page-job.home-page .first-screen {
        padding:60px 0 90px;
    }
}

.page-job.home-page .first-screen h1{
    margin:0 auto 30px;
    max-width:500px;
}

@media(min-width: 992px){
    .page-job.home-page .first-screen h1 {
        margin-left:0;
    }
}

.page-job.home-page .first-screen h1, .page-job.home-page .first-screen p, .page-job.home-page .first-screen .start-trial{
    position:relative;
    z-index:2;
}

.page-job.home-page .first-screen p{
    max-width:750px;
    margin:0 auto 30px;
}

@media(min-width: 992px){
    .page-job.home-page .first-screen p {
        min-height:120px;
    }
}

.page-job.home-page .first-screen .demo-holder{
    width:170%;
    position:relative;
    margin:0 auto;
    left:-42%;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
    display:inline-block;
}

@media(min-width: 768px){
    .page-job.home-page .first-screen .demo-holder {
        width:140%;
        left:-24%;
    }
}

@media(min-width: 992px){
    .page-job.home-page .first-screen .demo-holder {
        position:absolute;
        width:auto;
        bottom:-90px;
        margin-bottom:0;
        left:50%;
        z-index:1;
    }
}

@media(min-width: 1200px){
    .page-job.home-page .first-screen .demo-holder {
        left:70%;
    }
}

.page-job.home-page .first-screen .demo-holder img{
    max-width:100%;
}

@media(min-width: 992px){
    .page-job.home-page .first-screen .demo-holder img {
        max-width:none;
    }
}

.page-job.home-page .first-screen .demo-wrapper{
    position:absolute;
    top:4%;
    bottom:0;
    left:31.6%;
    right:25%;
    margin-bottom:0;
}

.page-job.home-page .first-screen .demo-wrapper a{
    display:block;
    height:100%;
    width:100%;
}

@media(min-width: 992px){
    .page-job.home-page .first-screen .start-trial {
        text-align:left;
    }
}

.page-job.home-page .first-screen .start-trial .btn{
    margin-bottom:30px;
}

@media(min-width: 768px){
    .page-job.home-page .first-screen .start-trial .btn {
        margin-right:30px;
    }
}

@media(min-width: 992px){
    .page-job.home-page .first-screen .start-trial .btn {
        margin-bottom:0;
    }
}

.page-job.home-page .first-screen .video-preview{
    line-height:45px;
    white-space:nowrap;
    display:block;
    font-weight:400;
}

@media(min-width: 768px){
    .page-job.home-page .first-screen .video-preview {
        display:inline-block;
    }
}

.page-job.home-page .first-screen .video-preview .icon-play{
    border:3px solid #4c91e3;
    border-radius:100%;
    display:inline-block;
    font-size:14px;
    vertical-align:middle;
    height:30px;
    width:30px;
    position:relative;
    text-align:center;
    text-decoration:none;
    z-index:1;
    margin-right:1em;
    margin-bottom:0.3em;
}

.page-job.home-page .first-screen .video-preview .icon-play:before{
    left:50%;
    margin-left:-0.37em;
    margin-top:-0.48em;
    position:absolute;
    top:50%;
}

.page-job.home-page .block-description{
    font-size:16px;
}

.page-job.home-page .clients{
    font-size:16px;
    padding-top:30px;
    background-color:#f6f8fa;
    color:#9ba6af;
}

.page-job.home-page .clients p{
    text-align:center;
}

.page-job.home-page .clients-carousel{
    border-bottom:none;
    position:relative;
    margin-bottom:0;
    padding-top:10px;
    padding-bottom:45px;
}

@media(min-width: 1200px){
    .page-job.home-page .feature-real-powers {
        padding-bottom:105px;
    }
}

.page-job.home-page .feature-real-powers h3{
    margin-bottom:0;
}

@media(min-width: 600px) and (max-width: 767px){
    .page-job.home-page .feature-real-powers h3 {
        text-align:left;
    }
}

.page-job.home-page .feature-real-powers .row p{
    font-size:16px;
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
}

@media(min-width: 600px) and (max-width: 991px){
    .page-job.home-page .feature-real-powers .row p {
        max-width:none;
    }
}

@media(min-width: 600px) and (max-width: 767px){
    .page-job.home-page .feature-real-powers .row p {
        text-align:left;
    }
}

.page-job.home-page .feature-real-powers img{
    margin-bottom:15px;
}

@media(min-width: 600px){
    .page-job.home-page .feature-real-powers img {
        float:left;
        margin-right:15px;
        margin-top:30px;
    }
}

@media(min-width: 768px){
    .page-job.home-page .feature-real-powers img {
        float:none;
        margin-right:auto;
        margin-top:45px;
    }
}

@media(min-width: 992px){
    .page-job.home-page .feature-real-powers img {
        margin-bottom:30px;
    }
}

@media (min-width: 635px) and (max-width: 767px){
    .page-job.home-page .feature-real-powers div[class*="col-"] + div[class*="col-"] {
        margin-top:45px;
    }
}

.page-job.home-page .feature-real-powers .clearfix{
    width:100%;
}

.page-job.home-page .feature-demos{
    background-color:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.home-page .feature-demos {
        padding-bottom:105px;
    }
}

.page-job.home-page .feature-demos h2 + p{
    margin-bottom:60px;
}

.page-job.home-page .feature-demos .row a{
    color:#354353;
}

.page-job.home-page .feature-demos .row img{
    margin:0 auto;
}

.page-job.home-page .feature-demos [class*="col-"]{
    margin-bottom:45px;
}

.page-job.home-page .feature-demos .demo-img-container{
    position:relative;
    display:inline-block;
    margin-bottom:15px;
    z-index:2;
}

.page-job.home-page .feature-demos .demo-img-container:before, .page-job.home-page .feature-demos .demo-img-container:after{
    z-index:-1;
    position:absolute;
    display:block;
    content:"";
    bottom:8px;
    width:48%;
    height:4px;
    max-width:300px;
    box-shadow:0 10px 10px 0px rgba(0, 0, 0, .5);
}

.page-job.home-page .feature-demos .demo-img-container:before{
    -ms-transform:rotate(-5deg);
        transform:rotate(-5deg);
    left:2%;
    border-top-left-radius:100%;
    border-bottom-left-radius:100%;
}

.page-job.home-page .feature-demos .demo-img-container:after{
    -ms-transform:rotate(5deg);
        transform:rotate(5deg);
    right:2%;
    border-top-right-radius:100%;
    border-bottom-right-radius:100%;
}

.page-job.home-page .feature-demos .demo-title{
}

.page-job.home-page .feature-demos .demo-author{
    font-size:16px;
    font-weight:400;
    color:#9ea6af;
}

.page-job.home-page .no-cc{
    margin-top:15px;
    margin-bottom:0;
    font-size:14px;
    color:#828282;
}

.page-job.home-page .last-lead-form{
    padding:75px 0;
}

.page-job.home-page .last-lead-form h2, .page-job.home-page .last-lead-form .h2{
    margin-bottom:30px;
}

.page-job.home-page .last-lead-form .lead-form{
    margin-bottom:0;
}

@media(max-width: 767px){
    .page-job.home-page .h0,
        .page-job.home-page h1,
        .page-job.home-page .h1,
        .page-job.home-page h2,
        .page-job.home-page .h2,
        .page-job.home-page h3,
        .page-job.home-page .h3,
        .page-job.home-page h4,
        .page-job.home-page .h4,
        .page-job.home-page h5,
        .page-job.home-page .h5{
        text-align:center;
    }
}

.help-center .page-content .help-page-business-v2 .feature-list, .help-editor .help-page-business-v2 .feature-list{
    margin-top:0;
    padding:0;
    margin-bottom:15px;
    border-collapse:separate;
    border:none;
}

.help-center .page-content .help-page-business-v2 .feature-list h1, .help-center .page-content .help-page-business-v2 .feature-list h2, .help-editor .help-page-business-v2 .feature-list h1, .help-editor .help-page-business-v2 .feature-list h2{
    font-weight:normal;
}

.help-center .page-content .help-page-business-v2 .feature-list tr.first td,.help-editor .help-page-business-v2 .feature-list tr.first td{
    padding-top:0;
}

.help-center .page-content .help-page-business-v2 .feature-list tr.last td,.help-editor .help-page-business-v2 .feature-list tr.last td{
    padding-bottom:0;
    border-bottom:0 none;
}

.help-center .page-content .help-page-business-v2 .feature-list tr td, .help-editor .help-page-business-v2 .feature-list tr td{
    width:50%;
    margin:0;
    padding:30px 0 29px;
    position:relative;
    vertical-align:middle;
    background-color:#ffffff !important;
    border-left:0 none;
    border-right:0 none;
    border-top:0 none;
    border-bottom:1px solid #dadada;
}

.help-center .page-content .help-page-business-v2 .feature-list tr td img, .help-editor .help-page-business-v2 .feature-list tr td img{
    margin:auto;
}

.help-center .page-content .help-page-business-v2 .feature-list tr td.vtop, .help-editor .help-page-business-v2 .feature-list tr td.vtop{
    vertical-align:top;
}

.help-center .page-content .help-page-business-v2 .feature-list tr td.vtop img, .help-editor .help-page-business-v2 .feature-list tr td.vtop img{
    margin-top:-30px;
}

.help-center .page-content .help-page-business-v2 .feature-list tr td p:last-of-type, .help-editor .help-page-business-v2 .feature-list tr td p:last-of-type{
    margin-bottom:0;
}

.help-center .page-content .help-page-business-v2 .feature-list tr .testimonial .testimonial-content, .help-editor .help-page-business-v2 .feature-list tr .testimonial .testimonial-content{
    display:inline-block;
    border-left:3px solid #5CA2CB;
    border-right:3px solid #5CA2CB;
    border-top:3px solid #5CA2CB;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin:20px 0 0 0;
    padding:1.5em 1em 1em 1em;
    position:relative;
    font-style:italic;
    color:#5CA2CB;
}

.help-center .page-content .help-page-business-v2 .feature-list tr .testimonial p.testimonial-author, .help-editor .help-page-business-v2 .feature-list tr .testimonial p.testimonial-author{
    margin:1em 0;
    padding:0 10px;
    color:#999999;
}

.help-center .page-content .help-page-business-v2 .feature-list tr .testimonial .arrow, .help-editor .help-page-business-v2 .feature-list tr .testimonial .arrow{
    position:absolute;
    display:block;
    background:url(images/features/v2/testimonial-arrow-left.png) 0 0 transparent;
    width:15px;
    height:17px;
    top:50%;
    left:-15px;
    margin-top:-8px;
}

.help.page #business ul.feature-list li{
    padding:0;
}

.help.page #business ul.feature-list li.border{
    margin:0;
}

#business h1, #business h2{
    font-size:20px;
    line-height:1em;
    font-weight:normal;
    display:inline;
    vertical-align:middle;
}

#business ul.feature-list{
    margin-top:8px;
    list-style:none;
    padding:0;
    margin-bottom:10px;
}

#business ul.feature-list li{
    height:250px;
}

#business ul.feature-list li.border{
    border-top:1px solid #dadada;
    margin:0 25px;
    height:0;
}

#business ul.feature-list li.l .col{
    float:left;
}

#business ul.feature-list li.r .col{
    float:right;
}

#business ul.feature-list li .col{
    width:50%;
    margin:0;
    padding:0;
    position:relative;
    height:100%;
    min-height:200px;
}

#business ul.feature-list li .col .vmh{
    display:inline-block;
    height:100%;
    vertical-align:middle;
    width:0;
}

#business ul.feature-list li .col .vm{
    display:inline-block;
    vertical-align:middle;
    width:100%;
}

#business ul.feature-list li .col .cw{
    text-align:center;
}

#business ul.feature-list li .col img{
    margin:auto;
}

#business ul.feature-list li .col img.vtop{
    margin:0 auto;
}

#business ul.feature-list li .col .hw{
    padding-top:1em;
}

#business ul.feature-list li .col .gopro{
    display:inline-block;
    vertical-align:middle;
    height:20px;
    margin-left:5px;
}

#business ul.feature-list li .col .gopro b{
    display:inline-block;
    height:20px;
    background:url(images/features/v2/gopro_back.gif) 0 -40px transparent;
    vertical-align:middle;
}

#business ul.feature-list li .col .gopro b.t{
    padding:2px 10px;
    height:16px;
    font-weight:bold;
    color:#ffffff;
    text-shadow:-1px 1px 1px rgba(0, 0, 0, .25));
}

#business ul.feature-list li .col .gopro b.s{
    width:10px;
    background-position:0 0;
}

#business ul.feature-list li .col .gopro b.e{
    width:10px;
    background-position:0 -20px;
}

#business ul.feature-list li .col .gopro:hover b.t{
    background-position:0 -100px;
}

#business ul.feature-list li .col .gopro:hover b.s{
    background-position:0 -60px;
}

#business ul.feature-list li .col .gopro:hover b.e{
    background-position:0 -80px;
}

#business ul.feature-list li.reading{
    height:280px;
}

#business ul.feature-list li.mobile{
    height:270px;
}

#business ul.feature-list li.catalog{
    height:240px;
}

#business ul.feature-list li.branding{
    height:340px;
}

#business ul.feature-list li.branding span.testimonial{
    display:inline-block;
    border-left:3px solid #5CA2CB;
    border-right:3px solid #5CA2CB;
    border-top:3px solid #5CA2CB;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin:20px -3px 0;
    padding:1.5em 1em 1em;
    position:relative;
    font-style:italic;
    color:#5CA2CB;
}

#business ul.feature-list li.branding p.testimonial-author{
    margin:0.5em 0 1.5em;
    padding:0 10px;
    color:#999999;
}

#business ul.feature-list li.branding .arrow{
    position:absolute;
    display:block;
    background:url(images/features/v2/testimonial-arrow-left.png) 0 0 transparent;
    width:15px;
    height:17px;
    top:50%;
    left:-15px;
    margin-top:-8px;
}

#business ul.feature-list li.media{
    height:270px;
}

#business ul.feature-list li.analytics{
    height:260px;
}

#business ul.feature-list li.publ{
    height:250px;
}

#business ul.feature-list li.sharing{
    height:260px;
}

#why-upgrade{
	margin:0 auto;
}

#why-upgrade>p{
    margin:30px 0;
}

#why-upgrade h2{
    font-size:24px;
    font-weight:400;
    margin:0;
}

#why-upgrade .highlight{
    border-radius:5px;
    position:relative;
    border:1px solid #ccccff;
    padding:15px 30px 30px;
    margin:-1px 0 29px;
}

#why-upgrade .highlight .icon.warning{
    vertical-align:baseline;
    margin:0 10px 0 0;
}

#why-upgrade .highlight h2{
    display:inline-block;
    vertical-align:baseline;
}

#why-upgrade .right-img{
    padding-right:350px;
    min-height:60px;
    margin:29px 0 44px;
}

#why-upgrade .right-img span{
    display:inline-block;
    vertical-align:middle;
    font-weight:400;
}

#why-upgrade .right-img img{
    display:block;
    width:290px;
    height:210px;
    position:absolute;
    top:50%;
    right:10px;
    margin-top:-105px;
}

#why-upgrade .icon{
    display:inline-block;
    vertical-align:middle;
    background:url(images/sprites.png) no-repeat scroll 0 0 transparent !important;
    height:16px;
    width:16px;
}

#why-upgrade .icon.warning{
    background-position:0 -197px !important;
    height:22px;
    width:26px;
}

#why-upgrade ul.changelist{
    padding:0;
    margin:30px 0 0;
}

#why-upgrade ul.changelist > li{
    background:url('images/help/why-upgrade/red-cross.png') no-repeat scroll .4em .4em transparent;
    padding:0 0 15px 1.7em;
    margin:0;
    list-style:none;
}
.help-editor{
    padding:1em;
}

.help-center .page-content, .help-editor{
    word-wrap:break-word;
    word-wrap:break-word;
}

.help-center .page-content table, .help-editor table{
    width:100%;
    border-collapse:separate;
    border:1px solid #edeced;
    border-radius:0.15em;
    margin-bottom:29px;
    font-size:16px;
}

@media(max-width: 767px){
    .help-center .page-content table, .help-editor table {
        max-width:100%;
        width:auto;
        font-size:70%;
        display:inline-block;
        overflow:auto;
    }
}

.help-center .page-content table:empty, .help-editor table:empty{
    display:none;
}

.help-center .page-content table.noborder tr, .help-center .page-content table.noborder td, .help-center .page-content table.noborder th, .help-editor table.noborder tr, .help-editor table.noborder td, .help-editor table.noborder th{
    border:none !important;
}

.help-center .page-content table th, .help-center .page-content table td, .help-editor table th, .help-editor table td{
    vertical-align:middle;
    padding:7px 15px 8px;
}

@media(max-width: 767px){
    .help-center .page-content table th, .help-center .page-content table td, .help-editor table th, .help-editor table td {
        padding:4px 7px 4px 8px;
    }
}

.help-center .page-content table th p, .help-center .page-content table th .picture, .help-center .page-content table th .box, .help-center .page-content table td p, .help-center .page-content table td .picture, .help-center .page-content table td .box, .help-editor table th p, .help-editor table th .picture, .help-editor table th .box, .help-editor table td p, .help-editor table td .picture, .help-editor table td .box{
    margin-bottom:0;
}

.help-center .page-content table th p + p, .help-center .page-content table td p + p, .help-editor table th p + p, .help-editor table td p + p{
    margin-top:0;
}

.help-center .page-content table th, .help-editor table th{
    font-weight:bolder;
    font-size:18px;
    line-height:30px;
    padding:7px 15px 6px;
    margin-bottom:-1px;
}

@media(max-width: 767px){
    .help-center .page-content table th, .help-editor table th {
        font-size:100%;
        padding:4px 7px 3px 8px;
    }
}

.help-center .page-content table thead, .help-editor table thead{
    background:#cfdee6;
}

.help-center .page-content table thead th, .help-center .page-content table thead td, .help-editor table thead th, .help-editor table thead td{
    text-align:center;
    border-bottom:1px solid #edeced;
}

.help-center .page-content table tbody th, .help-editor table tbody th{
    text-align:left;
}

.help-center .page-content table tbody tr.alternate, .help-editor table tbody tr.alternate{
    background:#f6f8fa;
}

.help-center .page-content table tbody tr.emphasis, .help-editor table tbody tr.emphasis{
    background:#cfdee6;
}

.help-center .page-content table tr:last-of-type td, .help-editor table tr:last-of-type td{
    padding:7px 15px 7px;
}

@media(max-width: 767px){
    .help-center .page-content table tr:last-of-type td, .help-editor table tr:last-of-type td {
        padding:4px 7px 3px 8px;
    }
}

.help-center .page-content .row .col-1.no-padding, .help-center .page-content .row .col-2.no-padding, .help-center .page-content .row .col-3.no-padding, .help-center .page-content .row .col-4.no-padding, .help-center .page-content .row .col-5.no-padding, .help-center .page-content .row .col-6.no-padding, .help-center .page-content .row .col-7.no-padding, .help-center .page-content .row .col-8.no-padding, .help-center .page-content .row .col-9.no-padding, .help-center .page-content .row .col-10.no-padding, .help-center .page-content .row .col-11.no-padding, .help-center .page-content .row .col-12.no-padding, .help-editor .row .col-1.no-padding, .help-editor .row .col-2.no-padding, .help-editor .row .col-3.no-padding, .help-editor .row .col-4.no-padding, .help-editor .row .col-5.no-padding, .help-editor .row .col-6.no-padding, .help-editor .row .col-7.no-padding, .help-editor .row .col-8.no-padding, .help-editor .row .col-9.no-padding, .help-editor .row .col-10.no-padding, .help-editor .row .col-11.no-padding, .help-editor .row .col-12.no-padding{
    padding-left:0;
    padding-right:0;
}

.help-center .page-content .row .col-1.no-padding-left, .help-center .page-content .row .col-2.no-padding-left, .help-center .page-content .row .col-3.no-padding-left, .help-center .page-content .row .col-4.no-padding-left, .help-center .page-content .row .col-5.no-padding-left, .help-center .page-content .row .col-6.no-padding-left, .help-center .page-content .row .col-7.no-padding-left, .help-center .page-content .row .col-8.no-padding-left, .help-center .page-content .row .col-9.no-padding-left, .help-center .page-content .row .col-10.no-padding-left, .help-center .page-content .row .col-11.no-padding-left, .help-center .page-content .row .col-12.no-padding-left, .help-editor .row .col-1.no-padding-left, .help-editor .row .col-2.no-padding-left, .help-editor .row .col-3.no-padding-left, .help-editor .row .col-4.no-padding-left, .help-editor .row .col-5.no-padding-left, .help-editor .row .col-6.no-padding-left, .help-editor .row .col-7.no-padding-left, .help-editor .row .col-8.no-padding-left, .help-editor .row .col-9.no-padding-left, .help-editor .row .col-10.no-padding-left, .help-editor .row .col-11.no-padding-left, .help-editor .row .col-12.no-padding-left{
    padding-left:0;
}

.help-center .page-content .row .col-1.no-padding-right, .help-center .page-content .row .col-2.no-padding-right, .help-center .page-content .row .col-3.no-padding-right, .help-center .page-content .row .col-4.no-padding-right, .help-center .page-content .row .col-5.no-padding-right, .help-center .page-content .row .col-6.no-padding-right, .help-center .page-content .row .col-7.no-padding-right, .help-center .page-content .row .col-8.no-padding-right, .help-center .page-content .row .col-9.no-padding-right, .help-center .page-content .row .col-10.no-padding-right, .help-center .page-content .row .col-11.no-padding-right, .help-center .page-content .row .col-12.no-padding-right, .help-editor .row .col-1.no-padding-right, .help-editor .row .col-2.no-padding-right, .help-editor .row .col-3.no-padding-right, .help-editor .row .col-4.no-padding-right, .help-editor .row .col-5.no-padding-right, .help-editor .row .col-6.no-padding-right, .help-editor .row .col-7.no-padding-right, .help-editor .row .col-8.no-padding-right, .help-editor .row .col-9.no-padding-right, .help-editor .row .col-10.no-padding-right, .help-editor .row .col-11.no-padding-right, .help-editor .row .col-12.no-padding-right{
    padding-right:0;
}

.help-center .page-content .vmh, .help-editor .vmh{
    display:inline-block;
    height:100%;
    vertical-align:middle;
    width:0;
}

.help-center .page-content .vm, .help-editor .vm{
    display:inline-block;
    vertical-align:middle;
    width:98%;
}

.help-center .page-content .container-fluid.container-outstanding, .help-editor .container-fluid.container-outstanding{
    margin-left:-20px;
    margin-right:-20px;
    padding-left:35px;
    padding-right:35px;
}

.help-center .page-content .picture, .help-editor .picture{
    max-width:100%;
    margin-bottom:30px;
}

.help-center .page-content .picture *, .help-editor .picture *{
    margin:0;
    padding:0;
    max-width:100%;
}

.help-center .page-content .picture > img, .help-editor .picture > img{
    border:1px solid #abafb4;
    margin:-1px auto;
    display:block;
}

.help-center .page-content .box, .help-editor .box{
    margin:-1px 0 29px;
    max-width:100%;
    display:inline-block;
    border:1px solid #abafb4;
}

.help-center .page-content .box *, .help-editor .box *{
    margin:0;
    padding:0;
    max-width:100%;
}

.help-center .page-content pre.box, .help-editor pre.box{
    padding:15px;
}

.help-center .page-content .note, .help-editor .note{
    border:1px solid #68abf9;
    border-radius:5px;
    margin:-1px 0 29px;
    padding:30px;
    display:block;
}

.help-center .page-content .note strong, .help-editor .note strong{
    display:block;
    font-size:24px;
    font-weight:normal;
}

.help-center .page-content img, .help-editor img{
    display:inline-block;
    max-width:100%;
    vertical-align:middle;
}
.help-center .page-content ul, .help-editor ul{
    list-style:disc;
}
.help-center .page-content ol, .help-editor ol{
    list-style:decimal;
}
.help-center .page-content b, .help-editor b{
    font-weight:500;
}

.help-center .big-search-box{
    background-color:#f4f6f7;
    padding:45px 0;
}

.help-center .big-search-box form{
    margin-bottom:0;
    position:relative;
}

.help-center .big-search-box .inp{
    padding-left:3em;
}

.help-center .big-search-box .inp-label{
    position:relative;
    margin-bottom:15px;
}

@media (min-width: 768px){
    .help-center .big-search-box .inp-label {
        margin-bottom:0;
    }
}

.help-center .big-search-box .icon-search{
    position:absolute;
    left:0.9em;
    top:0.3em;
    font-size:120%;
    color:#ccc;
}

.help-center .big-search-box.front-search-box{
    padding:30px 0;
}

.help-center .big-search-box.front-search-box h1{
    margin-bottom:30px;
}

@media (min-width: 768px){
    .help-center .big-search-box.front-search-box h1 {
        margin-bottom:0;
    }
}

.help-center .col-faq{
    margin-bottom:45px;
}

.help-center ol.faq-articles{
    list-style:decimal;
    list-style-position:inside;
    padding-left:0;
    margin-left:0;
}

.help-center ol.faq-articles > li{
    margin-bottom:15px;
}

.help-center .frontpage .fb-online, .help-center .frontpage .fb-publisher{
    padding:45px 0 30px;
}

.help-center .frontpage .fb-online ol.faq-articles, .help-center .frontpage .fb-publisher ol.faq-articles{
    margin-bottom:0;
}

.help-center .frontpage .fb-online h3, .help-center .frontpage .fb-publisher h3{
    margin-bottom:30px;
}

.help-center .frontpage .tabs{
    margin-bottom:0;
}

.help-center.tag-view{
    padding:45px 0 0;
}

.help-center.article-view{
    padding:45px 0 0;
}

.help-center .categories .icon{
    display:inline-block;
    position:absolute;
    width:40px;
    height:40px;
    top:-4px;
    left:0;
    font-size:32px;
    text-align:center;
    color:#2d6894;
    vertical-align:top;
}

.help-center .categories a{
    position:relative;
    display:block;
    margin-bottom:15px;
    padding-left:60px;
}

.help-center .resources{
    padding:45px 0 60px;
}

.help-center .resources .icon{
    display:inline-block;
    position:relative;
    top:-2px;
    text-align:center;
    margin-right:.7em;
    color:#2d6894;
}

.help-center .resources a{
    display:block;
}

.help-center .no-results{
    padding:45px 0 0;
}

.help-center .no-results b{
    font-weight:400;
}

.help-center .search-results li{
    margin-bottom:60px;
}

.help-center .search-results li h2{
}

.help-center .search-results li ul{
    margin:15px 0 0 0;
    padding:0;
}

.help-center .search-results li ul li{
    margin-bottom:45px;
}

.help-center .crumbs h1, .help-center .crumbs h2, .help-center .crumbs h3, .help-center .crumbs h4, .help-center .crumbs h5, .help-center .crumbs a{
    margin:0;
    display:inline-block;
    vertical-align:top;
}

.help-center .page-content{
    padding:15px 0 0;
}

.help-center .rating{
    margin:60px 0;
    display:block;
}

.help-center .rating label{
    display:inline-block;
    padding:0 5px;
}

.help-center .rating label input{
    vertical-align:top;
    margin-top:0.6em;
}

.help-center .menu{
    color:#54585D;
    padding-top:15px;
    margin-bottom:30px;
    font-size:16px;
    display:none;
}

@media(min-width: 768px){
    .help-center .menu {
        display:block;
    }
}

.help-center .menu .category-title{
    margin-top:0;
    margin-bottom:15px;
    background-color:#f6f8fa;
    padding:0 15px;
    line-height:45px;
}

.help-center .menu .pages-toc{
    padding:0;
    margin-bottom:15px;
}

.help-center .menu .pages-toc ul > li{
    margin-bottom:15px;
}

.help-center .menu .pages-toc ul > li.selected{
    font-weight:400;
}

.help-center .menu .hc-dropdown{
    background:#d7e5e9;
    position:relative;
}

.help-center .menu .hc-dropdown .header{
    font-weight:500;
    line-height:45px;
}

.help-center .menu .hc-dropdown .header a{
    position:relative;
    padding:0 15px;
    display:block;
    color:#54585D;
}

.help-center .menu .hc-dropdown .header .icon{
    float:right;
    position:relative;
    top:-3px;
}

.help-center .menu .hc-dropdown .items{
    display:none;
    position:absolute;
    left:0;
    right:0;
    background:#fff;
    max-height:0;
    overflow:hidden;
    transition:max-height 0.6s;
    border:1px solid #CFDEE6;
    z-index:100;
    min-width:236px;
    max-width:100%;
}

.help-center .menu .hc-dropdown .items .categories{
    padding:30px 15px 15px;
}

.help-center .menu .hc-dropdown.in .items{
    display:block;
    max-height:550px;
    transition:max-height 0.6s;
}

.help-center .note{
    background-color:#f6f8fa;
    border-left:5px solid #ffde7c;
    padding:1em;
}

.help-center .note strong{
    margin-right:.5em;
}

.page-job.page-job-content-protection .product-promo{
    padding:30px 0 0;
    text-align:center;
}

@media(min-width: 768px){
    .page-job.page-job-content-protection .product-promo {
        padding:60px 0 0;
        text-align:left;
        background:#316e9b;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-content-protection .product-promo {
        padding:90px 0 0;
    }
}

.page-job.page-job-content-protection .product-promo h1, .page-job.page-job-content-protection .product-promo p, .page-job.page-job-content-protection .product-promo .start-trial{
    position:relative;
    z-index:2;
}

.page-job.page-job-content-protection .product-promo p{
    min-height:120px;
}

.page-job.page-job-content-protection .product-promo img{
    max-width:100%;
    position:relative;
}

@media(min-width: 768px){
    .page-job.page-job-content-protection .product-promo img {
        position:absolute;
        width:auto;
        bottom:-45px;
        left:100%;
        z-index:1;
    }
}

@media(min-width: 992px){
    .page-job.page-job-content-protection .product-promo img {
        left:104%;
        bottom:-75px;
    }
}

.page-job.page-job-content-protection .product-promo .start-trial{
    background:#245984;
    background:rgba(26, 75, 116, .6);
}

@media(min-width: 768px){
    .page-job.page-job-content-protection .product-promo .start-trial {
        margin-top:45px;
    }
}

@media(min-width: 992px){
    .page-job.page-job-content-protection .product-promo .start-trial {
        margin-top:75px;
    }
}

@media(min-width: 768px){
    .page-job.page-job-content-protection .feature-content-protection img {
        margin-bottom:26px;
    }
}

.page-job.page-job-content-protection .feature-advanced{
    background:#f6f8fa;
}

.page-job.page-job-content-protection .feature-advanced p{
    max-width:850px;
}

@media(min-width: 992px){
    .page-job.page-job-content-protection .feature-hosting {
        padding-bottom:105px;
    }
}

.page-job.page-job-content-protection .feature-hosting h3{
    margin-bottom:0;
}

@media(min-width: 768px){
    .page-job.page-job-content-protection .feature-hosting img {
        margin-top:0;
    }
}

.page-job.page-job-content-protection .feature-hosting .row p{
    max-width:450px;
}

.page-job.page-job-content-protection .feature-start-trial-bottom{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-content-protection .products .features .height-fixer {
        height:90px;
    }
}

.page-job.page-job-accessibility .product-promo{
    padding:30px 0 0;
    text-align:center;
    background-image:url('images/jobs/accessibility/promo.jpg');
    background-position:center bottom 22%;
    background-repeat:no-repeat;
    background-size:90%;
}

@media(min-width: 300px){
    .page-job.page-job-accessibility .product-promo {
        background-position:center bottom 28%;
    }
}

@media(min-width: 360px){
    .page-job.page-job-accessibility .product-promo {
        background-position:center bottom 31%;
    }
}

@media(min-width: 550px){
    .page-job.page-job-accessibility .product-promo {
        background-position:center bottom 35%;
    }
}

@media(min-width: 650px){
    .page-job.page-job-accessibility .product-promo {
        background-position:center bottom 39%;
    }
}

@media(min-width: 768px){
    .page-job.page-job-accessibility .product-promo {
        padding:60px 0 0;
        text-align:left;
        background:#316e9b;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-accessibility .product-promo {
        padding:90px 0 0;
    }
}

.page-job.page-job-accessibility .product-promo h1, .page-job.page-job-accessibility .product-promo p, .page-job.page-job-accessibility .product-promo .start-trial{
    position:relative;
    z-index:2;
}

.page-job.page-job-accessibility .product-promo p{
    min-height:120px;
}

@media(min-width: 768px){
    .page-job.page-job-accessibility .product-promo img {
        position:absolute;
        width:auto;
        bottom:-30px;
        z-index:0;
        left:50%;
        z-index:1;
    }
}

@media(min-width: 992px){
    .page-job.page-job-accessibility .product-promo img {
        left:65%;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-accessibility .product-promo img {
        bottom:-60px;
    }
}

.page-job.page-job-accessibility .product-promo .start-trial{
    margin-top:55%;
    background:#245984;
    background:rgba(26, 75, 116, .6);
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(31, 82, 126, .23) 12%,rgba(27, 76, 120, 1) 52%,rgba(22, 69, 113, 1) 100%);
}

@media(min-width: 768px){
    .page-job.page-job-accessibility .product-promo .start-trial {
        margin-top:30px;
        background:#1a4b74;
        background:rgba(26, 75, 116, .6);
    }
}

@media(min-width: 1200px){
    .page-job.page-job-accessibility .product-promo .start-trial {
        margin-top:60px;
    }
}

.page-job.page-job-accessibility .feature-devices{
    padding-bottom:0;
}

.page-job.page-job-accessibility .feature-devices img{
    margin:15px auto 0;
}

@media(min-width: 768px){
    .page-job.page-job-accessibility .feature-devices img {
        margin-top:0;
    }
}

.page-job.page-job-accessibility .feature-navigation{
    background:#f6f8fa;
    padding:75px 0;
}

@media(min-width: 992px){
    .page-job.page-job-accessibility .feature-navigation {
        padding:105px 0;
    }
}

.page-job.page-job-accessibility .feature-navigation h3{
    margin-bottom:0;
}

@media(min-width: 690px) and (max-width: 767px){
    .page-job.page-job-accessibility .feature-navigation h3 {
        margin-top:30px;
        text-align:left;
    }
}

.page-job.page-job-accessibility .feature-navigation p{
    max-width:900px;
}

.page-job.page-job-accessibility .feature-navigation .row p{
    max-width:355px;
    margin-left:auto;
    margin-right:auto;
}

@media(min-width: 690px) and (max-width: 991px){
    .page-job.page-job-accessibility .feature-navigation .row p {
        max-width:none;
    }
}

@media(min-width: 690px) and (max-width: 767px){
    .page-job.page-job-accessibility .feature-navigation .row p {
        text-align:left;
    }
}

.page-job.page-job-accessibility .feature-navigation img{
    margin-bottom:15px;
}

@media(min-width: 690px){
    .page-job.page-job-accessibility .feature-navigation img {
        float:left;
        margin-right:15px;
        margin-top:30px;
    }
}

@media(min-width: 768px){
    .page-job.page-job-accessibility .feature-navigation img {
        float:none;
        margin-right:auto;
        margin-top:0px;
    }
}

@media(min-width: 992px){
    .page-job.page-job-accessibility .feature-navigation img {
        margin-bottom:30px;
    }
}

.page-job.page-job-accessibility .feature-navigation .clearfix{
    width:100%;
}

.page-job.page-job-accessibility .feature-search{
    padding-top:30px;
}

@media(min-width: 992px){
    .page-job.page-job-accessibility .feature-search {
        padding-top:60px;
    }
}

.page-job.page-job-accessibility .feature-search img{
    padding-bottom:5px;
}

.page-job.page-job-accessibility .feature-links{
    background:#f6f8fa;
    padding-bottom:75px;
}

@media(min-width: 992px){
    .page-job.page-job-accessibility .feature-links {
        padding-bottom:105px;
    }
}

.page-job.page-job-accessibility .feature-links img{
    margin-bottom:30px;
}

.page-job.page-job-accessibility .feature-links h3{
    margin-bottom:0;
}

@media(min-width: 768px){
    .page-job.page-job-accessibility .feature-links h3 + p {
        padding:0 15px;
    }
}

.page-job.page-job-accessibility .feature-advanced-navigation .row{
    text-align:left;
}

.page-job.page-job-accessibility .feature-advanced-navigation .tooltip{
    width:300px;
    max-width:120%;
    max-width:calc(100% + 80px);
    left:-70px;
    bottom:auto;
    bottom:initial;
    top:-125px;
    border:none;
    border-radius:0.15em;
    background:#2b4b63;
    color:#ffffff;
    font-weight:400;
    font-size:16px;
}

.page-job.page-job-accessibility .feature-advanced-navigation .tooltip:before{
    left:8%;
    bottom:-0.6em;
    background:#2b4b63;
    border:none;
    box-shadow:none;
}

.page-job.page-job-accessibility .feature-advanced-navigation .tooltip a{
    color:#b5e6fe;
}

.page-job.page-job-accessibility .feature-advanced-navigation ul{
    margin-top:45px;
    margin-bottom:30px;
    padding-left:60px;
    font-size:24px;
    line-height:45px;
}

.page-job.page-job-accessibility .feature-advanced-navigation ul > li{
    margin-top:30px;
    position:relative;
}

.page-job.page-job-accessibility .feature-advanced-navigation ul > li:after{
    content:"";
    position:absolute;
    top:-10px;
    bottom:-10px;
    left:-70px;
    right:-10px;
}

.page-job.page-job-accessibility .feature-advanced-navigation ul > li:before{
    left:-60px;
}

.page-job.page-job-accessibility .feature-advanced-navigation ul > li:hover .tooltip{
    display:block;
}

.page-job.page-job-accessibility .feature-advanced-navigation ul .icon:before{
    color:#3e71a1;
    font-size:45px;
    line-height:45px;
    width:45px;
}

.page-job.page-job-accessibility .feature-start-trial-bottom{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-accessibility .products .features .height-fixer {
        height:60px;
    }
}

.page-job.page-job-cross-platform .product-promo{
    padding:30px 0 0;
    text-align:center;
    background-image:url('images/jobs/cross-platform/promo.jpg');
    background-position:center bottom 22%;
    background-repeat:no-repeat;
    background-size:90%;
}

@media(min-width: 300px){
    .page-job.page-job-cross-platform .product-promo {
        background-position:center bottom 29%;
    }
}

@media(min-width: 360px){
    .page-job.page-job-cross-platform .product-promo {
        background-position:center bottom 33%;
    }
}

@media(min-width: 550px){
    .page-job.page-job-cross-platform .product-promo {
        background-position:center bottom 40%;
    }
}

@media(min-width: 650px){
    .page-job.page-job-cross-platform .product-promo {
        background-position:center bottom 43%;
    }
}

@media(min-width: 768px){
    .page-job.page-job-cross-platform .product-promo {
        padding:60px 0 0;
        text-align:left;
        background:#316e9b;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-cross-platform .product-promo {
        padding:105px 0 0;
    }
}

.page-job.page-job-cross-platform .product-promo h1, .page-job.page-job-cross-platform .product-promo p, .page-job.page-job-cross-platform .product-promo .start-trial{
    position:relative;
    z-index:2;
}

.page-job.page-job-cross-platform .product-promo p{
    min-height:120px;
}

@media(min-width: 768px){
    .page-job.page-job-cross-platform .product-promo img {
        position:absolute;
        width:auto;
        bottom:-60px;
        z-index:0;
        left:43.5%;
        z-index:1;
    }
}

@media(min-width: 992px){
    .page-job.page-job-cross-platform .product-promo img {
        left:65%;
    }
}

.page-job.page-job-cross-platform .product-promo .start-trial{
    margin-top:55%;
    background:#245984;
    background:rgba(26, 75, 116, .6);
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(31, 82, 126, .23) 12%,rgba(27, 76, 120, 1) 52%,rgba(22, 69, 113, 1) 100%);
}

@media(min-width: 768px){
    .page-job.page-job-cross-platform .product-promo .start-trial {
        margin-top:60px;
        background:#1a4b74;
        background:rgba(26, 75, 116, .6);
    }
}

@media(min-width: 992px){
    .page-job.page-job-cross-platform .feature-readability {
        padding-bottom:105px;
    }
}

.page-job.page-job-cross-platform .feature-readability h2{
    max-width:none;
}

.page-job.page-job-cross-platform .feature-readability img{
    margin-top:30px;
}

.page-job.page-job-cross-platform .feature-readability p{
    max-width:570px;
}

.page-job.page-job-cross-platform .feature-html5{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-cross-platform .feature-html5 {
        padding-top:60px;
        padding-bottom:60px;
    }
}

@media(min-width: 992px){
    .page-job.page-job-cross-platform .feature-html5 img {
        margin-bottom:30px;
    }
}

.page-job.page-job-cross-platform .video-container{
    display:inline-block;
    max-width:100%;
    position:relative;
}

.page-job.page-job-cross-platform .video-container .video-cover{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0 auto;
    padding:0;
}

@media(min-width: 992px){
    .page-job.page-job-cross-platform .feature-interactivity {
        padding-bottom:75px;
    }
}

.page-job.page-job-cross-platform .feature-interactivity p{
    max-width:600px;
}

.page-job.page-job-cross-platform .feature-interactivity .video-container video{
    padding:24% 7% 24%;
}

@media(min-width: 768px){
    .page-job.page-job-cross-platform .feature-interactivity .video-container video {
        padding:0;
        margin:53px 16px 59px;
    }
}

@media(min-width: 992px){
    .page-job.page-job-cross-platform .feature-share {
        padding-top:60px;
        padding-bottom:45px;
    }
}

@media(min-width: 768px){
    .page-job.page-job-cross-platform .feature-share img {
        margin-top:0;
    }
}

@media(min-width: 768px){
    .page-job.page-job-cross-platform .feature-share .row .text {
        margin-top:120px;
    }
}

.page-job.page-job-cross-platform .feature-navigation{
    background:#f6f8fa;
}

.page-job.page-job-cross-platform .feature-navigation p{
    max-width:850px;
}

.page-job.page-job-cross-platform .feature-navigation .video-container{
    margin-bottom:30px;
}

.page-job.page-job-cross-platform .feature-navigation .video-container video{
    padding:15% 8%;
}

@media(min-width: 768px){
    .page-job.page-job-cross-platform .feature-navigation .video-container video {
        padding:0;
        margin:60px 25px 61px;
    }
}

.page-job.page-job-cross-platform .feature-no-coding{
    background:#f6f8fa;
    padding-bottom:0;
}

.page-job.page-job-cross-platform .feature-no-coding img{
    margin-top:0;
    margin-bottom:0;
}

.page-job.page-job-cross-platform .feature-start-trial-bottom{
}

@media(min-width: 992px){
    .page-job.page-job-cross-platform .products .features .height-fixer {
        height:120px;
    }
}

.page-job.page-job-distribution .product-promo{
    padding:30px 0 0;
    text-align:center;
}

@media(min-width: 768px){
    .page-job.page-job-distribution .product-promo {
        padding:45px 0 0;
        text-align:left;
        background:#316e9b;
    }
}

@media(min-width: 992px){
    .page-job.page-job-distribution .product-promo {
        padding:105px 0 0;
    }
}

.page-job.page-job-distribution .product-promo h1, .page-job.page-job-distribution .product-promo p, .page-job.page-job-distribution .product-promo .start-trial{
    position:relative;
    z-index:2;
}

.page-job.page-job-distribution .product-promo p{
    min-height:120px;
}

.page-job.page-job-distribution .product-promo img{
    max-width:100%;
    position:relative;
    left:-6%;
}

@media(min-width: 768px){
    .page-job.page-job-distribution .product-promo img {
        position:absolute;
        width:auto;
        bottom:-15px;
        z-index:0;
        left:95%;
        z-index:1;
        width:100%;
    }
}

@media(min-width: 992px){
    .page-job.page-job-distribution .product-promo img {
        width:auto;
        left:86%;
        bottom:-60px;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-distribution .product-promo img {
        left:104%;
    }
}

.page-job.page-job-distribution .product-promo .start-trial{
    background:#245984;
    background:rgba(26, 75, 116, .6);
}

@media(min-width: 768px){
    .page-job.page-job-distribution .product-promo .start-trial {
        margin-top:15px;
    }
}

@media(min-width: 992px){
    .page-job.page-job-distribution .product-promo .start-trial {
        margin-top:60px;
    }
}

.page-job.page-job-distribution .feature-direct-link{
    padding-bottom:0;
}

.page-job.page-job-distribution .feature-direct-link img{
    margin-bottom:0;
}

.page-job.page-job-distribution .feature-direct-link .img-part-top{
    margin-bottom:0;
}

.page-job.page-job-distribution .feature-direct-link .img-part-bottom{
    margin-top:0;
}

.page-job.page-job-distribution .feature-page-link{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-distribution .feature-page-link {
        padding-top:60px;
    }
}

.page-job.page-job-distribution .feature-share-email{
    padding-bottom:0;
}

@media(min-width: 992px){
    .page-job.page-job-distribution .feature-share-email {
        padding-top:60px;
    }
}

.page-job.page-job-distribution .feature-share-email img{
    margin-bottom:0;
}

.page-job.page-job-distribution .feature-embed{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-distribution .feature-embed {
        padding-bottom:105px;
    }
}

@media(min-width: 768px){
    .page-job.page-job-distribution .feature-embed .embed-spread-demo {
        margin:110px auto;
    }
}

@media(min-width: 768px){
    .page-job.page-job-distribution .feature-embed .embed-cover-demo + div[style] {
        margin:80px auto;
    }
}

.page-job.page-job-distribution .feature-social{
    padding-bottom:0;
}

.page-job.page-job-distribution .feature-social img{
    margin-bottom:0;
}

.page-job.page-job-distribution .feature-one-click-update{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-distribution .feature-one-click-update {
        padding-top:90px;
    }
}

@media(min-width: 768px){
    .page-job.page-job-distribution .feature-one-click-update img {
        margin-bottom:42px;
    }
}

@media(min-width: 992px){
    .page-job.page-job-distribution .feature-using-books {
        padding-bottom:105px;
    }
}

.page-job.page-job-distribution .feature-using-books h3{
    margin-bottom:0;
}

@media(min-width: 580px) and (max-width: 767px){
    .page-job.page-job-distribution .feature-using-books h3 {
        margin-top:75px;
        text-align:left;
    }
}

.page-job.page-job-distribution .feature-using-books .row p{
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
}

@media(min-width: 580px) and (max-width: 991px){
    .page-job.page-job-distribution .feature-using-books .row p {
        max-width:none;
    }
}

@media(min-width: 580px) and (max-width: 767px){
    .page-job.page-job-distribution .feature-using-books .row p {
        text-align:left;
    }
}

.page-job.page-job-distribution .feature-using-books img{
    margin-bottom:15px;
}

@media(min-width: 580px){
    .page-job.page-job-distribution .feature-using-books img {
        float:left;
        margin-right:15px;
        margin-top:30px;
    }
}

@media(min-width: 768px){
    .page-job.page-job-distribution .feature-using-books img {
        float:none;
        margin-right:auto;
        margin-top:45px;
    }
}

@media(min-width: 992px){
    .page-job.page-job-distribution .feature-using-books img {
        margin-bottom:30px;
    }
}

.page-job.page-job-distribution .feature-using-books .clearfix{
    width:100%;
}

.page-job.page-job-distribution .feature-start-trial-bottom{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-distribution .products .features .height-fixer {
        height:60px;
    }
}

.page-job.page-job-html5 .learn-more-link{
    font-size:16px;
    font-weight:400;
}

.page-job.page-job-html5 .feature-devices{
    background:#f6f8fa;
}

.page-job.page-job-html5 .feature-customization{
}

.page-job.page-job-html5 .feature-sharing{
    background:#f6f8fa;
}

.page-job.page-job-html5 .feature-sharing .row{
    margin-bottom:0;
}

.page-job.page-job-html5 .feature-sharing .row p{
    padding-left:10px;
    padding-right:10px;
}

.page-job.page-job-html5 .feature-lead-generation{
}

.page-job.page-job-html5 .feature-navigation{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-html5 .feature-navigation {
        padding-bottom:45px;
    }
}

.page-job.page-job-html5 .feature-start-trial-bottom{
}

.page-job.page-job-html5 .feature-big{
    margin:0 auto;
    padding:30px 0;
    background:url("images/jobs/html5/top-bg.svg") no-repeat top center;
    background-color:#fff;
    background-size:1900px;
}

.page-job.page-job-html5 .feature-big .h5{
    margin-bottom:30px;
}

.page-job.page-job-html5 .feature-big .h0{
    margin-bottom:30px;
    max-width:none;
}

.page-job.page-job-html5 .feature-big p{
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}

.page-job.page-job-html5 .feature-big .row img{
    margin:0 auto;
}

.page-job.page-job-html5 .feature-big .cover-wrapper{
    display:inline-block;
    position:relative;
}

.page-job.page-job-html5 .feature-big .cover-wrapper:before,
            .page-job.page-job-html5 .feature-big .cover-wrapper:after{
    content:'';
    position:absolute;
}

@media(min-width: 1350px){
    .page-job.page-job-html5 .feature-big .cover-wrapper:before{
        background:url("images/jobs/html5/cover-pdf.png") no-repeat center left;
        width:240px;
        height:247px;
        right:100%;
        top:30px;
    }
    .page-job.page-job-html5 .feature-big .cover-wrapper:after{
        background:url("images/jobs/html5/cover-cup.png") no-repeat center right;
        width:230px;
        height:200px;
        left:100%;
        top:-60px;
    }
}

.page-job.page-job-html5 .feature-nav{
    padding-top:30px;
}

.page-job.page-job-html5 .feature-nav .feature-title{
    text-align:center;
}

.page-job.page-job-html5 .feature-nav .row img{
    display:block;
    float:none;
    margin:0 auto 15px;
}

.page-job.page-job-interactivity .product-promo{
    padding:30px 0 0;
    text-align:center;
    background-image:url('images/jobs/interactivity/promo.jpg');
    background-position:center bottom 22%;
    background-repeat:no-repeat;
    background-size:90%;
}

@media(min-width: 300px){
    .page-job.page-job-interactivity .product-promo {
        background-position:center bottom 29%;
    }
}

@media(min-width: 360px){
    .page-job.page-job-interactivity .product-promo {
        background-position:center bottom 33%;
    }
}

@media(min-width: 550px){
    .page-job.page-job-interactivity .product-promo {
        background-position:center bottom 40%;
    }
}

@media(min-width: 650px){
    .page-job.page-job-interactivity .product-promo {
        background-position:center bottom 43%;
    }
}

@media(min-width: 768px){
    .page-job.page-job-interactivity .product-promo {
        padding:45px 0 0;
        text-align:left;
        background:#316e9b;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-interactivity .product-promo {
        padding:105px 0 0;
    }
}

.page-job.page-job-interactivity .product-promo h1, .page-job.page-job-interactivity .product-promo p, .page-job.page-job-interactivity .product-promo .start-trial{
    position:relative;
    z-index:2;
}

.page-job.page-job-interactivity .product-promo p{
    min-height:120px;
}

@media(min-width: 768px){
    .page-job.page-job-interactivity .product-promo img {
        position:absolute;
        width:auto;
        bottom:-60px;
        z-index:0;
        left:22.5%;
        z-index:1;
    }
}

@media(min-width: 992px){
    .page-job.page-job-interactivity .product-promo img {
        left:50%;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-interactivity .product-promo img {
        left:65%;
    }
}

.page-job.page-job-interactivity .product-promo .start-trial{
    margin-top:55%;
    background:#245984;
    background:rgba(26, 75, 116, .6);
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(31, 82, 126, .23) 12%,rgba(27, 76, 120, 1) 52%,rgba(22, 69, 113, 1) 100%);
}

@media(min-width: 768px){
    .page-job.page-job-interactivity .product-promo .start-trial {
        margin-top:60px;
        background:#1a4b74;
        background:rgba(26, 75, 116, .6);
    }
}

.page-job.page-job-interactivity .feature-videos{
    padding-top:0;
}

@media(min-width: 992px){
    .page-job.page-job-interactivity .feature-videos {
        padding-top:45px;
        padding-bottom:45px;
    }
}

.page-job.page-job-interactivity .feature-videos .row .text{
    margin-top:30px;
}

.page-job.page-job-interactivity .feature-links{
    background:#f6f8fa;
}

.page-job.page-job-interactivity .feature-links video{
    margin-top:-18px;
}

.page-job.page-job-interactivity .feature-popups{
    padding-top:15px;
}

@media(min-width: 992px){
    .page-job.page-job-interactivity .feature-popups {
        padding-top:60px;
        padding-bottom:75px;
    }
}

.page-job.page-job-interactivity .feature-using-books{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-interactivity .feature-using-books {
        padding-bottom:105px;
    }
}

.page-job.page-job-interactivity .feature-using-books h3{
    margin-bottom:0;
}

@media(min-width: 580px) and (max-width: 767px){
    .page-job.page-job-interactivity .feature-using-books h3 {
        margin-top:75px;
        text-align:left;
    }
}

.page-job.page-job-interactivity .feature-using-books .row p{
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
}

@media(min-width: 580px) and (max-width: 991px){
    .page-job.page-job-interactivity .feature-using-books .row p {
        max-width:none;
    }
}

@media(min-width: 580px) and (max-width: 767px){
    .page-job.page-job-interactivity .feature-using-books .row p {
        text-align:left;
    }
}

.page-job.page-job-interactivity .feature-using-books img{
    margin-bottom:15px;
}

@media(min-width: 580px){
    .page-job.page-job-interactivity .feature-using-books img {
        float:left;
        margin-right:15px;
        margin-top:30px;
    }
}

@media(min-width: 768px){
    .page-job.page-job-interactivity .feature-using-books img {
        float:none;
        margin-right:auto;
        margin-top:45px;
    }
}

@media(min-width: 992px){
    .page-job.page-job-interactivity .feature-using-books img {
        margin-bottom:30px;
    }
}

.page-job.page-job-interactivity .feature-using-books .clearfix{
    width:100%;
}

.page-job.page-job-interactivity .feature-start-trial-bottom{
}

@media(min-width: 992px){
    .page-job.page-job-interactivity .products .features .height-fixer {
        height:120px;
    }
}

.page-job.page-job-large-pdf .product-promo{
    padding:30px 0 0;
    text-align:center;
}

@media(min-width: 768px){
    .page-job.page-job-large-pdf .product-promo {
        padding:45px 0 0;
        text-align:left;
        background:#316e9b;
    }
}

@media(min-width: 992px){
    .page-job.page-job-large-pdf .product-promo {
        padding:105px 0 0;
    }
}

.page-job.page-job-large-pdf .product-promo h1, .page-job.page-job-large-pdf .product-promo p, .page-job.page-job-large-pdf .product-promo .start-trial{
    position:relative;
    z-index:2;
}

.page-job.page-job-large-pdf .product-promo p{
    min-height:120px;
}

.page-job.page-job-large-pdf .product-promo img{
    max-width:100%;
    position:relative;
}

@media(min-width: 768px){
    .page-job.page-job-large-pdf .product-promo img {
        position:absolute;
        max-width:none;
        bottom:30px;
        z-index:0;
        left:84%;
        z-index:1;
    }
}

@media(min-width: 856px){
    .page-job.page-job-large-pdf .product-promo img {
        left:96%;
        bottom:-30px;
    }
}

@media(min-width: 992px){
    .page-job.page-job-large-pdf .product-promo img {
        left:104%;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-large-pdf .product-promo img {
        bottom:-45px;
    }
}

.page-job.page-job-large-pdf .product-promo .start-trial{
    background:#245984;
    background:rgba(26, 75, 116, .6);
}

@media(min-width: 768px){
    .page-job.page-job-large-pdf .product-promo .start-trial {
        margin-top:15px;
    }
}

@media(min-width: 992px){
    .page-job.page-job-large-pdf .product-promo .start-trial {
        margin-top:60px;
    }
}

.page-job.page-job-large-pdf .feature-instant-access{
}

.page-job.page-job-large-pdf .feature-page-link{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-large-pdf .feature-page-link {
        padding-top:60px;
        padding-bottom:90px;
    }
}

@media(min-width: 992px){
    .page-job.page-job-large-pdf .feature-navigation {
        padding-bottom:60px;
    }
}

.page-job.page-job-large-pdf .feature-share-email{
    padding-bottom:0;
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-large-pdf .feature-share-email {
        padding-top:60px;
    }
}

.page-job.page-job-large-pdf .feature-share-email img{
    margin-bottom:0;
}

@media(min-width: 992px){
    .page-job.page-job-large-pdf .feature-one-click-update {
        padding-top:60px;
        padding-bottom:75px;
    }
}

.page-job.page-job-large-pdf .feature-security{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-large-pdf .feature-security {
        padding-top:60px;
        padding-bottom:105px;
    }
}

.page-job.page-job-large-pdf .feature-no-coding{
    padding-bottom:0;
}

.page-job.page-job-large-pdf .feature-no-coding img{
    margin-top:15px;
    margin-bottom:0;
}

@media(min-width: 768px){
    .page-job.page-job-large-pdf .feature-no-coding img {
        margin-top:0;
    }
}

.page-job.page-job-large-pdf .feature-start-trial-bottom{
    background:#f6f8fa;
}

.page-job.page-job-look-and-feel .product-promo{
    padding:30px 0 0;
    text-align:center;
    background-image:url('images/jobs/pro-look-feel/promo.jpg');
    background-position:left 30% bottom 25%;
    background-repeat:no-repeat;
    background-size:150%;
}

@media(min-width: 768px){
    .page-job.page-job-look-and-feel .product-promo {
        padding:60px 0 0;
        text-align:left;
        background:#316e9b;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-look-and-feel .product-promo {
        padding:105px 0 0;
    }
}

.page-job.page-job-look-and-feel .product-promo h1, .page-job.page-job-look-and-feel .product-promo p, .page-job.page-job-look-and-feel .product-promo .start-trial{
    position:relative;
    z-index:2;
}

@media(min-width: 768px){
    .page-job.page-job-look-and-feel .product-promo img {
        position:absolute;
        width:auto;
        top:-255px;
        z-index:0;
        left:25%;
        z-index:1;
    }
}

@media(min-width: 992px){
    .page-job.page-job-look-and-feel .product-promo img {
        left:40%;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-look-and-feel .product-promo img {
        top:-300px;
        left:60%;
    }
}

.page-job.page-job-look-and-feel .product-promo .start-trial{
    margin-top:55%;
    background:#245984;
    background:rgba(26, 75, 116, .6);
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(31, 82, 126, .23) 12%,rgba(27, 76, 120, 1) 52%,rgba(22, 69, 113, 1) 100%);
}

@media(min-width: 768px){
    .page-job.page-job-look-and-feel .product-promo .start-trial {
        margin-top:60px;
        background:#1a4b74;
        background:rgba(26, 75, 116, .6);
    }
}

@media(min-width: 992px){
    .page-job.page-job-look-and-feel .feature-best-experience {
        padding-bottom:105px;
    }
}

.page-job.page-job-look-and-feel .feature-best-experience h3{
    margin-bottom:0;
}

@media(min-width: 768px){
    .page-job.page-job-look-and-feel .feature-best-experience h3 + p {
        padding:0 42px;
    }
}

.page-job.page-job-look-and-feel .feature-design{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-look-and-feel .feature-design {
        padding-bottom:105px;
    }
}

.page-job.page-job-look-and-feel .feature-design img{
    margin-bottom:35px;
}

.page-job.page-job-look-and-feel .feature-design h3{
    margin-bottom:0;
}

@media(min-width: 768px){
    .page-job.page-job-look-and-feel .feature-design h3 + p {
        padding:0 45px;
    }
}

.page-job.page-job-look-and-feel .feature-branding{
    padding:45px 0 0;
}

@media(min-width: 768px){
    .page-job.page-job-look-and-feel .feature-branding {
        padding:75px 0;
    }
}

.page-job.page-job-look-and-feel .feature-direct-link{
    background:#f6f8fa;
}

.page-job.page-job-look-and-feel .feature-start-trial-bottom{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-look-and-feel .products .features .height-fixer {
        height:90px;
    }
}

.page-job.page-job-real-book-feel .product-promo{
    padding:30px 0 0;
    text-align:center;
    background-image:url('images/jobs/real-book-feel/promo.jpg');
    background-position:center bottom 22%;
    background-repeat:no-repeat;
    background-size:90%;
}

@media(min-width: 300px){
    .page-job.page-job-real-book-feel .product-promo {
        background-position:center bottom 29%;
    }
}

@media(min-width: 360px){
    .page-job.page-job-real-book-feel .product-promo {
        background-position:center bottom 33%;
    }
}

@media(min-width: 550px){
    .page-job.page-job-real-book-feel .product-promo {
        background-position:center bottom 40%;
    }
}

@media(min-width: 650px){
    .page-job.page-job-real-book-feel .product-promo {
        background-position:center bottom 43%;
    }
}

@media(min-width: 768px){
    .page-job.page-job-real-book-feel .product-promo {
        padding:45px 0 0;
        text-align:left;
        background:#316e9b;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-real-book-feel .product-promo {
        padding:105px 0 0;
    }
}

.page-job.page-job-real-book-feel .product-promo h1, .page-job.page-job-real-book-feel .product-promo p, .page-job.page-job-real-book-feel .product-promo .start-trial{
    position:relative;
    z-index:2;
}

@media(min-width: 768px){
    .page-job.page-job-real-book-feel .product-promo img {
        position:absolute;
        width:auto;
        bottom:-60px;
        z-index:0;
        left:50%;
        z-index:1;
    }
}

@media(min-width: 992px){
    .page-job.page-job-real-book-feel .product-promo img {
        left:60%;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-real-book-feel .product-promo img {
        left:70%;
    }
}

.page-job.page-job-real-book-feel .product-promo .start-trial{
    margin-top:55%;
    background:#245984;
    background:rgba(26, 75, 116, .6);
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(31, 82, 126, .23) 12%,rgba(27, 76, 120, 1) 52%,rgba(22, 69, 113, 1) 100%);
}

@media(min-width: 768px){
    .page-job.page-job-real-book-feel .product-promo .start-trial {
        margin-top:60px;
        background:#1a4b74;
        background:rgba(26, 75, 116, .6);
    }
}

@media(min-width: 992px){
    .page-job.page-job-real-book-feel .feature-best-page-flip {
        padding-bottom:45px;
    }
}

.page-job.page-job-real-book-feel .feature-best-page-flip video{
    margin-bottom:2px;
}

.page-job.page-job-real-book-feel .feature-flawless-look{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-real-book-feel .feature-flawless-look {
        padding-bottom:90px;
    }
}

@media(min-width: 1200px){
    .page-job.page-job-real-book-feel .feature-flawless-look h2 + p {
        margin-bottom:45px;
    }
}

.page-job.page-job-real-book-feel .feature-flawless-look section{
    margin-top:30px;
}

@media(min-width: 1200px){
    .page-job.page-job-real-book-feel .feature-flawless-look section {
        margin-top:75px;
    }
}

.page-job.page-job-real-book-feel .feature-flawless-look .text{
    text-align:left;
    max-width:720px;
    margin:0 auto;
}

.page-job.page-job-real-book-feel .feature-flawless-look h3{
    margin-bottom:0;
}

@media(min-width: 1200px){
    .page-job.page-job-real-book-feel .feature-flawless-look h3 {
        position:relative;
    }
    .page-job.page-job-real-book-feel .feature-flawless-look h3:before{
        content:"";
        position:absolute;
        background-repeat:no-repeat;
        display:block;
        top:22px;
        right:103%;
    }
    .page-job.page-job-real-book-feel .feature-flawless-look h3.tt1:before{
        background-image:url('images/jobs/real-book-feel/line1.png');
        width:200px;
        height:120px;
    }
    .page-job.page-job-real-book-feel .feature-flawless-look h3.tt2:before{
        background-image:url('images/jobs/real-book-feel/line2.png');
        width:158px;
        height:5px;
    }
    .page-job.page-job-real-book-feel .feature-flawless-look h3.tt3:before{
        background-image:url('images/jobs/real-book-feel/line3.png');
        width:144px;
        height:5px;
    }
    .page-job.page-job-real-book-feel .feature-flawless-look h3.tt4:before{
        background-image:url('images/jobs/real-book-feel/line4.png');
        width:102px;
        height:30px;
        top:-5px;
    }
}

.page-job.page-job-real-book-feel .feature-flawless-look .tooltips{
    position:relative;
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
}

.page-job.page-job-real-book-feel .feature-flawless-look .tooltips a{
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    border-radius:5px;
    background:#2b4b63;
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    font-weight:400;
    z-index:5000;
    opacity:.8;
    transition:opacity .4s ease;
}

@media(min-width: 1200px){
    .page-job.page-job-real-book-feel .feature-flawless-look .tooltips a {
        display:none;
    }
}

.page-job.page-job-real-book-feel .feature-flawless-look .tooltips a:hover{
    opacity:1;
}

.page-job.page-job-real-book-feel .feature-flawless-look .tooltips a.tt1{
    top:12%;
    right:19%;
}

.page-job.page-job-real-book-feel .feature-flawless-look .tooltips a.tt2{
    top:27%;
    right:13%;
}

.page-job.page-job-real-book-feel .feature-flawless-look .tooltips a.tt3{
    top:51%;
    right:11%;
}

.page-job.page-job-real-book-feel .feature-flawless-look .tooltips a.tt4{
    top:71%;
    right:5%;
}

.page-job.page-job-real-book-feel .feature-flawless-look img{
    margin-top:0;
    margin-bottom:0;
}

@media(min-width: 992px){
    .page-job.page-job-real-book-feel .feature-navigation {
        padding-bottom:105px;
    }
}

.page-job.page-job-real-book-feel .feature-navigation h3{
    margin-bottom:0;
}

@media(min-width: 580px) and (max-width: 767px){
    .page-job.page-job-real-book-feel .feature-navigation h3 {
        margin-top:45px;
        text-align:left;
    }
}

.page-job.page-job-real-book-feel .feature-navigation .row p{
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
}

@media(min-width: 580px) and (max-width: 991px){
    .page-job.page-job-real-book-feel .feature-navigation .row p {
        max-width:none;
    }
}

@media(min-width: 580px) and (max-width: 767px){
    .page-job.page-job-real-book-feel .feature-navigation .row p {
        text-align:left;
    }
}

.page-job.page-job-real-book-feel .feature-navigation img{
    margin-bottom:15px;
}

@media(min-width: 580px){
    .page-job.page-job-real-book-feel .feature-navigation img {
        float:left;
        margin-right:30px;
    }
}

@media(min-width: 768px){
    .page-job.page-job-real-book-feel .feature-navigation img {
        float:none;
        margin-right:auto;
    }
}

@media(min-width: 992px){
    .page-job.page-job-real-book-feel .feature-navigation img {
        margin-bottom:30px;
    }
}

@media(max-width: 991px){
    .page-job.page-job-real-book-feel .feature-navigation [class*="col-"]:nth-child(2n+1){
        clear:left;
    }
}

.page-job.page-job-real-book-feel .feature-navigation .clearfix{
    width:100%;
}

.page-job.page-job-real-book-feel .feature-demos{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.page-job-real-book-feel .feature-demos {
        padding-bottom:60px;
    }
}

.page-job.page-job-real-book-feel .feature-demos section{
    margin-top:45px;
}

.page-job.page-job-real-book-feel .feature-demos .row img{
    margin:0 auto 30px;
}

@media(min-width: 768px){
    .page-job.page-job-real-book-feel .feature-demos .row img {
        margin:0 auto;
    }
}

@media(min-width: 768px){
    .page-job.page-job-real-book-feel .feature-demos .art-magazine-img {
        margin-top:-6px !important;
    }
}

.page-job.page-job-real-book-feel .feature-demos .demos-start-trial-wrapper{
    position:relative;
    width:319px;
    max-width:100%;
    margin:0 auto 15px;
}

@media(min-width: 768px){
    .page-job.page-job-real-book-feel .feature-demos .demos-start-trial-wrapper:before{
        display:block;
        content:"";
        width:100%;
        padding-bottom:70.532915360501567398119122257052%;
    }
}

.page-job.page-job-real-book-feel .feature-demos .demos-start-trial{
    border:2px dashed #808d96;
    padding:30px 10% 45px;
}

@media(min-width: 768px){
    .page-job.page-job-real-book-feel .feature-demos .demos-start-trial {
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        padding:5% 7%;
    }
}

@media(min-width: 992px){
    .page-job.page-job-real-book-feel .feature-demos .demos-start-trial {
        padding:13% 10%;
    }
}

@media(min-width: 768px) and (max-width: 1199px){
    .page-job.page-job-real-book-feel .feature-demos .demos-start-trial p {
        margin-bottom:8%;
    }
}

@media(min-width: 992px){
    .page-job.page-job-real-book-feel .products .features .height-fixer {
        height:90px;
    }
}

.page-job{
    position:relative;
}

.page-job .product-promo{
    background-color:#316e9b;
    color:#ffffff;
    padding:105px 0;
    overflow:hidden;
}

.page-job .product-promo h1{
    margin-bottom:15px;
    text-transform:uppercase;
}

@media(min-width: 768px){
    .page-job .product-promo h1 {
        margin-bottom:45px;
    }
}

.page-job .product-promo h1 + p{
    font-size:1.1em;
}

.page-job .start-trial{
    text-align:center;
}

.page-job .start-trial.start-trial-top{
    background-color:#1f5580;
    color:#ffffff;
    padding:22.5px 0 37.5px;
}

.page-job .start-trial.start-trial-bottom{
    padding:45px 0;
}

@media(min-width: 992px){
    .page-job .start-trial.start-trial-bottom {
        padding:75px 0;
    }
}

.page-job .start-trial.start-trial-bottom h2{
    margin-bottom:30px;
}

.page-job .btn-lg.go-trial{
    max-width:100%;
    padding:0 5%;
    text-align:center;
    white-space:normal;
    height:auto;
}

@media(min-width: 768px){
    .page-job .btn-lg.go-trial {
        padding-left:2.5em;
        padding-right:2.5em;
        white-space:nowrap;
        height:45px;
    }
}

.page-job .feature-set{
    padding:45px 0;
    text-align:center;
}

@media(min-width: 992px){
    .page-job .feature-set {
        padding:75px 0;
    }
}

.page-job .feature-set h2, .page-job .feature-set .h2, .page-job .feature-set h4, .page-job .feature-set .h4, .page-job .feature-set p{
    max-width:800px;
}

.page-job .feature-set h2, .page-job .feature-set .h2{
    margin:0 auto 15px;
}

.page-job .feature-set h4, .page-job .feature-set .h4, .page-job .feature-set p{
    margin:0 auto 15px;
}

@media(min-width: 768px){
    .page-job .feature-set h4, .page-job .feature-set .h4, .page-job .feature-set p {
        margin:0 auto 30px;
    }
}

@media(min-width: 768px){
    .page-job .feature-set p + p {
        margin-top:-15px;
    }
}

@media(min-width: 768px){
    .page-job .feature-set p:last-child {
        margin-bottom:0;
    }
}

.page-job .feature-set h4, .page-job .feature-set .h4{
    color:#7198c2;
    text-transform:uppercase;
}

@media(max-width: 767px){
    .page-job .feature-set h3, .page-job .feature-set .h3 {
        margin-bottom:0;
    }
}

.page-job .feature-set img, .page-job .feature-set video{
    max-width:100%;
}

.page-job .feature-set img{
    margin:45px auto 30px;
}

@media(min-width: 768px){
    .page-job .feature-set img {
        margin:30px auto;
    }
}

@media(min-width: 768px){
    .page-job .feature-set p + img {
        margin-top:15px;
    }
}

.page-job .feature-set p + .row.tabs-control{
    margin-top:-15px;
}

.page-job .feature-set iframe{
    max-width:100%;
}

.page-job .feature-set video{
    margin:0 auto 15px;
}

@media(min-width: 992px){
    .page-job .feature-set video {
        margin:0 auto;
    }
}

.page-job .feature-set section{
    display:block;
    max-width:100%;
    margin:60px auto 30px;
}

.page-job .feature-set .row img{
    margin-top:45px;
}

@media(min-width: 768px){
    .page-job .feature-set .row img {
        margin-top:15px;
    }
}

.page-job .feature-set .tabs-tab img{
    margin-top:0;
}

.page-job .feature-set .row .text{
    margin-top:15px;
    margin-bottom:0;
}

@media(min-width: 768px){
    .page-job .feature-set .row .text {
        text-align:left;
    }
}

.page-job .feature-set .image-slider{
    margin:45px auto 30px;
}

.page-job .feature-set .no-cc{
    margin-top:15px;
    margin-bottom:0;
    font-size:14px;
    color:#828282;
}

.page-job .feature-set .arrow-link{
    text-align:center;
    white-space:nowrap;
    margin-top:30px;
    font-weight:400;
}

.page-job .feature-set .arrow-link .icon{
    margin-left:.5em;
    font-size:80%;
}

.page-job .tabs .tabs-tab{
    display:none;
}

.page-job .tabs .tabs-tab.tabs-tab-active{
    display:block;
}

.page-job .tabs .row.tabs-tab{
    margin-top:0;
}

.page-job .accordeon{
    padding-left:0;
    text-align:left;
}

.page-job .accordeon a.tabs-selector{
    color:#354353;
    text-decoration:none;
    cursor:pointer;
    display:block;
    padding:15px 30px;
}

@media(min-width: 992px){
    .page-job .accordeon a.tabs-selector {
        padding:30px;
    }
}

.page-job .accordeon > li{
    display:block;
    padding:0;
    border-radius:0.15em;
    box-shadow:0 1px 4px rgba(0, 0, 0, .25);
    background-color:#ffffff;
    transition:all .3s ease;
}

.page-job .accordeon > li + li{
    margin-top:15px;
}

.page-job .accordeon > li h3, .page-job .accordeon > li .h3{
    margin-bottom:0;
    line-height:30px;
    font-weight:300;
}

.page-job .accordeon > li p{
    max-width:none;
}

.page-job .accordeon > li p:last-child{
    margin-bottom:0;
}

.page-job .accordeon > li .accordeon-content{
    overflow:hidden;
    max-height:0;
    opacity:0;
    transition:all .3s ease;
    padding:0 30px;
}

.page-job .accordeon > li.active{
    box-shadow:0 0 0 1px rgba(0, 0, 0, .15);
    background-color:#f6f8fa;
}

.page-job .accordeon > li.active a{
    cursor:default;
}

.page-job .accordeon > li.active .accordeon-content{
    padding-bottom:30px;
    max-height:none;
    max-height:initial;
    opacity:1;
}

@media(min-width: 992px){
    .page-job .accordeon > li.active .accordeon-content {
        margin-top:-15px;
    }
}

.page-job .accordeon.accordeon-alternate > li{
    box-shadow:none;
}

.page-job .accordeon.accordeon-alternate > li:hover{
    background-color:#f6f8fa;
}

.page-job .accordeon.accordeon-alternate > li.active{
    box-shadow:none;
    background-color:#f6f8fa;
}

.page-job .tabs-tabber{
    display:inline-block;
    text-align:center;
    padding-left:0;
    margin-top:-15px;
    margin-bottom:30px;
    color:#76a3cc;
    font-size:16px;
}

.page-job .tabs-tabber a{
    text-decoration:none;
    transition:color ease .3s;
    position:relative;
}

.page-job .tabs-tabber a:after{
    content:"";
    position:absolute;
    top:-1em;
    bottom:-1em;
    left:-22.5px;
    right:-22.5px;
}

.page-job .tabs-tabber > li{
    margin:15px 15px 0;
    border-bottom:2px solid transparent;
    margin-bottom:-2px;
    transition:border-color ease .3s;
    list-style:none;
    font-weight:400;
    display:inline-block;
}

.page-job .tabs-tabber > li.active{
    color:#3e71a1;
    font-weight:500;
    border-bottom:2px solid #3e71a1;
}

.page-job .tabs-tabber > li.active a{
    color:#3e71a1;
}

.page-job .tabs-buttons-tabber{
    display:table;
    padding-left:0;
    margin:30px auto 30px;
    color:#354353;
    text-align:center;
    font-size:16px;
    font-weight:400;
}

.page-job .tabs-buttons-tabber a{
    display:inline-block;
    text-decoration:none;
    color:#354353;
}

.page-job .tabs-buttons-tabber > li{
    margin:0;
    display:table-cell;
    background:#ffffff;
    box-shadow:0 1px 4px rgba(0, 0, 0, .25);
}

.page-job .tabs-buttons-tabber > li a{
    padding:7.5px 1em;
}

@media(min-width: 768px){
    .page-job .tabs-buttons-tabber > li a {
        padding:7.5px 3em;
    }
}

.page-job .tabs-buttons-tabber > li.active{
    box-shadow:0 0 0 1px rgba(0, 0, 0, .15);
    background:#f6f8fa;
}

.page-job .tabs-buttons-tabber > li.active a{
    cursor:default;
}

.page-job .tabs-buttons-tabber > li.active .accordeon-content{
    max-height:none;
    max-height:initial;
    opacity:1;
}

.page-job .tabs-buttons-tabber > li:first-of-type{
    border-top-left-radius:0.15em;
    border-bottom-left-radius:0.15em;
}

.page-job .tabs-buttons-tabber > li:last-of-type{
    border-top-right-radius:0.15em;
    border-bottom-right-radius:0.15em;
}

.page-job .feature-set-with-icons [class*="col-"]{
    margin-bottom:45px;
    text-align:left;
}

@media(min-width: 768px){
    .page-job .feature-set-with-icons [class*="col-"] {
        text-align:center;
    }
}

@media(max-width: 991px){
    .page-job .feature-set-with-icons [class*="col-"]:nth-child(2n+1){
        clear:left;
    }
}

.page-job .feature-set-with-icons .icon{
    display:inline-block;
    float:left;
    font-size:30px;
    line-height:30px;
    height:30px;
    margin-right:0.4em;
    position:relative;
    top:-0.1em;
    color:#3e71a1;
}

@media(min-width: 768px){
    .page-job .feature-set-with-icons .icon {
        display:block;
        float:none;
        height:auto;
        font-size:60px;
        margin-bottom:30px;
        margin-right:0;
        position:static;
    }
}

.page-job .feature-set-with-icons .row img{
    margin:0 0.4em 0;
    display:inline-block;
    float:left;
    max-height:30px;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .page-job .feature-set-with-icons .row img {
        display:block;
        float:none;
        max-height:75px;
        margin:0 auto 15px;
    }
}

.page-job .feature-set-with-icons .row h3{
    display:inline;
    font-weight:400;
    line-height:30px;
    white-space:normal;
}

@media(min-width: 768px){
    .page-job .feature-set-with-icons .row h3 {
        display:block;
    }
}

.page-job .feature-set-with-icons .row h5{
    display:inline;
    font-weight:400;
    white-space:normal;
}

@media(min-width: 768px){
    .page-job .feature-set-with-icons .row h5 {
        display:block;
    }
}

.page-job .feature-set-with-icons .row p{
    margin-bottom:0;
}

@media(min-width: 992px){
    .page-job .feature-set-with-icons .row p {
        padding-left:15px;
        padding-right:15px;
    }
}

.page-job .other-jobs{
    padding:60px 0 75px;
    background:#316e9b;
    text-align:center;
}

.page-job .other-jobs h2{
    margin-bottom:30px;
    color:#ffffff;
}

@media(min-width: 992px){
    .page-job .other-jobs h2 {
        font-size:36px;
        line-height:45px;
        margin-bottom:45px;
    }
}

.page-job .other-jobs [class*="col-"]{
    margin-bottom:15px;
}

.page-job .other-jobs .job-link{
    background:#ffffff;
    display:table;
    table-layout:fixed;
    width:100%;
    padding:0;
    text-decoration:none;
    position:relative;
    top:0;
    box-shadow:none;
    transition:top .2s ease, box-shadow .1s ease;
}

.page-job .other-jobs .job-link:hover{
    top:-3px;
    box-shadow:0px 11px 15px -10px rgba(13, 34, 78, .7);
}

@media(min-width: 768px){
    .page-job .other-jobs .job-link.job-active:after{
        content:"";
        position:absolute;
        right:0;
        top:0;
        border-width:15px;
        border-style:solid;
        border-color:#316e9b #316e9b #b0c1cd #b0c1cd;
    }
}

.page-job .other-jobs .job-cover, .page-job .other-jobs .job-description{
    display:table-cell;
    vertical-align:middle;
}

.page-job .other-jobs .job-cover{
    width:55px;
    height:60px;
    background-position:0 0;
    background-size:cover;
}

@media(min-width: 768px){
    .page-job .other-jobs .job-cover {
        width:110px;
        height:120px;
    }
}

.page-job .other-jobs .job-cover .icon{
    color:#ffffff;
    font-size:30px;
}

@media(min-width: 768px){
    .page-job .other-jobs .job-cover .icon {
        font-size:60px;
    }
}

.page-job .other-jobs .job-description{
    text-align:left;
    padding:0 15px;
    width:100%;
}

@media(min-width: 768px){
    .page-job .other-jobs .job-description {
        padding:15px 20px;
        vertical-align:top;
    }
}

.page-job .other-jobs .job-description h4{
    text-transform:uppercase;
    line-height:30px;
    margin-bottom:0;
    color:#3577a6;
    font-weight:500;
}

.page-job .other-jobs .job-description p{
    display:none;
    margin-bottom:0;
    line-height:30px;
    font-size:16px;
    color:#354353;
    line-height:22px;
}

@media(min-width: 768px){
    .page-job .other-jobs .job-description p {
        display:block;
    }
}

.page-job .feature-other{
    padding:45px 0 0;
    text-align:left;
}

@media(min-width: 768px){
    .page-job .feature-other {
        text-align:center;
    }
}

@media(min-width: 992px){
    .page-job .feature-other {
        padding:75px 0 30px;
    }
}

.page-job .feature-other [class*="col-"]{
    margin-bottom:45px;
}

@media(max-width: 991px){
    .page-job .feature-other [class*="col-"]:nth-child(2n+1){
        clear:left;
    }
}

.page-job .feature-other .feature-title{
    white-space:nowrap;
}

@media(min-width: 768px){
    .page-job .feature-other .feature-title {
        white-space:normal;
    }
}

.page-job .feature-other .icon{
    display:inline-block;
    font-size:30px;
    line-height:30px;
    margin-right:0.3em;
    position:relative;
    top:-0.1em;
    color:#3e71a1;
}

@media(min-width: 768px){
    .page-job .feature-other .icon {
        display:block;
        font-size:60px;
        margin-bottom:30px;
        margin-right:0;
        position:static;
    }
}

.page-job .feature-other h5{
    display:inline-block;
    font-weight:500;
    white-space:normal;
}

@media(min-width: 768px){
    .page-job .feature-other h5 {
        display:block;
    }
}

.page-job .feature-other p{
    margin-bottom:0;
}

@media(min-width: 992px){
    .page-job .feature-other p {
        padding-left:7.5px;
        padding-right:7.5px;
    }
}

.page-job .feature-start-trial-bottom h2{
    margin-bottom:45px;
}

.page-job .products{
    text-align:center;
    padding:75px 0 105px;
}

.page-job .products h2 + p{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:45px;
}

.page-job .products .product-card .icon.product-icon{
    margin-bottom:15px;
}

@media(min-width: 768px){
    .page-job .products .product-card .icon.product-icon {
        font-size:75px;
    }
}

.page-job .products .product-card p{
    margin-left:auto;
    margin-right:auto;
}

.page-job .products .product-card + .product-card{
    margin-top:45px;
}

@media(min-width: 992px){
    .page-job .products .product-card + .product-card {
        margin-top:0;
    }
}

.page-job .products .product-card .btn.go-trial{
    text-align:center;
}

@media(max-width: 767px){
    .page-job .products .product-card .btn.go-trial {
        padding-left:7%;
        padding-right:7%;
    }
}

.page-job .products .product-card-border{
    margin-top:-2px;
    margin-bottom:-2px;
    border:2px solid #dfdfdf;
    padding:30px 15px;
    position:relative;
}

@media(min-width: 1200px){
    .page-job .products .product-card-border {
        padding:30px 45px;
    }
}

.page-job .products .promo-product{
    font-size:14px;
    font-weight:500;
    background:#dfe0e2;
    padding:0 1em;
    display:block;
    position:absolute;
    top:45px;
    right:-9px;
}

.page-job .products .promo-product:after{
    content:'';
    position:absolute;
    top:100%;
    right:0;
    z-index:1;
    width:0;
    height:0;
    border-style:solid;
    border-width:7px 7px 0 0;
    border-color:#bdbcbf transparent transparent transparent;
}

.page-job .products .command-show-features{
    display:inline-block;
    margin-top:30px;
    font-weight:400;
    font-size:16px;
    line-height:20px;
    padding:5px .2em 0;
    border-bottom:1px dashed #4c91e3;
    margin-bottom:19px;
    text-decoration:none;
    transition:all ease .4s;
}

.page-job .products .command-show-features.active{
    color:#a4a5a7;
    border-bottom-color:#a4a5a7;
}

.page-job .products .command-show-features:hover{
    border-bottom-style:solid;
}

.page-job .products .features{
    overflow:hidden;
    max-height:0;
    opacity:0;
    transition:all .4s ease;
}

.page-job .products .features.active{
    max-height:500px;
    opacity:1;
}

.page-job .products .features ul > li{
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    color:#1a4b74;
}

.page-job .products .features ul + ul{
    margin-top:-30px;
}

.page-job .products .features .main-features:before{
    font-size:30px;
    line-height:45px;
    vertical-align:top;
}

.page-job .products .features .extra-features:before{
    font-size:14px;
    line-height:30px;
    color:#5ec248;
    vertical-align:top;
}

.page-job .products .pricing{
    margin-top:-4px;
    margin-bottom:-2px;
    border:2px solid #dfdfdf;
    padding:30px 15px;
    position:relative;
    background:#f2f4f5;
}

@media(min-width: 768px){
    .page-job .products .pricing {
        padding:45px;
    }
}

.page-job .products .pricing .pre-price{
    text-transform:lowercase;
    margin-bottom:0;
    color:#a4a5a7;
    font-size:14px;
    line-height:15px;
}

.page-job .products .pricing .price{
    font-size:36px;
    line-height:45px;
    color:#3bb63a;
    font-weight:500;
}

@media(min-width: 768px){
    .page-job .products .pricing .price {
        font-size:48px;
        line-height:60px;
    }
}

.page-job .products .pricing .price .subscription-type{
    margin-left:5px;
    font-size:16px;
    color:#354353;
    vertical-align:baseline;
    font-weight:400;
    line-height:normal;
    line-height:initial;
}

.page-job .products .pricing .price-note{
    color:#485b6b;
    font-size:16px;
}

.page-job .promo-demos{
    text-align:center;
}

.page-job .promo-demos section{
    margin-bottom:0;
}

.page-job .promo-demos .demo-wrapper{
    margin-bottom:45px;
}

.page-job .promo-demos img{
    margin:0 auto 20px;
}

.page-job .promo-demos .play-button-wrapper{
    margin-top:-45px;
}

.page-job .promo-demos .demo-title{
    font-weight:400;
}

.page-job .promo-demos .demo-subtitle{
    color:#a2a8ae;
    font-size:14px;
}

.page-job .image-slider{
    margin:0 auto;
    overflow:hidden;
    position:relative;
    margin:0 auto;
}

.page-job .image-slider *{
    box-sizing:content-box;
}

.page-job .image-slider img{
    margin:0 auto;
    position:absolute;
    top:0;
    display:block;
}

.page-job .image-slider .slider-left-img{
    z-index:20;
}

.page-job .image-slider .slider-right-img{
    z-index:10;
}

.page-job .image-slider .handle{
    height:36px;
    width:18px;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-18px;
    margin-left:-9px;
    background:#5ec248;
    box-shadow:0px 0px 12px rgba(51, 51, 51, .5);
    border-radius:2px;
    z-index:40;
    cursor:-webkit-grab;
    cursor:grab;
}

.page-job .image-slider .handle:before, .page-job .image-slider .handle:after{
    content:" ";
    display:block;
    width:3px;
    background:#5ec248;
    height:9999px;
    position:absolute;
    left:50%;
    margin-left:-1.5px;
    z-index:30;
    box-shadow:0px 0px 12px rgba(51, 51, 51, .5);
}

.page-job .image-slider .handle:before{
    bottom:50%;
    margin-bottom:18px;
    box-shadow:0 3px 0 #5ec248, 0px 0px 12px rgba(51, 51, 51, .5);
}

.page-job .image-slider .handle:after{
    top:50%;
    margin-top:18px;
    box-shadow:0 -3px 0 #5ec248, 0px 0px 12px rgba(51, 51, 51, .5);
}

.page-job .image-slider .handle .right-arrow{
    width:0;
    height:0;
    border:6px inset transparent;
    border-left:6px solid white;
    position:absolute;
    top:50%;
    margin-top:-6px;
    right:50%;
    margin-right:-9px;
}

.page-job .learn-more-link{
    white-space:nowrap;
}

.page-job .learn-more-link .icon-crumb-right{
    display:inline;
    margin-left:0.3em;
    font-size:80%;
    color:currentColor;
}

.S-About__heading{
    text-align:center;
    margin-bottom:30px;
}

.S-About__about-company{
    padding:45px 0;
}

@media(min-width: 768px){
    .S-About__about-company {
        padding:60px 0 105px;
    }
}

.S-About__about-products{
    background:#f6f8fa;
    padding:45px 0;
}

@media(min-width: 768px){
    .S-About__about-products {
        padding:75px 0 105px;
    }
}

.S-About__products{
    margin-top:60px;
}

.page-partnership{
    padding:60px 0;
    
}

.page-partnership .clients-carousel{
    margin:0 0 40px;
    padding:0;
}

.page-partnership .clients-carousel .item{
    background:url('images/partner/partner-logo.png');
    width:80px;
    height:150px;
}

.page-partnership p.muted{
    text-align:center;
    color:#999999;
}

.page-partnership .info a.btn{
    margin-top:30px;
}

.page-partnership header{
    margin-bottom:45px;
}

.page-partnership .text + .text{
    margin-top:30px;
}

.page-partnership table.partner-table{
    width:100%;
    margin:-1px auto 45px;
    border:1px solid #d3d3d3;
    border-spacing:0;
    border-collapse:collapse;
    font-size:16px;
    line-height:30px;
}

.page-partnership table.partner-table tr th{
    padding:7px 15px 7px;
    border:1px solid #d3d3d3;
    background:#f0f8fb;
    vertical-align:middle;
    text-align:center;
    font-weight:500;
}

.page-partnership table.partner-table tr th .note{
    color:#707070;
    font-weight:300;
}

.page-partnership table.partner-table tr th.featured{
    background:#dceee5;
}

.page-partnership table.partner-table tr td{
    padding:7px 15px 7px;
    border:1px dashed #d3d3d3;
    vertical-align:middle;
    text-align:center;
}

.page-partnership table.partner-table tr td.featured{
    background:#e9f3e8;
    color:#298020;
    font-weight:400;
}

.page-partnership table.partner-table tr td.edition-name{
    font-weight:400;
    text-transform:uppercase;
}

.page-partnership table.partner-table tr:first-child th, .page-partnership table.partner-table tr:first-child td{
    font-weight:500;
}

.page-partnership table.partner-table + p.muted{
    font-size:14px;
    margin-top:-30px;
    margin-bottom:30px;
}

.flippingbook.layout.theme-product-online .pricing-page{
}

@media(min-width: 992px){
    .flippingbook.layout.d-pc .pricing-page.pricing-online .promo-holder .promo{
        display:block;
    }
    .flippingbook.layout.d-pc .pricing-page.pricing-online .promo-holder .main{
        margin:0;
        float:left;
    }
}

@media(min-width: 992px){
    .flippingbook.layout.d-pc .pricing-page.pricing-online .compare-link-block {
        display:block;
    }
}

.pricing-page.pricing-online .no-padding{
    padding-left:0;
    padding-right:0;
}

.pricing-page.pricing-online .price .subscription-type{
    margin-left:5px;
    font-size:16px;
    color:#354353;
    vertical-align:baseline;
    font-weight:400;
    line-height:normal;
    line-height:initial;
}

.pricing-page.pricing-online .first-screen{
    background-color:#f6f8fa;
}

@media(min-width: 768px){
    .pricing-page.pricing-online .first-screen {
        padding:45px 0 60px;
    }
}

.pricing-page.pricing-online .first-screen .starter,
        .pricing-page.pricing-online .first-screen .optimal{
    position:relative;
}

.pricing-page.pricing-online .first-screen .starter:after, .pricing-page.pricing-online .first-screen .optimal:after{
    content:'';
    position:absolute;
}

@media(max-width: 767px){
    .pricing-page.pricing-online .first-screen .starter:after, .pricing-page.pricing-online .first-screen .optimal:after {
        border-bottom:1px solid #e6e6e6;
        bottom:0;
        left:13%;
        right:13%;
    }
}

@media(min-width: 768px){
    .pricing-page.pricing-online .first-screen .starter:after, .pricing-page.pricing-online .first-screen .optimal:after {
        top:6%;
        bottom:14%;
        right:-1px;
        border-right:1px solid #e6e6e6;
    }
}

.pricing-page.pricing-online .first-screen .container{
    max-width:none;
    padding:0 15px;
}

.pricing-page.pricing-online .first-screen .container .edition-container{
    background-color:#ffffff;
    border:none;
    margin:0;
    background:none;
    padding:30px 15px 45px;
}

@media(min-width: 768px){
    .pricing-page.pricing-online .first-screen .container .edition-container {
        padding:15px 0 0;
    }
}

.pricing-page.pricing-online .first-screen .container .edition-container .description{
    height:auto;
    margin:0 auto;
}

@media(min-width: 768px){
    .pricing-page.pricing-online .first-screen .container .edition-container .description {
        max-width:250px;
    }
}

@media(min-width: 992px){
    .pricing-page.pricing-online .first-screen .container .edition-container .description {
        height:60px;
    }
}

.pricing-page.pricing-online .first-screen .container .edition-container .promo-product{
    background:#a7ee93;
    color:#3f782e;
}

.pricing-page.pricing-online .first-screen .container .edition-container .promo-product:after{
    border-color:#8dbe7f transparent transparent transparent;
}

.pricing-page.pricing-online .first-screen .container .edition-container .billing-type{
    margin:30px 0;
    font-size:16px;
    color:#6f7680;
}

.pricing-page.pricing-online .first-screen .container .edition-container .go-trial{
    margin-top:15px;
    font-size:16px;
}

@media(min-width: 768px){
    .pricing-page.pricing-online .first-screen .container .edition-container .description {
        height:90px;
    }
}

.pricing-page.pricing-online .first-screen .container .edition-container .btn.buy-link{
    max-width:230px;
    padding:0;
    width:100%;
}

.pricing-page.pricing-online .first-screen .editions{
    background:#ffffff;
    border:1px solid #e6e6e6;
    margin:-1px auto;
}

@media(min-width: 768px){
    .pricing-page.pricing-online .first-screen .editions {
        padding:0 15px;
    }
}

.pricing-page.pricing-online .promo-holder{
    margin-top:45px;
}

.pricing-page.pricing-online .promo-holder .main{
    margin:0 auto;
    float:none;
}

.pricing-page.pricing-online .promo-holder .promo{
    display:none;
}

.pricing-page.pricing-online .promo-holder .publisher-promo-block{
    background:#ffffff;
    border:1px solid #e6e6e6;
    margin:-1px auto;
    padding:75px 0 90px;
    position:relative;
}

.pricing-page.pricing-online .promo-holder .publisher-promo-block:before{
    content:'';
    position:absolute;
    display:block;
    background:#e6e6e6;
    left:35%;
    right:35%;
    top:30px;
    height:4px;
}

.pricing-page.pricing-online .promo-holder .publisher-promo-block .title{
    font-size:24px;
    line-height:45px;
    margin-bottom:30px;
    font-weight:400;
    text-transform:uppercase;
}

.pricing-page.pricing-online .promo-holder .publisher-promo-block .product-title{
    margin:0 auto 15px;
    max-width:200px;
}

.pricing-page.pricing-online .promo-holder .publisher-promo-block .product-description{
    margin:0 auto 60px;
    max-width:200px;
}

.pricing-page.pricing-online .promo-holder .publisher-promo-block .btn-lg{
    font-size:16px;
    font-weight:500;
}

.pricing-page.pricing-online .promo-holder .trial-promo-block{
    padding:0 15px 45px;
    font:300 16px/30px Roboto, Helvetica, Arial, sans-serif;
}

@media(min-width: 768px){
    .pricing-page.pricing-online .promo-holder .trial-promo-block {
        padding:30px 15px;
    }
}

.pricing-page.pricing-online .compare-link-block{
    display:none;
    margin-top:30px;
}

.pricing-page.pricing-online .edition-coming-soon{
    height:120px;
    margin:60px -38px;
    position:relative;
}

.oldIE .pricing-page.pricing-online .edition-coming-soon{
    margin-bottom:90px;
}

.pricing-page.pricing-online .edition-coming-soon .background{
    position:relative;
    background:#ebf2f7;
    -ms-transform:skewY(-5deg);
        transform:skewY(-5deg);
    height:100%;
    box-shadow:0 1px 5px -2px rgba(0, 0, 0, .3);
    z-index:1;
}

.pricing-page.pricing-online .edition-coming-soon .top-triangle{
    position:absolute;
    top:-8px;
    right:0;
    width:0;
    height:0;
    border-style:solid;
    border-width:8px 0 0 8px;
    border-color:transparent transparent transparent #788c96;
}

.pricing-page.pricing-online .edition-coming-soon .bottom-triangle{
    position:absolute;
    bottom:-8px;
    left:0;
    width:0;
    height:0;
    border-style:solid;
    border-width:0 8px 8px 0;
    border-color:transparent #788c96 transparent transparent;
}

.pricing-page.pricing-online .edition-coming-soon .text{
    position:absolute;
    top:30px;
    padding:0 60px;
    width:100%;
    z-index:2;
}

.pricing-page.pricing-online .edition-coming-soon .text p{
    font-size:24px;
    line-height:60px;
    font-weight:500;
    text-align:center;
    color:#c0d4e1;
    margin:0 auto;
    text-transform:uppercase;
    text-shadow:1px 1px 2px rgba(255, 255, 255, .6);
}

.pricing-page.pricing-online .year-discount{
    color:#3bb63a;
    font-weight:300;
}

@media(min-width: 768px){
    .pricing-page.pricing-online .year-discount {
        white-space:nowrap;
    }
}

.pricing-page.pricing-online .compare table thead, .pricing-page.pricing-online .compare table tfoot{
    background:#3590ae;
    color:#ffffff;
}

.pricing-page.pricing-online .compare table thead th:first-of-type{
    text-align:left;
}

.pricing-page.pricing-online .compare table thead th.diffs-selector .inp-switch + label{
    background:#226a7f;
}

.pricing-page.pricing-online .compare table thead th.diffs-selector .inp-switch + label:after{
    background:#ffffff;
}

.pricing-page.pricing-online .compare table thead th.diffs-selector .inp-switch:checked + label, .pricing-page.pricing-online .compare table thead th.diffs-selector .inp-switch + label.right{
    background:#83b7cb;
}

.pricing-page.pricing-online .compare table thead th.diffs-selector .inp-switch:checked + label:after, .pricing-page.pricing-online .compare table thead th.diffs-selector .inp-switch + label.right:after{
    background:#ffffff;
}

.pricing-page.pricing-online .compare table tfoot .price, .pricing-page.pricing-online .compare table tfoot .price .subscription-type{
    color:#ffffff;
}

.pricing-page.pricing-online .compare table tfoot .edition-disabled h3{
    color:#b2cedb;
}

.pricing-page.pricing-online .compare table tfoot .edition-disabled .price{
    color:#1b6279;
    text-transform:uppercase;
    text-shadow:1px 1px 1px rgba(255, 255, 255, .25);
    font-size:28px;
}

@media(max-width: 767px){
    .pricing-page.pricing-online .compare table tfoot .edition-disabled .price {
        font-size:18px;
    }
}

.pricing-page.pricing-online .compare table tfoot .edition-disabled .btn[disabled="disabled"]{
    border-color:#519ab6;
    background-color:#519ab6;
    color:#b2cedb;
}

.pricing-page.pricing-online .compare table tr:nth-child(even){
    background:none;
}

.pricing-page.pricing-online .compare table td.info{
    padding-left:15px;
    padding-right:15px;
}

.pricing-page.pricing-online table.switch{
    width:100%;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
    margin:15px auto 0;
}

@media(min-width: 768px){
    .pricing-page.pricing-online table.switch {
        margin:15px auto;
    }
}

.pricing-page.pricing-online table.switch td{
    padding-left:7px;
    padding-right:7px;
    vertical-align:middle;
}

.pricing-page.pricing-online table.switch .inp-switch + label{
    background:#b2bbc4;
    font-size:1.1em;
    width:44px;
}

.pricing-page.pricing-online table.switch .inp-switch + label:checked:after, .pricing-page.pricing-online table.switch .inp-switch + label.right:after{
    left:55%;
}

.pricing-page.pricing-online table.switch .yearly, .pricing-page.pricing-online table.switch .monthly{
    font-size:16px;
}

.pricing-page.pricing-online table.switch .yearly.selected label, .pricing-page.pricing-online table.switch .monthly.selected label{
    font-weight:400;
}

@media(min-width: 768px){
    .pricing-page.pricing-online table.switch .yearly{
        text-align:left;
    }
    .pricing-page.pricing-online table.switch .monthly{
        text-align:right;
    }
    .pricing-page.pricing-online table.switch .year-discount{
        margin-left:.5em;
    }
}

.pricing-page.pricing-online table.switch label{
    color:#7c838c;
    cursor:pointer;
}

.pricing-page.pricing-publisher-basic .no-padding{
    padding-left:0;
    padding-right:0;
}

.pricing-page.pricing-publisher-basic .first-screen .container{
    max-width:none;
}

@media(min-width: 1200px){
    .pricing-page.pricing-publisher-basic .first-screen .container .edition-container {
        padding-left:30px !important;
        padding-right:30px !important;
    }
}

@media(min-width: 992px) and (max-width: 1199px){
    .pricing-page.pricing-publisher-basic .first-screen .container .description {
        min-height:90px;
    }
}

.flippingbook.layout.theme-product-publisher .pricing-page{
    position:relative;
}

@media(min-width: 768px){
    .flippingbook.layout.theme-product-publisher .pricing-page .first-screen {
        padding:45px 0 0;
    }
}

.flippingbook.layout.theme-product-publisher .pricing-page .first-screen h1 + p{
    max-width:850px;
    margin:30px auto 45px;
}

.oldIE .flippingbook.layout.theme-product-publisher .pricing-page .first-screen .container .edition-container{
    padding-left:30px !important;
    padding-right:30px !important;
}

@media(min-width: 768px){
    .flippingbook.layout.theme-product-publisher .pricing-page .first-screen .container .edition-container {
        padding-left:30px;
        padding-right:30px;
    }
}

@media(min-width: 1200px){
    .flippingbook.layout.theme-product-publisher .pricing-page .first-screen .container .edition-container {
        padding-left:60px;
        padding-right:60px;
    }
}

.flippingbook.layout.theme-product-publisher .pricing-page .compare table thead, .flippingbook.layout.theme-product-publisher .pricing-page .compare table tfoot{
    background:#455f80;
    color:#ffffff;
}

.flippingbook.layout.theme-product-publisher .pricing-page .compare table tfoot td.trial{
    padding-right:60px;
}

.flippingbook.layout.theme-product-publisher .pricing-page .compare table tfoot .price{
    color:#ffffff;
}

.flippingbook.layout.theme-product-publisher .pricing-page .compare table tr:nth-child(even){
    background:none;
}

.pricing-page .smaller-container{
    max-width:1000px;
    margin:0 auto;
}

.pricing-page .price{
    font-size:36px;
    line-height:45px;
    color:#3bb63a;
    font-weight:500;
}

@media(min-width: 768px){
    .pricing-page .price {
        font-size:48px;
        line-height:60px;
    }
}

.pricing-page .price .discount{
    font-size:14px;
    display:block;
    line-height:1;
    margin-bottom:10px;
}

.pricing-page .price .discount .discount-percent{
    color:#0087a9;
    background:#fffa64;
    padding:.2em;
    border-radius:3px;
    text-align:center;
    display:inline-block;
}

.pricing-page .price .discount .crossed{
    position:relative;
    display:inline-block;
    padding-left:0.1em;
    padding-right:0.1em;
    color:#a4a4a4;
}

.pricing-page .price .discount .crossed:after{
    content:' ';
    position:absolute;
    left:0;
    top:51%;
    right:0;
    border-top:1px solid;
    border-color:#a4a4a4;
}

.pricing-page .price .discount .discount-percent + .crossed{
    margin-left:.5em;
}

.pricing-page .first-screen{
    text-align:center;
    padding:45px 0;
}

@media(min-width: 768px){
    .pricing-page .first-screen {
        padding:45px 0 0;
    }
}

.pricing-page .first-screen h1{
    margin-bottom:30px;
}

.pricing-page .first-screen .container{
    min-height:100px;
    max-width:850px;
    padding:0 45px;
}

.pricing-page .first-screen .container .edition-container{
    padding:45px 15px 60px;
    border:1px solid #d0d0d0;
    margin:-1px auto;
}

.pricing-page .first-screen .container .edition-container .promo-product{
    font-size:14px;
    font-weight:500;
    background:#dfe0e2;
    padding:0 1em;
    display:block;
    position:absolute;
    top:45px;
    right:8px;
    text-transform:uppercase;
}

.pricing-page .first-screen .container .edition-container .promo-product:after{
    content:'';
    position:absolute;
    top:100%;
    right:0;
    z-index:1;
    width:0;
    height:0;
    border-style:solid;
    border-width:7px 7px 0 0;
    border-color:#bdbcbf transparent transparent transparent;
}

.pricing-page .first-screen .container .edition-container .description{
    margin-bottom:15px;
}

@media(min-width: 768px){
    .pricing-page .first-screen .container .edition-container .description {
        margin-bottom:30px;
    }
}

.pricing-page .first-screen .container .edition-container .price-per-workstation{
    color:#87898C;
}

.pricing-page .first-screen .container .edition-container .workstations{
    height:45px;
    line-height:45px;
    margin:15px 0 30px;
    font-size:16px;
    color:#6f7680;
}

.pricing-page .first-screen .container .edition-container .workstations select{
    display:none;
}

.pricing-page .first-screen .container .edition-container .workstations .popup-menu{
    display:block;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select{
    display:inline-block;
    vertical-align:top;
    padding-left:1em;
    border:1px solid #cccccc;
    border-radius:0.15em;
    font-family:'Roboto', sans-serif;
    font-size:13.999px;
    text-align:left;
    white-space:nowrap;
    background-color:#ffffff;
    color:#354353;
    outline:none;
    -webkit-appearance:none;
    line-height:28px;
    height:30px;
    position:relative;
    display:block;
    text-align:center;
    font-size:16px;
    padding-left:0;
    color:#6f7680;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select:focus {
    border:1px solid #4c91e3;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select.inp-err {
    border:1px solid #fe5f5f;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select.inp-success {
    border:1px solid #5cb73c;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select.inp-lg {
    width:363px;
    font-size:18px;
    line-height:43px;
    height:45px;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select.inp-lg{
    width:100%;
    font-size:16px;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select .icon{
    position:absolute;
    margin-right:10px;
    top:-2px;
    right:0;
    font-size:80%;
}

.pricing-page .first-screen .container .edition-container .workstations .tooltip.down{
    top:44px;
    left:0;
    right:0;
    margin:0;
    padding:0;
    width:auto;
    text-align:left;
    box-shadow:0 1px 3px rgba(0, 0, 0, .2);
    font-size:16px;
    color:#354353;
}

.pricing-page .first-screen .container .edition-container .workstations .tooltip.down li{
    cursor:pointer;
    text-align:center;
    line-height:45px;
}

.pricing-page .first-screen .container .edition-container .workstations .tooltip.down li a{
    color:#354353;
}

.pricing-page .first-screen .container .edition-container .workstations .tooltip.down:after{
    content:none;
}

.pricing-page .first-screen .container .edition-container .workstations .tooltip.down:before{
    content:none;
}

.pricing-page .first-screen .container .edition-container .btn.buy-link{
    max-width:100%;
    text-align:center;
}

@media(max-width: 767px){
    .pricing-page .first-screen .container .edition-container .btn.buy-link {
        width:100%;
        padding-left:0;
        padding-right:0;
    }
}

.pricing-page .trial-promo-block{
    text-align:center;
    padding:45px 0 30px;
}

.pricing-page .trial-promo-block p:last-child{
    margin-bottom:0;
}

.pricing-page .trial-promo-block a{
    font-weight:400;
}

.pricing-page .compare.container{
    padding-left:0;
    padding-right:0;
}

.pricing-page .compare.container .row{
    margin-left:0;
    margin-right:0;
}

.pricing-page .compare.container [class*="col-"]{
    padding:0;
}

.pricing-page span.new-feature{
    position:relative;
    display:inline-block;
}

.pricing-page .new-feature-badge{
    position:absolute;
    top:-8px;
    left:103%;
    left:calc(100% + 5px);
    display:inline-block;
    background-color:#8db4d9;
    height:20px;
    font-size:13px;
    color:#ffffff;
    line-height:20px;
    padding:0 8px;
    border-radius:4px;
    border-bottom-left-radius:0;
}

.pricing-page .new-feature-badge:before{
    content:'';
    position:absolute;
    top:100%;
    left:0;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 9px 0 0;
    border-color:#8db4d9 transparent transparent transparent;
}

.pricing-page .compare{
    padding:30px 0;
}

@media(min-width: 992px){
    .pricing-page .compare {
        padding:75px 0 60px;
    }
}

.pricing-page .compare .compare-title{
    margin-bottom:30px;
}

.pricing-page .compare h2{
    margin:0;
    line-height:60px;
    text-align:center;
}

.pricing-page .compare .callout{
    padding-right:0;
    font-size:16px;
}

.pricing-page .compare .callout a{
    font-weight:400;
}

@media(min-width: 992px){
    .pricing-page .compare .callout{
        display:inline-block;
        position:absolute;
        top:0;
        right:0;
    }
}

.pricing-page .compare table{
    margin-top:-1px;
    text-align:left;
    border-color:#cedbe5;
}

.pricing-page .compare table th{
    padding:15px 30px;
    border-bottom:none;
}

.pricing-page .compare table td{
    padding:15px 30px 14px;
    border-bottom:1px solid #cedbe5;
}

.pricing-page .compare table tr:last-child td{
    padding:15px 30px;
    border-bottom:none;
}

.pricing-page .compare table thead th{
    font-size:18px;
    text-align:center;
}

.pricing-page .compare table thead th.diffs-selector{
    text-align:left;
    font-weight:300;
    font-size:16px;
    color:#b5e5fd;
}

.pricing-page .compare table thead th.diffs-selector .inp-switch + label{
    font-size:24px;
    margin-left:.7em;
    background:#374c66;
    top:-2px;
    transition:background 0.4s;
}

.pricing-page .compare table thead th.diffs-selector .inp-switch + label:after{
    background:#89b0c9;
    transition:left 0.4s, background 0.4s;
}

.pricing-page .compare table thead th.diffs-selector .inp-switch:checked + label, .pricing-page .compare table thead th.diffs-selector .inp-switch + label.right{
    background:#6d7d93;
}

.pricing-page .compare table thead th.diffs-selector .inp-switch:checked + label:after, .pricing-page .compare table thead th.diffs-selector .inp-switch + label.right:after{
    background:#d3d8df;
}

.pricing-page .compare table tbody th{
    font-weight:bold;
    text-transform:uppercase;
    font-size:18px;
    background:#dee9f2;
}

.pricing-page .compare table tbody td{
    vertical-align:middle;
}

.pricing-page .compare table tbody td.yes, .pricing-page .compare table tbody td.no{
    font-size:50px;
    line-height:12px;
    text-align:center;
    color:#c6d9e5;
    font-family:Arial, sans-serif;
}

.pricing-page .compare table tbody td.new{
    text-align:center;
    color:#7791a6;
    text-transform:uppercase;
}

.pricing-page .compare table tbody td.text{
    text-align:center;
    color:#7791a6;
    font-size:16px;
}

.pricing-page .compare table tfoot td{
    text-align:center;
}

.pricing-page .compare table tfoot td h3{
    margin-bottom:0;
}

.pricing-page .compare table tfoot td .price{
    font-size:36px;
    line-height:45px;
    margin-bottom:15px;
}

.pricing-page .compare table tfoot td .btn{
    margin-bottom:28px;
    padding-left:1.5em;
    padding-right:1.5em;
}

.pricing-page .compare table tfoot td .btn.btn-lg{
    margin-bottom:30px;
}

.pricing-page .compare table tfoot td.trial{
    padding-top:30px;
    font-size:16px;
    text-align:left;
}

.pricing-page .compare table tfoot td.trial p{
    margin-bottom:30px;
}

.pricing-page .compare table tfoot td.trial a{
    color:#b5e6fe;
    font-weight:400;
}

.pricing-page .compare table .info{
    position:relative;
}

.pricing-page .compare table .info .tooltip{
    width:100%;
    left:15px;
    bottom:94%;
    border:none;
    border-radius:0.15em;
    background:#2b4b63;
    color:#ffffff;
    font-weight:400;
    font-size:16px;
}

.pricing-page .compare table .info .tooltip:before{
    left:15%;
    bottom:-0.6em;
    background:#2b4b63;
    border:none;
    box-shadow:none;
}

.pricing-page .compare table .info .tooltip a{
    color:#b5e6fe;
}

.pricing-page .compare table .info:hover .tooltip{
    display:block;
}

.pricing-page .compare .table-note{
    text-align:center;
    margin-top:45px;
    font-size:16px;
    font-weight:400;
}

.pricing-page .compare .table-note .icon{
    margin-left:.5em;
    font-size:80%;
}

.pricing-page .faq{
    background-color:#f6f8fa;
    padding:90px 0 60px;
}

.pricing-page .faq h2{
    text-align:center;
    margin-bottom:45px;
}

.pricing-page .faq .contacts-link{
    text-align:center;
    margin-top:60px;
}

.pricing-page .accordeon{
    padding-left:0;
}

.pricing-page .accordeon a.tabs-selector{
    color:#354353;
    text-decoration:none;
    cursor:pointer;
    display:block;
    position:relative;
    padding:15px 60px 15px 30px;
}

@media(min-width: 992px){
    .pricing-page .accordeon a.tabs-selector {
        padding:30px 90px 30px 45px;
    }
}

.pricing-page .accordeon a.tabs-selector:after{
    content:'\E003';
    font-family:'fb-icons';
    font-size:16px;
    position:absolute;
    right:30px;
    top:18px;
    padding:0;
    -ms-transform:rotate(90deg);
        transform:rotate(90deg);
    -ms-transform-origin:50% 20px;
        transform-origin:50% 20px;
    transition:transform ease .4s;
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter:blur(0);
    cursor:pointer;
    color:#ccd5d7;
}

@media(min-width: 992px){
    .pricing-page .accordeon a.tabs-selector:after {
        right:60px;
        top:35px;
    }
}

.pricing-page .accordeon > li{
    display:block;
    margin-bottom:15px;
    padding:0;
    border-radius:0.15em;
    box-shadow:0 1px 4px rgba(0, 0, 0, .25);
    background:#ffffff;
    transition:all .3s ease;
}

.pricing-page .accordeon > li h3, .pricing-page .accordeon > li .h3{
    margin-bottom:0;
}

.pricing-page .accordeon > li .accordeon-content{
    overflow:hidden;
    max-height:0;
    opacity:0;
    transition:all .3s ease;
    padding:0 30px;
}

@media(min-width: 992px){
    .pricing-page .accordeon > li .accordeon-content {
        padding:0 45px;
    }
}

.pricing-page .accordeon > li .accordeon-content a{
    font-weight:400;
}

.pricing-page .accordeon > li .accordeon-content p:last-child{
    margin-bottom:0;
}

.pricing-page .accordeon > li.active{
    box-shadow:0 0 0 1px rgba(0, 0, 0, .15);
    background:#f6f8fa;
}

.pricing-page .accordeon > li.active a.tabs-selector{
    cursor:default;
}

.pricing-page .accordeon > li.active a.tabs-selector:after{
    -ms-transform:rotate(-90deg);
        transform:rotate(-90deg);
    cursor:default;
}

.pricing-page .accordeon > li.active .accordeon-content{
    padding-bottom:30px;
    max-height:none;
    max-height:initial;
    opacity:1;
}

@media(min-width: 992px){
    .pricing-page .accordeon > li.active .accordeon-content {
        margin-top:-15px;
    }
}

@media(max-width: 767px){
    .pricing-page .compare{
        overflow-x:auto;
    }
    .pricing-page .compare table{
        margin-bottom:30px;
    }
    .pricing-page .compare table td, .pricing-page .compare table th{
        padding:15px 7.5px !important;
    }
    .pricing-page .compare table thead th{
        font-size:80%;
    }
    .pricing-page .compare table thead th.diffs-selector{
        font-size:70%;
    }
    .pricing-page .compare table tbody th, .pricing-page .compare table tbody td{
        font-size:70%;
    }
    .pricing-page .compare table tbody td.text{
        font-size:70%;
    }
    .pricing-page .compare table tbody td.yes, .pricing-page .compare table tbody td.no{
        font-size:30px;
    }
    .pricing-page .compare table tfoot{
        display:none;
    }
    .pricing-page .compare table .info .tooltip{
        display:none !important;
    }
}
.redeem-code-page{
    padding:60px 0;
}

.page-release-notes{
    position:relative;
    padding:0 0 60px;
}

.page-release-notes header.row{
    padding:60px 0;
}

.page-release-notes section{
    margin-bottom:60px;
}

.page-release-notes h2{
    margin-bottom:30px;
}

.page-release-notes .version header{
    margin-bottom:15px;
}

.page-release-notes .version h3{
    margin:0;
    line-height:30px;
    height:30px;
    font-weight:400;
}

.page-release-notes .version h3, .page-release-notes .version .btn{
    display:inline-block;
}

.page-release-notes .version .date{
    display:inline;
    line-height:30px;
    vertical-align:baseline;
    margin-left:1em;
    font-size:14px;
    color:#828282;
}

.page-release-notes .version .video{
    margin-left:2em;
}

.page-release-notes .version ul > li{
    margin-bottom:15px;
}

.page-release-notes .version + .version{
    margin-top:45px;
}

.page-release-notes .version .icon-plus:before{
    color:#8db4d9;
}

.page-release-notes .version .fresh-release{
    display:inline-block;
    background-color:#8db4d9;
    height:20px;
    font-size:13px;
    color:#ffffff;
    font-weight:500;
    line-height:20px;
    padding:0 8px;
    border-radius:4px;
    margin:5px 0 20px;
}

.page-testimonials{
    padding:60px 0;
}

.page-testimonials header.row{
    margin-bottom:45px;
}

@media (max-width: 991px){
    .page-testimonials section + aside{
        margin-top:60px;
    }
}

.page-testimonials .form-simple{
    margin-bottom:0;
}

.page-testimonials .clients-carousel{
    margin:30px 0 70px;
    padding:0;
}

.page-testimonials .clients-carousel .item{
    background:url('images/partner/partner-logo.png');
    width:80px;
    height:150px;
}

.page-testimonials #testimonials-list{
    margin-bottom:30px;
}

.page-testimonials article.testimonial p{
    margin-top:15px;
    font-style:italic;
}

.page-testimonials article.testimonial:not(:last-of-type):after{
    background:#bcc3c9;
    content:"";
    display:block;
    height:3px;
    margin-top:60px;
    margin-bottom:57px;
    width:75px;
}

.page-testimonials .SITE-submit-privacy-notice{
    margin-top:30px;
}

.page-thank-you .heading{
    padding:60px 0 90px;
    text-align:center;
    background:#316e9b;
    background:linear-gradient(to bottom, #316e9b,#316e9b 70%,#1d507d);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#316e9b', endColorstr='#1d507d',GradientType=0 );
    color:#ffffff;
}

.page-thank-you .heading .h0{
    text-transform:none;
}

.page-thank-you .heading h1{
    max-width:638px;
    margin:0 auto 60px;
}

.page-thank-you .heading h1 strong{
    display:block;
    margin-top:15px;
    text-transform:uppercase;
}

.page-thank-you .heading .note{
}

.page-thank-you .checks{
    padding:60px 0 30px;
}

.page-thank-you .checks h2{
    text-align:center;
    margin-bottom:30px;
}

.page-thank-you .checks .list-checks{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}

.page-thank-you .checks .list-checks > li{
    margin-bottom:30px;
}

.page-thank-you .checks .list-checks > li:before{
    color:#5cb73c;
}

.page-thank-you .contacts{
    background:#f6f8fa;
    padding:60px 0;
    text-align:center;
}

@media(max-width: 767px){
    .page-thank-you .contacts .col-sm-4 + .col-sm-4{
        margin-top:45px;
    }
}

.page-thank-you .contacts .btn{
    margin-top:15px;
}

.page-thank-you .contacts .helplink{
    margin-top:15px;
    font-weight:400;
    display:inline-block;
    line-height:45px;
}

.story-page.story-page-aim .first-screen{
    background-color:#426897;
}

.story-page.story-page-aim .first-screen h1, .story-page.story-page-aim .first-screen .quote, .story-page.story-page-aim .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-aim .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-75px;
    min-height:129%;
    min-height:calc(100% + 10rem);
    left:55%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-aim .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 992px){
    .story-page.story-page-aim .first-screen .bg-img {
        left:70%;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-aim .first-screen .bg-img {
        left:85%;
    }
}

.story-page.story-page-artisan .first-screen h1, .story-page.story-page-artisan .first-screen .quote, .story-page.story-page-artisan .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-artisan .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    left:75%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-artisan .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-artisan .first-screen .bg-img {
        left:70%;
    }
}

.story-page.story-page-atyaasaa .first-screen h1, .story-page.story-page-atyaasaa .first-screen .quote, .story-page.story-page-atyaasaa .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-atyaasaa .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    min-height:129%;
    min-height:calc(100% + 8rem);
    left:0;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-atyaasaa .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 930px){
    .story-page.story-page-atyaasaa .first-screen .bg-img {
        left:20%;
    }
}

@media(min-width: 992px){
    .story-page.story-page-atyaasaa .first-screen .bg-img {
        left:30%;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-atyaasaa .first-screen .bg-img {
        left:40%;
    }
}

@media(min-width: 1600px){
    .story-page.story-page-atyaasaa .first-screen .bg-img {
        left:60%;
    }
}

.story-page.story-page-bailey .first-screen h1, .story-page.story-page-bailey .first-screen .quote, .story-page.story-page-bailey .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-bailey .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    height:133%;
    height:calc(100% + 8rem);
    left:30%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-bailey .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 992px){
    .story-page.story-page-bailey .first-screen .bg-img {
        left:40%;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-bailey .first-screen .bg-img {
        left:50%;
    }
}

.story-page.story-page-bailey .client-summary .logo{
    margin-bottom:15px;
}

.story-page.story-page-camlog .first-screen{
    background-color:#294d7e;
}

.story-page.story-page-camlog .first-screen h1, .story-page.story-page-camlog .first-screen .quote, .story-page.story-page-camlog .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-camlog .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    left:90%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-camlog .first-screen .bg-img {
        display:block;
    }
}

.story-page.story-page-dayton-parts .first-screen h1, .story-page.story-page-dayton-parts .first-screen .quote, .story-page.story-page-dayton-parts .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-dayton-parts .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    left:75%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-dayton-parts .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 992px){
    .story-page.story-page-dayton-parts .first-screen .bg-img {
        left:80%;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-dayton-parts .first-screen .bg-img {
        left:85%;
    }
}

.story-page.story-page-dayton-parts .main-content aside .client-summary img{
    margin:0 auto 15px;
}

.story-page.story-page-durham .first-screen h1, .story-page.story-page-durham .first-screen .quote, .story-page.story-page-durham .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-durham .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    min-height:129%;
    min-height:calc(100% + 8rem);
    left:35%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-durham .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-durham .first-screen .bg-img {
        left:65%;
    }
}

.story-page.story-page-gshg .first-screen{
    background-color:#58a3c3;
}

.story-page.story-page-gshg .first-screen h1, .story-page.story-page-gshg .first-screen .quote, .story-page.story-page-gshg .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-gshg .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-75px;
    min-height:129%;
    min-height:calc(100% + 10rem);
    left:50%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-gshg .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 992px){
    .story-page.story-page-gshg .first-screen .bg-img {
        left:70%;
    }
}

.story-page.story-page-hubbell .first-screen{
    background-color:#2f4457;
}

.story-page.story-page-hubbell .first-screen h1{
    color:#98a0a7;
}

.story-page.story-page-hubbell .first-screen h1, .story-page.story-page-hubbell .first-screen .quote, .story-page.story-page-hubbell .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-hubbell .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    height:130%;
    height:calc(100% + 8rem);
    left:75%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-hubbell .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-hubbell .first-screen .bg-img {
        left:80%;
    }
}

.story-page.story-page-ideal-standard .first-screen{
    background-color:#e5e2d8;
    color:#354353;
}

.story-page.story-page-ideal-standard .first-screen h1{
    color:#354353;
}

.story-page.story-page-ideal-standard .first-screen h1, .story-page.story-page-ideal-standard .first-screen .quote, .story-page.story-page-ideal-standard .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-ideal-standard .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    left:36%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-ideal-standard .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 992px){
    .story-page.story-page-ideal-standard .first-screen .bg-img {
        left:50%;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-ideal-standard .first-screen .bg-img {
        left:60%;
    }
}

.story-page.story-page-ideal-standard .client-summary .logo{
}

.story-page-index .first-screen{
    background-color:#316e9a;
    background:linear-gradient(to bottom, #316e9b,#316e9b 70%,#1d507d);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#316e9b', endColorstr='#1d507d',GradientType=0 );
    color:#ffffff;
    padding:45px 0;
    overflow:hidden;
    text-align:center;
}

@media(min-width: 992px){
    .story-page-index .first-screen {
        padding:60px 0 90px;
    }
}

.story-page-index .first-screen h1{
    text-transform:uppercase;
    font-weight:500;
    margin-bottom:15px;
}

@media(min-width: 768px){
    .story-page-index .first-screen h1 {
        margin-bottom:30px;
    }
}

.story-page-index .first-screen p{
    font-size:24px;
    line-height:45px;
    max-width:850px;
    margin:0 auto 30px;
}

@media(min-width: 768px){
    .story-page-index .first-screen p {
        margin-bottom:60px;
    }
}

.story-page-index .first-screen img{
    display:block;
    margin:30px auto 0;
}

.story-page-index .main-content{
    background:#f6f8fa;
    padding:45px 0 75px;
}

@media(min-width: 992px){
    .story-page-index .main-content {
        padding-top:60px;
    }
}

.story-page-index .main-content [class*="col-"]{
    margin-bottom:30px;
}

.story-page-index .main-content .your-story{
    padding:28px 10% 43px;
    height:100%;
    border:2px dashed #808d96;
    text-align:center;
}

.story-page-index .main-content .your-story img{
    margin:0 auto;
    padding:30px 0;
}

.story-page-index .main-content .your-story h3{
    margin-bottom:45px;
}

.story-page-index .start-trial-bottom{
    padding:60px 0 75px;
    text-align:center;
}

@media(min-width: 768px){
    .story-page-index .start-trial-bottom {
        padding:75px 0 105px;
    }
}

@media(min-width: 992px){
    .story-page-index .start-trial-bottom {
        padding:90px 0 135px;
    }
}

.story-page.story-page-liftow .first-screen h1, .story-page.story-page-liftow .first-screen .quote, .story-page.story-page-liftow .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-liftow .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-45px;
    left:65%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-liftow .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 992px){
    .story-page.story-page-liftow .first-screen .bg-img {
        left:75%;
    }
}

.story-page.story-page-nda2 .first-screen h1, .story-page.story-page-nda2 .first-screen .quote, .story-page.story-page-nda2 .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-nda2 .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    min-height:129%;
    min-height:calc(100% + 8rem);
    left:35%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-nda2 .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 930px){
    .story-page.story-page-nda2 .first-screen .bg-img {
        left:55%;
    }
}

@media(min-width: 992px){
    .story-page.story-page-nda2 .first-screen .bg-img {
        left:60%;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-nda2 .first-screen .bg-img {
        left:75%;
    }
}

@media(min-width: 1600px){
    .story-page.story-page-nda2 .first-screen .bg-img {
        left:90%;
    }
}

.story-page.story-page-osborne .first-screen h1, .story-page.story-page-osborne .first-screen .quote, .story-page.story-page-osborne .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-osborne .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    left:15%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-osborne .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 992px){
    .story-page.story-page-osborne .first-screen .bg-img {
        left:40%;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-osborne .first-screen .bg-img {
        left:50%;
    }
}

.story-page.story-page-osborne .app-img{
    padding-bottom:20px;
}

.story-page.story-page-osborne .client-summary .logo{
    padding-top:6px;
    padding-bottom:6px;
}

.story-page.story-page-pettacci .first-screen h1, .story-page.story-page-pettacci .first-screen .quote, .story-page.story-page-pettacci .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-pettacci .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    min-height:130%;
    left:35%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-pettacci .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 930px){
    .story-page.story-page-pettacci .first-screen .bg-img {
        left:50%;
    }
}

@media(min-width: 992px){
    .story-page.story-page-pettacci .first-screen .bg-img {
        left:60%;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-pettacci .first-screen .bg-img {
        left:77%;
    }
}

.story-page.story-page-pidesign .first-screen h1, .story-page.story-page-pidesign .first-screen .quote, .story-page.story-page-pidesign .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-pidesign .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-90px;
    left:60%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-pidesign .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 992px){
    .story-page.story-page-pidesign .first-screen .bg-img {
        bottom:-60px;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-pidesign .first-screen .bg-img {
        left:62%;
    }
}

.home-page .story-page-pidesign-promo{
    background-color:#316e9a;
    color:#ffffff;
    padding:45px 0;
    overflow:hidden;
    text-align:left;
}

@media(min-width: 768px){
    .home-page .story-page-pidesign-promo {
        padding:60px 0;
    }
}

.home-page .story-page-pidesign-promo h2{
    color:#b5e6fe;
    margin-bottom:30px;
    font-size:18px;
    line-height:30px;
    font-weight:300;
    text-align:left;
}

.home-page .story-page-pidesign-promo h2 strong{
    text-transform:uppercase;
    vertical-align:baseline;
    font-weight:500;
}

.home-page .story-page-pidesign-promo .quote, .home-page .story-page-pidesign-promo .author, .home-page .story-page-pidesign-promo .btn{
    position:relative;
    z-index:2;
}

.home-page .story-page-pidesign-promo .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-90px;
    left:70%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .home-page .story-page-pidesign-promo .bg-img {
        display:block;
    }
}

@media(min-width: 992px){
    .home-page .story-page-pidesign-promo .bg-img {
        bottom:-90px;
        left:64%;
    }
}

.home-page .story-page-pidesign-promo .quote{
    margin-bottom:45px;
    font-size:24px;
    line-height:45px;
}

.home-page .story-page-pidesign-promo .author{
    margin-bottom:30px;
    display:inline-block;
    white-space:nowrap;
}

.home-page .story-page-pidesign-promo .author .photo, .home-page .story-page-pidesign-promo .author .info{
    display:inline-block;
}

.home-page .story-page-pidesign-promo .author .photo{
    padding-right:15px;
}

.home-page .story-page-pidesign-promo .author .name{
    font-weight:400;
}

.home-page .story-page-pidesign-promo .author .position{
    font-size:16px;
}

.home-page .story-page-pidesign-promo .btn{
    margin:7.5px 0 7.5px 45px;
}

.story-page.story-page-ray-white-canberra .first-screen h1, .story-page.story-page-ray-white-canberra .first-screen .quote, .story-page.story-page-ray-white-canberra .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-ray-white-canberra .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    left:70%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-ray-white-canberra .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 992px){
    .story-page.story-page-ray-white-canberra .first-screen .bg-img {
        left:87%;
    }
}

.story-page.story-page-skandia .first-screen h1, .story-page.story-page-skandia .first-screen .quote, .story-page.story-page-skandia .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-skandia .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-60px;
    min-height:133%;
    min-height:calc(100% + 8rem);
    left:30%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-skandia .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 992px){
    .story-page.story-page-skandia .first-screen .bg-img {
        left:50%;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-skandia .first-screen .bg-img {
        left:63%;
    }
}

.story-page.story-page-st-helens .first-screen h1, .story-page.story-page-st-helens .first-screen .quote, .story-page.story-page-st-helens .first-screen .author{
    position:relative;
    z-index:2;
}

.story-page.story-page-st-helens .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-90px;
    min-height:129%;
    min-height:calc(100% + 8rem);
    left:25%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

@media(min-width: 768px){
    .story-page.story-page-st-helens .first-screen .bg-img {
        display:block;
    }
}

@media(min-width: 1200px){
    .story-page.story-page-st-helens .first-screen .bg-img {
        left:45%;
    }
}

.story-page .first-screen{
    background-color:#316e9a;
    color:#ffffff;
    padding:30px 0 45px;
    overflow:hidden;
}

@media(min-width: 768px){
    .story-page .first-screen {
        padding:60px 0 60px;
    }
}

.story-page .first-screen h1{
    color:#b5e6fe;
    margin-top:-1px;
    margin-bottom:30px;
    font-size:18px;
    line-height:30px;
    font-weight:300;
}

@media(min-width: 992px){
    .story-page .first-screen h1 {
        margin-bottom:45px;
    }
}

.story-page .first-screen h1 strong{
    text-transform:uppercase;
    vertical-align:baseline;
    font-weight:500;
}

.story-page .first-screen .quote{
    font-size:24px;
    line-height:45px;
    margin-bottom:45px;
}

@media(min-width: 992px){
    .story-page .first-screen .quote {
        font-size:30px;
        line-height:45px;
        margin-bottom:75px;
    }
}

.story-page .first-screen .author .photo, .story-page .first-screen .author .info{
    display:table-cell;
    vertical-align:middle;
}

.story-page .first-screen .author .photo{
    padding-right:15px;
}

.story-page .first-screen .author .info{
    display:table-cell;
    width:100%;
}

.story-page .first-screen .author .name{
    font-weight:400;
}

.story-page .main-content{
    padding:45px 0 75px;
}

@media(min-width: 992px){
    .story-page .main-content {
        padding-top:60px;
    }
}

.story-page .main-content .h1{
    margin-bottom:30px;
}

@media(min-width: 992px){
    .story-page .main-content .h1 {
        line-height:60px;
    }
}

.story-page .main-content p + ul, .story-page .main-content ul + p, .story-page .main-content p + ol, .story-page .main-content ol + p{
    margin-top:-15px;
}

.story-page .main-content p + h2, .story-page .main-content p + h3, .story-page .main-content p + h4{
    margin-top:45px;
}

.story-page .main-content ul > li + li{
    margin-top:15px;
}

.story-page .main-content blockquote{
    quotes:"\201c" "\201d";
    padding:27px 30px;
    border:2px solid #d1dde6;
    border-radius:1em 1em 0 1em;
    margin:45px auto;
}

.story-page .main-content blockquote:before, .story-page .main-content blockquote:after{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight:bold;
    vertical-align:baseline;
    color:#a2bbd5;
}

.story-page .main-content blockquote:before{
    content:'“';
    content:open-quote;
    margin-right:.1em;
}

.story-page .main-content blockquote:after{
    content:'”';
    content:close-quote;
    margin-left:.1em;
}

@media(min-width: 992px){
    .story-page .main-content blockquote {
        margin:60px auto;
        padding:58px 60px;
        font-size:24px;
        line-height:45px;
    }
}

.story-page .main-content img{
    max-width:100%;
    margin:30px auto;
}

@media(min-width: 992px){
    .story-page .main-content img {
        margin:45px auto;
    }
}

@media(min-width: 992px){
    .story-page .main-content .product-promo {
        padding-top:15px;
    }
}

.story-page .main-content .product-promo .more-link{
    margin-top:30px;
    font-weight:400;
}

.story-page .main-content .product-promo .more-link .icon{
    margin-left:.5em;
    font-size:80%;
}

.story-page .main-content aside{
    display:none;
}

@media(min-width: 768px){
    .story-page .main-content aside {
        display:block;
    }
}

.story-page .main-content aside .client-summary, .story-page .main-content aside .product-card{
    margin:0 0 30px;
    padding:15px 30px 30px;
    background-color:#f6f8fa;
}

@media(min-width: 992px){
    .story-page .main-content aside .client-summary, .story-page .main-content aside .product-card {
        margin:0 5% 30px;
        padding:30px 30px 45px;
    }
}

.story-page .main-content aside .client-summary h4, .story-page .main-content aside .product-card h4{
    color:#69727c;
    text-transform:uppercase;
}

.story-page .main-content aside .client-summary img, .story-page .main-content aside .product-card img{
    display:block;
    max-width:100%;
    margin:15px auto 30px;
}

.story-page .main-content aside .client-summary p, .story-page .main-content aside .product-card p{
    font-size:16px;
    overflow:hidden;
    text-overflow:ellipsis;
}

.story-page .main-content aside .client-summary a{
    font-weight:400;
}

.story-page .main-content aside .product-card{
    text-align:center;
}

.story-page .main-content aside .product-card .product-icon{
    margin:30px auto 15px;
    font-size:75px;
}

.story-page .main-content aside .product-card h3{
    //line-height:30px;
}

.story-page .other-stories{
    background:#f6f8fa;
    padding:60px 0 75px;
}

@media(min-width: 992px){
    .story-page .other-stories {
        padding:60px 0 105px;
    }
}

.story-page .other-stories h2{
    margin-bottom:45px;
}

@media(max-width: 767px){
    .story-page .other-stories h2 {
        text-align:center;
    }
}

.story-page .other-stories [class*="col-"]{
    margin-bottom:30px;
}

.stories-navigation .client{
    padding:15px 10% 30px;
    background-color:#ffffff;
}

.stories-navigation .client.large-paddings{
    padding:30px 10%;
}

@media(min-width: 992px){
    .stories-navigation .client.large-paddings {
        padding:45px 30px;
    }
}

@media(min-width: 768px){
    .stories-navigation .client.large-paddings p {
        height:90px;
    }
}

.stories-navigation .client h3{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.stories-navigation .client img{
    display:block;
    max-width:100%;
    margin:0 auto 15px;
}

@media(min-width: 768px){
    .stories-navigation .client p {
        height:120px;
    }
}

.stories-navigation .client a{
    font-weight:400;
}

.stories-navigation .client .logo-wrapper{
    display:block;
    height:90px;
    margin-bottom:15px;
}

.stories-navigation .client .btn-wrapper{
    text-align:center;
}

@media(min-width: 768px){
    .stories-navigation {
}
    .stories-navigation .client-osborne img{
        padding-top:7px;
        padding-bottom:8px;
    }
    .stories-navigation .client-camlog img, .stories-navigation .client-dayton-parts img, .stories-navigation .client-hubbell img, .stories-navigation .client-skandia img{
        padding-top:15px;
        padding-bottom:15px;
    }
    .stories-navigation .client-webcrab img{
        padding-top:22px;
        padding-bottom:23px;
    }
    .stories-navigation .client-pidesign img, .stories-navigation .client-ray-white-canberra img{
        padding-top:30px;
        padding-bottom:30px;
    }
}
.story-page.story-page-webcrab .first-screen h1, .story-page.story-page-webcrab .first-screen .quote, .story-page.story-page-webcrab .first-screen .author{
    position:relative;
    z-index:2;
}
.story-page.story-page-webcrab .first-screen .bg-img{
    display:none;
    position:absolute;
    width:auto;
    bottom:-90px;
    left:65%;
    z-index:1;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}
@media(min-width: 768px){
    .story-page.story-page-webcrab .first-screen .bg-img {
        display:block;
    }
}
@media(min-width: 992px){
    .story-page.story-page-webcrab .first-screen .bg-img {
        bottom:-60px;
        left:73%;
    }
}
@media(min-width: 1200px){
    .story-page.story-page-webcrab .first-screen .bg-img {
        left:77%;
    }
}

.page-job.demos-landing .use-cases{
    background:#f6f8fa;
    padding:30px 0 37.5px;
    text-align:center;
    color:#8db4d9;
}

.page-job.demos-landing .use-cases a{
    color:#8db4d9;
    text-decoration:none;
    font-weight:500;
}

.page-job.demos-landing .use-cases a:hover, .page-job.demos-landing .use-cases a:hover .icon, .page-job.demos-landing .use-cases a.active, .page-job.demos-landing .use-cases a.active .icon{
    color:#3e71a1;
}

.page-job.demos-landing .use-cases p{
    margin-bottom:0;
}

.page-job.demos-landing .use-cases .icon{
    color:#8db4d9;
    font-size:60px;
    margin-bottom:7.5px;
}

@media(min-width: 992px){
    .page-job.demos-landing .use-cases .icon {
        font-size:75px;
    }
}

.page-job.demos-landing .use-cases .icon, .page-job.demos-landing .use-cases .icon:before{
    vertical-align:top;
}

.page-job.demos-landing .feature-start-trial-bottom .btn{
    margin-bottom:15px;
}

.page-job.demos-landing .feature-start-trial-bottom .features{
    color:#b3b6bb;
    font-weight:400;
    font-size:14px;
}

.page-job.demos-landing .demos-footer{
    padding:60px 0 75px;
    text-align:center;
}

.page-job.demos-landing .demos-footer a{
    display:block;
}

.page-job.demos-landing .demos-footer h2{
    margin-bottom:45px;
}

.page-job.demos-landing .demos-footer img{
    max-width:100%;
    margin-bottom:4px;
}

.page-job.demos-landing .demos-footer [class*="col-"]{
    z-index:1;
}

.page-job.demos-landing .demos-footer .box{
    position:relative;
    display:inline-block;
}

.page-job.demos-landing .demos-footer .box:before, .page-job.demos-landing .demos-footer .box:after{
    z-index:-1;
    position:absolute;
    display:block;
    content:"";
    bottom:14px;
    width:48%;
    height:4px;
    max-width:300px;
    background:#777;
    box-shadow:0 12px 10px 0px rgba(0, 0, 0, .8);
}

.page-job.demos-landing .demos-footer .box:before{
    -ms-transform:rotate(-4deg);
        transform:rotate(-4deg);
    left:2%;
    border-top-left-radius:100%;
    border-bottom-left-radius:100%;
}

.page-job.demos-landing .demos-footer .box:after{
    -ms-transform:rotate(4deg);
        transform:rotate(4deg);
    right:2%;
    border-top-right-radius:100%;
    border-bottom-right-radius:100%;
}

.page-job.demos-landing .demos-footer .active{
    font-weight:500;
}

.page-job.demos-landing .demos-footer .title{
    margin-top:15px;
    white-space:nowrap;
}

@media(max-width: 1199px){
    .page-job.demos-landing .demos-footer .col-md-2 + .col-md-2{
        margin-bottom:30px;
    }
}
.page-job.demos-landing-brochure .product-promo{
    padding:15px 0 0;
    text-align:center;
}
@media(min-width: 768px){
    .page-job.demos-landing-brochure .product-promo {
        padding:30px 0 45px;
        text-align:left;
        background:#316e9b;
    }
}
@media(min-width: 992px){
    .page-job.demos-landing-brochure .product-promo {
        padding:30px 0 75px;
    }
}
.page-job.demos-landing-brochure .product-promo h1{
    text-transform:none;
}
.page-job.demos-landing-brochure .product-promo .h1{
    margin-bottom:15px;
    text-transform:uppercase;
}
@media(min-width: 768px){
    .page-job.demos-landing-brochure .product-promo .h1 {
        margin-bottom:45px;
    }
}
.page-job.demos-landing-brochure .product-promo h1, .page-job.demos-landing-brochure .product-promo .h1, .page-job.demos-landing-brochure .product-promo p, .page-job.demos-landing-brochure .product-promo .start-trial, .page-job.demos-landing-brochure .product-promo .subheader{
    position:relative;
    z-index:2;
}
.page-job.demos-landing-brochure .product-promo .btn{
    margin-bottom:30px;
}
.page-job.demos-landing-brochure .product-promo p{
    font-size:18px;
    margin-bottom:45px;
}
.page-job.demos-landing-brochure .product-promo .subheader{
    margin-bottom:15px;
    color:#7dafcf;
    font-weight:400;
    font-size:24px;
    line-height:30px;
}
@media(min-width: 768px){
    .page-job.demos-landing-brochure .product-promo .subheader {
        margin-bottom:60px;
    }
}
.page-job.demos-landing-brochure .product-promo img{
    max-width:125%;
    position:relative;
    margin:0 -10%;
}
@media(min-width: 768px){
    .page-job.demos-landing-brochure .product-promo img {
        max-width:100%;
        position:absolute;
        max-width:none;
        bottom:-45px;
        left:100%;
        z-index:1;
        margin:0 auto;
    }
}
@media(min-width: 992px){
    .page-job.demos-landing-brochure .product-promo img {
        left:104%;
        bottom:-75px;
    }
}
@media(min-width: 768px){
    .page-job.demos-landing-brochure .product-promo .start-trial {
        text-align:left;
    }
}
.page-job.demos-landing-brochure .product-promo .example-link{
    background:#2c6792;
    padding:30px 0;
    margin:0 -30px;
    text-align:center;
    font-weight:400;
    font-size:14px;
}
.page-job.demos-landing-brochure .product-promo .example-link a{
    color:#b5e5fd;
    text-decoration:underline;
}
@media(min-width: 768px){
    .page-job.demos-landing-brochure .product-promo .example-link {
        background:none;
        position:absolute;
        width:200px;
        bottom:-15px;
        left:157%;
        z-index:2;
    }
}
@media(min-width: 992px){
    .page-job.demos-landing-brochure .product-promo .example-link {
        bottom:-45px;
        left:150%;
    }
}
.page-job.demos-landing-brochure .feature-pro-look{
}
.page-job.demos-landing-brochure .feature-share-email{
    background:#f6f8fa;
}
@media(min-width: 992px){
    .page-job.demos-landing-brochure .feature-content-updates .text {
        padding-top:45px;
    }
}
.page-job.demos-landing-brochure .clients{
    background:#f6f8fa;
    padding-top:30px;
    text-align:center;
    font-size:16px;
}
.page-job.demos-landing-brochure .clients-carousel{
    border-bottom:none;
    position:relative;
    margin-bottom:0;
    padding-top:10px;
    padding-bottom:45px;
}
.page-job.demos-landing-brochure .feature-mobile{
}
.page-job.demos-landing-brochure .feature-demos{
    background:#f6f8fa;
}
.page-job.demos-landing-brochure .feature-demos a{
    color:#354353;
}
.page-job.demos-landing-brochure .feature-demos img{
    margin:0 auto 20px;
}
.page-job.demos-landing-brochure .feature-demos .play-button-wrapper{
    margin-top:-30px;
}
.page-job.demos-landing-brochure .feature-better-pdf .text{
    text-align:left;
}
@media(min-width: 992px){
    .page-job.demos-landing-brochure .feature-better-pdf .text {
        padding-top:60px;
    }
}
.page-job.demos-landing-brochure .feature-better-pdf ul li + li{
    margin-top:15px;
}
.page-job.demos-landing-brochure .feature-how-it-works{
    background:#f6f8fa;
}
.page-job.demos-landing-brochure .feature-how-it-works .row img{
    margin-top:0;
}
.page-job.demos-landing-brochure .feature-how-it-works .step-number{
    text-align:center;
}
.page-job.demos-landing-brochure .feature-how-it-works .step-number img{
    margin:30px auto 0;
}
@media(min-width: 992px){
    .page-job.demos-landing-brochure .feature-how-it-works .step-number img {
        margin-bottom:30px;
    }
}
.page-job.demos-landing-brochure .feature-how-it-works section{
    margin-bottom:0;
}
.page-job.demos-landing-brochure .feature-how-it-works .connector{
    display:none;
}
@media(min-width: 768px){
    .page-job.demos-landing-brochure .feature-how-it-works .connector {
        display:block;
    }
}
.page-job.demos-landing-brochure .feature-how-it-works .connector img{
    margin:-30px auto 0;
}
.page-job.demos-landing-brochure .feature-how-it-works .connector + section{
    margin-top:0;
}
.page-job.demos-landing-brochure .feature-other{
    background:#316e9b;
    color:#ffffff;
}
.page-job.demos-landing-brochure .feature-other .icon{
    color:#ffffff;
}
.page-job.demos-landing-brochure .feature-other .feature-title,
        .page-job.demos-landing-brochure .feature-other .feature-title + p{
    color:#e0e7ed;
}
@media (min-width: 768px) and (max-width: 991px){
    .page-job.demos-landing-brochure .feature-other [class*="col-"]:nth-child(2n+1){
        clear:left;
    }
}
@media(min-width: 992px){
    .page-job.demos-landing-brochure .feature-other [class*="col-"]:nth-child(3n+1){
        clear:left;
    }
}

.page-job.demos-landing-catalog .product-promo{
    padding:30px 0 0 0;
    text-align:center;
}

@media(min-width: 768px){
    .page-job.demos-landing-catalog .product-promo {
        text-align:left;
        background:#316e9b;
        padding:45px 0 30px;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-catalog .product-promo {
        padding:75px 0 60px;
    }
}

@media(min-width: 1200px){
    .page-job.demos-landing-catalog .product-promo {
        padding:90px 0 60px;
    }
}

.page-job.demos-landing-catalog .product-promo h1{
    margin-bottom:15px;
}

@media(min-width: 768px){
    .page-job.demos-landing-catalog .product-promo h1 {
        margin-bottom:30px;
    }
}

.page-job.demos-landing-catalog .product-promo h1, .page-job.demos-landing-catalog .product-promo p, .page-job.demos-landing-catalog .product-promo .start-trial, .page-job.demos-landing-catalog .product-promo .subheader{
    position:relative;
    z-index:2;
}

.page-job.demos-landing-catalog .product-promo .btn{
    margin-bottom:30px;
}

.page-job.demos-landing-catalog .product-promo p{
    font-size:18px;
    margin-bottom:45px;
}

.page-job.demos-landing-catalog .product-promo .subheader{
    margin-bottom:15px;
    color:#7dafcf;
    font-weight:400;
    font-size:14px;
    line-height:30px;
}

@media(min-width: 768px){
    .page-job.demos-landing-catalog .product-promo .subheader {
        margin-bottom:60px;
    }
}

.page-job.demos-landing-catalog .product-promo img{
    max-width:100%;
    position:relative;
    margin:0 auto;
    padding-right:9%;
}

@media(min-width: 768px){
    .page-job.demos-landing-catalog .product-promo img {
        position:absolute;
        max-width:none;
        padding-right:0;
        bottom:-45px;
        left:100%;
        z-index:1;
        margin:0 auto;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-catalog .product-promo img {
        left:104%;
        bottom:-75px;
    }
}

@media(min-width: 768px){
    .page-job.demos-landing-catalog .product-promo .start-trial {
        text-align:left;
    }
}

.page-job.demos-landing-catalog .product-promo .example-link{
    background:#2c6792;
    padding:30px 0;
    margin:0 -30px;
    text-align:center;
    font-weight:400;
    font-size:14px;
}

.page-job.demos-landing-catalog .product-promo .example-link a{
    display:block;
    color:#b5e5fd;
    text-decoration:underline;
}

@media(min-width: 768px){
    .page-job.demos-landing-catalog .product-promo .example-link {
        padding:0;
        background:none;
        position:absolute;
        width:200px;
        bottom:45px;
        left:116%;
        z-index:2;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-catalog .product-promo .example-link {
        bottom:15px;
        left:116%;
    }
}

.page-job.demos-landing-catalog .feature-set h3, .page-job.demos-landing-catalog .feature-set .h3{
    line-height:30px;
}

@media(min-width: 992px){
    .page-job.demos-landing-catalog .feature-set .tabs-tabber > li {
        margin-left:45px;
        margin-right:45px;
        padding-left:.3em;
        padding-right:.3em;
    }
}

.page-job.demos-landing-catalog .feature-meet-product{
    padding-bottom:0;
}

.page-job.demos-landing-catalog .feature-how-it-works{
    padding-top:0;
}

.page-job.demos-landing-catalog .feature-how-it-works .row img{
    margin-top:0;
}

.page-job.demos-landing-catalog .feature-how-it-works section{
    margin-bottom:0;
}

@media(min-width: 768px){
    .page-job.demos-landing-catalog .feature-how-it-works .row.devices .text {
        padding-top:45px;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-catalog .feature-how-it-works .row.devices .text {
        padding-top:75px;
    }
}

@media(min-width: 1200px){
    .page-job.demos-landing-catalog .feature-how-it-works .row.devices .text {
        padding-top:105px;
    }
}

@media(min-width: 768px){
    .page-job.demos-landing-catalog .feature-how-it-works .row.ecommerce .text {
        padding-top:15px;
    }
}

@media(min-width: 768px){
    .page-job.demos-landing-catalog .feature-how-it-works .row.analytics {
        margin-top:15px;
        text-align:left;
    }
}

@media(min-width: 992px) and (max-width: 1199px){
    .page-job.demos-landing-catalog .feature-how-it-works .row.analytics {
        margin-top:0;
    }
}

@media(min-width: 768px){
    .page-job.demos-landing-catalog .feature-how-it-works .row.analytics .text {
        padding-top:15px;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-catalog .feature-how-it-works .row.analytics .text {
        padding-top:30px;
    }
}

.page-job.demos-landing-catalog .feature-how-it-works .connector{
    display:none;
    position:relative;
    z-index:2;
}

@media(min-width: 1200px){
    .page-job.demos-landing-catalog .feature-how-it-works .connector {
        display:inline-block;
    }
}

.page-job.demos-landing-catalog .feature-how-it-works .connector img{
    margin:-30px auto 0;
}

@media(min-width: 1200px){
    .page-job.demos-landing-catalog .feature-how-it-works .connector + section {
        margin-top:0;
    }
}

.page-job.demos-landing-catalog .feature-how-it-works .connector.connector-12{
    top:-65px;
    margin-bottom:-75px;
    padding-bottom:10px;
}

.page-job.demos-landing-catalog .feature-how-it-works .connector.connector-23{
    top:-73px;
    margin-bottom:-75px;
    left:-2.5%;
}

.page-job.demos-landing-catalog .feature-how-it-works .connector.connector-34{
    top:-45px;
    margin-bottom:-135px;
    left:8%;
}

.page-job.demos-landing-catalog .feature-demos{
    background:#316e9b;
    background:linear-gradient(to bottom, #316e9b,#316e9b 70%,#1d507d);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#316e9b', endColorstr='#1d507d',GradientType=0 );
    color:#ffffff;
    padding-bottom:0;
}

@media(min-width: 992px){
    .page-job.demos-landing-catalog .feature-demos {
        padding:60px 0 75px;
    }
}

.page-job.demos-landing-catalog .feature-demos h2, .page-job.demos-landing-catalog .feature-demos h3, .page-job.demos-landing-catalog .feature-demos h4, .page-job.demos-landing-catalog .feature-demos p, .page-job.demos-landing-catalog .feature-demos a{
    color:#ffffff;
}

.page-job.demos-landing-catalog .feature-demos h2{
    margin-bottom:60px;
}

.page-job.demos-landing-catalog .feature-demos .row{
    margin-top:30px;
}

.page-job.demos-landing-catalog .feature-demos .row img{
    margin:0 auto;
}

.page-job.demos-landing-catalog .feature-demos [class*="col-"]{
    margin-bottom:45px;
}

@media(min-width: 992px){
    .page-job.demos-landing-catalog .feature-demos [class*="col-"] {
        margin-bottom:0;
    }
}

.page-job.demos-landing-catalog .feature-demos .demo-img-container{
    position:relative;
    display:inline-block;
    margin-bottom:30px;
    z-index:2;
}

.page-job.demos-landing-catalog .feature-demos .demo-img-container:before, .page-job.demos-landing-catalog .feature-demos .demo-img-container:after{
    z-index:-1;
    position:absolute;
    display:block;
    content:"";
    bottom:8px;
    width:48%;
    height:4px;
    max-width:300px;
    background:#777;
    box-shadow:0 12px 10px 0px rgba(0, 0, 0, .9);
}

.page-job.demos-landing-catalog .feature-demos .demo-img-container:before{
    -ms-transform:rotate(-5deg);
        transform:rotate(-5deg);
    left:2%;
    border-top-left-radius:100%;
    border-bottom-left-radius:100%;
}

.page-job.demos-landing-catalog .feature-demos .demo-img-container:after{
    -ms-transform:rotate(5deg);
        transform:rotate(5deg);
    right:2%;
    border-top-right-radius:100%;
    border-bottom-right-radius:100%;
}

.page-job.demos-landing-catalog .feature-demos .play-button-wrapper{
    margin-top:-15px;
}

.page-job.demos-landing-catalog .feature-demos .demo-title{
    font-size:24px;
    line-height:45px;
}

.page-job.demos-landing-catalog .feature-demos .demo-author{
    font-size:16px;
    font-weight:400;
    color:#94b0c6;
}

.page-job.demos-landing-catalog .feature-features h2{
    margin-bottom:45px;
}

.page-job.demos-landing-catalog .feature-sharing{
    background:#f6f8fa;
    padding-bottom:0;
}

.page-job.demos-landing-catalog .feature-sharing h2{
    margin-bottom:45px;
}

.page-job.demos-landing-catalog .feature-sharing img{
    margin-bottom:0;
}

.page-job.demos-landing-catalog .demos-footer{
    background:#f6f8fa;
}

.page-job.demos-landing-newsletter .product-promo{
    padding:30px 0 0 0;
    text-align:center;
}

@media(min-width: 768px){
    .page-job.demos-landing-newsletter .product-promo {
        text-align:left;
        background:#316e9b;
        padding:45px 0 75px;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-newsletter .product-promo {
        padding:75px 0 105px;
    }
}

@media(min-width: 1200px){
    .page-job.demos-landing-newsletter .product-promo {
        padding:90px 0 120px;
    }
}

.page-job.demos-landing-newsletter .product-promo h1{
    margin-bottom:15px;
}

@media(min-width: 768px){
    .page-job.demos-landing-newsletter .product-promo h1 {
        margin-bottom:30px;
    }
}

.page-job.demos-landing-newsletter .product-promo h1, .page-job.demos-landing-newsletter .product-promo p, .page-job.demos-landing-newsletter .product-promo .start-trial, .page-job.demos-landing-newsletter .product-promo .subheader{
    position:relative;
    z-index:2;
}

.page-job.demos-landing-newsletter .product-promo .btn{
    margin-bottom:30px;
}

.page-job.demos-landing-newsletter .product-promo p{
    font-size:18px;
    margin-bottom:60px;
}

.page-job.demos-landing-newsletter .product-promo .subheader{
    margin-bottom:15px;
    color:#7dafcf;
    font-weight:400;
    font-size:14px;
    line-height:30px;
}

@media(min-width: 768px){
    .page-job.demos-landing-newsletter .product-promo .subheader {
        margin-bottom:60px;
    }
}

.page-job.demos-landing-newsletter .product-promo img{
    max-width:100%;
    position:relative;
    margin:0 auto 30px;
}

@media(min-width: 768px){
    .page-job.demos-landing-newsletter .product-promo img {
        position:absolute;
        max-width:none;
        padding-right:0;
        bottom:-45px;
        left:100%;
        z-index:1;
        margin:0 auto;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-newsletter .product-promo img {
        bottom:-75px;
    }
}

@media(min-width: 768px){
    .page-job.demos-landing-newsletter .product-promo .start-trial {
        text-align:left;
    }
}

.page-job.demos-landing-newsletter .product-promo .example-link{
    display:none;
    line-height:45px;
    font-weight:500;
    font-size:16px;
    color:#b5e5fd;
    text-decoration:underline;
    margin-left:1em;
}

@media(min-width: 768px){
    .page-job.demos-landing-newsletter .product-promo .example-link {
        display:inline-block;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-newsletter .product-promo .example-link {
        margin-left:2em;
    }
}

.page-job.demos-landing-newsletter .product-promo .example-link-box{
    background:#2c6792;
    padding:30px 0;
    margin:0 -30px;
    text-align:center;
    font-weight:400;
    font-size:14px;
}

.page-job.demos-landing-newsletter .product-promo .example-link-box a{
    display:block;
    color:#b5e5fd;
    text-decoration:underline;
}

@media(min-width: 768px){
    .page-job.demos-landing-newsletter .product-promo .example-link-box {
        display:none;
    }
}

.page-job.demos-landing-newsletter .feature-links{
    padding-bottom:15px;
}

@media(min-width: 992px){
    .page-job.demos-landing-newsletter .feature-links {
        padding-bottom:45px;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-newsletter .feature-links .row .text {
        padding-top:60px;
    }
}

.page-job.demos-landing-newsletter .feature-reading{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.demos-landing-newsletter .feature-branding {
        padding-bottom:105px;
    }
}

@media(min-width: 768px){
    .page-job.demos-landing-newsletter .feature-branding .row .text {
        margin-top:0;
    }
}

.page-job.demos-landing-newsletter .feature-branding h3{
    margin-bottom:0;
}

.page-job.demos-landing-newsletter .feature-mobile{
    background:#f6f8fa;
}

@media(min-width: 768px){
    .page-job.demos-landing-newsletter .feature-mobile .row .text {
        padding-top:120px;
    }
}

.page-job.demos-landing-newsletter .feature-updates{
    padding-bottom:0;
}

.page-job.demos-landing-newsletter .feature-updates img{
    margin-bottom:0;
}

@media(min-width: 992px){
    .page-job.demos-landing-newsletter .feature-embed-video .row .text {
        padding-top:45px;
    }
}

.page-job.demos-landing-newsletter .feature-external-links{
}

.page-job.demos-landing-newsletter .feature-using-books p{
    max-width:455px;
}

.page-job.demos-landing-newsletter .feature-using-books [class*="col-"]{
    margin-bottom:30px;
}

.page-job.demos-landing-newsletter .more-link{
    margin-top:30px;
    font-weight:400;
}

.page-job.demos-landing-newsletter .more-link .icon{
    margin-left:.5em;
    font-size:80%;
}

.page-job.demos-landing-newsletter .feature-publisher{
    padding-bottom:75px;
}

@media(min-width: 992px){
    .page-job.demos-landing-newsletter .feature-publisher {
        padding-bottom:105px;
    }
}

.page-job.demos-landing-newsletter .feature-demos{
    background:#316e9b;
    background:linear-gradient(to bottom, #316e9b,#316e9b 70%,#1d507d);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#316e9b', endColorstr='#1d507d',GradientType=0 );
    color:#ffffff;
    padding-bottom:0;
}

@media(min-width: 992px){
    .page-job.demos-landing-newsletter .feature-demos {
        padding:60px 0 75px;
    }
}

.page-job.demos-landing-newsletter .feature-demos h2, .page-job.demos-landing-newsletter .feature-demos h3, .page-job.demos-landing-newsletter .feature-demos h4, .page-job.demos-landing-newsletter .feature-demos p, .page-job.demos-landing-newsletter .feature-demos a{
    color:#ffffff;
}

.page-job.demos-landing-newsletter .feature-demos h2{
    margin-bottom:60px;
    max-width:none;
}

.page-job.demos-landing-newsletter .feature-demos .row{
    margin-top:30px;
}

.page-job.demos-landing-newsletter .feature-demos .row img{
    margin:0 auto;
}

.page-job.demos-landing-newsletter .feature-demos [class*="col-"]{
    margin-bottom:45px;
}

@media(min-width: 992px){
    .page-job.demos-landing-newsletter .feature-demos [class*="col-"] {
        margin-bottom:0;
    }
}

.page-job.demos-landing-newsletter .feature-demos .play-button-wrapper{
    margin-top:0;
}

.page-job.demos-landing-newsletter .feature-demos .demo-img-container{
    position:relative;
    display:inline-block;
    margin-bottom:30px;
    z-index:2;
}

.page-job.demos-landing-newsletter .feature-demos .demo-img-container:before, .page-job.demos-landing-newsletter .feature-demos .demo-img-container:after{
    z-index:-1;
    position:absolute;
    display:block;
    content:"";
    bottom:8px;
    width:48%;
    height:4px;
    max-width:300px;
    box-shadow:0 12px 10px 0px rgba(0, 0, 0, .9);
}

.page-job.demos-landing-newsletter .feature-demos .demo-img-container:before{
    -ms-transform:rotate(-5deg);
        transform:rotate(-5deg);
    left:2%;
    border-top-left-radius:100%;
    border-bottom-left-radius:100%;
}

.page-job.demos-landing-newsletter .feature-demos .demo-img-container:after{
    -ms-transform:rotate(5deg);
        transform:rotate(5deg);
    right:2%;
    border-top-right-radius:100%;
    border-bottom-right-radius:100%;
}

.page-job.demos-landing-newsletter .feature-demos .demo-title{
    font-size:24px;
    line-height:45px;
}

.page-job.demos-landing-newsletter .feature-demos .demo-author{
    font-size:16px;
    font-weight:400;
    color:#94b0c6;
}

.page-job.demos-landing-newsletter .demos-footer{
    background:#f6f8fa;
}

.page-job.demos-landing-report .product-promo{
    padding:30px 0 0 0;
    text-align:center;
}

@media(min-width: 768px){
    .page-job.demos-landing-report .product-promo {
        text-align:left;
        background:#316e9b;
        padding:45px 0 30px;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-report .product-promo {
        padding:75px 0 60px;
    }
}

@media(min-width: 1200px){
    .page-job.demos-landing-report .product-promo {
        padding:90px 0 60px;
    }
}

.page-job.demos-landing-report .product-promo h1{
    margin-bottom:15px;
}

@media(min-width: 768px){
    .page-job.demos-landing-report .product-promo h1 {
        margin-bottom:30px;
    }
}

.page-job.demos-landing-report .product-promo h1, .page-job.demos-landing-report .product-promo p, .page-job.demos-landing-report .product-promo .start-trial, .page-job.demos-landing-report .product-promo .subheader{
    position:relative;
    z-index:2;
}

.page-job.demos-landing-report .product-promo .btn{
    margin-bottom:30px;
}

.page-job.demos-landing-report .product-promo p{
    font-size:18px;
    margin-bottom:45px;
}

.page-job.demos-landing-report .product-promo .subheader{
    margin-bottom:15px;
    color:#7dafcf;
    font-weight:400;
    font-size:14px;
    line-height:30px;
}

@media(min-width: 768px){
    .page-job.demos-landing-report .product-promo .subheader {
        margin-bottom:60px;
    }
}

.page-job.demos-landing-report .product-promo img{
    max-width:100%;
    position:relative;
    margin:0 auto;
}

@media(min-width: 768px){
    .page-job.demos-landing-report .product-promo img {
        position:absolute;
        max-width:none;
        padding-right:0;
        bottom:-45px;
        left:100%;
        z-index:1;
        margin:0 auto;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-report .product-promo img {
        bottom:-75px;
    }
}

@media(min-width: 768px){
    .page-job.demos-landing-report .product-promo .start-trial {
        text-align:left;
    }
}

.page-job.demos-landing-report .product-promo .example-link{
    background:#2c6792;
    padding:30px 0;
    margin:0 -30px;
    text-align:center;
    font-weight:400;
    font-size:14px;
}

.page-job.demos-landing-report .product-promo .example-link a{
    display:block;
    color:#b5e5fd;
    text-decoration:underline;
}

@media(min-width: 768px){
    .page-job.demos-landing-report .product-promo .example-link {
        padding:0;
        background:none;
        position:absolute;
        width:200px;
        bottom:45px;
        left:133%;
        z-index:2;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-report .product-promo .example-link {
        bottom:15px;
    }
}

@media(min-width: 1200px){
    .page-job.demos-landing-report .product-promo .example-link {
        left:126%;
    }
}

.page-job.demos-landing-report .feature-set h3, .page-job.demos-landing-report .feature-set .h3{
    line-height:30px;
}

@media(min-width: 992px){
    .page-job.demos-landing-report .feature-set .tabs-tabber > li {
        margin-left:45px;
        margin-right:45px;
        padding-left:.3em;
        padding-right:.3em;
    }
}

.page-job.demos-landing-report .feature-zero-coding{
    padding-bottom:0;
}

.page-job.demos-landing-report .feature-zero-coding img{
    margin-bottom:0;
}

.page-job.demos-landing-report .feature-embed-video{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.demos-landing-report .feature-embed-video .row .text {
        padding-top:45px;
    }
}

@media(min-width: 992px){
    .page-job.demos-landing-report .feature-external-links .row .text {
        padding-top:30px;
    }
}

.page-job.demos-landing-report .feature-branding{
    background:url("images/landings/report/branding-background.jpg") repeat scroll center center transparent;
}

.page-job.demos-landing-report .feature-branding ul{
    margin-bottom:0;
}

@media(min-width: 992px){
    .page-job.demos-landing-report .feature-branding ul {
        padding-top:30px;
    }
}

.page-job.demos-landing-report .feature-branding ul > li + li{
    margin-top:15px;
}

.page-job.demos-landing-report .feature-using-books p{
    max-width:455px;
}

.page-job.demos-landing-report .feature-using-books [class*="col-"]{
    margin-bottom:30px;
}

.page-job.demos-landing-report .more-link{
    margin-top:30px;
    font-weight:400;
}

.page-job.demos-landing-report .more-link .icon{
    margin-left:.5em;
    font-size:80%;
}

.page-job.demos-landing-report .feature-publisher{
    padding-bottom:75px;
}

@media(min-width: 992px){
    .page-job.demos-landing-report .feature-publisher {
        padding-bottom:105px;
    }
}

.page-job.demos-landing-report .feature-support{
    background:#f6f8fa;
}

@media(min-width: 992px){
    .page-job.demos-landing-report .feature-support p {
        padding-left:15%;
        padding-right:15%;
    }
}

.page-job.demos-landing-report .feature-support .icon{
    display:block;
    font-size:90px;
    margin-bottom:30px;
    color:#2d6c9d;
}

.page-job.demos-landing-report .feature-support [class*="col-"]{
    margin-bottom:30px;
}

.page-job.demos-landing-report .feature-demos{
    background:#316e9b;
    background:linear-gradient(to bottom, #316e9b,#316e9b 70%,#1d507d);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#316e9b', endColorstr='#1d507d',GradientType=0 );
    color:#ffffff;
    padding-bottom:0;
}

@media(min-width: 992px){
    .page-job.demos-landing-report .feature-demos {
        padding:60px 0 75px;
    }
}

.page-job.demos-landing-report .feature-demos h2, .page-job.demos-landing-report .feature-demos h3, .page-job.demos-landing-report .feature-demos h4, .page-job.demos-landing-report .feature-demos p, .page-job.demos-landing-report .feature-demos a{
    color:#ffffff;
}

.page-job.demos-landing-report .feature-demos h2{
    margin-bottom:60px;
    max-width:none;
}

.page-job.demos-landing-report .feature-demos .row{
    margin-top:30px;
}

.page-job.demos-landing-report .feature-demos .row img{
    margin:0 auto;
}

.page-job.demos-landing-report .feature-demos [class*="col-"]{
    margin-bottom:45px;
}

@media(min-width: 992px){
    .page-job.demos-landing-report .feature-demos [class*="col-"] {
        margin-bottom:0;
    }
}

.page-job.demos-landing-report .feature-demos .demo-img-container{
    position:relative;
    display:inline-block;
    margin-bottom:30px;
    z-index:2;
}

.page-job.demos-landing-report .feature-demos .demo-img-container:before, .page-job.demos-landing-report .feature-demos .demo-img-container:after{
    z-index:-1;
    position:absolute;
    display:block;
    content:"";
    bottom:8px;
    width:48%;
    height:4px;
    max-width:300px;
    box-shadow:0 12px 10px 0px rgba(0, 0, 0, .9);
}

.page-job.demos-landing-report .feature-demos .demo-img-container:before{
    -ms-transform:rotate(-5deg);
        transform:rotate(-5deg);
    left:2%;
    border-top-left-radius:100%;
    border-bottom-left-radius:100%;
}

.page-job.demos-landing-report .feature-demos .demo-img-container:after{
    -ms-transform:rotate(5deg);
        transform:rotate(5deg);
    right:2%;
    border-top-right-radius:100%;
    border-bottom-right-radius:100%;
}

.page-job.demos-landing-report .feature-demos .demo-title{
    font-size:24px;
    line-height:45px;
}

.page-job.demos-landing-report .feature-demos .demo-author{
    font-size:16px;
    font-weight:400;
    color:#94b0c6;
}

.page-job.demos-landing-report .demos-footer{
    background:#f6f8fa;
}

.page-job.page-fbo-analytics img.img-rounded-shadow{
    border-radius:4px;
    box-shadow:0 1px 9px 0 rgba(11, 31, 46, .2);
}

.page-job.page-fbo-analytics .feature-big{
    margin:0 auto 15px;
    padding:30px 0 40%;
    position:relative;
    background:url("images/fbo-features/analytics/pic-main.jpg") no-repeat bottom center;
    background-size:105%;
}

@media(min-width: 768px){
    .page-job.page-fbo-analytics .feature-big {
        background-size:95%;
        margin-bottom:45px;
    }
}

@media(min-width: 1200px){
    .page-job.page-fbo-analytics .feature-big {
        margin-bottom:75px;
        background-size:auto;
        padding-bottom:465px;
    }
}

.page-job.page-fbo-analytics .feature-big .h5{
    margin-bottom:30px;
}

.page-job.page-fbo-analytics .feature-big .h1{
    max-width:none;
}

.page-job.page-fbo-analytics .feature-big p{
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}

.page-job.page-fbo-analytics .feature-interactions{
    background:#f6f8fa;
    overflow:hidden;
}

@media(min-width: 992px){
    .page-job.page-fbo-analytics .feature-graphs p {
        max-width:300px;
    }
}

.page-job.page-fbo-analytics .feature-leads{
    background:#f6f8fa;
}

.page-job.page-fbo-analytics .start-trial-bottom{
    background:#f6f8fa;
}

.page-job.page-fbo-customization .learn-more-link{
    font-size:16px;
    font-weight:400;
}

.page-job.page-fbo-customization .feature-big{
    margin:0 auto;
    padding:30px 0 50%;
    position:relative;
    background:url("images/fbo-features/customization/pic-main.jpg") no-repeat bottom center;
    background-size:135%;
}

@media(min-width: 768px){
    .page-job.page-fbo-customization .feature-big {
        background-size:95%;
        padding-bottom:35%;
    }
}

@media(min-width: 1200px){
    .page-job.page-fbo-customization .feature-big {
        background-size:auto;
        padding-bottom:435px;
    }
}

.page-job.page-fbo-customization .feature-big .h5{
    margin-bottom:30px;
}

.page-job.page-fbo-customization .feature-big .h1{
    max-width:none;
}

.page-job.page-fbo-customization .feature-big p{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}

@media(min-width: 1200px){
    .page-job.page-fbo-customization .feature-nav {
        padding-bottom:60px;
    }
}

.page-job.page-fbo-customization .feature-nav p{
    margin-bottom:45px;
}

.page-job.page-fbo-customization .feature-nav .row p{
    margin-bottom:0;
}

.page-job.page-fbo-customization .feature-skins{
    background:#f9fbfe;
}

.page-job.page-fbo-customization .feature-feature-lead-form{
}

.page-job.page-fbo-customization .feature-branded-urls{
    padding-bottom:15px;
    background-color:#316e9a;
    color:#ffffff;
}

@media(min-width: 768px){
    .page-job.page-fbo-customization .feature-branded-urls {
        padding-bottom:75px;
    }
}

@media(min-width: 992px){
    .page-job.page-fbo-customization .feature-branded-urls {
        padding-bottom:45px;
    }
}

.page-job.page-fbo-customization .feature-branded-urls .learn-more-link{
    color:#ffffff;
}

.page-job.page-fbo-customization .start-trial-bottom{
    background:#f9fbfe;
}

.page-job.page-fbo-hosting img.img-rounded-shadow{
    border-radius:4px;
    box-shadow:0 1px 9px 0 rgba(11, 31, 46, .2);
}

.page-job.page-fbo-hosting .feature-big{
    margin:0 auto;
    padding:30px 0 60px;
    background:url("images/fbo-features/hosting/top-bg.svg") no-repeat top center;
    background-color:#fff;
    background-size:1000%;
}

@media(min-width: 768px){
    .page-job.page-fbo-hosting .feature-big {
        background-size:120%;
    }
}

@media(min-width: 992px){
    .page-job.page-fbo-hosting .feature-big {
        background-size:95%;
    }
}

@media(min-width: 1350px){
    .page-job.page-fbo-hosting .feature-big {
        background-size:1306px;
    }
}

.page-job.page-fbo-hosting .feature-big .row img{
    margin:0 auto;
}

.page-job.page-fbo-hosting .feature-big .h5{
    margin-bottom:30px;
}

.page-job.page-fbo-hosting .feature-big .h1{
    max-width:none;
}

@media(min-width: 992px){
    .page-job.page-fbo-hosting .feature-big .h1 + p {
        margin-bottom:0;
    }
}

.page-job.page-fbo-hosting .feature-big p{
    max-width:750px;
    margin-left:auto;
    margin-right:auto;
}

.page-job.page-fbo-hosting .feature-updates{
    background:#f6f8fa;
}

.page-job.page-fbo-hosting .feature-updates img{
    padding-bottom:5px;
}

.page-job.page-fbo-hosting .feature-sharing-control img{
    padding-bottom:11px;
}

.page-job.page-fbo-hosting .start-trial-bottom{
    background:#f6f8fa;
}

.page-job.page-fbo-leads img.img-rounded-shadow{
    border-radius:4px;
    box-shadow:0 1px 9px 0 rgba(11, 31, 46, .2);
}

.page-job.page-fbo-leads .learn-more-link{
    font-size:16px;
    font-weight:400;
}

.page-job.page-fbo-leads .feature-big{
    margin:0 auto;
    padding:30px 0 60px;
    background:url("images/fbo-features/leads/top-bg.svg") no-repeat top center;
    background-color:#ffffff;
    background-size:1000%;
}

@media(min-width: 768px){
    .page-job.page-fbo-leads .feature-big {
        background-size:130%;
    }
}

@media(min-width: 992px){
    .page-job.page-fbo-leads .feature-big {
        background-size:95%;
    }
}

@media(min-width: 1200px){
    .page-job.page-fbo-leads .feature-big {
        background-size:1200px;
    }
}

.page-job.page-fbo-leads .feature-big .row img{
    margin:0 auto;
}

.page-job.page-fbo-leads .feature-big .h5{
    margin-bottom:30px;
}

.page-job.page-fbo-leads .feature-big .h1{
    max-width:none;
}

.page-job.page-fbo-leads .feature-big p{
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}

.page-job.page-fbo-leads .feature-leads{
    background:#f6f8fa;
}

.page-job.page-fbo-leads .feature-gate{
    background-color:#316e9a;
    text-align:left;
    color:#ffffff;
}

.page-job.page-fbo-leads .feature-gate a{
    color:#ffffff;
}

.page-job.page-fbo-leads .feature-gate .room{
    border:3px solid #ffffff;
    padding:75px 10% 45px;
    position:relative;
    margin:-3px 0;
}

@media(min-width: 768px){
    .page-job.page-fbo-leads .feature-gate .room {
        padding-bottom:75px;
    }
}

.page-job.page-fbo-leads .feature-gate .room:after{
    content:'';
    position:absolute;
    top:-3px;
    left:15%;
    width:80px;
    height:57px;
    background:url("images/fbo-features/leads/door.svg") no-repeat top center;
}

.page-job.page-fbo-leads .start-trial-bottom{
    background:#f6f8fa;
}

.page-job.page-fbo-marketing img.img-rounded-shadow{
    border-radius:4px;
    box-shadow:0 1px 9px 0 rgba(11, 31, 46, .2);
}

.page-job.page-fbo-marketing .learn-more-link{
    font-size:16px;
    font-weight:400;
}

.page-job.page-fbo-marketing .feature-big{
    margin:0 auto;
    padding:30px 0 50%;
    position:relative;
    background:url("images/fbo-features/marketing/pic-main.svg") no-repeat bottom center;
    background-size:95%;
}

@media(min-width: 768px){
    .page-job.page-fbo-marketing .feature-big {
        padding-bottom:35%;
        margin-bottom:30px;
    }
}

@media(min-width: 1200px){
    .page-job.page-fbo-marketing .feature-big {
        background-size:auto;
        padding-bottom:480px;
    }
}

.page-job.page-fbo-marketing .feature-big .h5{
    margin-bottom:30px;
}

.page-job.page-fbo-marketing .feature-big .h1{
    max-width:none;
}

.page-job.page-fbo-marketing .feature-big p{
    max-width:750px;
    margin-left:auto;
    margin-right:auto;
}

.page-job.page-fbo-marketing .feature-analytics{
    background:#f6f8fa;
}

.page-job.page-fbo-marketing .start-trial-bottom{
    background:#f6f8fa;
}

.page-job.page-fbo-seo img.img-rounded-shadow{
    border-radius:4px;
    box-shadow:0 1px 9px 0 rgba(11, 31, 46, .2);
}

.page-job.page-fbo-seo .learn-more-link{
    font-size:16px;
    font-weight:400;
}

.page-job.page-fbo-seo .feature-big{
    margin:0 auto;
    padding:30px 0 0;
    position:relative;
    background:url("images/fbo-features/seo/bg-main.svg") no-repeat top center;
}

@media(min-width: 768px){
    .page-job.page-fbo-seo .feature-big {
        margin-bottom:30px;
    }
}

.page-job.page-fbo-seo .feature-big .h2{
    margin-bottom:30px;
}

.page-job.page-fbo-seo .feature-big .h5{
    margin-bottom:30px;
}

.page-job.page-fbo-seo .feature-big p{
    max-width:825px;
    margin-bottom:0
}

.page-job.page-fbo-seo .cover-wrapper > img{
    margin-top:0;
}

.page-job.page-fbo-seo .feature-privacy{
    background:#f6f8fa;
}

.page-job.page-fbo-seo .start-trial-bottom{
}

.page-job.page-fbo-seo .how-it-works{
    background:#316e9b;
    color:#ffffff;
    padding:75px 0;
}

.page-job.page-fbo-seo .how-it-works h2{
    text-align:center;
    margin-bottom:30px;
}

.page-job.page-fbo-seo .how-it-works .bullets{
    list-style:none;
    padding:0 15px;
    margin-bottom:0;
}

@media(min-width: 768px){
    .page-job.page-fbo-seo .how-it-works .bullets {
        padding:0 30px;
    }
}

.page-job.page-fbo-seo .how-it-works .bullets > li{
    position:relative;
    padding-left:75px;
    min-height:60px;
    display:-ms-flexbox;
    display:flex;
}

.page-job.page-fbo-seo .how-it-works .bullets > li:not(:last-child){
    margin-bottom:30px;
}

.page-job.page-fbo-seo .how-it-works .bullet-icon{
    position:absolute;
    top:0;
    left:0;
    width:60px;
    height:60px;
}

.page-job.page-fbo-seo .how-it-works .bullet-text{
    margin:auto 0;
}

.page-job.page-fbo-sharing img.img-rounded-shadow{
    border-radius:4px;
    box-shadow:0 1px 9px 0 rgba(11, 31, 46, .2);
}

.page-job.page-fbo-sharing .feature-big{
    margin:0 auto;
    padding:30px 0 50%;
    position:relative;
    background:url("images/fbo-features/sharing/pic-main.jpg") no-repeat bottom center;
    background-size:105%;
}

@media(min-width: 768px){
    .page-job.page-fbo-sharing .feature-big {
        background-size:95%;
        padding-bottom:35%;
        margin-bottom:30px;
    }
}

@media(min-width: 1200px){
    .page-job.page-fbo-sharing .feature-big {
        background-size:auto;
        padding-bottom:435px;
    }
}

.page-job.page-fbo-sharing .feature-big .h5{
    margin-bottom:30px;
}

.page-job.page-fbo-sharing .feature-big .h1{
    max-width:none;
}

.page-job.page-fbo-sharing .feature-big p{
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}

.page-job.page-fbo-sharing .feature-links{
    background:#f6f8fa;
}

.page-job.page-fbo-sharing .feature-links p{
    max-width:520px;
}

@media(min-width: 768px){
    .page-job.page-fbo-sharing .feature-links p {
        max-width:260px;
        margin-left:auto;
        margin-right:auto;
    }
}

.page-job.page-fbo-sharing .feature-social{
    background:#f6f8fa;
}

.demos-navigation{
    padding:60px 0;
}

.demos-navigation h2{
    margin-bottom:30px;
}

.demos-navigation .nav-item .nav-item-link{
    display:block;
    text-align:center;
}

.demos-navigation .nav-item .nav-item-link:hover{
    text-decoration:none;
}

.demos-navigation .nav-item .nav-item-link:hover .nav-item-title{
    text-decoration:underline;
}

.demos-navigation .nav-item .nav-item-preview-wrapper{
    display:block;
    width:100%;
    margin-bottom:19px;
}

.demos-navigation .nav-item .nav-item-preview-shadow{
    display:block;
    margin:0 auto;
    position:relative;
    max-width:155px;
    z-index:0;
}

.demos-navigation .nav-item .nav-item-preview-shadow > *{
    z-index:1;
}

.demos-navigation .nav-item .nav-item-preview-shadow:before, .demos-navigation .nav-item .nav-item-preview-shadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    bottom:13px;
    left:10px;
    width:44%;
    height:10%;
    max-width:300px;
    box-shadow:0 12px 10px rgba(0, 0, 0, .5);
    -ms-transform:rotate(-3deg);
        transform:rotate(-3deg);
}

.demos-navigation .nav-item .nav-item-preview-shadow:after{
    right:10px;
    left:auto;
    -ms-transform:rotate(3deg);
        transform:rotate(3deg);
}

.demos-navigation .nav-item .nav-item-preview{
    max-width:100%;
}

.demos-navigation .nav-item .nav-item-title{
}

.demos-navigation .nav-item .nav-item-description{
    font-size:14px;
    color:#828282;
    margin-bottom:0;
}

.how-it-works .hiw-step{
    margin-bottom:28px;
    text-align:center;
}

.how-it-works .hiw-step .hiw-step-img{
    display:inline-block;
    position:relative;
    margin-bottom:16px;
}

.how-it-works .hiw-step .hiw-step-img img{
    position:relative;
    z-index:2;
}

.how-it-works .hiw-step h3{
    font-weight:600;
}

.how-it-works .hiw-step h3 + p{
    color:#999999;
    margin-bottom:0;
}

.how-it-works .hiw-step strong{
    font-weight:400;
}

@media(min-width: 992px){
    .how-it-works .hiw-step-2 .hiw-step-img:after, .how-it-works .hiw-step-3 .hiw-step-img:after, .how-it-works .hiw-step-4 .hiw-step-img:after{
        content:"";
        position:absolute;
        width:150px;
        height:7px;
        top:70px;
        right:105%;
        background:url("images/frontpage/hiw-arrow.png") no-repeat right center;
        z-index:1;
    }
}
.product-navigation{
    display:block;
    background-color:#f6f8fa;
    box-shadow:0 3px 3px -2px rgba(0, 0, 0, .2);
    position:absolute;
    left:0;
    right:0;
    z-index:10040;
    transform:translateZ(0);
}
.product-navigation:before, .product-navigation:after{
    content:'';
    display:block;
    position:absolute;
    width:75px;
    height:45px;
    top:0;
    z-index:1;
    pointer-events:none;
}
@media(min-width: 768px){
    .product-navigation:before, .product-navigation:after {
        height:60px;
    }
}
@media(min-width: 1200px){
    .product-navigation:before, .product-navigation:after {
        display:none;
    }
}
.product-navigation--fade-left:before{
    background-image:linear-gradient(to left, transparent, #f6f8fa);
    left:0;
}
.product-navigation--fade-right:after{
    right:0;
    background-image:linear-gradient(to right, transparent, #f6f8fa);
}
.product-navigation--fixed .product-navigation__item--trial{
    opacity:1;
    pointer-events:auto;
}
.product-navigation--fbo .product-navigation__item--nav-active:after,
        .product-navigation--fbo .product-navigation__item--nav-active:hover:after{
    background-color:#2f90b0;
}
.product-navigation--fbo .product-navigation__item--logo{
    color:#159fbf;
}
.product-navigation--fbo .product-navigation--trial .btn{
    min-width:122px;
    padding:0;
}
@media(min-width: 768px){
    .product-navigation--fbo .product-navigation__item--trial {
        display:inline-block;
    }
}
.product-navigation--publisher{
    background-color:#576e8a;
    color:#ffffff;
}
.product-navigation--publisher .product-navigation__item--nav > a,
        .product-navigation--publisher .product-navigation__item--logo{
    color:#ffffff;
}
.product-navigation--publisher .product-navigation__item--nav-active:after,
        .product-navigation--publisher .product-navigation__item--nav-active:hover:after{
    background-color:#ffffff;
}
.product-navigation--publisher.product-navigation--fade-left:before{
    background-image:linear-gradient(to left, rgba(87, 110, 138, 0), rgba(87, 110, 138, 1));
}
.product-navigation--publisher.product-navigation--fade-right:after{
    background-image:linear-gradient(to right, rgba(87, 110, 138, 0), rgba(87, 110, 138, 1));
}
.product-navigation__wrapper{
    text-align:center;
    margin:0 auto;
    display:block;
    overflow-x:auto;
}
@media (min-width: 768px){
    .product-navigation__wrapper {
        text-align:left;
    }
}
@media (min-width: 1200px){
    .product-navigation__wrapper {
        min-width:0;
        width:1170px;
    }
}
.product-navigation__list{
    margin:0;
    padding:0 15px;
    min-width:100%;
    list-style:none;
    text-align:center;
    display:inline-block;
    white-space:nowrap;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
    -ms-flex-line-pack:center;
        align-content:center;
    -ms-flex-pack:distribute;
        justify-content:space-around;
}
@media(min-width: 768px){
    .product-navigation__list {
        -ms-flex-pack:start;
            justify-content:flex-start;
        text-align:left;
    }
}
.product-navigation__item{
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin:0;
    padding:0;
    line-height:15px;
}
@media(min-width: 768px){
    .product-navigation__item {
        line-height:30px;
    }
}
.product-navigation__item--nav > a{
    display:block;
    padding:15px;
    text-decoration:none;
    color:#354353;
    font-size:16px;
    position:relative;
}
@media(min-width: 1200px){
    .product-navigation__item--nav > a {
        padding:15px 22.5px;
    }
}
.product-navigation__item--nav:after{
    content:'';
    position:absolute;
    bottom:0;
    left:10px;
    right:10px;
    height:4px;
    background-color:inherit;
    transition:background-color 400ms;
}
.product-navigation__item--nav-active:after, .product-navigation__item--nav:hover:after{
    background-color:#c9ced3;
}
.product-navigation__item--logo{
    display:none;
    font-family:'PT Sans', sans-serif;
    font-weight:400;
    font-size:21px;
}
@media(min-width: 768px){
    .product-navigation__item--logo {
        display:inline-block;
    }
}
.product-navigation__item--logo > a{
    display:block;
    padding:15px 45px 15px 0;
    text-decoration:none;
    color:inherit;
    color:currentColor;
}
.product-navigation__item--logo .icon{
    display:inline-block;
    text-align:left;
    height:1em;
    width:1.2em;
    margin:0 auto;
    font-size:30px;
}
.product-navigation__item--logo .icon:before{
    position:relative;
    top:5%;
    font-size:1.2em;
    line-height:.8;
    vertical-align:top;
}
.product-navigation__item--logo .product-navigation__logo-image{
    display:inline-block;
    margin:-15px auto;
}
.product-navigation__item--trial{
    display:none;
    float:right;
    padding:15px 0 15px 30px;
    margin-left:auto;
    opacity:0;
    transition:opacity 400ms;
    pointer-events:none;
}
@media(min-width: 1200px){
    .product-navigation__item--trial {
        display:inline-block;
    }
}
.product-navigation .fresh-release{
    position:absolute;
    top:5px;
    left:85%;
    left:calc(100% - 25px);
    display:inline-block;
    background-color:#8db4d9;
    height:20px;
    font-size:13px;
    color:#ffffff;
    font-weight:500;
    line-height:20px;
    padding:0 8px;
    border-radius:4px;
    border-bottom-left-radius:0;
}
.product-navigation .fresh-release:before{
    content:'';
    position:absolute;
    top:100%;
    left:0;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 9px 0 0;
    border-color:#8db4d9 transparent transparent transparent;
}

.product-navigation-stub{
    height:45px;
}

@media(min-width: 768px){
    .product-navigation-stub {
        height:60px;
    }
}
.page-job.page-salespal .hr{
    display:block;
    height:15px;
    margin-bottom:30px;
}
.page-job.page-salespal .hr:after{
    content:"";
    position:relative;
    display:block;
    height:3px;
    width:70px;
    top:6px;
    margin:0 auto;
    background:#3bb63a;
}
.page-job.page-salespal p + .hr{
    margin-top:-15px;
}
.page-job.page-salespal .price{
    font-size:75px;
    line-height:90px;
    color:#3bb63a;
    font-weight:500;
    margin-bottom:30px;
}
.page-job.page-salespal .price .subscription-type{
    display:block;
    font-size:14px;
    color:#9a9ea3;
    font-weight:400;
    line-height:30px;
}
.page-job.page-salespal .feature-set h2{
    margin-bottom:30px;
}
.page-job.page-salespal .product-promo{
    padding:30px 0 0;
    text-align:center;
}
@media(min-width: 768px){
    .page-job.page-salespal .product-promo {
        padding:45px 0 0;
    }
}
@media(min-width: 768px){
    .page-job.page-salespal .product-promo header {
        background-image:url('images/products/salespal/background.jpg');
        background-repeat:no-repeat;
        background-position:bottom center;
    }
}
.page-job.page-salespal .product-promo h1{
    margin-bottom:15px;
}
.page-job.page-salespal .product-promo h1 + p{
    font-size:24px;
    line-height:45px;
    margin-bottom:0;
}
.page-job.page-salespal .product-promo img{
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
}
.page-job.page-salespal .product-promo .start-trial{
    background:#245984;
}
@media(min-width: 992px){
    .page-job.page-salespal .feature-one-place .text {
        padding-top:45px;
    }
}
.page-job.page-salespal .feature-quick-search{
    background:#f6f8fa;
    padding-bottom:75px;
}
@media(min-width: 992px){
    .page-job.page-salespal .feature-quick-search {
        padding-bottom:105px;
    }
}
.page-job.page-salespal .feature-quick-search h2{
    margin-bottom:45px;
}
.page-job.page-salespal .feature-quick-search h3{
    margin-bottom:0;
}
@media(min-width: 768px){
    .page-job.page-salespal .feature-quick-search img {
        margin-top:0;
    }
}
.page-job.page-salespal .feature-quick-search .row p{
    max-width:450px;
}
.page-job.page-salespal .feature-offline{
}
.page-job.page-salespal .feature-any-device{
    background:#f6f8fa;
    padding-bottom:0;
}
.page-job.page-salespal .feature-any-device img{
    padding-top:30px;
    margin-bottom:0;
}
.page-job.page-salespal .feature-notifications h2{
    max-width:850px;
}
.page-job.page-salespal .feature-sharing{
    background:#f6f8fa;
}
.page-job.page-salespal .feature-use-cases{
    padding-bottom:75px;
}
@media(min-width: 992px){
    .page-job.page-salespal .feature-use-cases {
        padding-bottom:105px;
    }
}
@media(min-width: 768px){
    .page-job.page-salespal .feature-use-cases h2 {
        margin-bottom:45px;
    }
}
.page-job.page-salespal .feature-use-cases h3{
    margin-bottom:0;
}
@media(min-width: 625px) and (max-width: 767px){
    .page-job.page-salespal .feature-use-cases h3 {
        margin-top:30px;
        text-align:left;
    }
}
.page-job.page-salespal .feature-use-cases p{
    max-width:900px;
}
.page-job.page-salespal .feature-use-cases .row p{
    max-width:355px;
    margin-left:auto;
    margin-right:auto;
}
@media(min-width: 625px) and (max-width: 991px){
    .page-job.page-salespal .feature-use-cases .row p {
        max-width:none;
    }
}
@media(min-width: 625px) and (max-width: 767px){
    .page-job.page-salespal .feature-use-cases .row p {
        text-align:left;
    }
}
.page-job.page-salespal .feature-use-cases img{
    margin-bottom:15px;
}
@media(min-width: 625px){
    .page-job.page-salespal .feature-use-cases img {
        float:left;
        margin-right:15px;
        margin-top:30px;
    }
}
@media(min-width: 768px){
    .page-job.page-salespal .feature-use-cases img {
        float:none;
        margin-right:auto;
        margin-top:0px;
    }
}
@media(min-width: 992px){
    .page-job.page-salespal .feature-use-cases img {
        margin-bottom:30px;
    }
}
.page-job.page-salespal .feature-use-cases .clearfix{
    width:100%;
}
.page-job.page-salespal .feature-updates{
    background:#f6f8fa;
    padding-bottom:60px;
}
@media(min-width: 992px){
    .page-job.page-salespal .feature-updates {
        padding-bottom:90px;
    }
}
.page-job.page-salespal .stories-navigation{
    padding:45px 0;
    text-align:center;
}
@media(min-width: 992px){
    .page-job.page-salespal .stories-navigation {
        padding:75px 0;
    }
}
.page-job.page-salespal .stories-navigation h2{
    margin-bottom:45px;
}
@media(min-width: 992px){
    .page-job.page-salespal .stories-navigation h2 {
        margin-bottom:60px;
    }
}
.page-job.page-salespal .stories-navigation [class*="col-"]{
    margin-bottom:30px;
}
.page-job.page-salespal .stories-navigation .client{
    border:1px solid #eceef0;
    margin-top:-1px;
    margin-bottom:-1px;
    text-align:left;
}
.page-job.page-salespal .stories-navigation .client p{
    font-size:16px;
}
.page-job.page-salespal .feature-contacts{
    background:#f6f8fa;
}
.page-job.page-salespal .feature-contacts .submitted{
    color:#3e71a1;
    font-weight:500;
}
.page-job.page-salespal .SITE-submit-privacy-notice{
    margin-top:30px;
}

.page-online .video-preview, .page-publisher2 .video-preview{
    display:inline-block;
    outline:none;
    position:relative;
    transition:all 500ms ease;
    text-align:center;
}

.page-online .video-preview:hover .icon-play, .page-publisher2 .video-preview:hover .icon-play{
    opacity:.88;
}

.page-online .video-preview .icon-play, .page-publisher2 .video-preview .icon-play{
    color:#ffffff;
    border-radius:100%;
    display:block;
    font-size:30px;
    height:2.2em;
    width:2.2em;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-1.1em;
    margin-top:-.8em;
    text-align:center;
    text-decoration:none;
    z-index:1;
    background:#1888d7;
    opacity:.55;
    box-shadow:0 0 3px rgba(15, 42, 67, .3);
    transition:opacity 150ms ease-in-out;
}

@media(min-width: 768px){
    .page-online .video-preview .icon-play, .page-publisher2 .video-preview .icon-play {
        font-size:40px;
    }
}

@media(min-width: 992px){
    .page-online .video-preview .icon-play, .page-publisher2 .video-preview .icon-play {
        font-size:45px;
    }
}

.page-online .video-preview .icon-play:before, .page-publisher2 .video-preview .icon-play:before{
    left:50%;
    margin-left:-0.37em;
    margin-top:-0.52em;
    position:absolute;
    top:50%;
    font-size:.85em;
}

.page-online .video-preview .icon-play:hover, .page-publisher2 .video-preview .icon-play:hover{
    opacity:.88;
}

.page-job.page-online-features img.img-rounded-shadow{
    border-radius:.5rem;
    box-shadow:0 0 9px rgba(35, 65, 96, .35);
}

.page-job.page-online-features .learn-more-link{
    font-size:16px;
    font-weight:400;
}

.page-job.page-online-features .feature-viewer{
    padding-top:45px;
}

.page-job.page-online-features .feature-viewer .row{
    margin-bottom:0;
}

.page-job.page-online-features .feature-viewer .accordeon{
    margin-bottom:0;
}

.page-job.page-online-features .feature-viewer .row img{
    margin-bottom:33px;
}

.page-job.page-online-features .feature-viewer .learn-more-link{
    font-size:inherit;
}

.page-job.page-online-features .feature-hosting{
    background-color:#f6f8fa;
}

@media(min-width: 1200px){
    .page-job.page-online-features .feature-hosting {
        padding-bottom:105px;
    }
}

.page-job.page-online-features .feature-analytics .row + .row{
    margin-top:45px;
}

.page-job.page-online-features .feature-lead-form{
    background-color:#f6f8fa;
    padding-bottom:0;
    overflow:hidden;
}

.page-job.page-online-features .feature-lead-form .row + .row{
    margin-top:45px;
}

.page-job.page-online-features .feature-lead-form .bind-bottom{
    margin-bottom:0;
    padding-bottom:0;
}

.page-job.page-online-features .feature-lead-form .bind-bottom img{
    margin-bottom:-15px;
}

.page-job.page-online-features .feature-lead-form .bind-bottom p{
    margin-bottom:30px;
}

.page-job.page-online-features .feature-branding{
    background-color:#2f90b0;
    color:#ffffff;
}

.page-job.page-online-features .feature-branding .row{
    margin-bottom:0;
}

.page-job.page-online-features .feature-branding .icon{
    color:#ffffff;
}

@media(min-width: 768px){
    .page-job.page-online-features .feature-branding .icon {
        font-size:75px;
    }
}

.page-job.page-online-features .no-cc{
    margin-top:15px;
    margin-bottom:0;
    font-size:14px;
    color:#828282;
}

.page-job.page-online-features .start-trial-bottom{
    background-color:#f6f8fa;
}

.page-job.page-online img.img-rounded-shadow{
    border-radius:.5rem;
    box-shadow:0 0 9px rgba(35, 65, 96, .35);
}

.page-job.page-online .first-screen{
    padding:0;
    text-align:center;
}

@media(min-width: 768px){
    .page-job.page-online .first-screen {
        padding-top:45px;
    }
}

.page-job.page-online .first-screen h1{
    margin:30px auto 45px;
    text-align:center;
    line-height:45px;
    font-size:30px;
}

@media(min-width: 768px){
    .page-job.page-online .first-screen h1 {
        max-width:80%;
        line-height:45px;
        font-size:36px;
    }
}

@media(min-width: 992px){
    .page-job.page-online .first-screen h1 {
        text-align:left;
        max-width:none;
    }
}

.page-job.page-online .first-screen .start-trial{
    margin-bottom:30px;
}

@media(min-width: 992px){
    .page-job.page-online .first-screen .start-trial {
        text-align:left;
    }
}

.page-job.page-online .first-screen img{
    max-width:100%;
    margin:0 auto;
}

.page-job.page-online .feature-content{
    background-color:#f6f8fa;
    overflow:hidden;
}

@media(min-width: 1200px){
    .page-job.page-online .feature-content {
        padding-bottom:0;
    }
}

@media(min-width: 1200px){
    .page-job.page-online .feature-content .text {
        padding-top:30px;
    }
}

.page-job.page-online .feature-content img{
    position:relative;
    right:9%;
}

@media(min-width: 1200px){
    .page-job.page-online .feature-content img {
        max-width:120%;
        right:20%;
    }
}

@media(min-width: 1200px){
    .page-job.page-online .feature-content img {
        max-width:none;
        right:28%;
    }
}

.page-job.page-online .feature-marketing .row{
    margin-bottom:0;
}

.page-job.page-online .feature-marketing .accordeon{
    margin-bottom:0;
}

.page-job.page-online .feature-branding{
    background-color:#f6f8fa;
}

@media(min-width: 1200px){
    .page-job.page-online .feature-show-and-share {
        padding-bottom:105px;
    }
}

.page-job.page-online .feature-show-and-share h3{
    margin-bottom:0;
}

.page-job.page-online .feature-show-and-share .row p{
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
}

.page-job.page-online .no-cc{
    margin-top:15px;
    margin-bottom:0;
    font-size:14px;
    color:#828282;
}

.page-job.page-online .start-trial-bottom{
    background-color:#f6f8fa;
}

.flippingbook.layout.theme-product-online{
}

.page-job.page-publisher2-features img.img-rounded-shadow{
    border-radius:.5rem;
    box-shadow:0 0 9px rgba(35, 65, 96, .35);
}

.page-job.page-publisher2-features .feature-set{
    overflow-x:hidden;
}

.page-job.page-publisher2-features .feature-set h3{
    font-weight:400;
}

.page-job.page-publisher2-features .feature-set .container + h2,
        .page-job.page-publisher2-features .feature-set .container + .container{
    margin-top:75px;
}

.page-job.page-publisher2-features .feature-set-with-icons .row h3{
    font-weight:300;
    margin-bottom:0;
}

.page-job.page-publisher2-features .feature-set-with-icons .icon{
    color:#8db4d9;
}

@media(min-width: 992px){
    .page-job.page-publisher2-features .feature-set-with-icons [class*="col-"] {
        margin-bottom:30px;
    }
}

.page-job.page-publisher2-features .feature-nav{
    padding-top:45px;
}

.page-job.page-publisher2-features .feature-nav h1{
    max-width:750px;
    margin:0 auto 45px;
}

.page-job.page-publisher2-features .feature-nav .icon{
    margin-bottom:15px;
}

.page-job.page-publisher2-features .feature-branding{
    background-color:#f6f8fa;
}

.page-job.page-publisher2-features .feature-branding img{
    padding-bottom:6px;
}

.page-job.page-publisher2-features .feature-hosting img{
    padding-bottom:6px;
}

.page-job.page-publisher2-features .feature-sharing .view-web img, .page-job.page-publisher2-features .feature-sharing .view-seo img{
    padding:30px 0;
}

.page-job.page-publisher2-features .feature-hosting{
    padding-bottom:0;
}

@media(min-width: 992px){
    .page-job.page-publisher2-features .feature-hosting {
        padding-bottom:30px;
    }
}

.page-job.page-publisher2-features .feature-analytics{
    padding-bottom:0;
}

@media(min-width: 992px){
    .page-job.page-publisher2-features .feature-analytics {
        padding-bottom:30px;
    }
}

.page-job.page-publisher2-features .feature-analytics .row + .row{
    margin-top:45px;
}

.page-job.page-publisher2-features .feature-lead-form{
    background-color:#f6f8fa;
    padding-bottom:0;
    overflow:hidden;
}

.page-job.page-publisher2-features .feature-lead-form .row + .row{
    margin-top:45px;
}

.page-job.page-publisher2-features .feature-lead-form .bind-bottom{
    margin-bottom:0;
    padding-bottom:0;
}

.page-job.page-publisher2-features .feature-lead-form .bind-bottom img{
    margin-bottom:-15px;
}

.page-job.page-publisher2-features .feature-lead-form .bind-bottom p{
    margin-bottom:30px;
}

.page-job.page-publisher2-features .no-cc{
    margin-top:15px;
    margin-bottom:0;
    font-size:14px;
    color:#828282;
}

.page-job.page-publisher2-features .start-trial-bottom{
    background-color:#f6f8fa;
}

.page-job.page-publisher2 img.img-rounded-shadow{
    border-radius:.5rem;
    box-shadow:0 0 9px rgba(35, 65, 96, .35);
}

.page-job.page-publisher2 .feature-set p + h3.h2{
    margin-bottom:30px;
}

.page-job.page-publisher2 .feature-set-with-icons .row h3{
    font-weight:300;
}

.page-job.page-publisher2 .feature-set-with-icons .icon{
    color:#8db4d9;
}

@media(min-width: 992px){
    .page-job.page-publisher2 .feature-set-with-icons [class*="col-"] {
        margin-bottom:30px;
    }
}

.page-job.page-publisher2 .first-screen{
    padding:45px 0;
    background-color:#3b516d;
    color:#ffffff;
    text-align:center;
}

@media(min-width: 992px){
    .page-job.page-publisher2 .first-screen {
        text-align:left;
        padding:75px 0;
    }
}

.page-job.page-publisher2 .first-screen .video-preview .icon-play{
    opacity:.80;
}

.page-job.page-publisher2 .first-screen .video-preview .icon-play:hover{
    opacity:.95;
}

.page-job.page-publisher2 .first-screen h1{
    font-size:30px;
    margin:0 auto 30px;
    max-width:650px;
}

.page-job.page-publisher2 .first-screen ul{
    text-align:left;
    margin:0 auto 30px;
    display:inline-block;
}

.page-job.page-publisher2 .first-screen img{
    max-width:100%;
    margin:0 auto;
}

.page-job.page-publisher2 .first-screen .btn-lg.go-trial{
    max-width:100%;
    padding:0 5%;
    margin-bottom:30px;
}

@media(min-width: 992px){
    .page-job.page-publisher2 .first-screen .btn-lg.go-trial {
        width:100%;
    }
}

.page-job.page-publisher2 .first-screen .win-only{
    line-height:45px;
    margin-bottom:30px;
}

.page-job.page-publisher2 .feature-viewer{
    padding-bottom:0;
}

.page-job.page-publisher2 .feature-viewer .row{
    margin-bottom:0;
}

.page-job.page-publisher2 .feature-viewer .accordeon{
    margin-bottom:0;
}

.page-job.page-publisher2 .feature-authoring h2{
    margin-bottom:30px;
}

.page-job.page-publisher2 .feature-hosting{
    background-color:#f6f8fa;
}

@media(min-width: 1200px){
    .page-job.page-publisher2 .feature-hosting {
        padding-bottom:105px;
    }
}

.page-job.page-publisher2 .feature-hosting h3{
    margin-bottom:0;
    line-height:30px;
}

.page-job.page-publisher2 .feature-hosting .row p{
    max-width:450px;
    margin-left:auto;
    margin-right:auto;
}

.page-job.page-publisher2 .feature-embedding{
    padding-bottom:0;
}

.page-job.page-publisher2 .feature-embedding .fbc-embed + div{
    margin-bottom:30px;
}

.page-job.page-publisher2 .no-cc{
    margin-top:15px;
    margin-bottom:0;
    font-size:14px;
    color:#828282;
}

.page-job.page-publisher2 .start-trial-bottom{
    background-color:#f6f8fa;
}

.flippingbook.layout.theme-product-publisher .menu-container{
    background-color:#3b516d;
}

.flippingbook.layout.theme-product-publisher .horizontal-menu{
    background-color:#3b516d;
}

.flippingbook.layout.theme-product-publisher .horizontal-menu > li.search-box input{
    background-color:#32455d;
}