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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

div.table-res .table-header.bg-brown {
    background-color: #3e3b32
}

@media print {

    *,
    *:before,
    *:after {
        color: #000 !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

[role=button] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.3;
    color: inherit
}

h2.extralineheight,
h3.extralineheight,
h4.extralineheight {
    line-height: 1.6 !important
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 42px
}

h2,
.h2 {
    font-size: 36px;
    font-weight: 500
}

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

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

@media(max-width:768px) {

    h3,
    .h3 {
        font-size: 18px
    }
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center,
.center-text {
    text-align: center
}

.page-header {
    margin: 40px 0 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted #777;
    cursor: help
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:768px) {
    .container {
        width: 738px
    }
}

@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-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-sm-2b,
.col-md-2,
.col-md-2b,
.col-lg-2,
.col-lg-2b,
.col-xs-3,
.col-sm-3,
.col-sm-3-footercol,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-sm-4.extrapad,
.col-md-4,
.col-md-4.extrapad,
.col-lg-4,
.col-lg-4.extrapad,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-sm-6b,
.col-md-6,
.col-md-6b,
.col-lg-6,
.col-lg-6b,
.col-xs-7,
.col-sm-7,
.col-sm-7-1,
.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-sm-9-footercol,
.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-xs-12-1,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-sm-4.navborderright,
.col-md-4.navborderright,
.col-lg-4.navborderright {
    border-right: 1px solid #666
}

@media all and (max-width:768px) {

    .col-sm-4.navborderright,
    .col-md-4.navborderright,
    .col-lg-4.navborderright {
        border-right: none
    }
}

.col-lg-4.extrapad {
    padding-right: 30px;
    padding-left: 30px
}

.col-md-4.extrapad {
    padding-right: 25px;
    padding-left: 25px
}

.col-sm-4.extrapad {
    padding-right: 20px;
    padding-left: 20px
}

.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%
}

#footer-main .col-xs-6 {
    width: 19%
}

.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:769px) {

    .col-sm-7-1,
    .col-sm-12-1 {
        float: left
    }

    .col-sm-7-1 {
        width: 58.33333333%
    }

    .col-sm-12-1 {
        width: 100%
    }
}

@media(min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-2b,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6b,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .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,
    .col-sm-b {
        width: 50%
    }

    #footer-main .col-sm-6 {
        width: 19%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2b {
        width: 20%
    }

    .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-md-1,
    .col-md-2,
    .col-md-2b,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-6b,
    .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,
    .col-md-6b {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2b {
        width: 20%
    }

    .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-lg-1,
    .col-lg-2,
    .col-lg-2b,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-6b,
    .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,
    .col-lg-6b {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2b {
        width: 20%
    }

    .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
    }
}

@media screen and (max-width:600px) {
    .col-xs-12-hide {
        display: none
    }
}

@media screen and (max-width:600px) {
    .col-xxs-6 {
        float: left;
        width: 50%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 18px;
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    vertical-align: top
}

.table>thead>tr>th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

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>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
    line-height: inherit;
    color: #333
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }

    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month] {
        line-height: 30px
    }

    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month] {
        line-height: 46px
    }
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    cursor: not-allowed;
    filter: alpha(opacity=65)
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 30px 14px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 1.3333333
}

.btn-med,
.btn-group-med>.btn {
    padding: 10px 20px 14px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.3333333
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    padding: 5px 0;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    list-style: none
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    overflow: hidden;
    height: 1px;
    margin: 9px 0;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    clear: both;
    padding: 3px 20px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    outline: 0;
    text-decoration: none;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #337ab7;
    background-color: #eee
}

.nav .nav-divider {
    overflow: hidden;
    height: 1px;
    margin: 9px 0;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
        padding-bottom: 0
    }

    .navbar-collapse.in {
        overflow-y: visible
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 9px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: transparent;
    background-image: none
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.pager {
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #fff
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    border-radius: .25em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.jumbotron {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: inherit;
    background-color: transparent
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding: 70px 15px 30px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.alert {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media {
    overflow: hidden;
    zoom: 1
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.panel {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel>.table {
    margin-bottom: 0
}

.panel>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>body:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.embed-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    padding: 19px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: .5;
    cursor: pointer;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;
    text-shadow: none;
    opacity: 0;
    filter: alpha(opacity=0);
    line-break: auto
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    background-color: #000
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.carousel {
    position: relative
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-indent: -999px;
    background-color: #000 \9;
    background-color: transparent;
    cursor: pointer
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}


.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

.visible-mobile {
    display: none;
}

.visible-desktop {
    display: block;
}

#miniquoter-container {
    display: block;
}

@media (max-width: 432px) {
    /* .visible-mobile {
        display: block;
    }

    .visible-desktop {
        display: none;
    } */

    /* .hide-mobile {
        display: none !important;
    } */

    .no-js .bg-editingdk,
    .no-webp .bg-editingdk {
        background-image: url("images/editing-editor-hero-dk-mobile.jpg");
    }

    .webp .bg-editingdk {
        background-image: url("images/editing-editor-hero-dk-mobile.webp");
    }

    .primary-site-button {
        font-size: 120% !important;
    }

    /* #miniquoter-container {
        text-align: center;
        background-color: #20384f;
        margin: 0 auto;
        display: none;
    } */

    .bg-editing {
        background-color: #20384f !important;
    }

    /* #mini-quoter {
        margin-top: 0;
    } */

    .container-fluid .jumbotron .title.small {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .container-fluid .jumbotron .subtitle.small {
        font-size: 17px !important;
        line-height: 25px !important;
    }
}

@media (min-width: 433px) {

    /* Required to override the possible "Get Pricing" link's JS toggle */
   +- */
}

#request-form .fine-print {
    text-align: center;
}

.bg-dk-blue2 {
    background-color: #20384f;
}

.bg-blue-2 {
    background-color: #1D5664;
}

.bg-lt-green-2 {
    background-color: #515F1F;
}

.bg-orange-2 {
    background-color: #915204;
}

.yellow {
    color: #ffe300
}

table tbody tr td.bg-lt-grey {
    background-color: #f8f7f6;
}

.p-15-20 {
    padding: 15px 20px !important;
}

ul.grid-list {
    margin-left: 0;
    padding-left: 0;
    list-style: disc;
    list-style-position: inside;
    text-align: left;
}

.mt-0-991-40 {
    margin-top: 0;
}

/*video 2-col*/
.embed-responsive-pad {
    padding-bottom: 56%;
}

@media (max-width: 991px) {
    .col-half {
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }

    .mt-0-991-40 {
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    .col-half {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
    }
}

/*video 2-colEND*/
.pt-40-tab-0 {
    padding-top: 40px !important;
}

.pb-40-tab-0 {
    padding-bottom: 40px !important;
}

@media all and (max-width: 992px) {
    .pt-40-tab-0 {
        padding-top: 20px !important;
    }

    .pb-40-tab-0 {
        padding-bottom: 20px !important;
    }
}

h2.title-bold.lh-smaller {
    line-height: 1em;
}

.question-info-icon {
    line-height: 15px !important;
    cursor: grab;
    top: -15px !important;
}

.container-fluid .jumbotron .subtitle {
    margin-bottom: 5px;
    font-size: 28px !important;
    line-height: 38px !important;
}

.heropad {
    padding: 40px 0;
}

@media all and (max-width: 991px) {
    .heropad {
        padding: 0 0 40px;
    }

    div.stickyedit {
        position: -webkit-sticky;
        position: sticky;
        /*top: 120px; desktop*/
        top: 50px;
        z-index: 1;
    }
}

@media all and (max-width: 480px) {

    .works-text-pt,
    .works-text-pt-last {
        margin-top: 5px;
        padding-top: 0 !important;
    }

    .works-text-pt-2 {
        margin-top: 15px;
        padding-top: 0 !important;
    }
}

/*TOOLTIP*/
.tooltip-container {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip-container .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #ad6206;
    color: #fff;
    text-align: left;
    border-radius: 0px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    box-shadow: 3px 3px 3px #999;
    /* Position the tooltip */
    position: absolute;
    z-index: 2;
    top: -5px;
    left: 50%;
    margin-left: -150px;
    /* Use half of the width (300/2 = 150), to center the tooltip */
    /*left: 105%;*/
}

@media all and (max-width: 600px) {
    .tooltip-container .tooltiptext {
        width: 250px;
        left: 10%;
        margin-left: -175px;
        /* Use half of the width (250/2 = 125), to center the tooltip */
    }
}

.tooltip-container:hover .tooltiptext {
    visibility: visible;
}

/*END TOOLTIP*/

.logo img {
    width: 50%;
}

header {
    padding: 10px 0;
}


header .nav_item ul {
    display: flex;
    justify-content: end;
    align-items: center;
}


header .nav_item ul .btn {
    /* margin-left: 40px; */
    padding: 10px 30px;
    background: #c65300;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
}

header .nav_item ul li {
    margin-left: 40px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

@media all and (max-width:991px) {
    .center-block-xs {
        display: block;
        margin-right: auto;
        margin-left: auto
    }
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    border: 0;
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    text-shadow: none
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-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 !important
    }

    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
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    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
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    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
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    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
    }
}

@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
    }
}

.margin-globalmessage,
.margin-globalmessagethanks {
    margin-top: 145px
}

@media all and (max-width:1024px) {

    .margin-globalmessage,
    .margin-globalmessagethanks {
        margin-top: 40px
    }
}

.responsive-form p,
.responsive-form .button-container {
    zoom: 1
}

::-ms-clear,
::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.responsive-form .field-group-break-top {
    margin-top: 10px
}

.responsive-form .field-group-break-bottom {
    margin-bottom: 10px
}

.responsive-form label {
    color: #595959;
    display: block
}

.responsive-form label.expdate {
    cursor: default !important
}

.responsive-form .radio-mask>label,
.responsive-form .outter-label {
    font-size: 13px;
    color: #777;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 3px;
    max-width: 800px
}

.responsive-form .outter-label {
    margin: 10px 0 3px 3px
}

.responsive-form .outter-label.focused {
    color: #0079ff
}

.responsive-form.no-bottom-border fieldset:last-child {
    border-bottom: none
}

.responsive-form .label-note {
    font-size: 11px;
    line-height: 16px;
    color: #888;
    font-weight: 400;
    clear: both;
    display: block;
    padding: 2px 4px;
    font-style: italic;
    margin-bottom: 3px
}

.responsive-form .outter-label em {
    font-size: 12px;
    color: #999
}

.responsive-form fieldset {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #eee
}

.responsive-form fieldset.no-border {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none
}

.responsive-form fieldset legend {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    color: #555
}

.responsive-form fieldset legend .legend-extra-text {
    text-transform: none
}

.responsive-form fieldset ul {
    overflow: hidden
}

.responsive-form fieldset ul.spaced {
    margin-bottom: 10px
}

.responsive-form fieldset ul li {
    display: inline;
    vertical-align: top
}

.responsive-form fieldset ul li p.textbox-mask,
.responsive-form fieldset ul li p.textarea-mask,
.responsive-form fieldset ul li p.dropdown-mask,
.responsive-form fieldset ul li p.rating-mask {
    position: relative;
    float: left;
    width: 99%;
    min-width: 100px;
    height: 39px;
    margin: 0 6px 0 0;
    overflow: hidden;
    line-height: 25px;
    border: 1px solid #dedede;
    cursor: text;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9f9f9;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#f7f7f7));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#fbfbfb), to(#f7f7f7));
    background: -moz-linear-gradient(center top, #fbfbfb, #f7f7f7);
    background: linear-gradient(#fbfbfb, #f7f7f7)
}

.no-boxshadow .responsive-form fieldset ul li p.textbox-mask,
.no-boxshadow .responsive-form fieldset ul li p.textarea-mask,
.no-boxshadow .responsive-form fieldset ul li p.dropdown-mask {
    border-color: #ddd
}

.responsive-form fieldset ul li small {
    display: block;
    clear: both;
    margin: 3px 3px 8px;
    font-size: 11px;
    font-style: italic;
    line-height: normal;
    color: #595959
}

.responsive-form fieldset ul li p.textbox-mask,
.responsive-form fieldset ul li p.textarea-mask,
.responsive-form fieldset ul li p.dropdown-mask {
    margin: 3px
}

.responsive-form fieldset ul li p.textbox-mask,
.responsive-form fieldset ul li p.textarea-mask {
    padding: 0
}

.responsive-form fieldset ul li p.textarea-mask {
    height: auto;
    margin-bottom: 6px;
    max-width: 800px
}

.responsive-form fieldset ul li p.textarea-mask .textarea {
    width: 100% !important;
    height: 92px;
    padding-right: 28px !important;
    position: relative
}

.responsive-form fieldset ul li p.failed-validation,
.no-boxshadow .responsive-form fieldset ul li p.failed-validation {
    border-color: #a85c6f !important;
    -webkit-box-shadow: 0 0 5px 0 #a85c6f;
    -moz-box-shadow: 0 0 5px 0 #a85c6f;
    box-shadow: 0 0 5px 0 #a85c6f
}

.responsive-form fieldset ul li p,
.responsive-form fieldset ul li p .checkbox input,
.responsive-form .button-container * {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.responsive-form fieldset ul li p.focused,
.responsive-form fieldset ul li p .checkbox input:focus {
    border-color: #229bff;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #0079ff;
    -moz-box-shadow: 0 0 5px 0 #0079ff;
    box-shadow: 0 0 5px 0 #0079ff
}

.responsive-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f9f9f9 inset
}

.responsive-form p.focused input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.responsive-form fieldset ul li p .checkbox input:focus {
    outline: none
}

.responsive-form fieldset ul li p label,
.responsive-form fieldset ul li p label em {
    color: #595959;
    font-weight: 400;
    text-shadow: 1px 1px 1px #fff;
    font-size: 13px
}

.responsive-form fieldset ul li p label em {
    margin-left: 5px
}

.responsive-form fieldset ul li p label:not(.star) {
    cursor: text;
    display: block;
    margin: 0 !important;
    position: absolute;
    z-index: 3;
    top: 8px;
    left: 0;
    width: 100%;
    height: 25px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.responsive-form fieldset ul li p.failed-validation label {
    padding-right: 28px
}

.responsive-form fieldset ul li p label::-moz-selection {
    background: 0 0 !important;
    color: inherit !important;
    text-shadow: inherit !important
}

.responsive-form fieldset ul li p label::selection {
    text-shadow: inherit !important
}

.responsive-form fieldset ul li p label.inputting {
    -webkit-animation: labelSlideUp .3s both ease-out;
    -moz-animation: labelSlideUp .3s both ease-out;
    -ms-animation: labelSlideUp .3s both ease-out;
    -o-animation: labelSlideUp .3s both ease-out;
    animation: labelSlideUp .3s both ease-out
}

.responsive-form fieldset ul li p label.inputting,
.responsive-form fieldset ul li p label.inputting-notrans {
    color: #0079ff
}

.responsive-form fieldset ul li p label.inputting,
.responsive-form fieldset ul li p label.inputting em,
.responsive-form fieldset ul li p label.inputted,
.responsive-form fieldset ul li p label.inputted em {
    top: -3px;
    left: 0;
    font-size: 9px;
    text-shadow: none;
    font-style: normal;
    height: 0;
    overflow: visible
}

.responsive-form fieldset ul li p .dropdown.inline {
    display: inline
}

.responsive-form fieldset ul li p .textbox,
.responsive-form fieldset ul li p .textbox.footer,
.responsive-form fieldset ul li p .dropdown,
.responsive-form fieldset ul li p .textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    border: none;
    background-color: transparent !important;
    color: #000;
    outline: none;
    text-shadow: 1px 1px 1px #ddd;
    font-weight: 700;
    font-size: 14px;
    padding-right: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none
}

.responsive-form fieldset ul li p .textbox.footer {
    color: #bbb;
    font-weight: 400;
    font-size: 20px;
    top: -10px
}

.responsive-form fieldset ul li p .textbox[disabled=disabled],
.responsive-form fieldset ul li p .dropdown[disabled=disabled],
.responsive-form fieldset ul li p .textarea[disabled=disabled],
.responsive-form fieldset ul li p .textbox:disabled,
.responsive-form fieldset ul li p .dropdown:disabled,
.responsive-form fieldset ul li p .textarea:disabled {
    opacity: 1;
    color: #999;
    text-shadow: 1px 1px 1px #fff;
    -webkit-text-fill-color: #999
}

.responsive-form fieldset ul li p .textbox::-ms-clear {
    display: none
}

.responsive-form fieldset ul li p .textbox {
    padding: 14px 28px 5px 8px !important
}

.responsive-form fieldset ul li p .textbox.main-search {
    padding: 10px 28px 9px 8px !important
}

.responsive-form fieldset ul li p.textarea-mask label {
    overflow: visible;
    white-space: normal;
    position: relative;
    height: 3px
}

.responsive-form fieldset ul li p.textarea-mask label.inputted {
    line-height: 13px;
    padding-top: 5px;
    height: 8px
}

.responsive-form fieldset ul li p .dropdown {
    padding: 11px 8px 1px
}

.responsive-form .input-loading {
    display: none;
    position: absolute;
    top: 12px;
    right: 10px
}

.responsive-form .dropdown-mask .input-loading {
    right: 40px
}

.responsive-form .input-status {
    display: none;
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 18px;
    z-index: 4;
    zoom: 1;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition: -moz-transform .1s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: -o-transform .1s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .1s cubic-bezier(.175, .885, .32, 1.275)
}

.responsive-form .dropdown-mask .input-status {
    right: 34px
}

.responsive-form fieldset ul li .failed-validation .input-status {
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: statusBounceIn .3s both ease;
    -moz-animation: statusBounceIn .3s both ease;
    -ms-animation: statusBounceIn .3s both ease;
    -o-animation: statusBounceIn .3s both ease;
    animation: statusBounceIn .3s both ease
}

.responsive-form fieldset ul li .radio-mask,
.responsive-form fieldset ul li .checkbox-mask {
    position: relative
}

.no-cssanimations .responsive-form fieldset ul li .failed-validation .input-status {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.responsive-form .input-warning {
    color: #a85c6f;
    cursor: pointer
}

.responsive-form .warning-messages {
    width: 100%;
    overflow: auto;
    clear: both
}

.responsive-form .warning-messages .debounce-link {
    font-weight: 700
}

.responsive-form .warning-messages div {
    background: #f9f4f4;
    margin: 0 3px 3px 0;
    padding: 4px 6px;
    color: #a85c6f;
    float: left;
    clear: left;
    line-height: 18px;
    font-size: 14px;
    font-style: italic;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.responsive-form#newsletter-form .warning-messages div {
    background: #fff;
    font-weight: 700
}

.responsive-form .warning-messages div:last-child {
    margin-bottom: 10px
}

.responsive-form .warning-messages .bypass-field-link {
    color: #a85c6f;
    font-size: 13px
}

.responsive-form .button-container {
    padding-bottom: 5px
}

.responsive-form .button-container * {}

.responsive-form .button-container .clear-button {
    float: none;
    padding: 6px 10px;
    margin: 0 5px;
    text-decoration: none;
    color: #fff
}

.responsive-form .character-count {
    float: right;
    font-size: 11px
}

#responsive-form-message .avlModal-content-wrapper {
    display: table;
    width: 100%;
    height: 100%
}

#responsive-form-message .avlModal-content p.warning-message {
    color: #a85c6f;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px
}

@-webkit-keyframes labelSlideUp {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0;
        top: 0
    }

    100% {
        opacity: 1;
        top: -3px
    }
}

@-moz-keyframes labelSlideUp {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0;
        top: 0
    }

    100% {
        opacity: 1;
        top: -3px
    }
}

@-o-keyframes labelSlideUp {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0;
        top: 0
    }

    100% {
        opacity: 1;
        top: -3px
    }
}

@keyframes labelSlideUp {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0;
        top: 0
    }

    100% {
        opacity: 1;
        top: -3px
    }
}

@-webkit-keyframes statusBounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.25)
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(.7)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes statusBounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.25)
    }

    70% {
        opacity: 1;
        -moz-transform: scale(.7)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@-o-keyframes statusBounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.25)
    }

    70% {
        opacity: 1;
        -o-transform: scale(.7)
    }

    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}

@keyframes statusBounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.25)
    }

    70% {
        opacity: 1;
        transform: scale(.7)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

#address-results .avlModal-content h6 {
    font-size: 13px;
    margin-bottom: 10px;
    color: #333
}

#address-results .avlModal-content a {
    display: inline-block;
    line-height: 25px;
    border: 1px solid #dedede;
    text-decoration: none;
    padding: 4px 8px;
    margin: 4px 0;
    color: #444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9f9f9;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#f7f7f7));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#fbfbfb), to(#f7f7f7));
    background: -moz-linear-gradient(center top, #fbfbfb, #f7f7f7);
    background: linear-gradient(#fbfbfb, #f7f7f7)
}

#address-results .avlModal-content a:hover {
    color: #000;
    border: 1px solid #cecece;
    background: #e9e9e9;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#e7e7e7));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#ebebeb), to(#e7e7e7));
    background: -moz-linear-gradient(center top, #ebebeb, #e7e7e7);
    background: linear-gradient(#ebebeb, #e7e7e7)
}

#address-results .avlModal-content a.ar-choice {
    font-weight: 600
}

#address-results .avlModal-content a#ar-certify em {
    font-style: normal;
    color: #000
}

.ui-menu {
    padding: 0 !important;
    border: 1px solid WindowFrame;
    background-color: Window;
    z-index: 9998;
    text-align: left;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden
}

* html .ui-menu {
    height: 140px
}

.ui-menu .ui-menu-item {
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 15px;
    overflow: hidden
}

.ui-menu .ui-menu-item a {
    color: #444;
    padding: 3px 10px !important
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    background-color: Highlight;
    color: HighlightText;
    margin: 0 !important
}

.autocomplete-selected {
    background-color: Highlight;
    color: HighlightText
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: #444
}

.autocomplete-selected strong {
    font-weight: 700;
    color: HighlightText
}

.responsive-form fieldset ul li p input.checkbox,
.responsive-form fieldset ul li p .checkbox input {
    margin: 3px;
    float: left
}

.responsive-form .checkbox {
    display: block
}

.responsive-form fieldset ul li p.checkbox-mask label {
    display: block;
    float: none !important;
    position: static;
    padding-left: 8px;
    margin-top: 1px;
    font-weight: 400;
    color: #444;
    width: auto;
    font-size: 13px;
    overflow: hidden;
    height: auto;
    white-space: normal;
    cursor: pointer
}

.responsive-form fieldset ul li p.checkbox-mask.failed-validation {
    margin: 3px;
    padding: 15px;
    border: 2px solid #a85c6f;
    border-radius: 4px;
    background: #f9f4f4
}

.responsive-form fieldset ul li p.approval label {
    min-height: 22px;
    vertical-align: top
}

.responsive-form fieldset ul li p.approval.checkbox-mask.failed-validation {
    padding: 12px;
    border-width: 2px
}

.responsive-form .radiobutton tr,
.responsive-form .radiobutton td,
.responsive-form .radiobutton input,
.responsive-form .radiobutton label {
    vertical-align: middle
}

.responsive-form .radiobutton td {
    padding-bottom: 2px;
    overflow: hidden
}

.responsive-form .radiobutton tr:last-child td {
    padding-bottom: 0
}

.responsive-form table.radiobutton {
    width: 100%;
    margin: 10px 0 6px
}

.responsive-form .radiobutton label {
    display: block;
    position: static;
    padding-left: 8px;
    margin-top: 1px;
    font-weight: 400;
    color: #444;
    width: auto;
    font-size: 13px;
    overflow: auto;
    height: auto;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 4px;
    line-height: normal
}

.responsive-form .radiobutton input {
    margin: 3px;
    float: left;
    clear: left
}

.responsive-form .radio-mask.failed-validation {
    float: left;
    padding: 15px 25px 0;
    border: 2px solid #a85c6f;
    border-radius: 4px;
    background: #f9f4f4;
    -webkit-box-shadow: 0 0 5px 0 #a85c6f;
    -moz-box-shadow: 0 0 5px 0 #a85c6f;
    box-shadow: 0 0 5px 0 #a85c6f
}

.responsive-form .radio-mask.failed-validation table {
    clear: both
}

.responsive-form .txt-shortdescript,
.responsive-form .txt-longdescript,
.responsive-form .txt-authorbio,
.responsive-form .txt-services,
.responsive-form .txt-keywords {
    max-width: 700px
}

.responsive-form select {
    z-index: 3
}

.responsive-form .dd-states,
.responsive-form .dd-opt-states,
.responsive-form .dd-tracklisting,
.responsive-form .dd-genre,
.responsive-form .dd-pricing {
    max-width: 220px
}

.responsive-form .dd-content-type,
.responsive-form .dd-enhanced {
    max-width: 250px
}

.responsive-form .dd-compilation {
    max-width: 300px
}

.responsive-form .dd-country {
    max-width: 400px
}

.responsive-form fieldset ul li p.dropdown-mask.dd-month {
    min-width: 90px;
    max-width: 90px
}

.responsive-form fieldset ul li p.dropdown-mask.dd-year {
    min-width: 115px;
    max-width: 115px
}

.responsive-form .dd-sequence {
    max-width: 600px
}

.responsive-form .dd-spacing {
    max-width: 630px
}

.responsive-form .dd-fade {
    max-width: 500px
}

.responsive-form .dd-level {
    max-width: 550px
}

.responsive-form .dd-eq,
.responsive-form .dd-performer {
    max-width: 420px
}

.responsive-form .dd-creditcard,
.responsive-form .dd-feedback-type {
    max-width: 175px
}

.responsive-form .dd-role,
.responsive-form .dd-language {
    max-width: 200px
}

.responsive-form .dd-drm {
    max-width: 450px
}

.responsive-form .dd-price {
    max-width: 150px
}

.responsive-form .dd-subgenre {
    max-width: 720px
}

.responsive-form .dd-question {
    max-width: 350px
}

.responsive-form .customSelect {
    background-image: url(../../CommonControls/ResponsiveForms/img/customSelect-arrow-bg.png);
    background-position: right top;
    background-repeat: no-repeat
}

.responsive-form .dd-maxWidth-50 {
    max-width: 50px
}

.responsive-form .dd-maxWidth-100 {
    max-width: 100px
}

.responsive-form .dd-maxWidth-150 {
    max-width: 150px
}

.responsive-form .dd-maxWidth-200 {
    max-width: 200px
}

.responsive-form .dd-maxWidth-250 {
    max-width: 250px
}

.responsive-form .dd-maxWidth-300 {
    max-width: 300px
}

.responsive-form .dd-maxWidth-350 {
    max-width: 350px
}

.responsive-form .dd-maxWidth-400 {
    max-width: 400px
}

.responsive-form .dd-maxWidth-450 {
    max-width: 450px
}

.responsive-form .dd-maxWidth-500 {
    max-width: 500px
}

.responsive-form .dd-maxWidth-550 {
    max-width: 550px
}

.responsive-form .dd-maxWidth-600 {
    max-width: 600px
}

.responsive-form .dd-maxWidth-650 {
    max-width: 650px
}

.responsive-form .dd-maxWidth-700 {
    max-width: 700px
}

.responsive-form .dd-maxWidth-750 {
    max-width: 750px
}

.responsive-form .dd-maxWidth-800 {
    max-width: 800px
}

.responsive-form .txt-email,
.responsive-form .txt-password,
.responsive-form .txt-projectname,
.responsive-form .txt-artistname,
.responsive-form .txt-albumname,
.responsive-form .txt-company,
.responsive-form .txt-country,
.responsive-form .txt-companyname,
.responsive-form .txt-url,
.responsive-form .txt-filename,
.responsive-form .txt-title,
.responsive-form .txt-imprint,
.responsive-form .txt-seriestitle,
.responsive-form .txt-author {
    max-width: 350px
}

.responsive-form .txt-qt-or-so {
    max-width: 370px
}

.responsive-form .txt-isbn {
    max-width: 400px
}

.responsive-form .txt-longerdate {
    max-width: 450px
}

.responsive-form .txt-addressline1,
.responsive-form .txt-fullname,
.responsive-form .txt-customerID,
.responsive-form .txt-isrc,
.responsive-form .txt-trackname,
.responsive-form .txt-upc,
.responsive-form .txt-volumename {
    max-width: 300px
}

.responsive-form .txt-phone,
.responsive-form .txt-longdate {
    max-width: 240px
}

.responsive-form .txt-addressline2,
.responsive-form .txt-city {
    max-width: 220px
}

.responsive-form .txt-deliverynote {
    max-width: 525px
}

.responsive-form .txt-url-comment {
    max-width: 450px
}

.responsive-form .txt-name,
.responsive-form .txt-city,
.responsive-form .txt-state,
.responsive-form .txt-opt-state {
    max-width: 200px
}

.responsive-form .txt-series {
    max-width: 260px
}

.responsive-form .txt-creditcard {
    max-width: 175px
}

.responsive-form .txt-amount,
.responsive-form .txt-number {
    max-width: 150px
}

.responsive-form .txt-number-range {
    max-width: 185px
}

.responsive-form .txt-keywords {
    max-width: 600px
}

.responsive-form .txt-date {
    max-width: 130px
}

.responsive-form .txt-id {
    max-width: 230px
}

.responsive-form .txt-zipcode,
.responsive-form .dd-providers {
    max-width: 145px
}

.responsive-form .txt-quantity {
    max-width: 60px
}

.responsive-form .txt-cvv {
    max-width: 80px;
    min-width: 80px !important
}

.responsive-form .txt-spacing {
    max-width: 165px
}

.responsive-form .txt-maxWidth-50 {
    max-width: 50px
}

.responsive-form .txt-maxWidth-100 {
    max-width: 100px
}

.responsive-form .txt-maxWidth-150 {
    max-width: 150px
}

.responsive-form .txt-maxWidth-200 {
    max-width: 200px
}

.responsive-form .txt-maxWidth-250 {
    max-width: 250px
}

.responsive-form .txt-maxWidth-300 {
    max-width: 300px
}

.responsive-form .txt-maxWidth-350 {
    max-width: 350px
}

.responsive-form .txt-maxWidth-400 {
    max-width: 400px
}

.responsive-form .txt-maxWidth-450 {
    max-width: 450px
}

.responsive-form .txt-maxWidth-500 {
    max-width: 500px
}

.responsive-form .txt-maxWidth-550 {
    max-width: 550px
}

.responsive-form .txt-maxWidth-600 {
    max-width: 600px
}

.responsive-form .txt-maxWidth-650 {
    max-width: 650px
}

.responsive-form .txt-maxWidth-700 {
    max-width: 700px
}

.responsive-form .txt-maxWidth-750 {
    max-width: 750px
}

.responsive-form .txt-maxWidth-800 {
    max-width: 800px
}

.responsive-form .npt-maxWidth-50 {
    max-width: 50px
}

.responsive-form .npt-maxWidth-100 {
    max-width: 100px
}

.responsive-form .npt-maxWidth-150 {
    max-width: 150px
}

.responsive-form .npt-maxWidth-200 {
    max-width: 200px
}

.responsive-form .npt-maxWidth-250 {
    max-width: 250px
}

.responsive-form .npt-maxWidth-300 {
    max-width: 300px
}

.responsive-form .npt-maxWidth-350 {
    max-width: 350px
}

.responsive-form .npt-maxWidth-400 {
    max-width: 400px
}

.responsive-form .npt-maxWidth-450 {
    max-width: 450px
}

.responsive-form .npt-maxWidth-500 {
    max-width: 500px
}

.responsive-form .npt-maxWidth-550 {
    max-width: 550px
}

.responsive-form .npt-maxWidth-600 {
    max-width: 600px
}

.responsive-form .npt-maxWidth-650 {
    max-width: 650px
}

.responsive-form .npt-maxWidth-700 {
    max-width: 700px
}

.responsive-form .npt-maxWidth-750 {
    max-width: 750px
}

.responsive-form .npt-maxWidth-800 {
    max-width: 800px
}

.success-message,
.error-message,
.callout-message,
.approval-message {
    display: block;
    padding: 14px;
    line-height: 20px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.callout-message i,
.success-message i,
.error-message i {
    float: left;
    margin-right: 10px;
    font-size: 22px
}

.success-message,
.success-message i {
    color: #7e8f6d
}

.success-message {
    background-color: #efd;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0ffdf), to(#ecfddb));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#f0ffdf), to(#ecfddb));
    background: -moz-linear-gradient(center top, #f0ffdf, #ecfddb);
    background: linear-gradient(#f0ffdf, #ecfddb)
}

.error-message,
.error-message a,
.error-message a:hover {
    color: #897e7e;
    background-color: #f9eeee;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbf0f0), to(#f7ecec));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#fbf0f0), to(#f7ecec));
    background: -moz-linear-gradient(center top, #fbf0f0, #f7ecec);
    background: linear-gradient(#fbf0f0, #f7ecec)
}

.callout-message,
.callout-message i {
    color: #7e8389
}

.callout-message {
    background-color: #eef3f9;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f5fb), to(#ecf1f7));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#f0f5fb), to(#ecf1f7));
    background: -moz-linear-gradient(center top, #f0f5fb, #ecf1f7);
    background: linear-gradient(#f0f5fb, #ecf1f7)
}

.approval-message {
    color: #888763;
    background-color: #f8f7d3;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faf9d5), to(#f6f5d1));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#faf9d5), to(#f6f5d1));
    background: -moz-linear-gradient(center top, #faf9d5, #f6f5d1);
    background: linear-gradient(#faf9d5, #f6f5d1)
}

.hidden {
    display: none
}

@media(max-width:500px) {

    .responsive-form fieldset ul li p.textbox-mask,
    .responsive-form fieldset ul li p.textarea-mask,
    .responsive-form fieldset ul li p.dropdown-mask {
        max-width: 100%;
        margin: 3px 0
    }

    .responsive-form fieldset legend .legend-extra-text {
        display: block
    }

    .responsive-form fieldset {
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .responsive-form .warning-messages div,
    .responsive-form .button-container .primary-site-button,
    .responsive-form .button-container .clear-button {
        width: 100%
    }

    .responsive-form .button-container .button:not(:last-child) {
        padding: 16px 25px;
        margin-bottom: 15px
    }
}

div.activity-item-container:nth-child(even) {
    background: #fafafa
}

input.txt-rating {
    width: 0 !important
}

html,
body {
    background-color: #fff
}

body,
button,
input,
select,
textarea {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #333
}

::-moz-selection,
::selection {
    color: #fff;
    background: #666;
    text-shadow: none
}

a,
.link-button {
    color: #526c85
}

a:hover,
a:active,
.link-button:hover,
.link-button:active {
    color: #5d728c
}

a.lnk-remove {
    color: #900
}

a.lnk-remove:hover,
a.lnk-remove:active {
    color: #c00
}

.txt-title,
.txt-subtitle,
.txt-publisher {
    width: 350px
}

.txt-edition,
.txt-count {
    width: 100px
}

.primary-site-button {
    background: #677f12
}

.primary-site-button:hover,
.primary-site-button:active {
    background: #a8be5b
}

.secondary-site-button {
    background: #999
}

.secondary-site-button:hover,
.secondary-site-button:active {
    background: #a6a6a6
}

.highlight {
    color: #677f12
}

.no-js .lazy {
    display: none
}

.avlModal #content-need-help .phone-icon,
.avlModal #content-need-help .chat-icon,
.avlModal #content-need-help .email-icon,
.avlModal #content-need-help .pdf-icon,
.avlModal #content-need-help .video-icon {
    background: url(../../commoncontrols/universal/BBP/IMG/helpmodal-icons.png) 0 0 no-repeat
}

.avlModal #ask-pagecount-modal-buttons .primary-site-button,
.avlModal #ask-pagecount-modal-buttons .secondary-site-button {
    padding: 16px 25px
}

.avlModal #ask-pagecount-modal-buttons .clear-button,
.avlModal #ask-pagecount-modal-buttons .primary-site-button,
.avlModal #ask-pagecount-modal-buttons .secondary-site-button {
    display: inline-block;
    margin: 10px 0 0;
    padding: 6px 0;
    text-align: center
}

.responsive-form fieldset.no-border {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-bottom: none
}

.responsive-form fieldset ul li p.textbox-mask {
    border-radius: 1px !important;
    height: auto
}

#content-container,
#content .wrapper {
    background: #d9dbdc
}

.site-container {
    overflow-y: auto;
    width: 100%
}

#outer-container-responsive.site-container {
    overflow-x: hidden
}

.content-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: initial !important;
    margin: 0 auto;
    padding: 10px
}

#page {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin: 70px 0 0;
    transition: margin-top .5s
}

.isMobile #page {
    margin-top: 50px
}

#site-header,
#mobile-header {
    top: 0;
    right: 0;
    z-index: 1001;
    width: 100%;
    font-size: 13px;
    color: #333;
    opacity: 1;
    background: #fff;
    transition: right 0s, width 0s, background 0s, opacity .7s, height .5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#mobile-header {
    box-shadow: rgba(0, 0, 0, .6) 0 0 7px
}

.main-nav {
    position: relative;
    width: 100%;
    background-color: #f5f1e8;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25)
}

#site-header.open,
#site-header.open.closing {
    right: 0;
    opacity: 0;
    transition: opacity 0s
}

#site-header .img-logo,
#mobile-header .img-logo {
    max-width: none
}

#site-header .main-nav {
    height: 50px
}

#site-header .main-nav li.view-all>a {
    font-style: italic
}

#site-header .link-logo {
    padding-left: 240px
}

#site-header .link-logo,
#mobile-header .link-logo {
    display: table-cell;
    width: 150px;
    height: 70px;
    vertical-align: middle;
    transition: height .3s, width .3s, transform .5s
}

#site-header .link-logo a,
#site-header .link-logo img,
#mobile-header .link-logo a,
#mobile-header .link-logo img {
    width: 130px
}

#mobile-header .main-logo {
    box-sizing: border-box;
    padding-left: 10px
}

#mobile-header .right-nav {
    position: absolute;
    right: 10px;
    width: 40px;
    margin-top: 17px;
    opacity: 0;
    transition: opacity .3s ease .3s, right .6s ease 0s, margin-top .3s ease 0s
}

#mobile-header .right-nav li {
    line-height: inherit
}

#mobile-header .right-nav .open-menu-link {
    position: absolute;
    right: -11px;
    font-size: 28px
}

#mobile-header.open .right-nav .open-menu-link {
    right: 15px
}

#mobile-header .right-nav .open-menu-link i {
    font-size: 20px;
    transition: opacity .3s
}

#mobile-header .right-nav .open-menu-link i.icon-menu,
#mobile-header.open.closing .right-nav .open-menu-link i.icon-menu {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}

#mobile-header.open .right-nav .open-menu-link i.icon-menu {
    font-size: 20px;
    opacity: 0
}

#mobile-header .right-nav .open-menu-link i.icon-cancel,
#mobile-header.open.closing .right-nav .open-menu-link i.icon-cancel {
    float: right;
    font-size: 20px;
    opacity: 0
}

#mobile-header.open .right-nav .open-menu-link i.icon-cancel {
    margin: 2px 5px;
    font-size: 20px;
    opacity: 1
}

#mobile-header .link-logo a,
#mobile-header .link-logo img {
    width: 100%
}

.link-logo img {
    width: 180px
}

#site-header .content-wrapper,
#mobile-header .content-wrapper {
    z-index: 1;
    overflow: visible;
    padding: 0
}

#site-header .content-wrapper {
    max-width: none
}

.header-wrapper {
    max-width: 1620px;
    margin: 0 auto
}

#site-header #header-menu {
    overflow: hidden;
    right: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px 0 0;
    font-size: 12px;
    color: #fff;
    transition: right 0s, width 0s 0s, background 0s 0s
}

#site-header #header-search {
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 0;
    height: 70px;
    transition: width .5s .3s
}

#site-header #header-search.open {
    width: 29%;
    transition: width .5s, transform .5s
}

#site-header #header-search input {
    font-weight: 500
}

#site-header .main-logo,
#mobile-header .main-logo {
    float: left;
    width: 150px;
    text-align: left;
    transition: width .3s
}

#site-header .main-logo a .text-logo {
    display: none
}

#site-header #header-menu .right-nav {
    float: right;
    margin-top: 14px;
    font-size: 11px;
    text-transform: uppercase;
    transition: float 0s 0s, font-size 0s 0s, text-align 0s 0s, margin-top .3s
}

#site-header #header-menu .right-nav .nav-icons li {
    position: relative;
    float: left;
    margin-left: 10px;
    font-size: 11px;
    transition: width 0s 0s, margin 0s 0s
}

#site-header #header-menu .right-nav .nav-icons li a.link-pricing {
    display: none
}

#site-header #header-menu .right-nav .nav-icons li:not(:last-child) {
    padding-right: 20px
}

#site-header #header-menu .right-nav .nav-icons li a {
    line-height: 40px
}

#site-header #header-menu .right-nav .nav-icons li a,
#site-header #header-menu .right-nav .nav-icons i {
    margin: 0
}

#site-header #header-menu .right-nav .nav-icons li a span {
    font-weight: 400
}

#site-header #header-menu .right-nav .nav-icons li.search-link a span {
    padding-left: 3px
}

#site-header #header-menu .right-nav .nav-icons .icon-text {
    font-weight: 400;
    opacity: 1;
    transition: opacity .5s
}

#site-header a,
#mobile-header a {
    outline: none;
    color: #666;
    text-decoration: none;
    transition: color .3s, background .3s, transform .5s
}

#site-header a:hover,
#mobile-header a:hover {
    color: #75bfd8;
    text-decoration: none
}

#site-header .main-nav>.level1 {
    display: flex;
    margin: 0 auto;
    text-align: center;
    max-width: 1620px
}

#site-header .main-nav .level1>li {
    flex-grow: 1;
    text-align: center
}

#site-header .main-nav .level1>li>a.link-pricing,
#site-header .main-nav .level1>li>a.link-pricing:hover {
    color: #fff
}

#site-header .main-nav .level1 li:last-of-type {
    margin-right: 0
}

#site-header .main-nav .level1 li a,
#site-header.open .link-logo {
    position: relative;
    display: block;
    height: 20px;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    transition: padding .3s ease, height .5s, color .3s
}

#site-header .main-nav .level1 li a.ebooks-nav {
    text-transform: initial
}

#site-header .main-nav .level1>li>a>i {
    display: inline-block;
    width: 15px;
    margin-left: 2px;
    font-size: 13px;
    transition: opacity .3s
}

#site-header .main-nav .level1>li>a>i.right-arrow {
    position: absolute;
    right: 30px;
    opacity: 0;
    transition: transform .5s;
    transform: rotate(0)
}

#site-header .main-nav .level1 li a:hover {
    color: #75bfd8
}

#site-header .main-nav .level1 li a:active {
    transform: scale(1)
}

#site-header .main-nav .level1 li.has-sub i {
    display: none
}

#site-header .main-nav .level2,
#site-header .main-nav .level3 {
    z-index: 0;
    visibility: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

#site-header .main-nav .level1 .has-sub:hover>ul {
    display: block;
    visibility: visible;
    overflow-y: auto;
    max-height: calc(100vh - 190px);
    opacity: 1
}

#site-header .main-nav .level2.open,
#site-header .main-nav .level3.open {
    display: block
}

#site-header .main-nav .level1 li .level2>li,
#site-header .main-nav .level1 li .level3>li {
    width: auto;
    height: 45px;
    margin-right: 0;
    border: 0
}

#site-header .main-nav .level2 {
    position: absolute;
    width: auto;
    text-align: left
}

#site-header .main-nav .level2 li {
    display: block
}

#site-header .main-nav .level2 li a {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    color: #333;
    text-transform: none;
    background: #fff
}

.orange {
    color: #ec8606
}

#site-header .main-nav .level2 li:hover>a {
    color: #00476e;
    background: #cce3f2
}

#site-header .main-nav .level2 li a i {
    display: block;
    float: right;
    font-size: 18px;
    color: #4d536c;
    transition: color .5s ease-in-out 0s
}

#site-header .main-nav .level2 .level3 {
    position: absolute;
    top: initial;
    left: 100%;
    width: 300px;
    text-align: left
}

#site-header .main-nav .level2 .level3 a {
    border-bottom: 1px solid #eee;
    background: #fff
}

#site-header .main-nav .level2 .level3 li a:hover {
    color: #00476e;
    background: #cce3f2
}

#link-search-mobile,
#link-close-search {
    display: none
}

#header-search .warning-messages {
    display: none
}

#header-search #SearchButton {
    display: none;
    width: 36px;
    font-size: 20px;
    color: #666;
    transition: font-size .3s .3s, color 1s, right .3s ease 0s, transform .5s
}

#header-search.open {
    background-color: inherit;
    transition: width .5s, transform .5s
}

#header-search fieldset {
    float: right;
    width: 100%;
    margin: 0;
    padding: 11px 0;
    box-sizing: content-box
}

#header-search fieldset .txt-search {
    float: right;
    max-width: 80%;
    margin-right: 15px;
    padding-right: 40px;
    text-align: left;
    transition: max-width .3s
}

#header-search fieldset.active .txt-search {
    background: #fff !important;
    color: #2e2c26
}

#header-search fieldset.active .txt-search input {
    background: #fff !important;
    color: #2e2c26
}

#header-search fieldset .txt-search label {
    width: auto
}

#header-search fieldset .txt-search .input-status {
    right: 400px;
    opacity: 0;
    transition: opacity .3s, right 1s ease 0s;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none
}

#header-search.open #SearchButton {
    position: absolute;
    right: 20px;
    z-index: 100;
    display: block;
    padding: 12px;
    font-size: 20px;
    line-height: 20px;
    color: #666;
    transition: font-size .3s, color .7s, right .3s ease .3s, transform .5s
}

#header-search.open fieldset.active #SearchButton {
    color: #2e2c26 !important
}

#header-search .close-search-link {
    position: absolute;
    right: 80%;
    left: auto;
    margin-top: 10px;
    margin-right: 30px;
    padding: 11px 0;
    font-size: 20px;
    opacity: 0;
    transition: opacity .3s, transform .5s, color .3s
}

#header-search.open .close-search-link {
    opacity: 1;
    transition: opacity .5s .5s, transform .5s, color .3s
}

#header-search.open fieldset .txt-search .input-status {
    display: none
}

li a.link-pricing span {
    padding: 8px 25px;
    background-color: #c65300;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-weight: 600 !important
}

.breadcrumbs-container {
    display: none;
    padding: 15px;
    background: #e0edf5
}

.breadcrumbs {
    display: block;
    width: 100%;
    max-width: 1585px;
    margin: 0 auto;
    font-size: 12px;
    text-align: left
}

.breadcrumbs a {
    color: #666;
    text-decoration: none
}

.breadcrumbs a:hover {
    color: #333;
    text-decoration: underline
}

.breadcrumbs span.divider:after {
    color: #666;
    content: ' >'
}

.breadcrumbs span:not(.divider) {
    color: #666;
    content: ''
}

#site-footer {
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 0
}

#site-footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

#site-footer a:hover {
    text-decoration: underline
}

#site-footer #footer-top {
    overflow: hidden;
    width: 100%
}

#site-footer #footer-top ul.column {
    float: left;
    width: 18%;
    margin: 20px 0 22px 1%;
    padding: 1% 0 0 1%;
    line-height: 16px
}

#site-footer #footer-top ul.column li {
    margin-bottom: 8px
}

#site-footer #footer-bottom {
    overflow: hidden;
    padding: 0 10px
}

#footer-bottom .footer-bottom-mobile,
#footer-bottom .footer-bottom-spacer {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 10px;
    color: #555;
    font-size: 12px
}

#site-footer li.title,
#site-footer li.title a,
#site-footer li.list-header>span,
#site-footer li.list-header>a {
    display: block;
    margin-bottom: 4px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 700
}

#site-footer li a {
    font-size: 12px;
    line-height: 18px;
    text-decoration: none
}

#site-footer li.title a {
    font-size: 16px;
    font-weight: 600
}

#site-footer li a:hover {
    text-decoration: underline
}

#footer-bottom {
    max-width: 1620px;
    margin: 0 auto;
    padding: 20px 200px;
    border-top: none
}

#footer-bottom #footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    max-width: 1600px
}

#footer-bottom #footer-logo-link {
    float: left;
    margin-left: 10px
}

#footer-bottom #footer-logo-link img {
    width: 130px
}

#footer-bottom #footer-usa {
    display: flex;
    margin-right: 50px;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #555;
    line-height: 20px
}

#site-footer #footer-logo a,
#footer-bottom #footer-logo a {
    float: left;
    font-size: 12px;
    color: #555;
    font-weight: 500;
    text-decoration: none
}

#site-footer #footer-social {
    margin: 0 auto;
    font-size: 12px;
    color: #999;
    line-height: 20px
}

#site-footer #footer-social a {
    margin-left: 10px
}

#site-footer #footer-social img {
    vertical-align: middle
}

#site-footer-container footer #footer-top>ul {
    overflow: hidden;
    max-width: 1620px
}

#site-footer-container footer #footer-top>ul>li {
    display: block;
    float: left;
    width: 15%;
    margin: 0 0 22px 1%;
    padding: 1% 0 0 1%;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0 0
}

#site-footer-container footer #footer-top>ul>li>ul {
    margin-top: 10px
}

#site-footer-container footer #footer-top>ul>li>a {
    display: block;
    margin-bottom: 4px
}

#site-footer-container footer #footer-top>ul>li a {
    color: #333
}

#site-footer-container footer #footer-top>ul>li .menu-container a {
    font-weight: 500
}

#site-footer-container footer #footer-top>ul>li li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

#site-footer-container footer ul>li>a:hover,
#site-footer-container footer ul>li>a:active {
    text-decoration: underline
}

#site-footer-container footer ul>li li a:hover,
#site-footer-container footer ul>li li a:active {
    color: #f38909
}

#site-footer-container #social-media-container {
    width: 100%;
    margin: 0 auto
}

#site-footer-container #social-media-container #social-media {
    overflow: hidden;
    width: 70%;
    max-width: 300px;
    margin: 0 auto
}

#site-footer-container #social-media .spacer {
    width: 70%;
    height: 0;
    margin: 10px auto;
    border-top: 2px solid #aaa
}

#site-footer-container #social-media .social-icon {
    display: block;
    float: left;
    width: 16%;
    margin: 0 2%;
    text-decoration: none
}

#site-footer-container #social-media .social-icon img {
    width: 100%
}

#site-footer-container .image-social-icon {
    margin-right: 8px
}

#site-footer-container .trustpilot-widget {
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    background-color: #f5f1e8
}

#footer-bands {
    height: auto;
    padding: 20px 0;
    text-align: left;
    border: 1px solid #eee
}

.footer-bands-inner-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left
}

#footer-signup-input {
    width: 100%;
    padding: 2px 0 2px 2px;
    background: #838179
}

#footer-bands #footer-signup-input #txtEmailMask {
    max-width: 400px;
    height: 34px;
    background: #fff
}

#footer-bands #footer-signup-input #txtEmailMask label,
#footer-bands #footer-signup-input #txtEmailMask .textbox {
    width: 350px;
    max-width: 70%
}

#footer-bands #footer-signup-input #txtEmailMask label {
    line-height: 17px
}

#footer-bands #footer-signup-input fieldset {
    margin-bottom: 0
}

#footer-bands #footer-signup-input .warning-messages {
    display: none
}

#footer-bands #footer-signup-input #txtEmailMask .input-status {
    top: 4px;
    right: 37px
}

#footer-signup {
    padding: 40px 10px !important;
    background: #f5f1e8
}

#footer-signup .responsive-form {
    margin: auto;
    max-width: 600px
}

#footer-signup .responsive-form fieldset {
    padding-bottom: 0;
    border-bottom: none !important
}

#footer-signup .responsive-form fieldset ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

#footer-signup .responsive-form fieldset ul li:first-child {
    margin-right: 15px
}

#footer-signup .responsive-form fieldset ul li:last-child {
    text-align: left !important
}

#footer-signup .responsive-form fieldset ul li p.textbox-mask {
    max-width: none !important;
    background: 0 0 !important;
    border: none !important;
    margin: 0 !important;
    width: 400px !important;
    margin-bottom: 10px !important
}

#footer-signup .responsive-form fieldset ul li p.textbox-mask.focused,
#footer-signup .responsive-form fieldset ul li p.textbox-mask.failed-validation {
    box-shadow: none !important
}

#footer-signup .responsive-form fieldset ul li .failed-validation .input-status {
    display: none !important
}

#footer-signup .responsive-form fieldset ul li p.textbox-mask label {
    padding-left: 10px;
    line-height: 35px;
    text-align: left
}

#footer-signup .responsive-form fieldset ul li p.textbox-mask input.textbox {
    line-height: 28px;
    background: #fff !important;
    padding: 10px 8px !important;
    border: 2px solid #c65300 !important
}

#footer-signup .button-container {
    padding: 0
}

#footer-signup .button-container .btn-center {
    margin: 0
}

.a-signup {
    display: block;
    float: right;
    width: 35px;
    height: 33px;
    background: url(../../Quoter/IMG/BBP/Other/sub-button.html) 6px 3px no-repeat
}

#footer-signup-container {
    float: left;
    box-sizing: border-box;
    width: 100%;
    max-width: 430px;
    padding: 0 10px
}

.footer-social {
    width: 650px;
    margin: 0 auto;
    text-align: center
}

.a-social {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 15px;
    background: url(../../commoncontrols/universal/BBP/IMG/social-sprite.svg) no-repeat 0 0
}

.a-social.facebook {
    background-position: 0 0
}

.a-social.twitter {
    background-position: -44px 0
}

.a-social.youtube {
    background-position: -86px 0
}

.a-social.pod {
    background-position: -131px 0
}

.a-social.insta {
    background-position: -175px 0
}

.a-social.wp {
    background-position: -219px 0
}

.a-social.pinterest {
    background-position: -263px 0
}

.a-social.linkedin {
    background-position: -308px 0
}

#site-footer #footer-usa {
    float: right;
    font-size: 12px;
    color: #999;
    line-height: 20px
}

#footer-usa img {
    margin-left: 5px;
    vertical-align: middle
}

#site-footer-container footer #footer-top>ul>li#link-reviews {
    display: none
}

.condensed-phone {
    padding: 0 8px 0 19px !important;
    border-left: 1px solid #58554b;
    font-family: open sans condensed, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #a8c8dd;
    line-height: 18px;
    text-transform: none
}

.utility-nav {
    font-family: open sans condensed, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #dfdfd0 !important;
    text-transform: uppercase
}

.no-border {
    border-right: none !important
}

#payment-information-form .txt-payment-threshold,
#payment-information-form .txt-payee-name,
#payment-information-form .txt-banknumber,
#payment-information-form .txt-paypal-email,
#payment-information-form .dd-banknumber,
#payment-information-form .dd-how-to-pay {
    max-width: 475px
}

#mini-quoter input,#mini-quoter textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    border: 1px solid #eee;
    background-color: transparent !important;
    color: #000;
    outline: none;
    text-shadow: 1px 1px 1px #ddd;
    font-weight: 400;
    font-size: 13px;
    padding-right: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 10px;
    margin-bottom: 10px;
}



#payment-information-form #address-container {
    margin-bottom: 0;
    padding-bottom: 0
}

#payment-information-form .more-spacing {
    margin-bottom: 20px !important;
    padding-bottom: 35px !important
}

#payment-information-form h2 {
    margin-bottom: 10px !important
}

#payment-information-form .callout-message {
    margin-bottom: 15px !important
}

#payment-information-form .threshold-button {
    float: left;
    margin: 6px 0 6px 10px
}

@media(max-width:690px) {
    #payment-information-form .threshold-button {
        float: none;
        margin-left: 0
    }
}

@media(max-width:500px) {

    #payment-information-form .txt-payment-threshold,
    #payment-information-form .dd-how-to-pay {
        max-width: calc(100% - 30px)
    }
}

@media screen and (max-width:1320px) {
    #site-header.open #header-search.open input {
        width: 225px
    }
}

@media screen and (max-width:1130px) {
    #site-header .main-nav .level1>li>a>i {
        width: auto;
        margin: 0
    }
}

@media screen and (min-width:1025px)and (max-width:1053px) {
    #site-header .main-nav .level1 li a {
        font-size: 13px
    }
}

@media screen and (min-width:960px)and (max-width:1050px) {
    #header-menu #nav-guides {
        display: none
    }
}

@media screen and (max-width:980px) {

    html,
    body,
    #site-container,
    #slideout-container,
    form {
        height: 100%
    }

    #utility-header,
    #site-header-container {
        display: none
    }

    #main-content .dropDown-menu-link .page-header {
        background-color: #84827a
    }

    #main-content .page-header h1 {
        color: #fff
    }

    #mobile-help .chat-icon,
    #mobile-help .email-icon,
    #mobile-help .phone-icon,
    #mobile-help .video-icon,
    #mobile-help .pdf-icon,
    #mobile-help .morehelp-icon {
        background: url(../../commoncontrols/universal/bbp/IMG/mobile-help-icons.png) 0 0 no-repeat
    }

    #mobile-site-header {
        border-bottom: 1px solid #000;
        text-shadow: 0 1px 3px #000
    }

    #mobile-site-header #togglenav-button-header,
    #mobile-site-header #togglehelp-button-header {
        border: 1px solid #1c252b;
        color: #eee
    }

    #mobile-site-header .link-logo {
        top: 10px;
        margin-left: -51px
    }

    #mobile-site-header .link-logo,
    #mobile-site-header .link-logo img {
        height: 30px
    }

    .icon-link:hover,
    .icon-link.highlight {
        background: #3e3b32
    }

    #mobile-site-header,
    #mobile-site-header a {
        background-color: #3e3b32;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#4e4b42), to(#2e2b22));
        background-image: -webkit-linear-gradient(top, #4e4b42, #2e2b22);
        background-image: -moz-linear-gradient(top, #4e4b42, #2e2b22);
        background-image: -ms-linear-gradient(top, #4e4b42, #2e2b22);
        background-image: -o-linear-gradient(top, #4e4b42, #2e2b22);
        background-image: linear-gradient(to bottom, #4e4b42, #2e2b22)
    }

    #mobile-site-header a.link-logo {
        background: 0 0
    }

    #content-container .quoter-mode {
        background: #e7edf3
    }

    #togglenav-button-header,
    #togglehelp-button-header {
        background: #445f74
    }
}

@media all and (max-width:1024px) {
    #mobile-header {
        height: auto
    }

    #site-header .main-nav .level1 .has-sub:hover>ul {
        visibility: visible;
        opacity: 1;
        display: none;
        overflow-x: hidden
    }

    #site-header .main-nav .level1 li.has-sub i {
        display: inline-block
    }

    #site-header .main-nav .level1 li:last-of-type {
        margin-right: 0
    }

    #site-header #header-menu {
        position: relative
    }

    #site-header #header-menu .right-nav .nav-icons li {
        float: none;
        margin-left: 30px
    }

    #site-header.open #header-menu .right-nav .nav-icons li a.link-pricing {
        display: block
    }

    .main-nav {
        position: initial;
        background-color: initial;
        box-shadow: none
    }

    #site-header .main-nav .level2 {
        position: relative
    }

    #announcement-bar-secondary {
        border-top: 1px solid #ccc
    }
}

@media all and (max-width:960px) {

    #footer-signup-container,
    .footer-social {
        float: none;
        overflow: hidden;
        width: 100%;
        margin: 0 auto
    }

    #footer-signup-container {
        margin-bottom: 20px
    }
}

@media screen and (max-width:1024px) {

    #site-header .main-nav .level2,
    #site-header .main-nav .level3 {
        display: none;
        visibility: visible;
        box-shadow: none
    }

    #site-footer #footer-top ul.column {
        display: inline-block;
        float: none;
        width: 48%;
        height: auto;
        margin: 0;
        padding: 0;
        font-family: open sans, arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        background: 0 0;
        cursor: pointer
    }

    .site-container>.site-container,
    #site-container #content-container {
        padding-top: 50px
    }

    #site-header {
        right: -100%;
        width: 100%;
        height: 50px;
        padding: 0;
        opacity: 0;
        background-color: #f5f1e8;
        transition: right 0s ease .7s, width 0s .7s, background 0s, opacity 0s, height .5s
    }

    #site-header .content-wrapper {
        overflow-y: auto;
        height: 100%
    }

    #site-header #header-menu {
        overflow: hidden
    }

    #site-header .link-logo {
        opacity: 0
    }

    #site-header .main-nav .level1 {
        overflow: hidden
    }

    #site-header .main-nav>.level1 {
        display: block
    }

    #site-header .main-nav .level1>li>a {
        padding-left: 0;
        transition: padding-left .1s ease, color .3s
    }

    #site-header .link-logo,
    #mobile-header .link-logo {
        height: 50px
    }

    #mobile-header .link-logo img.img-logo,
    #mobile-header a.link-logo {
        width: 190px;
        transition: .25s
    }

    #mobile-header .main-logo {
        overflow: hidden;
        width: 220px;
        transition: width .25s, transform .25s
    }

    #site-header.open {
        right: 0;
        width: 290px;
        height: 100%;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .25);
        opacity: 1;
        transition: right .7s ease 0s, width 0s, height 0s, opacity 0s
    }

    #site-header.open.closing {
        right: -100%;
        opacity: 0;
        transition: right .7s ease 0s, width 0s, height 0s, opacity 0s .7s
    }

    #site-header.open #header-menu {
        padding: 0
    }

    #site-header.open #header-menu .main-nav {
        float: left
    }

    #site-header.open #header-menu .right-nav {
        float: none;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        text-align: left;
        transition: float 0s, font-size 0s, text-align 0s, font-size 0s
    }

    #site-header.open .right-nav .nav-icons li,
    #site-header.open .right-nav .nav-icons li.search-link {
        position: relative;
        width: 250px;
        margin: 0 0 10px;
        transition: width 0s, margin 0s, transform .5s
    }

    #site-header.open .right-nav .nav-icons li.search-link {
        display: none
    }

    #site-header.open .right-nav .nav-icons li.search-link span {
        padding-left: 5px
    }

    #site-header.open .right-nav .nav-icons li:first-child {
        margin-top: 60px
    }

    #site-header.open .right-nav .nav-icons li a {
        width: 225px;
        font-size: 14px;
        line-height: 28px;
        color: #2d2c28;
        text-align: left;
        transition: width 0s, margin 0s, font-size 0s, line-height 0s, color .5s, transform .5s
    }

    #site-header.open .right-nav .nav-icons i {
        width: 25px;
        margin-right: 18px;
        transition: width 0s, margin 0s
    }

    #site-header.open .main-nav li a,
    #site-header.open .link-logo {
        display: block;
        width: 100%;
        padding: 15px 30px;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        transition: width 0s 0s, padding 0s, font-size 0s, line-height 0s, font-weight 0s, color .5s, background .5s
    }

    #site-header.open .main-nav li#li-pricing {
        display: none
    }

    #site-header.open .main-nav li a {
        position: relative
    }

    #site-header.open .main-nav li a span {
        position: absolute;
        left: 65px
    }

    #header-menu .main-logo {
        display: none
    }

    #site-header.open .link-logo {
        height: 20px;
        opacity: 1
    }

    #site-header.open .link-logo .img-logo {
        display: none
    }

    #site-header.open .link-logo .text-logo {
        display: inline
    }

    #site-header.open .main-nav .level1>li>a>i.down-arrow {
        opacity: 0
    }

    #site-header.open .main-nav .level1>li>a>i.right-arrow {
        opacity: 1
    }

    #site-header.open #header-menu .main-nav .level1 li.open>a>i.down-arrow {
        opacity: 0
    }

    #site-header.open #header-menu .main-nav .level1 li.open>a>i.right-arrow {
        transform: rotate(90deg)
    }

    #site-header.open #header-menu .main-nav .level1 li .level2 {
        position: relative;
        opacity: 1;
        box-shadow: none
    }

    #site-header.open #header-menu .main-nav .level1 li .level2 li {
        height: auto
    }

    #site-header.open #header-menu .main-nav .level1 li .level2 li a {
        display: block;
        overflow: hidden;
        height: 0;
        padding: 0 30px;
        border-bottom: 0 solid #1d5778;
        opacity: 0;
        background: #cce3f2;
        transition: height .3s, padding .3s, border-width .3s, opacity .3s, color .5s, background .5s
    }

    #site-header.open #header-menu .main-nav .level1 li.open .level2 li a {
        height: auto;
        min-height: 20px;
        padding: 12px 30px;
        border-width: 0;
        border-bottom: none;
        opacity: 1;
        background: #fff
    }

    #site-header.open #header-menu .main-nav .level1 li .level2 li a:hover {
        background: #cce3f2
    }

    #site-header.open #header-menu .main-nav .level1 li .level2 li a i {
        display: none
    }

    #site-header .main-nav .level1 li {
        display: block
    }

    #site-header .main-nav .level1 li .level2:hover .level3 {
        display: none
    }

    #header-search.open {
        width: 0
    }

    #site-header.open #header-search.open {
        width: 100%;
        background-color: inherit;
        transition: width .7s ease 0s
    }

    #site-header.open #header-search.open.closing {
        right: -300px;
        transition: right .3s ease 0s
    }

    #header-search fieldset .txt-search {
        float: left;
        width: 220px;
        max-width: none;
        height: 32px;
        margin-right: 0;
        margin-left: 40px
    }

    #header-search fieldset {
        padding: 5px 10px
    }

    #header-search.open #SearchButton {
        position: absolute;
        right: 25px;
        padding: 10px
    }

    #header-search fieldset .txt-search label {
        top: 0;
        line-height: 32px
    }

    #header-search fieldset .txt-search label.inputted,
    #header-search fieldset .txt-search.focused label.inputting-notrans {
        line-height: 14px
    }

    #header-search fieldset .txt-search.focused label.inputted,
    #header-search fieldset .txt-search label.inputting {
        line-height: 19px
    }

    #header-search fieldset .txt-search.focused label.inputting-notrans {
        line-height: 14px
    }

    #header-search fieldset .txt-search input {
        padding-top: 0 !important;
        line-height: 32px
    }

    #header-search .close-search-link {
        left: 5px;
        display: none;
        margin-top: 2px
    }

    #header-search.open fieldset .txt-search .input-status {
        top: 5px
    }

    #mobile-header {
        display: block;
        transition: height .5s ease .3s
    }

    #mobile-header .right-nav {
        right: 20px;
        height: 44px;
        margin-top: 12px;
        opacity: 1;
        transition: opacity .3s ease .3s, right .6s ease 0s, margin-top .3s ease .3s
    }

    #mobile-header.open .right-nav {
        right: 280px
    }

    #mobile-header.open.closing .right-nav {
        right: 10px
    }

    #outer-container-responsive>.content-wrapper {
        padding: 0
    }

    #site-header,
    #mobile-header {
        position: fixed
    }

    #site-footer #footer-top ul.column:nth-child(even) {
        float: right
    }

    #site-footer-container footer #footer-top>ul>li#link-reviews {
        display: inline
    }

    #page {
        margin-top: 50px
    }

    #site-header .main-nav .level2 li a {
        padding: 12px;
        font-size: 11px
    }

    #site-header.open .right-nav .nav-icons li#search {
        position: absolute
    }

    #header-menu .right-nav .nav-icons li.search-link {
        border-left: none;
        margin-left: 0;
        padding-left: 0
    }

    #site-header .main-nav>.level1 {
        display: flex;
        flex-direction: column
    }

    li a.link-pricing {
        display: block
    }
}

@media screen and (max-width:900px) {
    #footer-bottom {
        margin: initial;
        text-align: center
    }

    #footer-bottom .footer-bottom-mobile,
    #footer-bottom .footer-bottom-spacer {
        float: none;
        display: block;
        margin: 0;
        padding-top: 5px;
        font-size: 12px
    }

    #footer-bottom .footer-bottom-spacer {
        display: none
    }

    #site-footer #footer-top {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    #footer-bottom #footer-logo {
        flex-direction: column
    }

    .footer-nav .nav-menu li {
        overflow: hidden;
        margin: 0 10px;
        padding-bottom: 6px
    }

    .footer-nav .nav-menu li a {
        left: 10px;
        display: block;
        clear: right;
        width: 120%;
        margin: 0 0 0 -10%;
        padding: 0 10% 6px;
        border-bottom: 2px solid #999;
        font-family: open sans, arial, sans-serif;
        font-size: 20px;
        color: #fff;
        line-height: 36px;
        text-align: left;
        text-decoration: none;
        -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
        -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
        box-shadow: 0 3px 2px rgba(0, 0, 0, .2)
    }

    #site-footer-container footer {
        padding: 0 10px 10px
    }

    #site-footer-container footer #footer-top>ul {
        max-width: none;
        padding-top: 1%;
        *padding-top: 0
    }

    #site-footer-container footer #footer-top>ul>li {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        font-family: open sans, arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 50px;
        text-decoration: none;
        background: 0 0;
        cursor: pointer
    }

    #site-footer-container footer #footer-top>ul>li a,
    #site-footer-container footer #footer-top>ul>li span {
        margin-bottom: 0;
        padding-top: 0;
        font-size: 18px;
        line-height: 50px
    }

    #site-footer-container footer #footer-top>ul>li>a,
    #site-footer-container footer #footer-top>ul>li>span {
        float: left
    }

    #site-footer-container footer #footer-top>ul>li>i {
        float: right;
        margin-top: 5px
    }

    #site-footer-container footer ul>li .sub-menu a {
        display: block;
        clear: none;
        margin: 0;
        padding: 5px 0;
        border-bottom: 1px solid #ccc;
        font-family: open sans, arial, sans-serif;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: left;
        text-decoration: none
    }

    #site-footer-container footer #footer-top>ul>li .nav-menu a:hover {
        color: #c0d478
    }

    #site-footer-container footer li {
        padding-bottom: 0
    }

    #site-footer-container footer ul.nav-menu {
        padding: 0 10px
    }

    #site-footer-container footer #footer-top>ul>li>.menu-container {
        clear: both;
        overflow: hidden;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #999;
        background: #f5f1e8
    }

    #site-footer-container footer #footer-top>ul>li:last-child>.menu-container {
        border-bottom: none
    }

    #site-footer-container footer #footer-top>ul>li>.menu-container .sub-menu {
        height: 0;
        margin: 0;
        -webkit-transition: height 1s ease;
        -moz-transition: height 1s ease;
        -ms-transition: height 1s ease;
        -o-transition: height 1s ease;
        transition: height 1s ease
    }

    #site-footer-container footer #footer-top .submenu-dropdown-icon {
        color: #666
    }

    #site-footer-container #social-media-container #social-media {
        width: 100%
    }

    #site-footer-container footer ul>li>a:hover,
    #site-footer-container footer ul>li>a:active {
        text-decoration: none
    }

    #mobile-footer-buttons {
        position: static;
        right: auto;
        z-index: 1;
        display: block;
        overflow: hidden;
        width: 100%;
        height: auto
    }

    #full-site-link {
        display: block
    }

    #btnNewQuote {
        position: static;
        display: block;
        float: left;
        width: 100%;
        height: auto;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #fff;
        text-align: center;
        background: #c6c850;
        background: -webkit-gradient(linear, left top, left bottom, from(#c6c850), to(#abb000));
        background: -moz-linear-gradient(top, #c6c850, #abb000)
    }

    #btnNewQuote {
        background: #8cbed5;
        background: -webkit-gradient(linear, left top, left bottom, from(#8cbed5), to(#66a0af));
        background: -moz-linear-gradient(top, #8cbed5, #66a0af)
    }

    #full-site-link a {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 42px;
        text-decoration: none;
        text-transform: uppercase
    }

    #site-footer-container .mobile {
        display: block !important
    }

    #site-footer #footer-logo a,
    #footer-bottom #footer-logo a {
        float: none
    }

    #footer-bottom #footer-usa {
        float: none;
        padding: 10px 0;
        margin-right: 0
    }
}

@media screen and (min-width:751px)and (max-width:960px) {
    #footer-bands {
        display: table-cell;
        width: 50%;
        text-align: center;
        vertical-align: middle
    }

    .footer-social {
        display: table;
        float: none;
        margin: auto;
        text-align: center
    }

    #footer-bands #footer-signup-input #txtEmailMask {
        max-width: 100%
    }

    #footer-signup-container {
        max-width: 100%
    }

    #mobile-header.mobile {
        display: none
    }
}

@media all and (max-width:660px) {
    #footer-signup .responsive-form {
        max-width: 500px
    }
}

@media all and (max-width:660px) {
    #footer-signup .responsive-form {
        max-width: 500px
    }
}

@media all and (min-width:551px)and (max-width:660px) {
    #footer-signup .responsive-form fieldset ul li p.textbox-mask {
        width: 300px !important
    }
}

@media all and (max-width:525px) {
    #footer-signup-container {
        margin-bottom: 0
    }

    #site-footer-container #social-media-container.hidden {
        display: block
    }

    #mobile-header.open .main-logo {
        width: 30px
    }

    #header-search fieldset .txt-search input {
        font-size: 16px
    }
}

@media all and (max-width:550px) {
    #footer-signup .responsive-form {
        max-width: 450px
    }

    #footer-signup .responsive-form fieldset {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

    #footer-signup .responsive-form fieldset ul {
        display: block
    }

    #footer-signup .responsive-form fieldset ul li {
        display: block;
        width: 90% !important;
        margin: 0 auto 15px
    }

    #footer-signup .responsive-form fieldset ul li:first-child {
        margin-right: auto
    }

    #footer-signup .responsive-form fieldset ul li:last-child {
        margin-top: 20px
    }

    #footer-signup .responsive-form fieldset ul li p.textbox-mask {
        width: 100% !important
    }

    #footer-signup .responsive-form fieldset ul li .button-container {
        text-align: center
    }

    #footer-signup .responsive-form fieldset ul li .button-container input.btn {
        margin: 0 !important
    }

    #footer-signup .responsive-form fieldset .warning-messages {
        width: 90% !important;
        margin: 0 15px;
        text-align: left
    }
}

@media screen and (max-width:495px) {
    .footer-social {
        width: 99%
    }
}

@media screen and (max-width:350px) {
    #mobile-header.open .main-logo {
        width: 0
    }
}

@media screen and (min-width:1025px) {
    #site-header .main-nav .level2 li a {
        font-size: 13px
    }

    #mobile-header {
        display: none
    }

}

@media screen and (min-width:961px)and (max-width:1024px) {
    #site-header {
        height: 70px
    }

    #header-search fieldset .txt-search {
        max-width: none
    }
}

picture.lazy img {
    background-image: url(../../images/async-loader.gif);
    background-repeat: no-repeat;
    background-position: center
}

picture img {
    height: auto
}

.overlay-helper {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.avlModal-container {
    position: absolute;
    top: 0;
    left: -9999px;
    display: none;
    max-width: 2000px
}

.avlModal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px
}

.avlModal .avlModal-wrapper {
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    opacity: 0;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -webkit-transform: scale(1.1) translateZ(0) perspective(800px) rotateX(0deg);
    -moz-transform: scale(1.1) translateZ(0) perspective(800px) rotateX(0deg);
    -ms-transform: scale(1.1) translateZ(0) perspective(800px) rotateX(0deg);
    -o-transform: scale(1.1) translateZ(0) perspective(800px) rotateX(0deg);
    transform: scale(1.1) translateZ(0) perspective(800px) rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.avlModal .avlModal-wrapper.no-trans {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.avlModal .avlModal-wrapper.show {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) perspective(800px) rotateX(0deg);
    -moz-transform: scale(1) translateZ(0) perspective(800px) rotateX(0deg);
    -ms-transform: scale(1) translateZ(0) perspective(800px) rotateX(0deg);
    -o-transform: scale(1) translateZ(0) perspective(800px) rotateX(0deg);
    transform: scale(1) translateZ(0) perspective(800px) rotateX(0deg)
}

.avlModal .avlModal-wrapper.hide {
    opacity: 0;
    -webkit-transform: scale(1.1) translateZ(0) perspective(800px) rotateX(0deg);
    -moz-transform: scale(1.1) translateZ(0) perspective(800px) rotateX(0deg);
    -ms-transform: scale(1.1) translateZ(0) perspective(800px) rotateX(0deg);
    -o-transform: scale(1.1) translateZ(0) perspective(800px) rotateX(0deg);
    transform: scale(1.1) translateZ(0) perspective(800px) rotateX(0deg)
}

.avlModal .avlModal-content {
    overflow: auto;
    height: 100%;
    min-height: 20px;
    -webkit-overflow-scrolling: auto
}

.avlModal .avlModal-content-wrapper {
    overflow: hidden
}

.avlModal .avlModal-content-wrapper ul.bullet-list {
    list-style-type: disc;
    padding-left: 30px
}

.avlModal .avlModal-content-wrapper ul.bullet-list li {
    margin-bottom: 10px;
    padding-left: 0
}

.avlModal .avlModal-content-wrapper li {
    padding-left: 5px
}

.avlModal .avlModal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    display: block;
    padding: 5px;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    line-height: 1
}

.avlModal #responsive-form-message .avlModal-close {
    top: 5px;
    right: 5px
}

.avlModal #responsive-form-message i#closeModalIcon {
    position: static;
    color: inherit
}

#quantitymodal .avlModal-buttons .primary-site-button,
#quantitymodal .avlModal-buttons .secondary-site-button {
    font-size: 12px;
    text-align: center
}

#quantitymodal #qty-item-image img {
    max-width: 90px
}

#quantitymodal .addon-quantity-label .quantity-note,
#quantitymodal .addon-quantity-label .bookmark-quantity-note {
    display: block
}

html.no-js body #content-container,
html.no-js body #page {
    overflow: hidden;
    font-size: 13px
}

#no-script,
#no-cookies {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff
}

#no-cookies {
    display: none
}

#no-script div,
#no-cookies div {
    margin: 0;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: initial;
    color: #d41f08
}

@media screen and (max-width:1024px) {

    #no-script div,
    #no-cookies div {
        font-size: 14px
    }
}

#announcement-bar,
#announcement-bar-secondary {
    position: relative;
    display: none;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eee;
    text-align: center;
    background-color: #666
}

#announcement-bar-secondary {
    background-color: #fff
}

#announcement-bar-secondary .announcement-bar-message,
#announcement-bar-secondary .announcement-bar-message a,
#announcement-bar-secondary .announcement-bar-message a:hover,
#announcement-bar-secondary .announcement-bar-dismiss a,
#announcement-bar-secondary .announcement-bar-dismiss a:hover {
    color: #000
}

#announcement-bar.high {
    background-color: #ffe8e6
}

#announcement-bar.medium {
    background-color: #6dbdd7
}

#announcement-bar.low {
    background-color: #dff0ff
}

.announcement-bar-message {
    display: table-cell;
    padding: 10px;
    width: 97%;
    vertical-align: middle;
    line-height: 16px;
    color: #fff;
    font-size: 14px
}

#announcement-bar .announcement-link,
#announcement-bar-secondary .announcement-link {
    font-weight: 500;
    text-decoration: underline
}

#announcement-bar .announcement-link:hover,
#announcement-bar-secondary .announcement-link:hover {
    text-decoration: underline
}

#announcement-bar-secondary .announcement-link,
#announcement-bar-secondary .announcement-link:hover {
    color: #000;
    font-weight: 500;
    text-decoration: underline
}

#announcement-bar .announcement-bar-dismiss,
#announcement-bar-secondary .announcement-bar-dismiss {
    position: absolute;
    right: 10px;
    top: 10px
}

#announcement-bar .announcement-bar-dismiss a,
#announcement-bar-secondary .announcement-bar-dismiss a {
    text-decoration-line: none !important
}

#announcement-bar.high .announcement-bar-message,
#announcement-bar.high .announcement-bar-dismiss a,
#announcement-bar.high .announcement-link {
    color: #db2828
}

#announcement-bar.medium .announcement-bar-message,
#announcement-bar.medium .announcement-bar-dismiss a,
#announcement-bar.medium .announcement-link {
    color: #000
}

#announcement-bar.low .announcement-bar-message,
#announcement-bar.low .announcement-bar-dismiss a,
#announcement-bar.low .announcement-link {
    color: #333
}

@media screen and (max-width:400px) {

    #announcement-bar .announcement-bar-message,
    #announcement-bar-secondary .announcement-bar-message {
        font-size: 9px
    }
}

#content-wrapper {
    z-index: 1;
    overflow: hidden;
    min-height: 350px;
    padding: 0 0 25px
}

.content-wrapper {
    z-index: 1;
    overflow: hidden;
    min-height: 0;
    padding: 60px 0
}

.content-wrapper p.intro {
    font-size: 18px;
    line-height: 32px;
    color: #000
}

#content-wrapper h1 {
    margin: 15px 0;
    font-size: 27px;
    font-weight: 700
}

#content-wrapper h1 a {
    color: #153268
}

#content-wrapper h2 {
    font-size: 25px;
    font-weight: 700
}

#content-wrapper hr {
    display: block;
    height: 8px;
    border: 0;
    background: transparent url(../../images/home/suboffer-bg-dot.png) 0 -2px
}

#content-wrapper p,
#content-wrapper li {
    font-size: 14px;
    line-height: 22px
}

#content-wrapper h3 {
    font-weight: 700
}

.italic {
    font-style: italic
}

.float-left {
    float: left
}

.float-right {
    float: right
}

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

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

.white {
    color: #fff
}

.filter-by {
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 9998;
    width: 140px;
    height: 37px;
    padding-top: 20px;
    color: #5d768e;
    text-align: center
}

.filter-by-clicked {
    border: 1px solid #ddd;
    border-bottom: 0;
    background-color: #eee
}

.datefilter {
    position: relative;
    z-index: 1;
    display: none;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #eee
}

.datefilter .input-container,
.datefilter .cancel-filter {
    float: left
}

.datefilter .input-error {
    position: absolute;
    top: 127px;
    left: 410px;
    display: none;
    padding-left: 20px;
    color: #900
}

.datefilter h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.datefilter p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #aaa;
    line-height: 20px;
    color: #666
}

.datefilter label {
    margin-right: 5px;
    font-weight: 700;
    color: #000
}

.datefilter .input-container {
    height: 30px;
    margin-right: 30px
}

.datefilter .button-container {
    float: right;
    width: 170px;
    margin-top: 3px;
    margin-left: 30px
}

.datefilter .cancel-filter {
    display: block;
    margin-top: 7px;
    margin-left: 10px;
    font-size: 11px;
    text-decoration: underline
}

.datefilter .cancel-filter:hover {
    text-decoration: underline
}

.data-table {
    width: 100%
}

.data-table th,
.data-table td {
    padding: 7px
}

.data-table th {
    border: 1px solid #ccc;
    font-weight: 700;
    color: #000;
    background-color: #eee
}

.data-table td {
    background-color: #fff
}

.data-table td,
.data-table tr {
    border: 1px solid #ccc
}

.data-table p {
    line-height: 18px
}

.data-table .highlighted-row {
    color: #000;
    background-color: #fafafa
}

.data-table .highlighted-error-row {
    background-color: #f9eeee
}

#total-row td {
    border-top: 2px solid #ddd;
    border-bottom: none;
    font-weight: 700
}

.form .section {
    padding: 0
}

.form .input-container,
.form .button-container {
    zoom: 1
}

.form .input-container {
    margin-bottom: 15px;
    line-height: 35px
}

.form .button-container {
    margin-top: 15px
}

.form label,
.form .textbox,
.form .checkbox,
.form .dropdown,
.form .additional,
.form .textarea {
    float: left
}

.form .textbox,
.form .dropdown,
.form .textarea {
    border: 1px solid #ccc;
    background-color: #fff
}

.form label {
    margin-right: 10px;
    text-align: right
}

.form .additional {
    margin-left: 15px;
    font-size: 11px;
    color: #999
}

.form .note {
    font-size: 13px;
    line-height: 18px;
    color: #333
}

.input {
    width: 250px;
    padding: 7px 10px;
    border: 1px solid #ccc;
    box-shadow: inset 0 3px 3px #f0f0f0
}

label {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 900;
    color: #555
}

.form p,
p {
    display: block;
    margin-bottom: 15px
}

.no-color {
    color: #fff !important
}

.finalized {
    margin-top: 20px
}

.form .highlighted-container {
    font-weight: 700;
    background-color: #f9eeee
}

.form .input-error {
    display: none;
    margin-left: 10px;
    color: #900
}

.success-message,
.error-message {
    line-height: 20px
}

.success-message {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    border: 2px solid #dfe6c8;
    font-weight: 700;
    color: #070;
    background-color: #f1f8d6
}

.error-message {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    border: 2px solid #f9dddd;
    font-weight: 700;
    color: #900;
    background-color: #f9eeee
}

.callout-message {
    display: block;
    margin-bottom: 15px;
    padding: 8px;
    font-size: 11px;
    line-height: 16px;
    color: #666;
    vertical-align: middle;
    background-color: #d8ebe9
}

.single-line {
    padding: 12px 8px;
    line-height: 18px
}

.callout-message img {
    float: left;
    margin: 7px 10px 0 3px
}

.single-line img {
    margin-top: 0 !important
}

.callout-message strong {
    color: #555
}

.callout-message u {
    text-decoration: underline
}

.textarea {
    padding: 8px;
    color: #555
}

.txt-shortdescript,
.txt-longdescript,
.txt-authorbio,
.txt-services,
.txt-keywords {
    width: 700px !important
}

.dropdown {
    padding: 7px;
    color: #555
}

.textbox {
    padding: 8px;
    color: #555
}

.txt-coupon {
    margin-right: 10px;
    padding: 3px
}

.hinted {
    color: #aaa
}

.txt-booktitle,
.textarea {
    width: 400px
}

.txt-faq-search {
    width: 360px
}

.txt-email,
.txt-password,
.txt-address {
    width: 300px
}

.textbox-sm {
    width: 200px;
    margin-left: 5px;
    padding: 2px
}

.txt-fullname {
    width: 250px
}

.txt-name,
.txt-taxID,
.txt-banknumber {
    width: 200px
}

.txt-coupon {
    width: 200px
}

.txt-creditcard {
    width: 175px
}

.txt-date,
.txt-isbn {
    width: 100px
}

.txt-phone {
    width: 150px
}

.txt-paypoint,
.txt-zipcode,
.txt-series,
.txt-imagecount {
    width: 60px
}

.txt-pagecount {
    width: 40px
}

.txt-cvv {
    width: 35px
}

.remove,
.delete {
    color: #b33
}

.add,
.edit {
    color: #070
}

a.button {
    display: inline-block;
    text-decoration: none
}

.button {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    background-color: #c65300;
    box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 RGBa(256, 256, 256, .5);
    cursor: pointer
}

.button:hover {
    background-color: #aa4e1c !important
}

.button:active,
.button.active {
    color: #e7e7e7 !important;
    background-color: #e77604 !important;
    box-shadow: inset 0 -1px 0 RGBa(256, 256, 256, .4)
}

.button.hero {
    padding: 12px 35px !important;
    font-size: 20px !important
}

.button.small {
    padding: 4px 8px;
    font-size: 10px !important;
    text-transform: uppercase
}

.button.red {
    border: 1px solid #8f2121 !important;
    background-color: #d93838 !important;
    text-shadow: 0 -1px 0 #8f2121 !important
}

.button.red:hover {
    background-color: #ee6565 !important
}

.button.red:active,
.button.red.active {
    color: #aaa !important;
    background-color: #b81b1b !important;
    box-shadow: inset 0 -1px 0 RGBa(256, 256, 256, .5)
}

.button.blue {
    border: 1px solid #253a61 !important;
    background-color: #446cb7 !important;
    text-shadow: 0 -1px 0 #253a61 !important
}

.button.blue:hover {
    background-color: #6c91d6 !important
}

.button.blue:active,
.button.blue.active {
    color: #aaa !important;
    background-color: #253a61 !important;
    box-shadow: inset 0 -1px 0 RGBa(256, 256, 256, .5)
}

.button.green {
    border: 1px solid #556417 !important;
    background-color: #a5bc48 !important;
    text-shadow: 0 -1px 0 #556417 !important
}

.button.green:hover {
    background-color: #bfd174 !important
}

.button.green:active,
.button.green.active {
    color: #aaa !important;
    background-color: #556417 !important;
    box-shadow: inset 0 -1px 0 RGBa(256, 256, 256, .5)
}

.button.hidden {
    display: none
}

.clear-both {
    clear: both
}

.overlay {
    top: 35px !important;
    z-index: 10000;
    display: none;
    width: 900px;
    min-height: 200px;
    background-color: #000;
    -webkit-box-shadow: 0 0 90px #000;
    -moz-box-shadow: 0 0 90px 5px #000
}

.overlay h5 {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 700;
    color: #313846;
    text-align: left;
    background-color: #ccc
}

.overlay h6 {
    font-size: 12px;
    color: #666
}

.overlay h6,
.overlay p {
    margin: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666
}

.overlay a {
    color: #ed8707;
    text-decoration: none
}

.overlay a:hover {
    color: #ed8707;
    text-decoration: underline
}

.overlay-close a {
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 12px;
    color: #777;
    text-decoration: none
}

.overlay-close a:hover {
    color: #000
}

.twitter-share-button {
    display: block;
    float: left;
    width: 115px !important
}

audio,
canvas,
video {
    *display: inline;
    *zoom: 1
}

html,
form,
body {
    width: 100%
}

html {
    overflow-x: hidden;
    font-size: 100%;
    text-align: center;
    background-color: #fff
}

body {
    text-align: center
}

.content-wrapper {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -m-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
    padding: 10px
}

#content-container #content .wrapper {
    background: #fff
}

#page {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin: 70px 0 0;
    transition: margin-top .5s
}

.isMobile #page {
    margin-top: 50px
}

@media(max-width:960px) {
    #page {
        margin-top: 50px
    }
}

::-webkit-scrollbar {
    z-index: 200;
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #d5d8dd
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #abacb1
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background: #9a9ba0
}

html.OverflowScrolling #slideout-content,
html.OverflowScrolling #mobile-help,
html.OverflowScrolling #site-navigation {
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch
}

body,
button,
input,
select,
textarea {
    font-family: open sans, arial, sans-serif;
    color: #000
}

::-moz-selection {
    color: #fff;
    background: #a6d1ce;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #a6d1ce;
    text-shadow: none
}

.mobile {
    display: none
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc
}

ins {
    color: #000;
    text-decoration: none;
    background: #ff9
}

mark {
    font-weight: 700;
    font-style: italic
}

pre,
code,
kbd,
samp {
    _font-family: 'courier new', monospace
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: "";
    content: none
}

small {
    font-size: 85%
}

sup {
    top: -.25em
}

sub {
    bottom: -.25em
}

dd {
    margin: 0 0 0 40px
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none
}

ul.disc-list {
    margin-bottom: 20px;
    margin-left: 25px;
    padding-left: 10px;
    list-style: disc
}

ul.disc-list li {
    margin-bottom: 5px
}

img {
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    cursor: pointer
}

legend {
    *margin-left: -7px;
    padding: 0;
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    *overflow: visible;
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    width: 14px;
    height: 14px;
    margin: 0
}

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

input[type=password] {
    font-family: arial
}

.responsive-form {
    text-align: left
}

td {
    vertical-align: top
}

.button {
    display: inline-block;
    margin: auto;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: padding-left .5s, padding-right .5s, margin-left .5s, margin-right .5s
}

.button:hover,
.button:active {
    color: #fff
}

.button-container {
    padding: 20px 0
}

.primary-page-button {
    padding: 8px 18px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: capitalize;
    background-color: #c65300;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, .3)
}

.primary-page-button:hover {
    background-color: #aa4e1c
}

.primary-page-button:active {
    background-color: #aa4e1c;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.primary-site-button,
.page-button {
    padding: 12px 50px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #fff !important;
    background-color: #c65300
}

.page-button {
    display: inline-block;
    margin-bottom: 5px;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    box-shadow: #5b8e29 0 -10px 10px inset
}

.primary-site-button:hover,
.primary-site-button:active {
    color: #fff !important;
    background-color: #aa4e1c;
    box-shadow: #ffa041 0 18px 18px inset
}

.page-button:hover,
.page-button:active {
    color: #fff !important;
    box-shadow: #5b8e29 0 10px 10px inset
}

@media(max-width:500px) {
    .button {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0
    }

    .primary-site-button {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 160% !important;
        font-weight: 600 !important
    }
}

.text-justify {
    text-align: justify
}

.rounded-corners {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.highlight {
    color: #ec8606
}

.float-container {
    overflow: hidden;
    width: 100%
}

.onchange {
    display: none;
    margin: 10px 0 0
}

.success-message,
.error-message,
.callout-message,
.attention-message,
.approval-message {
    display: block;
    padding: 12px;
    line-height: 20px
}

.error-message a,
.error-message a:hover {
    color: #900
}

.callout-message {
    border: 2px solid #dde2e8
}

.attention-message {
    margin-bottom: 20px;
    border: 2px solid #dde2e8;
    color: #fff;
    background-color: #900
}

.approval-message {
    border: 2px solid #eeb;
    background-color: #ffc
}

.session-error {
    display: none
}

.avlModal .avlModal-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.avlModal .async-screen,
.avlModal .async-loader {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.avlModal .async-screen {
    background-color: transparent;
    background-image: url(../../IMG/Async/screen.html);
    background-repeat: repeat
}

.avlModal .async-screen {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-position: 0 0
}

.avlModal .async-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    background-image: url(../../IMG/Async/loader.html);
    background-repeat: no-repeat;
    background-position: center 45px;
    -webkit-box-shadow: 0 1px 20px #000;
    -moz-box-shadow: 0 1px 20px #000;
    box-shadow: 0 1px 20px #000
}

.avlModal .async-loader {
    width: 130px;
    height: 70px;
    margin-top: -45px;
    margin-left: -75px;
    padding-top: 20px
}

.avlModal .async-loader h6,
#submit-coupon-screen .async-loader h6,
#place-order-screen .async-loader h6 {
    font-weight: 700;
    text-align: center
}

.avlModal .async-loader h6 {
    font-size: 14px
}

.avlModal .button {
    margin-left: 10px
}

.avlModal .secondary-site-button {
    float: none
}

.avlModal .modal-buttons {
    clear: both;
    margin: 20px 0 0;
    padding: 15px 0 10px;
    border-top: 1px solid #ccc;
    text-align: right
}

.left {
    position: relative;
    float: left
}

.right {
    position: relative;
    float: right
}

.half {
    width: 49%
}

@media(max-width:800px) {
    .half {
        width: 100%
    }
}

#site-container {
    width: 100%;
    text-align: center
}

#header-search #SearchButton {
    position: relative
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media(min-width:768px) {
    .col-sm-15 {
        float: left;
        width: 20%
    }
}

@media(min-width:992px) {
    .col-md-15 {
        float: left;
        width: 20%
    }
}

@media(min-width:1200px) {
    .col-lg-15 {
        float: left;
        width: 20%
    }
}

.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-40 {
    padding: 40px 0 50px
}

.ptb-50 {
    padding: 50px 0 60px
}

.ptb-60 {
    padding: 60px 0
}

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

.plr-10 {
    padding: 0 10px
}

.plr-15 {
    padding: 0 15px
}

.plr-20 {
    padding: 0 20px
}

.plr-40 {
    padding: 0 40px
}

.pl-0 {
    padding-left: 0
}

.pl-20 {
    padding-left: 20px
}

.pl-40 {
    padding-left: 40px
}

.plr-30desk-0tab {
    padding: 0 30px
}

.plr-15desk-0tab {
    padding: 0 15px
}

.margin-globalmessage,
.margin-globalmessagethanks {
    margin-top: 0;
    padding-top: 80px
}

@media all and (max-width:768px) {

    .plr-30desk-0tab,
    .plr-15desk-0tab {
        padding: 0
    }

    .mtb-0-sm {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .mb-0-sm {
        margin-bottom: 0 !important
    }
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.mp-0 {
    margin: 0;
    padding: 0
}

.p-0 {
    padding: 0 !important
}

.p-6 {
    padding: 6px !important
}

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

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

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

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

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

.pb-0,
.pb-0-tab-80 {
    padding-bottom: 0 !important
}

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

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

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

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

.pb-4per {
    padding-bottom: 4% !important
}

.pb-5per {
    padding-bottom: 5% !important
}

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

.pb-60 {
    padding-bottom: 60px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-110 {
    padding-bottom: 110px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pb-100desk-pb-0tab {
    padding-bottom: 100px
}

@media all and (max-width:768px) {
    .pb-100desk-pb-0tab {
        padding-bottom: 0
    }
}

@media all and (max-width:767px) {
    .pb-0-tab-80 {
        padding-bottom: 80px
    }
}

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

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

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

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

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

.pt-4per {
    padding-top: 4% !important
}

.pt-5per {
    padding-top: 5% !important
}

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

.pt-60 {
    padding-top: 60px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-100 {
    padding-top: 100px !important
}

.p-10 {
    padding: 20px
}

.p-15 {
    padding: 15px
}

.m-20 {
    margin: 20px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

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

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

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

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

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

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

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

.mb-60 {
    margin-bottom: 60px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

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

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

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

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

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

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

.mt-60 {
    margin-top: 60px !important
}

.mt-100 {
    margin-top: 100px !important
}

.margin0-auto {
    margin: 0 auto
}

.display-block {
    display: block
}

.clear-both {
    clear: both
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.border-blue {
    border: 1px solid #aacfd3
}

.box-shadow2px {
    box-shadow: 2px 2px 2px #888
}

.box-shadow4px {
    box-shadow: 4px 4px 4px #999
}

@media all and (max-width:1000px) {
    .clear-left-med {
        clear: left
    }
}

.fw-image-container {
    width: 100%;
    display: block
}

.w-100 {
    float: left;
    width: 100%
}

.rel {
    position: relative
}

.offset-top-guarantee {
    display: block;
    float: left;
    width: 100%;
    margin-top: -92px;
    text-align: center;
    margin-bottom: 10px
}

.ico-offset {
    position: relative;
    float: left;
    width: 100%;
    height: 1px
}

.ico-offset>img,
.ico-offset-icon {
    position: relative;
    display: block;
    margin: -130px auto 0
}

.section-padding-default {
    padding: 35px 0
}

#site-header .main-nav .level1 li a.ebooks-nav {
    text-transform: none
}

#site-header,
#mobile-header {
    position: fixed
}

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

@media screen and (max-width:1024px) {
    #site-header #header-search fieldset .txt-search {
        width: 230px
    }
}

ul.listcol-2 {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px
}

.listcol-2 li {
    display: inline;
    float: left;
    width: 50%
}

p {
    margin-bottom: 15px
}

p.line-height-short {
    line-height: 22px
}

a {
    font-weight: 700;
    color: #ad4d00;
    text-decoration: underline;
    cursor: pointer
}

a:hover {
    color: #834524
}

.container-fluid a,
.container a {
    color: #ad4d00
}

.container-fluid a:hover,
.container a:hover {
    color: #834524
}

#site-header .main-nav .level1 li a,
#site-header.open .link-logo,
#site-header .main-nav .level2 a,
#site-header .main-nav .level3 a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#header-menu .right-nav .nav-icons li a,
#header-menu .right-nav .nav-icons i {
    font-weight: 400
}

a img.img-responsive,
a img.icon {
    opacity: 100%
}

a img.img-responsive:hover,
a img.icon:hover {
    opacity: 73%
}

a.link-orange {
    color: #ad4d00 !important
}

a.link-ltorange,
.ltorange {
    color: #ec8606
}

a.link-white {
    color: #fff !important
}

a.link-tan {
    color: #f6f0d3 !important
}

a.link-black {
    color: #000 !important
}

a.link-blacknoline {
    color: #000 !important;
    text-decoration: none
}

a.link-orange:hover,
a.link-ltorange:hover {
    color: #c1701b !important
}

a.link-white:hover {
    color: #ccc !important
}

a.link-tan:hover {
    color: #e0dbc1 !important
}

a.link-black:hover {
    color: #444 !important
}

.underline {
    text-decoration: underline
}

.text-normal {
    font-weight: 400 !important
}

p.text-white,
p.text-white>a {
    color: #fff
}

p.larger {
    font-size: 125%
}

.font-xl125 {
    font-size: 1.25em
}

p.fine-print,
.fine-print {
    font-size: 12px;
    line-height: 17px
}

.text-shadow {
    text-shadow: 1px 1px 4px #000
}

.text-shadow-none {
    text-shadow: none !important
}

.blk-shadow {
    text-shadow: 2px 2px 7px #000
}

.title-bold {
    font-weight: 500
}

.title-bolder {
    font-weight: 700
}

.title-side {
    font-size: 16px;
    font-weight: 700
}

.subhead-bi {
    font-size: 130%;
    font-weight: 600;
    font-style: italic
}

ul.legalist {
    margin: 0 0 20px
}

ul.legalist2 {
    margin: 0 0 10px
}

ul.generic-list li,
ul.legalist li,
ul.legalist2 li {
    margin-bottom: 2px;
    margin-left: 25px;
    list-style-type: disc
}

ul.legalist2 li {
    list-style-type: circle
}

.legal-body p,
.legal-body li {
    font-size: 14px;
    line-height: 22px
}

#free-publishing-guides h3,
#templates h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px
}

.template-item {
    min-height: 190px
}

.template-item150 {
    min-height: 150px
}

@media all and (min-width:500px) {
    .template-item150 {
        min-height: 170px
    }
}

.template-item .btn-orange,
.template-item150 .btn-orange {
    font-size: 12px
}

#free-publishing-guides p,
#free-publishing-guides a {
    font-size: 14px;
    line-height: 22px
}

a.tdn {
    font-weight: 400;
    text-decoration: none
}

a.tdn:hover {
    text-decoration: underline
}

ol.num-list,
ol.number-list {
    list-style: decimal
}

ol.num-list li {
    margin-bottom: 20px;
    margin-left: 30px
}

ol.number-list li {
    margin-bottom: 15px
}

.article-divider {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc
}

.article-divider.short {
    margin-bottom: 30px;
    padding-bottom: 20px
}

.article-divider-2 {
    margin-bottom: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.article-divider.mp-0 {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc
}

.bg-img,
.bg-img-half {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.gray666 {
    color: #666
}

.white {
    color: #fff !important
}

.black {
    color: #000 !important
}

.orange,
.dk-orange {
    color: #ad4d00 !important
}

.dker-orange {
    color: #a84b00
}

.grey {
    color: #525260
}

.red {
    color: #b20000
}

.green {
    color: #bbc949
}

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

.blue {
    background: #eaf4f8
}

.bg-blue {
    background-color: #2b7e92 !important
}

.bg-lt-blue {
    background-color: #ebf5f5
}

.bg-lt-blue-2 {
    background-color: #e1edf4
}

.bg-dk-blue {
    background-color: #212733
}

.bg-dk-blue2 {
    background-color: #193755
}

.bg-hebrew-blue {
    background-color: #01286f
}

.bg-comic-blue {
    background-color: #0471ce
}

.bg-cream {
    background-color: #f2f0e5
}

.bg-ltcream {
    background-color: #f9f8f3
}

.bg-tan {
    background-color: #ebe4d1
}

.bg-tan-lt {
    background-color: #f0f0e1
}

.bg-brown {
    background-color: #8a754f
}

.bg-grey {
    background-color: #77756e
}

.bg-lt-grey {
    background-color: #f8f7f6
}

.bg-lt-grey2 {
    background-color: #f8f8f8
}

.bg-homebs-grey {
    background-color: #efebea
}

.bg-green {
    background-color: #4d5e38
}

.bg-lt-green {
    background-color: #6c7e2b
}

.bg-lt-green2 {
    background-color: #cce7d3
}

.bg-green-new {
    background-color: #81773a
}

.bg-orange {
    background-color: #ad6206
}

@media all and (max-width:991px) {
    .text-black-mobile {
        color: #000 !important;
        text-shadow: none !important
    }
}

.bg-md-grey {
    padding: 45px 0;
    border-top: 4px #f2f0e5 solid;
    background: #f2f0e5
}

.bt-0 {
    border-top: 0
}

.bg-poetry {
    background-image: url(../../images/poetry-hero2.jpg)
}

.bg-poetry-s-1 {
    background-image: url(../../images/poetry-quad1.jpg)
}

.bg-poetry-s-2 {
    background-image: url(../../images/poetry-quad2.jpg)
}

.bg-poetry-2 {
    background-image: url(../../images/poetry-weathered-bkgrd.jpg)
}

.bg-romance {
    background-image: url(../../images/romance-hero.jpg)
}

.bg-romance-s-1 {
    background-image: url(../../images/romance-quad1.jpg)
}

.bg-romance-s-2 {
    background-image: url(../../images/romance-quad2.jpg)
}

.bg-coloring-book-printing {
    background-image: url(../../images/coloring-book-hero.jpg)
}

.bg-brown-coloringbook {
    background-color: #807a5a
}

.bg-amazonpriority {
    background-image: url(../../images/ebooks-hero4.jpg)
}

.bg-whatwedo {
    background-image: url(../../images/what-we-do-hero.jpg)
}

.bg-bookmarketing {
    background-image: url(../../images/book-marketing-services/book-marketing-hero.jpg)
}

.bg-marketing-sweeps-thanks {
    background-image: url(../../images/book-marketing-sweepstakes-thanks.jpg)
}

.bg-prowritingaid-thanks {
    background-image: url(../../images/prowritingaid-thanks-hero.jpg)
}

.bg-templates {
    background-image: url(../../images/templates/templates-hero.jpg)
}

.bg-govt {
    background-image: url(../../images/government-hero.jpg)
}

.bg-singlebook-musicians {
    background-image: url(../../images/single-book-printing-musician.jpg)
}

.bg-reviews {
    background-image: url(../../images/customer-reviews-hero.jpg)
}

.bg-query-editing {
    background-image: url(../../images/book-editing/query-editing-hero.jpg)
}

.bg-copy-editing {
    background-image: url(../../images/copy-editing-hero.jpg)
}

.bg-line-editing {
    background-image: url(../../images/line-editing-hero.jpg)
}

.bg-proofreading {
    background-image: url(../../images/proofreading-hero.jpg)
}

.bg-offset {
    background-image: url(../../images/offset-printing-hero.jpg)
}

.bg-offsetchart {
    background-image: url(../../images/offset-chart-bkgrd.jpg)
}

.bg-shipping {
    background-image: url(../../images/shipping-hero.jpg)
}

.bg-bookshop-hero {
    background-image: url(../../images/bookshop-hero.jpg)
}

.bg-cspp-1 {
    background-image: url(../../images/complete-selfpub-quadpod.jpg)
}

.bg-cspp-2 {
    background-image: url(../../images/complete-selfpub-quadebook.jpg)
}

.bg-cspp-3 {
    background-image: url(../../images/complete-selfpub-quadprint.jpg)
}

.bg-cspp-4 {
    background-image: url(../../images/complete-selfpub-design.jpg)
}

.bg-cspp-5 {
    background-image: url(../../images/complete-selfpub-quadfb.jpg)
}

.bg-cspp-bookshop {
    background-image: url(../../images/complete-selfpub-quadbookshop.jpg)
}

.bg-cspp-bookshopbundle {
    background-image: url(../../images/complete-selfpub-quadbookshopbundle.jpg)
}

.bg-cspp-bookshopkids {
    background-image: url(../../images/complete-selfpub-quadbookshopkids.jpg)
}

.bg-cspp-stack {
    background-image: url(../../images/childrens-book-self-pub-quadstack.jpg)
}

.bg-cspp-childpod {
    background-image: url(../../images/childrens-book-self-pub-quadpod.jpg)
}

.bg-cspp-childformat {
    background-image: url(../../images/childrens-book-self-pub-quadformat.jpg)
}

.bg-cspp-childdesign {
    background-image: url(../../images/childrens-book-self-pub-quaddesign.jpg)
}

.bg-cspp-edist {
    background-image: url(../../images/complete-selfpub-quadedist.jpg)
}

.bg-cspp-pdist {
    background-image: url(../../images/complete-selfpub-quadpdist.jpg)
}

.bg-cspp-isbn {
    background-image: url(../../images/complete-selfpub-quadisbn.jpg)
}

.bg-cspp-edit {
    background-image: url(../../images/complete-selfpub-quadedit.jpg)
}

.bg-hcbp-1 {
    background-image: url(../../images/hardcover-quad-children.jpg)
}

.bg-hcbp-2 {
    background-image: url(../../images/hardcover-quad-prod.jpg)
}

.bg-hcbp-3 {
    background-image: url(../../images/hardcover-quad-shipping.jpg)
}

.bg-bpquad-1 {
    background-image: url(../../images/book-printing-quad-shop.jpg)
}

.bg-bpquad-2 {
    background-image: url(../../images/book-printing-quad-service.jpg)
}

.bg-bpquad-3 {
    background-image: url(../../images/book-printing-quad-prep.jpg)
}

.bg-bpquad-4 {
    background-image: url(../../images/book-printing-quad-build.jpg)
}

.bg-bpquad-5 {
    background-image: url(../../images/book-printing-quad-single.jpg)
}

.bg-bpquad-staff {
    background-image: url(../../images/book-printing-quad-staff.jpg)
}

.bg-bpquad-royalties {
    background-image: url(../../images/book-printing-quad-royalties.jpg)
}

.bg-perfect-quad-1 {
    background-image: url(../../images/perfectbound-quad1.jpg)
}

.bg-perfect-quad-2 {
    background-image: url(../../images/perfectbound-quad2.jpg)
}

.bg-perfect-quad-3 {
    background-image: url(../../images/perfectbound-quad3.jpg)
}

.bg-perfect-quad-4 {
    background-image: url(../../images/perfectbound-quad4.jpg)
}

.bg-case-quad-1 {
    background-image: url(../../images/casebound-quad1.jpg)
}

.bg-case-quad-2 {
    background-image: url(../../images/casebound-quad2.jpg)
}

.bg-case-quad-3 {
    background-image: url(../../images/casebound-quad3.jpg)
}

.bg-case-quad-4 {
    background-image: url(../../images/casebound-quad4.jpg)
}

.bg-book-formatting {
    background-image: url(../../images/formatting-hero.jpg)
}

.bg-ebook-formatting {
    background-image: url(../../images/ebook-formatting-hero.jpg)
}

.bg-wholesale-book-printing2 {
    background-image: url(../../images/wholesale/wholesale-hero2.jpg)
}

.bg-ebook-conversion {
    background-image: url(../../images/ebook-conversion-tips-hero.jpg)
}

.bg-meta {
    background-image: url(../../images/metadata-optimization-hero.jpg)
}

.bg-fantasy {
    background-image: url(../../images/fantasy-hero-img.jpg)
}

.bg-fantasy-s-1 {
    background-image: url(../../images/fantasy-quad1.jpg)
}

.bg-christian {
    background-image: url(../../images/christian-hero2.jpg)
}

.bg-christian-1 {
    background-image: url(../../images/christian-people.jpg)
}

.bg-christian-2 {
    background-image: url(../../images/christian-candles.jpg)
}

.bg-selfhelp {
    background-image: url(../../images/selfhelp-hero.jpg)
}

.bg-selfhelp-sky {
    background-image: url(../../images/selfhelp-sky.jpg)
}

.bg-textbook {
    background-image: url(../../images/textbook-hero.jpg)
}

.bg-textbook-blue {
    background-color: #002168
}

.bg-textbook-quad1 {
    background-image: url(../../images/textbook-quad1.jpg)
}

.bg-mystery {
    background-image: url(../../images/mystery-hero.jpg)
}

.bg-mystery-quad1 {
    background-image: url(../../images/mystery-quad1.jpg)
}

.bg-mystery-quad2 {
    background-image: url(../../images/mystery-quad2.jpg)
}

.bg-copy-editing-quad {
    background-image: url(../../images/copy-editing-quad.jpg)
}

.bg-line-editing-quad {
    background-image: url(../../images/line-editing-quad.jpg)
}

.bg-proofreading-quad {
    background-image: url(../../images/proofreading-quad.jpg)
}

.bg-display-social-quad {
    background-image: url(../../images/display-quad-social.jpg)
}

.bg-mystery-makings {
    min-height: 500px;
    background-image: url(../../images/mystery-hoodie.jpg)
}

.bg-book-cover-design {
    background-image: url(../../images/book-cover-design-hero.jpg)
}

.bg-editing {
    background-image: url(../../images/editing-editor-hero.jpg)
}

.bg-book-design {
    background-image: url(../../images/book-design-hero.jpg)
}

.bg-learn {
    background-image: url(../../images/learn-hero.jpg)
}

.mystery-makings-headlinepad {
    padding-top: 160px
}

.bg-business {
    background-image: url(../../images/business-hero.jpg)
}

.bg-business-quad1 {
    background-image: url(../../images/business-quad1.jpg)
}

.bg-business-quad2 {
    background-image: url(../../images/business-quad2.jpg)
}

.bg-uk {
    background-image: url(../../images/uk-sellusa-hero.jpg)
}

.bg-uk-thanks {
    background-image: url(../../images/uk-sellusa-thanks-hero.jpg)
}

.bg-kickstarter {
    background-image: url(../../images/kickstarter-hero.jpg)
}

.bg-hardcover {
    background-image: url(../../images/hardcover-hero-legacy.jpg)
}

.bg-novel-printing {
    background-image: url(../../images/novel-hero2.jpg)
}

.bg-childrens-book-printing {
    background-image: url(../../images/childrens-books-hero2.jpg)
}

.bg-speakers {
    background-image: url(../../images/professional-speaking-for-authors-hero.jpg)
}

.bg-paperback {
    background-image: url(../../images/paperback-hero-light.jpg)
}

.bg-thanks-quad {
    background-image: url(../../images/thanks-quad-steven.jpg)
}

.bg-abp-s-2 {
    background-image: url(../../images/artbooks-quad1.jpg)
}

.bg-graphic-quad1 {
    background-image: url(../../images/graphic-novel-quad1.jpg)
}

.bg-comic-quad1 {
    background-image: url(../../images/comic-books-quad1.jpg)
}

.bg-comic-quad2 {
    background-image: url(../../images/comic-books-quad2.jpg)
}

.bg-hebrew {
    background-image: url(../../images/hebrew-books-hero.jpg)
}

.bg-hebrew-quad1 {
    background-image: url(../../images/hebrew-books-quad2.jpg)
}

.bg-hebrew-quad2 {
    background-image: url(../../images/hebrew-books-quad1.jpg)
}

.bg-pbp-s-2 {
    background-image: url(../../images/photobooks-quad1.jpg)
}

.bg-pbp-s-3 {
    background-image: url(../../images/photobooksmusic-quad1.jpg)
}

.bg-cbp-1 {
    background-image: url(../../images/childrens-books-quad1.jpg)
}

.bg-cbp-2 {
    background-image: url(../../images/childrens-books-quad2.jpg)
}

.bg-cbp-testimonial {
    background-image: url(../../images/childrens-books-bob.jpg)
}

.bg-cb-testimonial {
    background-image: url(../../images/cookbooks-jeanine.jpg)
}

.bg-cb-1 {
    background-image: url(../../images/cookbooks-chef.jpg)
}

.bg-cb-2 {
    background-image: url(../../images/cookbooks-chef-cooking.jpg)
}

.bg-book-editing {
    background-image: url(../../images/book-editing/book-editing-hero.jpg)
}

.bg-book-editing-2 {
    background-image: url(../../images/book-editing/book-editing-bottomcallout.jpg)
}

.bg-bp2-1 {
    background-image: url(../../images/booklet-printing-quad1.jpg)
}

.bg-bp2-2 {
    background-image: url(../../images/booklet-printing-quad2.jpg)
}

.bg-colorbp-1 {
    background-image: url(../../images/coloring-book-quad1.jpg)
}

.bg-colorbp-2 {
    background-image: url(../../images/coloring-book-quad2.html)
}

.bg-bookmarks-heroimage {
    background-image: url(../../images/custom-bookmark-posters-hero.jpg)
}

.bg-bookmarks-1 {
    background-image: url(../../images/custom-bookmarks-posters-quad1.jpg)
}

.bg-bookmarks-2 {
    background-image: url(../../images/custom-bookmarks-posters-quad2.jpg)
}

.bg-home-hero {
    background-image: url(../../images/home/home-hero.jpg)
}

.bg-about {
    background-image: url(../../images/about-hero-team.jpg)
}

.bg-ebooks {
    background-image: url(../../images/ebooks-hero.jpg)
}

.bg-ebook-distribution {
    background-image: url(../../images/ebook-distribution-hero.jpg)
}

.bg-wood-panel {
    background-color: #212733
}

.bg-wood-2 {
    background-image: url(../../images/photobooks-woodbkgrd.jpg)
}

.bg-coupons {
    background-image: url(../../images/coupons-and-deals-hero.jpg)
}

.bg-single-book {
    background-image: url(../../images/single-book-printing-hero.jpg)
}

.bg-fixedlayout {
    background-image: url(../../images/fixed-layout-hero.jpg)
}

.bg-translation {
    background-image: url(../../images/translation-hero.jpg)
}

.bg-translation-quad {
    background-image: url(../../images/translation-quad-experts.jpg)
}

.bg-blue-books {
    background-image: url(../../images/book-printing-premiumbkgrd.jpg);
    background-position: 50%
}

.bg-guarantee {
    padding-bottom: 90px;
    border-bottom: solid 2px #a9a59d;
    background-image: url(../../images/guarantee-hero.jpg)
}

.bg-art-book-printing {
    background-image: url(../../images/artbooks-hero-image.jpg)
}

.bg-graphic-novel {
    background-image: url(../../images/graphic-novel-hero.jpg)
}

.bg-comic {
    background-image: url(../../images/comic-books-hero.jpg)
}

.bg-hebrew {
    background-image: url(../../images/hebrew-books-hero.jpg)
}

.bg-photo-book-printing {
    background-image: url(../../images/photobooks-hero-image.jpg)
}

.bg-photo-book-printingmusic {
    background-image: url(../../images/photobook-musicians-hero.jpg)
}

.bg-how-to-make-a-book {
    background-image: url(../../images/how-to-make-a-book/how-to-make-a-book-hero.jpg)
}

.bg-how-to-make-an-ebook {
    background-image: url(../../images/how-to-make-an-ebook/how-to-make-an-ebook-hero.jpg)
}

.bg-friends-of-bookbaby,
.bg-bookbaby-partnership-opportunities {
    background-image: url(../../images/partner-hero.jpg)
}

.bg-bb-vs-createspace {
    background-image: url(../../images/bookbaby-vs-createspace-hero.jpg)
}

.bg-bb-vs-cfp {
    background-image: url(../../images/bookbaby-vs-cfb-hero.jpg)
}

.bg-print-on-demand {
    background-image: url(../../images/pod-hero.jpg)
}

.bg-pod-6 {
    background-image: url(../../images/making-the-most-of-pod-callout.jpg)
}

.bg-cookbooks {
    background-image: url(../../images/cookbooks-hero-image.jpg)
}

.bg-cb-3 {
    background-image: url(../../images/cookbooks-quad-zesty.jpg)
}

.bg-affiliate-program {
    background-image: url(../../images/affiliates-mainimage.jpg)
}

.bg-ebooks-press-release {
    background-image: url(../../images/ebooks-press-release-hero.jpg)
}

.bg-children-selfpub {
    background-image: url(../../images/childrens-book-self-pub-hero.jpg)
}

.bg-csp-1-3 {
    background-image: url(../../images/complete-selfpub-hero-heart.jpg)
}

.bg-trybeforebuy {
    background-image: url(../../images/try-before-buy-hero.jpg)
}

.bg-publishers {
    background-image: url(../../images/book-production-for-publishers-hero.jpg)
}

.bg-copyrights {
    background-image: url(../../images/copyrights-hero.jpg)
}

.bg-perfectbound {
    background-image: url(../../images/perfectbound-hero.jpg)
}

.bg-casebound {
    background-image: url(../../images/casebound-hero.jpg)
}

.bg-destructive {
    background-image: url(../../images/destructive-book-scanning-hero.jpg)
}

.bg-working-with-bookbaby {
    background-image: url(../../images/working-with-bookbaby-hero.jpg)
}

.bg-book-distribution {
    background-image: url(../../images/book-distribution-hero.jpg)
}

.bg-yearbooks {
    background-image: url(../../images/yearbooks-hero-image2.jpg)
}

.bg-masterwriter {
    background-image: url(../../images/masterwriter.jpg)
}

.bg-sell-your-book {
    background-image: url(../../images/sell-your-book-hero.jpg)
}

.bg-np-1 {
    background-image: url(../../images/novel-quad1.jpg)
}

.bg-np-2 {
    background-image: url(../../images/novel-quad2.jpg)
}

.bg-np-3 {
    background-image: url(../../images/novel-quad3.jpg)
}

.bg-yb-1 {
    background-image: url(../../images/yearbooks-quad1.jpg)
}

.bg-yb-2 {
    background-image: url(../../images/yearbooks-quad2.jpg)
}

.bg-book-trim {
    background-image: url(../../images/book-trim-sizes/book-printing-options-hero.jpg)
}

.no-js .bg-isbn,
.no-webp .bg-isbn {
    background-image: url(../../images/isbn-hero.jpg)
}

.webp .bg-isbn {
    background-image: url(../../images/isbn-hero.webp)
}

.bg-apg-thanks {
    min-height: 400px;
    background-image: url(../../images/request-all-guides-thanks.jpg)
}

.bg-pb-1 {
    background-image: url(../../images/paperback-books-quad1.jpg)
}

.bg-pb-3 {
    background-image: url(../../images/paperback-books-quad3.jpg)
}

.bg-pb-4 {
    background-image: url(../../images/paperback-books-quad4.jpg)
}

.bg-g-christian {
    background-image: url(../../images/christian-book-success.png)
}

.bg-g-poetry {
    background-image: url(../../images/poetry-sample-book.png)
}

.bg-g-fantasy {
    background-image: url(../../images/fantasy-sample-book.png)
}

.bg-editing-sweeps {
    background-image: url(../../images/book-editing-sweeps-hero.jpg)
}

.bg-editing-sweeps-thanks {
    background-image: url(../../images/request-editing-sweeps-hero.jpg)
}

.bg-bookstyles-hero {
    background-image: url(../../images/book-styles/book-styles-hero.jpg)
}

.bg-amazon {
    background-image: url(../../images/amazon-hero.jpg)
}

.bg-partner-ref {
    background-image: url(../../images/partner-referral-hero.jpg)
}

.bg-contact {
    background-image: url(../../images/contact-hero.jpg)
}

.bg-pubpartner {
    background-image: url(../../images/publishing-partner-program-hero.jpg)
}

.bg-whatisselfpub {
    background-image: url(../../images/what-is-self-publishing-hero.jpg)
}

.bg-cosynd {
    background-image: url(../../images/cosynd-hero.jpg)
}

.bg-home-heroquad {
    background-image: url(../../images/home/home-hero-authorhalf.jpg)
}

.bg-book-printing {
    background-image: url(../../images/book-printing-hero-print.jpg)
}

.bg-editing-competitors {
    background-image: url(../../images/editing-competitors-hero.jpg)
}

.no-js .bg-book-printing-dk,
.no-webp .bg-book-printing-dk {
    background-image: url(../../images/book-printing-hero-print-dark.jpg)
}

.webp .bg-book-printing-dk {
    background-image: url(../../images/book-printing-hero-print-dark.webp)
}

.bg-editing-quality {
    background-image: url(../../images/editing-quality-xl.jpg);
    background-position: center;
    background-size: cover;
}

@media all and (min-width:1500px) {
    .bg-editing-quality {
        background-image: url(../../images/editing-quality-xl.jpg);
        background-position: center;
        background-size: cover;
    }
    
}

.bg-editing-guide-quad {
    background-image: url(../../images/editing-quad-guide.jpg)
}

.bg-design-quad {
    background-image: url(../../images/book-design-quad-shelf.jpg)
}

.no-js .bg-lpp,
.no-webp .bg-lpp {
    background-image: url(../../images/books-pattern.jpg)
}

.webp .bg-lpp {
    background-image: url(../../images/books-pattern.webp)
}

@media all and (max-width:991px) {

    .bg-ebooks,
    .bg-print-on-demand,
    .bg-paperback,
    .bg-single-book,
    .bg-coloring-book-printing,
    .bg-business,
    .bg-mystery,
    .bg-novel-printing,
    .bg-christian,
    .bg-fixedlayout,
    .bg-cb-testimonial,
    .bg-fantasy,
    .bg-childrens-book-printing,
    .bg-book-printing,
    .bg-children-selfpub,
    .bg-perfectbound,
    .bg-editing-competitors,
    .bg-partner-ref,
    .bg-selfhelp,
    .bg-hardcover {
        background-color: #ebf5f5;
        background-image: none
    }

    .bg-csp-1-3,
    .bg-book-cover-design,
    .bg-cookbooks,
    .bg-yearbooks {
        background-color: #212733;
        background-image: none
    }

    .bg-textbook {
        background-image: url(../../images/textbook-hero-tablet.jpg)
    }

    .bg-uk {
        background-image: url(../../images/uk-sellusa-hero-tablet.jpg)
    }

    .bg-templates {
        background-image: url(../../images/templates/templates-hero-tablet.jpg)
    }

    .bg-bookmarks-heroimage {
        background-image: url(../../images/custom-bookmark-posters-hero-tablet.jpg)
    }

    .bg-graphic-novel {
        background-image: url(../../images/artbooks-hero-image.jpg)
    }

    .bg-comic {
        background-image: url(../../images/comic-books-hero-tablet.jpg)
    }

    .bg-hebrew {
        background-image: url(../../images/hebrew-books-hero-tablet.jpg)
    }

    .bg-mystery-quad1 {
        background-image: url(../../images/mystery-quad1-mobile.jpg)
    }

    .bg-mystery-quad2 {
        background-image: url(../../images/mystery-quad2-mobile.jpg)
    }

    .bg-graphic-novel {
        background-image: url(../../images/graphic-novel-hero-tablet.jpg)
    }

    .bg-photo-book-printing {
        background-image: url(../../images/photobooks-hero-image-tablet.jpg)
    }

    .bg-pubpartner {
        background-image: url(../../images/publishing-partner-program-hero-tablet.jpg)
    }

    .bg-poetry {
        background-image: url(../../images/poetry-hero2-tablet.html)
    }

    .bg-contact {
        background-image: url(../../images/contact-hero-tablet.jpg)
    }

    .bg-copy-editing {
        background-image: url(../../images/copy-editing-hero-tablet.jpg)
    }

    .bg-line-editing {
        background-image: url(../../images/line-editing-hero-tablet.jpg)
    }

    .bg-proofreading {
        background-image: url(../../images/proofreading-hero-tablet.jpg)
    }

    .bg-coupons {
        background-image: url(../../images/coupons-and-deals-hero-tablet.jpg)
    }

    .no-js .bg-isbn,
    .no-webp .bg-isbn {
        background-image: url(../../images/isbn-hero-tablet.jpg)
    }

    .webp .bg-isbn {
        background-image: url(../../images/isbn-hero-tablet.webp)
    }
}

.bg-img-genre {
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    width: 70%;
    height: inherit;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain
}

.hero-image-tab {
    display: block;
    width: 100%
}

.hero-image-tab img {
    width: 100%;
    height: auto
}

#contract {
    margin-right: 20px;
    margin-left: 20px
}

.ty-aside {
    margin-left: 20px
}

.fpg-item,
.fpg-item>div {
    padding-right: 0;
    padding-left: 0
}

.free-guide-img>img {
    display: block
}

.book-item {
    margin-bottom: 20px
}

.book-item p {
    margin-bottom: 5px
}

.book-item p.book-item-title-paper-stock {
    padding-bottom: 5px !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 18px !important;
    text-align: center
}

.book-item p.book-item-title-paper-stock-weight {
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    text-align: center
}

.book-item p.book-item-title-paper-stock-details {
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.pb-title {
    font-size: 115%;
    font-weight: 700
}

.btn-orange {
    border-radius: 6px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    background-color: #c65300;
    cursor: pointer
}

.primary-site-button {
    background-color: #c65300 !important
}

.primary-site-button:hover,
.primary-site-button:active {
    color: #fff !important;
    background-color: #aa4e1c !important
}

.btn-orange:hover {
    background-color: #aa4e1c
}

.btn-center {
    position: relative;
    display: inline-block;
    float: none;
    margin: 20px auto;
    text-align: center;
    background: 0 0;
    background-color: #c65300
}

.col-half {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%
}

.col-half.center {
    width: 45%;
    margin-right: 27.5%;
    margin-left: 27.5%
}

.bg-lt-blue .row .row,
.bg-md-grey .row .row {
    margin-right: 15px;
    margin-left: 15px
}

.container .jumbotron,
.container-fluid .jumbotron {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

@media all and (min-width:1025px) {

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .jumbotron .title {
        font-size: 52px;
        line-height: 62px;
        letter-spacing: .5px
    }

    .jumbotron .subtitle {
        font-size: 26px;
        line-height: 36px
    }
}

.jumbotron {
    text-align: center
}

.jumbotron.light {
    background-color: transparent
}

.jumbotron.light h1,
.jumbotron.light h2,
.jumbotron.light h3,
.jumbotron.light p,
.jumbotron.light a {
    color: #fff
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    max-height: 420px
}

.jumbotron .subtitle,
.jumbotron .subhead,
#free-guide .title {
    font-family: open sans, sans-serif
}

.jumbotron .title,
h2.title-bold,
.title-thin,
#footer-signup h2,
h1.alt {
    font-family: zilla slab, serif;
    font-weight: 500 !important
}

.zilla {
    font-family: zilla slab, serif !important
}

.opensans {
    font-family: open sans, sans-serif !important
}

.title-thin {
    text-transform: uppercase
}

.jumbotron .subhead {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 29px;
    color: #fff
}

.jumbotron .subhead {
    margin: 20px 0
}

.jumbotron .title,
.jumbotron .subtitle,
#free-guide .title {
    font-weight: 500;
    font-style: normal !important;
    text-shadow: 1px 1px 4px #000
}

.jumbotron .subtitle {
    margin-bottom: 25px
}

.jumbotron .title.no-shadow,
.jumbotron .subtitle.no-shadow {
    text-shadow: none
}

.bg-error .jumbotron {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.error-title {
    font-family: open sans, sans-serif;
    font-weight: 700;
    color: #333
}

.errorsub {
    font-weight: 400
}

.no-shadow {
    text-shadow: none !important
}

.jumbotron .link>a {
    font-weight: 700;
    color: #333;
    text-decoration: underline
}

.jumbotron .link>a:hover {
    color: #555
}

.jumbotron .link>a.white-link,
#slider a.white-link {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    text-shadow: 1px 1px 4px #000
}

.jumbotron .link>a.white-link:hover,
#slider a.white-link:hover {
    color: #ffe599;
    text-shadow: none
}

a.link-white-nodec,
a.link-white-nodec:hover {
    color: #fff;
    text-decoration: none
}

.jumbotron .link>a.link-white {
    color: #fff;
    text-shadow: 1px 1px 4px #000
}

.jumbotron .link>a.link-white:hover {
    color: #ff8000
}

a.link-white {
    color: #fff;
    text-shadow: 1px 1px 4px #000
}

a.link-white:hover {
    color: #e9e5d2;
    text-shadow: 1px 1px 4px #000
}

.container-fluid.bg-lt-blue-2 .jumbotron {
    float: left
}

@media all and (max-width:1024px) {
    .container-fluid.bg-lt-blue-2 .jumbotron {
        padding: 70px 0 35px
    }

    .margin-globalmessage,
    .margin-globalmessagethanks {
        margin-top: 0;
        padding-top: 40px
    }
}

@media all and (max-width:768px) {
    .container-fluid.bg-lt-blue-2 .jumbotron {
        padding: 60px 0 35px
    }

    .text-black-mobile768 {
        color: #000 !important;
        text-shadow: none !important
    }

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

.h1-leadin,
p.h1-leadin {
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 600;
    color: #666
}

h1.alt,
h2.ebookdistrib {
    margin: 10px auto 20px;
    font-weight: 500;
    color: #333
}

h2.alt {
    font-weight: 400;
    color: #333
}

h2.title {
    font-family: open sans, sans-serif
}

h2.semibold {
    font-weight: 600
}

.condensed {
    font-family: open sans, sans-serif;
    font-weight: 300;
    color: #666
}

.brandguide-subhead {
    margin: 0 0 0 10px;
    font-family: open sans, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 29px;
    color: #555;
    text-align: left;
    text-transform: uppercase
}

.bitter-container {
    float: left;
    min-width: 250px;
    margin: -70px 0 0 -20px;
    padding: 10px;
    background: #3e3b31
}

.logo-box,
.palette {
    margin-top: 85px;
    border: 1px solid #ccc;
    background: #fff
}

.logo-box .bitter-container {
    min-width: 250px
}

.palette .bitter-container {
    min-width: 180px
}

.el-logo {
    padding-top: 20px;
    padding-bottom: 20px
}

.el-color {
    display: block;
    min-width: 98px
}

.el-color .example {
    float: none;
    width: 75px;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
    border: 1px solid #000
}

.bg-label {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 17px;
    color: #666
}

.download-formats {
    position: relative;
    display: block;
    width: 152px;
    margin: 5px auto;
    text-align: center
}

.download {
    display: block;
    float: left;
    height: 30px;
    margin-right: 16px;
    padding-left: 16px;
    font-size: 11px;
    font-weight: 700;
    background: transparent url(../images/brandGuidelines-download.png) no-repeat 0 2px
}

.success-subheader {
    font-weight: 700
}

p.subhead {
    font-size: 130%;
    font-weight: 600
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.c {
    position: relative
}

.c-300 .c {
    height: 300px
}

.c-400 .c {
    height: 400px
}

.c-500 .c {
    height: 500px
}

.c-600 .c {
    height: 600px
}

.c-700 .c {
    height: 700px
}

.c-800 .c {
    height: 800px
}

.c-900 .c {
    height: 900px
}

.c-1000 .c {
    height: 1000px
}

.c-1100 .c {
    height: 1100px
}

.c-300 .bg-img-half {
    height: 300px
}

.c-400 .bg-img-half {
    height: 400px
}

.c-500 .bg-img-half {
    height: 500px
}

.c-600 .bg-img-half {
    height: 600px
}

.c-700 .bg-img-half {
    height: 700px
}

.c-800 .bg-img-half {
    height: 800px
}

.c-900 .bg-img-half {
    height: 900px
}

.c-1000 .bg-img-half {
    height: 1000px
}

.c-1100 .bg-img-half {
    height: 1100px
}

@media(max-width:767px) {

    .c-300 .bg-img-half,
    .c-400 .bg-img-half,
    .c-500 .bg-img-half,
    .c-600 .bg-img-half,
    .c-700 .bg-img-half,
    .c-800 .bg-img-half,
    .c-900 .bg-img-half,
    .c-1000 .bg-img-half,
    .c-1100 .bg-img-half {
        height: 300px
    }

    .c-500 .bg-img-half.plus1 {
        height: 400px
    }
}

@media(max-width:600px) {

    .c-300 .bg-img-half,
    .c-400 .bg-img-half,
    .c-500 .bg-img-half,
    .c-600 .bg-img-half,
    .c-700 .bg-img-half,
    .c-800 .bg-img-half,
    .c-900 .bg-img-half,
    .c-1000 .bg-img-half,
    .c-1100 .bg-img-half {
        height: 200px
    }

    .c-500 .bg-img-half.plus1 {
        height: 200px
    }
}

@media all and (max-width:767px) {

    .c-300 .c,
    .c-400 .c,
    .c-500 .c,
    .c-600 .c,
    .c-700 .c,
    .c-800 .c,
    .c-900 .c,
    .c-1000 .c,
    .c-1100 .c {
        height: auto
    }
}

.ci {
    position: absolute;
    top: 20%;
    max-width: none;
    text-align: left
}

.ci.top-3 {
    top: 3%
}

.ci.top-5 {
    top: 5%
}

.ci.top-10 {
    top: 10%
}

.ci.top-15 {
    top: 15%
}

.ci.top-25 {
    top: 25%
}

.ci.top-35 {
    top: 35%
}

.ci.pb-0 {
    padding-bottom: 0
}

.ci.pt-0 {
    padding-top: 0
}

.ci.cir {
    right: 0;
    left: unset
}

.ci.cir>div {
    margin-right: 10%;
    margin-left: 5%
}

.ci.cil {
    right: unset;
    left: 0
}

.ci.cil>div {
    margin-right: 5%;
    margin-left: 10%
}

.ci.cil>div.extraleft {
    margin-left: 13%
}

.yb-form .input-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.yb-form .input-container label {
    display: block;
    width: 100%;
    color: #555
}

.yb-form .input-container input {
    display: block;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc
}

.logos-container {
    padding: 0;
    background-color: #fff
}

.logos-container .logos-container-header {
    margin: 0 auto;
    padding: 5px 14px 10px;
    text-align: center;
    background-color: #817e77
}

.logos-container .logos-container-header h3 a {
    margin-bottom: 10px;
    font-family: open sans, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none
}

.callout-pod-margin {
    width: 95%;
    margin-right: 2.5%;
    margin-left: 2.5%
}

.list-suboffers .row {
    margin-bottom: 25px;
    padding-bottom: 20px
}

.list-suboffers .row:nth-child(1) {
    margin-top: 25px
}

.list-image~div>a {
    color: #000
}

.list-image>a>img {
    margin-top: 25px
}

.list-image.completecallout>a>img {
    margin-top: 0
}

.list-suboffers .row {
    border-bottom: 1px solid #ccc
}

.list-suboffers .row.last {
    border-bottom: none
}

.list-suboffers .row.last.mp-15 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: none
}

#contract-text p,
#contract-text ul li {
    margin-bottom: 15px
}

.table.col-2 {
    margin-bottom: 0
}

td.thead {
    color: #fff;
    background-color: #3e3b32
}

td.thead>h3 {
    margin: 10px auto;
    font-weight: 600
}

table.table.col-2>tbody>tr>td.col-2-title {
    width: 35%
}

table.table.col-2>tbody>tr>td.col-2-copy {
    width: 65%
}

table.table.col-2>tbody>tr>td.col-2-title,
table.table.col-2>tbody>tr>td.col-2-copy {
    padding: 20px;
    background-color: #eaf4f8
}

table.table.col-2.bg-white>tbody>tr>td.col-2-title,
table.table.col-2.bg-white>tbody>tr>td.col-2-copy {
    padding: 20px;
    background-color: #fff
}

td.col-2-title {
    border-right: 1px solid #ddd
}

td.col-2-title>span {
    font-size: 125%;
    font-weight: 700
}

td.col-2-title>span>span {
    color: #ec8606
}

td.col-2-copy>span {
    float: left;
    text-align: left
}

p.testimonial {
    margin: 15px 0;
    font-family: open sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 28px;
    color: #555;
    text-align: center
}

p.testimonial>span {
    display: block;
    width: 100%;
    margin-top: 20px
}

p.testimonial-2 {
    font-size: 24px;
    line-height: 32px
}

p.testimonial-2>span {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 75%
}

ol.number-list {
    margin-bottom: 20px;
    margin-left: 25px;
    padding-left: 10px;
    list-style: decimal
}

ol.number-list li {
    margin-bottom: 5px
}

@media screen and (max-width:767px) {
    .bookshop-mainimage {
        width: 75%
    }
}

div.table-res {
    float: left;
    width: 100%
}

div.table-res-fix {
    min-width: unset
}

div.table-res-fix ul.disc-list li {
    font-size: 14px
}

.bold-med {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.extrabold {
    font-weight: 800
}

.normal {
    font-weight: 400
}

.normaltext {
    font-style: normal
}

.price-big {
    font-family: zilla slab, serif;
    font-weight: 500;
    line-height: 100%
}

.table thead {
    background-color: #fff
}

div.table-res>table.res {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    background-color: unset
}

table.pod {
    background-color: #fff
}

table.pod>thead>tr>th {
    border-bottom-width: 1px;
    font-weight: 400;
    text-align: center
}

table.mob-fix {
    background: 0 0
}

table.cover-design thead tr th,
table.cover-design tbody tr td {
    width: 50%;
    vertical-align: top
}

table.cover-design tbody tr td span {
    vertical-align: top
}

table.res th,
table.res td,
table.volume-pricing th,
table.volume-pricing td {
    text-align: center
}

table.art-book-printing thead th.bg-t-blue,
table.vs-createspace thead th.bg-t-blue,
table.vs-lulu thead th.bg-t-blue,
table.book-trim-sizes thead th.bg-t-blue,
table.bookshop thead th.bg-t-blue,
table.bookshop tbody td.bg-t-blue {
    color: #fff;
    vertical-align: top;
    background-color: #2b7e92
}

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

table tbody tr td.bg-lt-grey {
    background-color: #eee
}

table.art-book-printing tbody tr td.bg-t-lt-blue,
table.vs-createspace tbody tr td.bg-t-lt-blue,
table.vs-lulu tbody tr td.bg-t-lt-blue,
table.pod thead tr th.bg-lt-blue,
table.pod tbody tr td.bg-lt-blue,
table.book-trim-sizes thead tr th.bg-lt-blue,
table.book-trim-sizes tbody tr td.bg-lt-blue,
table.bookshop tbody tr td.bg-lt-blue {
    background-color: #e5f3f5
}

table.vs-createspace thead tr th:nth-child(1),
table.vs-createspace tbody tr td:nth-child(1),
table.vs-lulu thead tr th:nth-child(1),
table.vs-lulu tbody tr td:nth-child(1) {
    width: 50%
}

table.vs-createspace thead tr th:nth-child(n+2),
table.vs-createspace tbody tr td:nth-child(n+2),
table.vs-lulu thead tr th:nth-child(n+2),
table.vs-lulu tbody tr td:nth-child(n+2) {
    width: 25%
}

table.book-editing thead th.bg-t-blue {
    color: #fff;
    background-color: #2b7e92
}

ul.disc-list-sm {
    margin: 0;
    padding-left: 5px;
    list-style: none
}

ul.disc-list-sm li {
    display: inline-block;
    margin: 4px 0;
    font-size: 12px;
    vertical-align: top
}

.disc-list.col2 {
    column-count: 2
}

.disc-list.col2 li {
    padding-right: 20px;
    margin-bottom: 15px !important
}

@media all and (max-width:600px) {
    .disc-list.col2 {
        column-count: 1
    }

    .disc-list.col2 li {
        padding-right: 0
    }
}

.sm-container {
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff
}

.grey-title-block {
    width: 100%;
    padding: 3px 3px 8px;
    text-align: center;
    background-color: #77756e
}

h4.price {
    margin-top: 3px
}

.box-white-border-grey {
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff
}

.box-lt-blue-border-grey {
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #ebf5f5
}

.sidebar-head-publish-on {
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
    text-align: center;
    background-color: #333
}

.sidebar-content-publish-on {
    border: 1px solid #ccc;
    background: #fff
}

.pagination-container.active {
    display: block
}

.pagination-container {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: left
}

.pagination-container span.page-label {
    color: #ccc
}

.pagination-container a.page.current-page {
    color: #666;
    background-color: #eaf4f8;
    cursor: default
}

.pagination-container a.page,
.pagination-container span.page {
    margin-left: 5px;
    padding: 8px 14px;
    border: 1px solid #999;
    font-weight: 700;
    color: #ccc;
    cursor: pointer
}

.pagination-container a.page:hover {
    color: #666
}

.pagination-container a.page {
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none
}

.carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    margin: auto
}

.carousel-container .slide a.slide-read-more {
    font-weight: 500
}

.carousel-container .slide {
    position: absolute;
    padding: 0 40px;
    transition: all .5s
}

.carousel-container.has-arrows .slide {
    padding: 0 80px
}

.carousel-container .prev,
.carousel-container .next {
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    font-size: 40px;
    font-weight: 400;
    color: #888;
    text-decoration: none;
    cursor: pointer;
    user-select: none
}

.carousel-container .prev {
    left: 0
}

.carousel-container .next {
    right: 0
}

.carousel-container blockquote {
    text-align: left
}

.carousel-container blockquote::before,
.carousel-container blockquote::after {
    color: #c65300
}

.carousel-container blockquote cite {
    font-style: normal
}

.carousel-dot-container {
    padding: 10px;
    text-align: center;
    background: #fff
}

.carousel-dot-container .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
    transition: background-color .6s ease
}

.carousel-dot-container .active,
.carousel-dot-container .dot:hover {
    background-color: #717171
}

@media all and (max-width:480px) {

    .carousel-container .slide,
    .carousel-container.has-arrows .slide {
        padding: 0
    }
}

.results-item {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    text-decoration: none
}

.results-item:hover {
    color: initial;
    text-decoration: none
}

.results-item span {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    white-space: nowrap;
    text-decoration: none;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.body-copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px !important;
    color: #000;
    text-align: left
}

.body-copy-plus3 {
    font-size: 19px;
    line-height: 29px !important;
    color: #000
}

.breadcrumbs {
    display: block;
    float: left;
    width: 100%;
    margin-left: 15px;
    font-size: 12px;
    text-align: left
}

.breadcrumbs span.divider::after {
    color: #666;
    content: " >"
}

.breadcrumbs a {
    color: #666;
    text-decoration: none
}

.breadcrumbs span:not(.divider) {
    color: #666;
    content: ''
}

#search-results-page #search-results-form {
    float: left
}

#search-results-form {
    float: left;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px
}

a.tel-hero.orange,
a.tel-hero.orange:hover {
    color: #ad4d00;
    text-decoration: none
}

.container-fluid.complete .jumbotron {
    padding-top: 140px;
    padding-bottom: 100px
}

.c-400-completeself .c {
    height: 400px
}

.c-500-completeself .c {
    height: 500px
}

.ci.talltext {
    top: 12%
}

.c-400-completeself .bg-img-half {
    height: 400px
}

.c-500-completeself .bg-img-half {
    height: 500px
}

.embed-responsive-half {
    padding-bottom: 25%
}

@media all and (max-width:768px) {
    .container-fluid.complete .jumbotron {
        padding-top: 80px;
        padding-bottom: 60px
    }

    .embed-responsive-half {
        padding-bottom: 50%
    }

    .c-400-completeself .c,
    .c-500-completeself .c {
        height: auto
    }

    .c-400-completeself .c.tall {
        height: auto
    }

    .c-400-completeself .bg-img-half {
        height: 220px
    }

    .c-500-completeself .bg-img-half {
        height: 250px
    }
}

@media all and (max-width:499px) {

    .c-400-completeself .c,
    .c-400-completeself .c.tall {
        height: auto
    }

    .c-400-completeself .bg-img-half {
        height: 250px
    }
}

a.black-link,
a.black-link:hover {
    color: #000;
    text-decoration: none
}

.orange-link-static {
    font-weight: 700;
    color: #ad4d00;
    text-decoration: underline
}

.greyline {
    width: 100%;
    border-bottom: 1px solid #ccc
}

ul.disc-list-nomargin,
ul.disc-list-nomargin2 {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 18px;
    list-style: disc
}

ul.disc-list-nomargin li {
    margin-bottom: 5px
}

ul.disc-list-nomargin2 li {
    margin-bottom: 15px
}

.col-half-center {
    width: 45%;
    margin: 0 27.5%
}

@media all and (max-width:768px) {
    .col-half-center {
        width: 96%;
        margin: 0 2%
    }
}

.pt-0-mobile-40 {
    padding-top: 0
}

.pt-10-mobile-0 {
    padding-top: 10px
}

.pt-20-mobile-0,
.pt-20-tab-0 {
    padding-top: 20px
}

.pt-30-mobile-0,
.pt-30-tab-0 {
    padding-top: 30px
}

.pt-40-mobile-0 {
    padding-top: 40px
}

.pt-40-tab-20-mobile-0 {
    padding-top: 40px
}

.pt-50-mobile-0,
.pt-50-tab-0,
.pt-50-tab-20 {
    padding-top: 50px
}

.pt-60-mobile-0,
.pt-60-tab-0 {
    padding-top: 60px
}

.pt-70-mobile-0,
.pt-70-tab-0 {
    padding-top: 70px
}

.pt-80-mobile-0,
.pt-80-tab-0 {
    padding-top: 80px
}

.pt-100-mobile-0,
.pt-100-tab-0 {
    padding-top: 100px
}

.pt-120-tab-0 {
    padding-top: 120px
}

.pl-30-mobile-0 {
    padding-left: 30px
}

.pr-50-mobile-0 {
    padding-right: 50px
}

.pr-30-tab-0 {
    padding-right: 30px
}

.tp-margin {
    margin: 40px 0 0
}

@media all and (max-width:992px) {

    .pt-20-tab-0,
    .pt-30-tab-0,
    .pt-40-tab-0,
    .pt-50-tab-0,
    .pt-60-tab-0,
    .pt-80-tab-0,
    .pt-100-tab-0 {
        padding-top: 0
    }

    .pt-50-tab-20 {
        padding-top: 20px
    }

    .pr-30-tab-0 {
        padding-right: 0
    }

    .tp-margin {
        margin: 40px auto 0
    }
}

@media all and (max-width:768px) {

    .pt-80-mobile-0,
    .pt-50-mobile-0,
    .pt-40-mobile-0,
    .pt-30-mobile-0,
    .pt-20-mobile-0,
    .pt-10-mobile-0,
    .pt-100-mobile-0,
    .pt-120-tab-0,
    .pt-50-tab-0 {
        padding-top: 0
    }

    .pl-30-mobile-0 {
        padding-left: 0
    }

    .pt-40-tab-20-mobile-0 {
        padding-top: 20px
    }

    .pr-50-mobile-0 {
        padding-right: 0
    }
}

@media all and (max-width:414px) {

    .pt-80-mobile-0,
    .pt-50-mobile-0,
    .pt-40-mobile-0,
    .pt-40-tab-20-mobile-0,
    .pt-30-mobile-0,
    .pt-20-mobile-0,
    .pt-10-mobile-0 {
        padding-top: 0
    }
}

.faq .show-overflow {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible
}

.faq .ui-accordion-content {
    width: 100%
}

.faq .section-2.faq p {
    width: 95%;
    line-height: 28px
}

.faq .ui-accordion .ui-icon {
    width: 20px;
    height: 20px
}

.faq .ui-accordion .ui-icon-triangle-1-e {
    background-position: 0 0
}

.faq .ui-accordion .ui-icon-triangle-1-s {
    background-position: 0 0
}

.faq .ui-accordion .ui-accordion-header {
    position: relative;
    display: block;
    clear: both;
    min-height: 0;
    margin: 2px 0 0;
    padding: 1.2em 30px !important;
    background: 0 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    cursor: pointer
}

.faq .ui-accordion .ui-accordion-content {
    overflow-x: auto;
    overflow-y: auto;
    padding: 0 2.2em 1em !important;
    border: none;
    background: 0 0
}

.faq .section-2.faq {
    text-align: left
}

.faq .section-2.faq p {
    width: 95%;
    line-height: 28px
}

.faq .section-2.faq .ui-accordion .ui-accordion-header {
    padding-top: .5em !important;
    padding-bottom: .5em !important
}

.faq .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 10px
}

.faq .border-none {
    border: none
}

@media screen and (max-width:767px) {
    .faq .section-2.faq .ui-accordion .ui-accordion-header {
        padding-top: .2em !important;
        padding-bottom: .2em !important
    }
}

.blue-5steps {
    color: #56bead
}

.bg-5steps {
    background-color: #122842;
    background-size: cover
}

.circle-nav {
    overflow: hidden;
    margin-bottom: 40px
}

.circle-nav a {
    display: block;
    float: left;
    padding: 14px 16px;
    text-align: center;
    text-decoration: none
}

.circle {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 5%;
    border-radius: 66px;
    font-family: roboto slab, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    text-shadow: 0 1px 0 #fff
}

.circle.one {
    border: 3px solid #56bead;
    color: #56bead
}

.circle.two {
    border: 3px solid #e0376f;
    color: #e0376f
}

.circle.three {
    border: 3px solid #0ba9bf;
    color: #0ba9bf
}

.circle.four {
    border: 3px solid #fbb237;
    color: #fbb237
}

.circle.five {
    border: 3px solid #ef5e34;
    color: #ef5e34
}

.circle.one:hover,
.circle.one.active {
    color: #fff;
    background: #56bead
}

.circle.two:hover,
.circle.two.active {
    color: #fff;
    background: #e0376f
}

.circle.three:hover,
.circle.three.active {
    color: #fff;
    background: #0ba9bf
}

.circle.four:hover,
.circle.four.active {
    color: #fff;
    background: #fbb237
}

.circle.five:hover,
.circle.five.active {
    color: #fff;
    background: #ef5e34
}

.mtb-11 {
    margin-top: 11%;
    margin-bottom: 50px
}

.mt-steps-img-bot {
    margin-top: 8%
}

ol.num-list-5steps {
    list-style: decimal
}

ol.num-list-5steps li {
    margin-bottom: 8px;
    margin-left: 30px
}

ol.num-list-5steps li:last-child {
    margin-bottom: 20px;
    margin-left: 30px
}

@media all and (min-width:992px)and (max-width:1199px) {
    .circle-nav a {
        padding: 12px
    }

    .circle {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        font-size: 30px
    }
}

@media all and (min-width:481px)and (max-width:991px) {
    .mt-steps-img-bot {
        margin-top: 0
    }

    .mt-steps-img-top,
    .mt-steps-img-bot {
        width: 70%
    }

    .mtb-11 {
        margin-top: 40px;
        margin-bottom: 50px
    }

    .circle {
        float: none;
        margin: 0 8px;
        text-align: center
    }

    .circle-nav {
        float: none;
        overflow: hidden;
        width: 380px;
        margin: 0 auto 30px
    }

    .circle-nav a {
        padding: 16px
    }
}

@media all and (min-width:0)and (max-width:991px) {
    .h4-16 {
        font-size: 16px !important
    }
}

@media all and (min-width:0)and (max-width:1199px) {
    .circle.one {
        border: 2px solid #56bead;
        color: #56bead
    }

    .circle.two {
        border: 2px solid #e0376f;
        color: #e0376f
    }

    .circle.three {
        border: 2px solid #0ba9bf;
        color: #0ba9bf
    }

    .circle.four {
        border: 2px solid #fbb237;
        color: #fbb237
    }

    .circle.five {
        border: 2px solid #ef5e34;
        color: #ef5e34
    }
}

@media all and (min-width:0)and (max-width:480px) {

    .mt-steps-img-top,
    .mt-steps-img-bot {
        width: 100%
    }

    .mtb-11 {
        margin-top: 30px;
        margin-bottom: 40px
    }

    .circle {
        float: none;
        width: 42px;
        height: 42px;
        margin: 0 5px;
        border-radius: 42px;
        font-size: 25px;
        text-align: center
    }

    .circle-nav {
        float: none;
        overflow: hidden;
        width: 260px;
        margin: 0 auto 20px;
        margin-bottom: 40px
    }

    .circle-nav a {
        padding: 7px
    }
}

.toggle-tab-990 {
    display: none
}

.toggle-colorbw768 {
    color: #000 !important;
    text-shadow: none !important
}

@media screen and (max-width:769px) {
    .toggle-colorbw768 {
        color: #fff !important;
        text-shadow: 1px 1px 4px #000 !important
    }
}

@media screen and (max-width:990px) {
    .toggle-tab-990 {
        display: block;
        margin: 0 auto
    }
}

@media(max-width:767px) {
    .callout-image {
        width: 40%
    }

    p.mb-10-tab {
        margin-bottom: 10px !important
    }
}

.pod-icon {
    position: absolute;
    top: 57%;
    right: 17%;
    z-index: 999
}

@media all and (max-width:991px) {
    .pod-icon {
        position: absolute;
        top: 44%;
        right: 17%;
        z-index: 999
    }
}

@media all and (max-width:767px) {
    .pod-icon {
        position: absolute;
        top: 65%;
        right: 27%;
        z-index: 999
    }
}

@media all and (max-width:500px) {
    .pod-icon {
        position: absolute;
        top: 62%;
        right: 22%;
        z-index: 999
    }
}

#mini-quoter .primary-site-button,
#mini-quoter .page-button,
#campaign-fee-modal .avlModal-close,
#weekcount-modal .avlModal-close {
    background-color: #c65300 !important;
}

#mini-quoter .responsive-form .fee-container .fee-help-icon,
#mini-quoter .responsive-form .textbox-help .week-input-help-icon,
#mini-quoter .responsive-form .textbox-help .input-help-icon,
#mini-quoter .responsive-form .fee-container .fee-help-icon:hover,
#mini-quoter .responsive-form .textbox-help .week-input-help-icon:hover,
#mini-quoter .responsive-form .textbox-help .input-help-icon:hover,
#mini-quoter .responsive-form .ddl-design .cover-design-icon,
#mini-quoter .responsive-form .ddl-language .language-help-icon,
#campaign-fee-modal .avlModal-close:hover,
#weekcount-modal .avlModal-close:hover {
    color: #c65300;
    border: 1px solid #c65300
}

#campaign-fee-modal .avlModal-header,
#weekcount-modal .avlModal-header {
    color: #c65300
}

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

.breadcrumb {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background-color: #e1edf4
}

p.breadcrumb-text {
    font-size: 12px;
    line-height: 18px;
    color: #333;
    margin: 6px 0 8px
}

p.breadcrumb-text a {
    text-decoration: none;
    color: inherit;
    font-weight: 400
}

p.breadcrumb-text a:hover {
    text-decoration: underline;
    color: inherit
}

.breadcrumb-arrow {
    margin: 0 8px;
    color: #666 !important
}

@media all and (min-width:1025px) {
    .breadcrumb {
        padding-top: 10px;
        padding-bottom: 4px
    }
}

@media screen and (max-width:1024px) {
    .breadcrumb {
        padding-top: 5px
    }
}

@media screen and (max-width:991px) {
    .breadcrumb {
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    .breadcrumb {
        display: none
    }

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

ul.spp-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 10px
}

ul.spp-list li {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px
}

ul.spp-list li.last {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.spp-table-subheader {
    width: 100%;
    padding: 10px
}

ol.number-list {
    list-style: decimal
}

ol.number-list li {
    margin-bottom: 15px
}

.question-info-icon {
    font-family: open sans, sans-serif;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 17px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #ad4d00;
    background: f7f8f8 !important;
    font-weight: 700;
    border: 2px solid #ad4d00;
    -webkit-transition: background, color .2s ease;
    -moz-transition: background, color .2s ease;
    -o-transition: background, color .2s ease;
    transition: background, color .2s ease;
    margin: 0 5px
}

.tooltip {
    color: #d46b00;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    outline: medium;
    text-decoration: none;
    text-decoration: underline;
    overflow: hidden
}

.spp-list h4 {
    color: #fff;
    font-family: open sans, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: left
}

div#mcTooltip {
    font-size: 15px;
    line-height: 22px;
    font-family: open sans, sans-serif;
    font-weight: 400;
    padding: 15px;
    color: #fff;
    text-align: left
}

div#mcTooltip,
div.mcTooltipInner {
    background-color: #d77500;
    border: none !important
}

div#mcTooltip a {
    color: #d77500
}

div#mcttCloseButton {
    width: 14px;
    height: 14px;
    position: absolute;
    background-image: url(../../images/closeBtn.png);
    cursor: pointer;
    overflow: hidden;
    top: 12px;
    right: 12px;
    left: auto
}

@media only screen and (max-width:1024px) {
    div#mcttCloseButton {
        width: 24px;
        height: 24px;
        background-size: cover
    }
}

div#mcTooltipWrapper {
    position: absolute;
    visibility: hidden;
    overflow: visible;
    z-index: 9999999999;
    top: 0
}

div#mcTooltip {
    float: left;
    border-style: solid;
    position: relative;
    overflow: hidden
}

div.mcTooltipInner {
    float: left;
    position: relative;
    width: auto;
    height: auto
}

div#mcttCo {
    position: absolute;
    text-align: left
}

div#mcttCo em,
div#mcttCo b {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden
}

div#mcTooltip,
div#mcTooltip div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

blockquote {
    position: relative;
    margin: .5em !important;
    padding: .5em 2em .5em 3em
}

blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "“";
    color: #999
}

blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    float: right;
    font-size: 6em;
    line-height: 1;
    right: 0;
    bottom: -.5em;
    content: "”";
    color: #999
}

blockquote footer {
    padding: 0 2em 0 0;
    text-align: right
}

blockquote cite:before {
    content: "–";
    color: #999
}

blockquote p {
    color: #666;
    font-style: italic;
    font-weight: 400
}

blockquote cite {
    color: #666
}

.pad-editing-callout {
    padding: 160px 0
}

@media all and (max-width:991px) {
    .pad-editing-callout {
        padding: 40px 0
    }
}

.max800 {
    max-width: 800px;
    margin: 0 auto
}

.osano-cm-button {
    border-color: #449a56
}

.osano-cm-button--type_deny {
    border-color: #857485
}

#osano-cm-drawer-toggle--category_ESSENTIAL--description,
#osano-cm-drawer-toggle--category_MARKETING--description,
#osano-cm-drawer-toggle--category_PERSONALIZATION--description,
#osano-cm-drawer-toggle--category_ANALYTICS--description,
#osano-cm-drawer-toggle--category_OPT_OUT--description,
.osano-cm-disclosure__toggle,
.osano-cm-list__list-item,
.osano-cm-cookie-disclosure__title,
.osano-cm-script-disclosure__title {
    font-size: 12px !important;
    line-height: 20px !important
}

.osano-cm-info label {
    display: flex !important
}

.recaptcha-info {
    margin: 25px auto;
    width: 200px !important
}

.recaptcha-info .recaptcha {
    text-align: center
}

.grecaptcha-badge {
    display: none !important
}

.recaptcha {
    display: inline;
    color: #555
}

.recaptcha label {
    padding-left: 10px;
    font-size: .9em;
    font-weight: 400
}

.recaptcha label a:hover {
    text-decoration: underline
}

.recaptcha img {
    width: 28px;
    float: left
}

.recaptcha label span {
    cursor: default;
    color: #555
}

.bg-newsletter .recaptcha label span {
    color: #fff
}

.bg-newsletter .recaptcha label a {
    color: #fff !important
}

@media all and (min-width:0)and (max-width:767px) {

    p,
    ul li,
    .p {
        font-size: 14px;
        line-height: 23px
    }

    p.bodyplus2 {
        font-size: 16px !important;
        line-height: 28px !important
    }

    h1 {
        font-size: 34px
    }

    h2 {
        font-size: 23px
    }

    h3 {
        font-size: 19px
    }

    h3.title-bold {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600
    }

    h2.title-boldxl,
    .title-boldxl {
        font-size: 46px;
        line-height: 56px;
        font-weight: 500
    }

    .title-bold,
    .title-bolder,
    .title-big-bold {
        font-size: 30px;
        line-height: 36px
    }

    h2.title-bold.headline-margin,
    h2.title-boldxl.headline-margin {
        margin-top: 0;
        margin-bottom: 10px
    }

    .condensed {
        font-size: 30px;
        line-height: 42px
    }

    .condensed.smaller {
        font-size: 26px;
        line-height: 38px
    }

    h1.alt,
    h2.ebookdistrib {
        font-size: 30px
    }

    p.h1-leadin,
    h1.leadin {
        font-size: 18px
    }

    h2.alt {
        font-size: 18px
    }

    .logos-container .logos-container-header h3 a {
        font-size: 20px
    }

    .price.reg {
        font-size: 30px;
        line-height: 40px
    }

    .price.large {
        font-size: 40px;
        line-height: 50px
    }

    .large {
        font-size: 16px
    }

    .book-item p:nth-child(2) {
        font-size: 19px
    }

    .book-item p.book-item-title-paper-stock,
    .book-item p.book-item-title-paper-stock-weight,
    .book-item p.book-item-title-paper-stock-details {
        text-align: center !important
    }

    .ptb-xs-20 {
        padding: 20px
    }

    .pb-m-20 {
        padding-bottom: 20px
    }

    .mt-xs-10 {
        margin-top: 10px
    }

    .mmt-20 {
        margin-top: 20px
    }

    .mmb-40 {
        margin-bottom: 40px
    }

    .mt-xs-20 {
        margin-top: 20px
    }

    .mw-400>p {
        margin-bottom: 20px
    }

    footer .col-lg-2 ul {
        padding-left: 0
    }

    .visible-xs-error {
        display: inline-block
    }

    .jumbotron .title {
        font-size: 33px;
        line-height: 43px
    }

    .jumbotron .subtitle,
    .jumbotron .subhead {
        font-size: 18px;
        line-height: 24px
    }

    .btn-lg,
    .btn-group-lg>.btn {
        padding: 8px 20px 12px;
        font-size: 18px
    }

    .bg-error .jumbotron {
        padding-top: 50px !important
    }

    .bg-dark .col-xs-12,
    .bg-dark .col-sm-12 {
        padding: 25px 15px
    }

    .bg-dark .text-right,
    .bg-dark .text-left {
        text-align: center
    }

    .bg-dark .text-right .mw-400,
    .bg-dark .text-left .mw-400 {
        float: none;
        max-width: none;
        max-width: unset;
        text-align: center
    }

    .bg-dark .bg-img-half {
        height: 300px
    }

    .mwl,
    .jaja p,
    .jaja h2 {
        width: 100%;
        text-align: center
    }

    .c {
        height: auto
    }

    .ci {
        position: relative;
        top: unset;
        right: unset;
        left: unset;
        display: block;
        float: none;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
        transform: none
    }

    .ci.cir>div,
    .ci.cil>div,
    .ci.cil>div.extraleft {
        margin: 0
    }

    .c-300 .c,
    .c-400 .c,
    .c-500 .c,
    .c-600 .c,
    .c-700 .c,
    .c-800 .c,
    .c-900 .c {
        height: auto
    }

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

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

    .mplr-15 {
        padding-right: 15px;
        padding-left: 15px
    }

    .mmb-40 {
        margin-bottom: 40px
    }

    .mmt-40 {
        margin-top: 40px
    }

    .container-fluid .text-center-xs,
    .container-fluid .text-center-mobile,
    .text-center-xs {
        text-align: center
    }

    .container-fluid .p20 {
        padding: 20px
    }

    .nm-mobile {
        margin: 0 auto
    }

    #footer-bottom #footer-usa {
        text-align: center
    }

    .list-suboffers .row:nth-child(1) {
        padding-top: 25px
    }

    .list-suboffers .row {
        margin-bottom: 25px;
        padding-bottom: 20px
    }

    .col-xs-mt-20 {
        margin-top: 20px !important
    }

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

    .xs-pb-120 {
        padding-bottom: 120px
    }

    .success-subheader {
        font-size: 16px
    }

    table.table.col-2>tbody>tr>td.col-2-title,
    table.table.col-2>tbody>tr>td.col-2-copy {
        display: table-cell;
        float: left
    }

    table.table.col-2>tbody>tr>td.col-2-title {
        width: 100%
    }

    td.col-2-title {
        border-right: 0
    }

    table.table.col-2>tbody>tr>td.col-2-copy {
        width: 100%;
        background-color: #fff
    }

    td.col-2-copy>span {
        float: none;
        text-align: center
    }

    table.res,
    table.res thead,
    table.res tbody,
    table.res thead tr,
    table.res thead tr th,
    table.res tbody tr,
    table.res tbody tr td {
        display: block
    }

    table.res thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    table.res tbody tr {
        border: 1px solid #ccc
    }

    table.res tbody tr td {
        position: relative;
        padding-left: 50%;
        border: none;
        border-bottom: 1px solid #eee
    }

    table.res tbody tr td:before {
        position: absolute;
        top: 12px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: pre
    }

    table.res>tbody>tr>td:before {
        font-weight: 700
    }

    table.volume-pricing tbody tr td:nth-of-type(1):before {
        content: "Quantity"
    }

    table.volume-pricing tbody tr td:nth-of-type(2):before {
        content: "Price"
    }

    table.volume-pricing tbody tr td:nth-of-type(3):before {
        content: "Each"
    }

    table.volume-pricing tbody tr td:nth-of-type(4):before {
        content: "Save"
    }

    table.art-book-printing.table1 tbody tr td:nth-of-type(1):before {
        content: " "
    }

    table.art-book-printing.table1 tbody tr td:nth-of-type(2):before {
        content: "BookBaby (8.5x11)"
    }

    table.art-book-printing.table1 tbody tr td:nth-of-type(3):before {
        content: "Blurb (8x10)"
    }

    table.art-book-printing.table1 tbody tr td:nth-of-type(4):before {
        content: "Lulu (8.5x11)"
    }

    table.art-book-printing.table2 tbody tr td:nth-of-type(1):before {
        content: " "
    }

    table.art-book-printing.table2 tbody tr td:nth-of-type(2):before {
        content: "BookBaby"
    }

    table.art-book-printing.table2 tbody tr td:nth-of-type(3):before {
        content: "Blurb"
    }

    table.art-book-printing.table2 tbody tr td:nth-of-type(4):before {
        content: "Lulu"
    }

    table.art-book-printing.table2 tbody tr td:first-child>span {
        float: none;
        text-align: center
    }

    table.art-book-printing thead th.bg-t-blue,
    table.vs-createspace thead th.bg-t-blue,
    table.printing thead th.bg-t-blue,
    table.mob-fix thead th.bg-t-blue {
        color: #fff;
        background-color: #56acbe
    }

    table.vs-createspace tbody tr td:nth-of-type(1):before {
        content: " "
    }

    table.vs-createspace tbody tr td:nth-of-type(2):before {
        content: "BookBaby"
    }

    table.vs-createspace tbody tr td:nth-of-type(3):before {
        content: "CreateSpace"
    }

    table.vs-lulu tbody tr td:nth-of-type(1):before {
        content: " "
    }

    table.vs-lulu tbody tr td:nth-of-type(2):before {
        content: "BookBaby"
    }

    table.vs-lulu tbody tr td:nth-of-type(3):before {
        content: "Lulu"
    }

    table.vs-lulu.diggypod tbody tr td:nth-of-type(1):before {
        content: " "
    }

    table.vs-lulu.diggypod tbody tr td:nth-of-type(2):before {
        content: "BookBaby"
    }

    table.vs-lulu.diggypod tbody tr td:nth-of-type(3):before {
        content: "DiggyPOD"
    }

    table.vs-lulu.ingram tbody tr td:nth-of-type(1):before {
        content: " "
    }

    table.vs-lulu.ingram tbody tr td:nth-of-type(2):before {
        content: "BookBaby"
    }

    table.vs-lulu.ingram tbody tr td:nth-of-type(3):before {
        content: "IngramSpark"
    }

    table.book-trim-sizes tbody tr td:nth-of-type(1):before {
        content: "Word Count"
    }

    table.book-trim-sizes tbody tr td:nth-of-type(2):before {
        content: "POCKET BOOK pages"
    }

    table.book-trim-sizes tbody tr td:nth-of-type(3):before {
        content: "DIGEST pages"
    }

    table.book-trim-sizes tbody tr td:nth-of-type(4):before {
        content: "TRADE pages"
    }

    table.vs-createspace thead tr th:nth-child(1),
    table.vs-createspace tbody tr td:nth-child(1),
    table.vs-lulu thead tr th:nth-child(1),
    table.vs-lulu tbody tr td:nth-child(1) {
        width: 100%;
        width: unset
    }

    table.vs-createspace thead tr th:nth-child(n+2),
    table.vs-createspace tbody tr td:nth-child(n+2),
    table.vs-lulu thead tr th:nth-child(n+2),
    table.vs-lulu tbody tr td:nth-child(n+2) {
        width: 100%;
        width: unset
    }

    table.vs-lulu tbody tr td:nth-child(1),
    table.vs-createspace tbody tr td:nth-child(1),
    table.art-book-printing tbody tr td.bg-blue:nth-child(1) {
        padding-left: 0;
        color: #fff;
        background-color: #56acbe
    }

    table.vs-lulu tbody tr,
    table.vs-createspace tbody tr,
    table.art-book-printing tbody tr,
    table.mob-fix tbody tr,
    table.volume-pricing tbody tr {
        margin-bottom: 20px
    }

    .col-xs-12.embed-responsive>iframe {
        padding-right: 20px;
        padding-left: 20px
    }

    .bgs {
        min-height: 250px
    }

    .bgs.long {
        min-height: 530px
    }

    .bgs-home {
        min-height: 180px
    }

    .bgs-bookprint {
        min-height: 320px;
        padding-bottom: 0
    }

    @media all and (min-width:0)and (max-width:560px) {
        .bgs-bookprint300 {
            min-height: 240px;
            padding-bottom: 0
        }
    }

    .sidebar-content-publish-on {
        padding: 20px
    }

    .ty-aside {
        display: block;
        width: 100%;
        margin-left: 0;
        text-align: center
    }

    .table.vs-lulu.table-bordered,
    .table.vs-createspace.table-bordered,
    table.art-book-printing.table-bordered,
    table.mob-fix.table-bordered,
    table.volume-pricing.table-bordered {
        border: none
    }

    table.bookshop tbody tr td:nth-of-type(1):before {
        content: "Your Selling Price"
    }

    table.bookshop tbody tr td:nth-of-type(2):before {
        content: "Amazon Basic"
    }

    table.bookshop tbody tr td:nth-of-type(3):before {
        content: "Amazon Extended"
    }

    table.bookshop tbody tr td:nth-of-type(4):before {
        content: "BookBaby POD"
    }

    table.bookshop tbody tr td:nth-of-type(5):before {
        content: "Bookshop POD"
    }

    .price-big {
        font-family: open sans, Arial, sans-serif;
        font-size: 70px;
        font-weight: 600
    }

    .price-big {
        font-size: 70px
    }

    ul.disc-list-sm li {
        width: 45%;
        margin-left: 3%
    }

    .bg-img-genre {
        right: -20%
    }

    .h-romance,
    .h-christian {
        height: 410px
    }

    .h-poetry {
        height: 740px
    }

    .h-fantasy {
        height: 450px
    }

    .imgb {
        position: relative;
        right: 0;
        right: unset;
        bottom: unset;
        float: left;
        width: 100%;
        height: auto;
        background-position-y: bottom
    }
}

@media all and (min-width:0)and (max-width:768px) {

    .col-xs-12.col-half,
    .col-xs-12b.col-half {
        width: 95%;
        margin-right: 2.5%;
        margin-bottom: 25px;
        margin-left: 2.5%
    }
}

@media all and (min-width:0)and (max-width:600px) {
    ul.col-4 {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

@media all and (min-width:768px) {

    p,
    ul li,
    .p,
    ol li {
        font-size: 15px;
        line-height: 25px
    }

    p.bodyplus2 {
        font-size: 17px !important;
        line-height: 28px !important
    }

    h1 {
        font-size: 38px
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 21px
    }

    h2.title-bold {
        font-size: 36px;
        line-height: 42px;
        font-weight: 500
    }

    h2.title-boldxl {
        font-size: 40px;
        line-height: 50px;
        font-weight: 500
    }

    h3.title-bold {
        font-size: 20px;
        font-weight: 600
    }

    .condensed {
        font-size: 36px;
        line-height: 48px
    }

    .condensed.smaller {
        font-size: 32px;
        line-height: 44px
    }

    .title-bold {
        font-size: 24px
    }

    .title-bolder {
        font-size: 28px
    }

    h1.alt,
    h2.ebookdistrib {
        font-size: 36px
    }

    p.h1-leadin,
    h1.leadin {
        font-size: 18px
    }

    h2.alt {
        font-size: 20px
    }

    .price.reg {
        font-size: 35px;
        line-height: 45px
    }

    .price.large {
        font-size: 45px;
        line-height: 55px
    }

    .large {
        font-size: 17px
    }

    .visible-xs-error {
        display: none
    }

    .bg-error .jumbotron {
        padding-top: 70px !important
    }

    .error-title {
        font-size: 34px !important;
        line-height: 38px !important
    }

    .errorsub {
        font-size: 15px !important
    }

    .container-fluid .text-center-sm {
        text-align: center
    }

    .mt-sm-10 {
        margin-top: 10px
    }

    .mmt-40 {
        margin-top: 40px
    }

    .mmb-40 {
        margin-bottom: 40px
    }

    .mt-sm-20 {
        margin-top: 20px
    }

    .logos-container .logos-container-header h3 a {
        font-size: 24px
    }

    .list-suboffers .row:nth-child(1) {
        padding-top: 25px
    }

    .list-suboffers .row {
        margin-bottom: 25px;
        padding-bottom: 20px
    }

    .text-center-sm {
        text-align: center
    }

    .success-subheader {
        font-size: 16px
    }

    div.table-res>table.res {
        display: table
    }

    table.art-book-printing tbody tr td:first-child {
        width: 50%
    }

    table.art-book-printing tbody tr td:first-child>span,
    table.vs-createspace tbody tr td:first-child>span,
    table.vs-lulu tbody tr td:first-child>span {
        float: left;
        text-align: left
    }

    .img-mw-50 {
        max-width: 50%
    }

    .col-sm-12.embed-responsive>iframe {
        padding-right: 20px;
        padding-left: 20px
    }

    .bgs,
    .bgs.long {
        min-height: 290px
    }

    .bgs-home {
        min-height: 220px
    }

    .bgs-bookprint {
        min-height: 350px;
        padding-bottom: 0
    }

    .bgs-bookprint300 {
        min-height: 290px;
        padding-bottom: 0
    }

    .bg-np-2 {
        height: 500px
    }

    .mwl {
        width: 355px
    }

    .xs-pb-120 {
        padding-bottom: unset
    }

    .price-big {
        font-size: 76px
    }

    .fpg-item {
        min-height: 160px
    }

    table.bookshop {
        font-size: 13px
    }

    ul.disc-list-sm li {
        width: 45%;
        margin-left: 3%
    }

    .bg-img-genre {
        right: -20%
    }

    .r25 {
        right: -25%
    }

    .h-romance {
        height: 575px
    }

    .h-christian {
        height: 540px
    }

    .h-poetry {
        height: 675px
    }

    .h-fantasy {
        height: 575px
    }
}

@media screen and (max-width:768px) {

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-top: 20px;
        padding-bottom: 30px
    }
}

@media all and (max-width:600px) {
    footer .col-xs-6 {
        width: 100% !important
    }

    footer #footer-main>.container>.row>.last>ul {
        padding-bottom: 0
    }

    footer .col-xs-6 ul li {
        display: none
    }

    footer .col-xs-6 ul li:nth-of-type(1) {
        display: block
    }

    footer .col-xs-6 ul li h3 {
        display: none;
        width: 100%;
        margin: 0;
        text-align: center
    }

    footer #footer-main {
        display: none
    }

    footer #trustpilot {
        padding: 20px 0 0
    }

    footer #bb-logo-footer {
        margin: 0 auto 5px
    }
}

@media all and (min-width:561px)and (max-width:956px) {
    .bgs {
        min-height: 336px
    }

    .bgs-home {
        min-height: 266px
    }
}

@media only screen and (max-width:560px) {

    .template-item,
    .template-item150 {
        width: 100%
    }

    .template-item>.col-xs-6:nth-child(1),
    .template-item150>.col-xs-6:nth-child(1) {
        width: 45%;
        padding: 0
    }

    .template-item>.col-xs-6:nth-child(2),
    .template-item150>.col-xs-6:nth-child(2) {
        width: 55%
    }
}

@media only screen and (max-width:480px) {
    ul.disc-list {
        margin-left: 0
    }

    ul.disc-list-sm li {
        width: 100% !important;
        margin-right: 0;
        margin-left: 7px
    }
}

@media all and (max-width:768px) {
    .bg-mystery-makings {
        min-height: 300px
    }

    .mystery-makings-headlinepad {
        padding-top: 100px
    }

    .bg-about {
        background-color: #ebf5f5;
        background-image: none
    }

    .bg-poetry {
        background-image: url(../../images/poetry-hero2tablet.jpg)
    }

    .bg-cbp-testimonial {
        background-image: url(../../images/childrens-books-bob-tablet.jpg)
    }

    .no-js .bg-lpp,
    .no-webp .bg-lpp {
        background-image: url(../../images/books-pattern-tablet.jpg)
    }

    .webp .bg-lpp {
        background-image: url(../../images/books-pattern-tablet.webp)
    }

    .no-js .bg-book-printing-dk,
    .no-webp .bg-book-printing-dk {
        background-image: url(../../images/book-printing-hero-print-tabletdark.jpg)
    }

    .webp .bg-book-printing-dk {
        background-image: url(../../images/book-printing-hero-print-tabletdark.webp)
    }
}

@media all and (max-width:480px) {
    .bg-bookshop-hero {
        background-image: url(../../images/bookshop-hero-mobile.jpg)
    }

    .bg-publishers {
        background-image: url(../../images/book-production-for-publishers-hero-mobile.jpg)
    }

    .bg-romance {
        background-image: url(../../images/romance-hero-mobile.jpg)
    }

    .bg-hcbp-1 {
        background-image: url(../../images/hardcover-quad-children-mobile.jpg)
    }

    .bg-hcbp-2 {
        background-image: url(../../images/hardcover-quad-prod-mobile.jpg)
    }

    .bg-hcbp-3 {
        background-image: url(../../images/hardcover-quad-shipping-mobile.jpg)
    }

    .bg-christian-1 {
        background-image: url(../../images/christian-people-mobile.jpg)
    }

    .bg-christian-2 {
        background-image: url(../../images/christian-candles-mobile.jpg)
    }

    .bg-np-1 {
        background-image: url(../../images/novel-quad1-mobile.jpg)
    }

    .bg-np-2 {
        background-image: url(../../images/novel-quad2-mobile.jpg)
    }

    .bg-np-3 {
        background-image: url(../../images/novel-quad3-mobile.jpg)
    }

    .bg-whatwedo {
        background-image: url(../../images/what-we-do-hero-mobile.jpg)
    }

    .bg-book-formatting {
        background-image: url(../../images/formatting-hero-mobile.jpg)
    }

    .no-js .bg-book-printing-dk,
    .no-webp .bg-book-printing-dk {
        background-image: url(../../images/book-printing-hero-print-mobiledark.jpg)
    }

    .webp .bg-book-printing-dk {
        background-image: url(../../images/book-printing-hero-print-mobiledark.webp)
    }

    .bg-mystery-makings {
        min-height: 300px;
        background-image: url(../../images/mystery-hoodie-mobile.jpg)
    }

    .bg-cbp-1 {
        background-image: url(../../images/childrens-books-quad1-mobile.jpg)
    }

    .bg-cbp-2 {
        background-image: url(../../images/childrens-books-quad2-mobile.jpg)
    }

    .bg-cbp-testimonial {
        background-image: url(../../images/childrens-books-bob-mobile.jpg)
    }

    .bg-photo-book-printing {
        background-image: url(../../images/photobooks-hero-image-mobile.jpg)
    }

    .bg-pbp-s-2 {
        background-image: url(../../images/photobooks-quad1-mobile.jpg)
    }

    .bg-fantasy-s-1 {
        background-image: url(../../images/fantasy-quad1-mobile.jpg)
    }

    .bg-selfhelp-sky {
        background-image: url(../../images/selfhelp-sky-mobile.jpg)
    }

    .bg-photo-book-printingmusic {
        background-image: url(../../images/photobook-musicians-hero-mobile.jpg)
    }

    .bg-pbp-s-3 {
        background-image: url(../../images/photobooksmusic-quad1-mobile.jpg)
    }

    .bg-poetry {
        background-image: url(../../images/poetry-hero2mobile.jpg)
    }

    .bg-cb-3 {
        background-image: url(../../images/cookbooks-quad-zesty-mobile.jpg)
    }

    .bg-cb-1 {
        background-image: url(../../images/cookbooks-chef-mobile.jpg)
    }

    .bg-textbook {
        background-image: url(../../images/textbook-hero-mobile.jpg)
    }

    .bg-textbook-quad1 {
        background-image: url(../../images/textbook-quad1-mobile.jpg)
    }

    .bg-graphic-novel {
        background-image: url(../../images/graphic-novel-hero-tablet.jpg)
    }

    .bg-graphic-quad1 {
        background-image: url(../../images/graphic-novel-quad1-mobile.jpg)
    }

    .bg-art-book-printing {
        background-image: url(../../images/artbooks-hero-image-mobile.jpg)
    }

    .bg-abp-s-2 {
        background-image: url(../../images/artbooks-quad1-mobile.jpg)
    }

    .bg-coupons {
        background-image: url(../../images/coupons-and-deals-hero-mobile.jpg)
    }

    .bg-amazon {
        background-image: url(../../images/amazon-hero-mobile.jpg)
    }

    .bg-book-trim {
        background-image: url(../../images/book-trim-sizes/book-printing-options-hero-mobile.jpg)
    }

    .bg-cspp-1 {
        background-image: url(../../images/complete-selfpub-quadpod-mobile.jpg)
    }

    .bg-cspp-2 {
        background-image: url(../../images/complete-selfpub-quadebook-mobile.jpg)
    }

    .bg-cspp-3 {
        background-image: url(../../images/complete-selfpub-quadprint-mobile.jpg)
    }

    .bg-cspp-4 {
        background-image: url(../../images/complete-selfpub-design-mobile.jpg)
    }

    .bg-cspp-5 {
        background-image: url(../../images/complete-selfpub-quadfb-mobile.jpg)
    }

    .bg-cspp-bookshop {
        background-image: url(../../images/complete-selfpub-quadbookshop-mobile.jpg)
    }

    .bg-cspp-bookshopbundle {
        background-image: url(../../images/complete-selfpub-quadbookshopbundle-mobile.jpg)
    }

    .bg-bpquad-staff {
        background-image: url(../../images/book-printing-quad-staff-mobile.jpg)
    }

    .bg-bpquad-royalties {
        background-image: url(../../images/book-printing-quad-royalties-mobile.jpg)
    }

    .bg-bpquad-1 {
        background-image: url(../../images/book-printing-quad-shop-mobile.jpg)
    }

    .bg-cspp-pdist {
        background-image: url(../../images/complete-selfpub-quadpdist-mobile.jpg)
    }

    .bg-trybeforebuy {
        background-image: url(../../images/try-before-buy-hero-mobile.jpg)
    }

    .bg-friends-of-bookbaby {
        background-image: url(../../images/partner-hero-mobile.jpg)
    }

    .bg-wholesale-book-printing2 {
        background-image: url(../../images/wholesale/wholesale-hero2-mobile.jpg)
    }

    .bg-how-to-make-an-ebook {
        background-image: url(../../images/how-to-make-an-ebook/how-to-make-an-ebook-hero-mobile.jpg)
    }

    .bg-bookmarks-heroimage {
        background-image: url(../../images/custom-bookmark-posters-hero-mobile.jpg)
    }

    .bg-bookmarks-1 {
        background-image: url(../../images/custom-bookmarks-posters-quad1-mobile.jpg)
    }

    .bg-bookmarks-2 {
        background-image: url(../../images/custom-bookmarks-posters-quad2-mobile.jpg)
    }

    .bg-contact {
        background-image: url(../../images/contact-hero-mobile.jpg)
    }

    .bg-uk {
        background-image: url(../../images/uk-sellusa-hero-mobile.jpg)
    }

    .bg-bpquad-2 {
        background-image: url(../../images/book-printing-quad-service-mobile.jpg)
    }

    .bg-bpquad-3 {
        background-image: url(../../images/book-printing-quad-prep-mobile.jpg)
    }

    .bg-bpquad-4 {
        background-image: url(../../images/book-printing-quad-build-mobile.jpg)
    }

    .bg-bpquad-5 {
        background-image: url(../../images/book-printing-quad-single-mobile.jpg)
    }

    .bg-how-to-make-a-book {
        background-image: url(../../images/how-to-make-a-book/how-to-make-a-book-hero-mobile.jpg)
    }

    .bg-book-editing {
        background-image: url(../../images/book-editing/book-editing-hero-mobile.jpg)
    }

    .bg-yb-1 {
        background-image: url(../../images/yearbooks-quad1-mobile.jpg)
    }

    .bg-yb-2 {
        background-image: url(../../images/yearbooks-quad2-mobile.jpg)
    }

    .bg-case-quad-1 {
        background-image: url(../../images/casebound-quad1-mobile.jpg)
    }

    .bg-case-quad-2 {
        background-image: url(../../images/casebound-quad2-mobile.jpg)
    }

    .bg-case-quad-3 {
        background-image: url(../../images/casebound-quad3-mobile.jpg)
    }

    .bg-case-quad-4 {
        background-image: url(../../images/casebound-quad4-mobile.jpg)
    }

    .bg-templates {
        background-image: url(../../images/templates/templates-hero-mobile.jpg)
    }

    .bg-perfect-quad-2 {
        background-image: url(../../images/perfectbound-quad2-mobile.jpg)
    }

    .bg-perfect-quad-3 {
        background-image: url(../../images/perfectbound-quad3-mobile.jpg)
    }

    .bg-perfect-quad-4 {
        background-image: url(../../images/perfectbound-quad4-mobile.jpg)
    }

    .bg-ebook-conversion {
        background-image: url(../../images/ebook-conversion-tips-hero-mobile.jpg)
    }

    .bg-kickstarter {
        background-image: url(../../images/kickstarter-hero-mobile.jpg)
    }

    .bg-working-with-bookbaby {
        background-image: url(../../images/working-with-bookbaby-hero-mobile.jpg)
    }

    .bg-cspp-stack {
        background-image: url(../../images/childrens-book-self-pub-quadstack-mobile.jpg)
    }

    .bg-cspp-childpod {
        background-image: url(../../images/childrens-book-self-pub-quadpod-mobile.jpg)
    }

    .bg-cspp-childformat {
        background-image: url(../../images/childrens-book-self-pub-quadformat-mobile.jpg)
    }

    .bg-cspp-childdesign {
        background-image: url(../../images/childrens-book-self-pub-quaddesign-mobile.jpg)
    }

    .bg-cspp-bookshopkids {
        background-image: url(../../images/complete-selfpub-quadbookshopkids-mobile.jpg)
    }

    .bg-cspp-isbn {
        background-image: url(../../images/complete-selfpub-quadisbn-mobile.jpg)
    }

    .bg-cspp-edit {
        background-image: url(../../images/complete-selfpub-quadedit-mobile.jpg)
    }

    .bg-ebook-distribution {
        background-image: url(../../images/ebook-distribution-hero-mobile.jpg)
    }

    .bg-pubpartner {
        background-image: url(../../images/publishing-partner-program-hero-mobile.jpg)
    }

    .bg-speakers {
        background-image: url(../../images/professional-speaking-for-authors-hero-mobile.jpg)
    }

    .bg-book-distribution {
        background-image: url(../../images/book-distribution-hero-mobile.jpg)
    }

    .bg-comic {
        background-image: url(../../images/comic-books-hero-mobile.jpg)
    }

    .bg-poetry {
        background-image: url(../../images/poetry-hero2-mobile.html)
    }

    .bg-poetry-s-1 {
        background-image: url(../../images/poetry-quad1-mobile.jpg)
    }

    .bg-poetry-s-2 {
        background-image: url(../../images/poetry-quad2-mobile.jpg)
    }

    .bg-learn {
        background-image: url(../../images/learn-hero-mobile.jpg)
    }

    .bg-bp2-1 {
        background-image: url(../../images/booklet-printing-quad1-mobile.jpg)
    }

    .bg-bp2-2 {
        background-image: url(../../images/booklet-printing-quad2-mobile.jpg)
    }

    .bg-meta {
        background-image: url(../../images/metadata-optimization-hero-mobile.jpg)
    }

    .bg-amazonpriority {
        background-image: url(../../images/ebooks-hero4-mobile.jpg)
    }

    .bg-bb-vs-createspace {
        background-image: url(../../images/bookbaby-vs-createspace-hero-mobile.jpg)
    }

    .bg-bb-vs-cfp {
        background-image: url(../../images/bookbaby-vs-cfb-hero-mobile.jpg)
    }

    .bg-hebrew {
        background-image: url(../../images/hebrew-books-hero-mobile.jpg)
    }

    .bg-hebrew-quad1 {
        background-image: url(../../images/hebrew-books-quad2-mobile.jpg)
    }

    .bg-hebrew-quad2 {
        background-image: url(../../images/hebrew-books-quad1-mobile.jpg)
    }

    .bg-copyrights {
        background-image: url(../../images/copyrights-hero-mobile.jpg)
    }

    .bg-ebook-formatting {
        background-image: url(../../images/ebook-formatting-hero-mobile.jpg)
    }

    .bg-shipping {
        background-image: url(../../images/shipping-hero-mobile.jpg)
    }

    .bg-query-editing {
        background-image: url(../../images/book-editing/query-editing-hero-mobile.jpg)
    }

    .bg-book-editing-2 {
        background-image: url(../../images/book-editing/book-editing-bottomcallout-mobile.jpg)
    }

    .bg-affiliate-program {
        background-image: url(../../images/affiliates-mainimage-mobile.jpg)
    }

    .bg-bookmarketing {
        background-image: url(../../images/book-marketing-services/book-marketing-hero-mobile.jpg)
    }

    .bg-whatisselfpub {
        background-image: url(../../images/what-is-self-publishing-hero-mobile.jpg)
    }

    .bg-reviews {
        background-image: url(../../images/customer-reviews-hero-mobile.jpg)
    }

    .bg-ebooks-press-release {
        background-image: url(../../images/ebooks-press-release-hero-mobile.jpg)
    }

    .bg-offsetchart {
        background-image: url(../../images/offset-chart-bkgrd-mobile.jpg)
    }

    .bg-govt {
        background-image: url(../../images/government-hero-mobile.jpg)
    }

    .bg-contact {
        background-image: url(../../images/contact-hero-mobile.jpg)
    }

    .bg-bookbaby-partnership-opportunities {
        background-image: url(../../images/partner-hero-mobile.jpg)
    }

    .bg-destructive {
        background-image: url(../../images/destructive-book-scanning-hero-mobile.jpg)
    }

    .bg-cosynd {
        background-image: url(../../images/cosynd-hero-mobile.jpg)
    }

    .bg-home-heroquad {
        background-image: url(../../images/home/home-hero-authorhalf-mobile.jpg)
    }

    .bg-copy-editing {
        background-image: url(../../images/copy-editing-hero-mobile.jpg)
    }

    .bg-line-editing {
        background-image: url(../../images/line-editing-hero-mobile.jpg)
    }

    .bg-proofreading {
        background-image: url(../../images/proofreading-hero-mobile.jpg)
    }

    .bg-copy-editing-quad {
        background-image: url(../../images/copy-editing-quad-mobile.jpg)
    }

    .bg-line-editing-quad {
        background-image: url(../../images/line-editing-quad-mobile.jpg)
    }

    .bg-proofreading-quad {
        background-image: url(../../images/proofreading-quad-mobile.jpg)
    }

    .bg-editing-guide-quad {
        background-image: url(../../images/editing-quad-guide-mobile.jpg)
    }

    .bg-display-social-quad {
        background-image: url(../../images/display-quad-social-mobile.jpg)
    }

    .bg-translation-quad {
        background-image: url(../../images/translation-quad-experts-mobile.jpg)
    }

    .bg-design-quad {
        background-image: url(../../images/book-design-quad-shelf-mobile.jpg)
    }

    .no-js .bg-lpp,
    .no-webp .bg-lpp {
        background-image: url(../../images/books-pattern-mobile.jpg)
    }

    .webp .bg-lpp {
        background-image: url(../../images/books-pattern-mobile.webp)
    }

    .no-js .bg-isbn,
    .no-webp .bg-isbn {
        background-image: url(../../images/isbn-hero-mobile.jpg)
    }

    .webp .bg-isbn {
        background-image: url(../../images/isbn-hero-mobile.webp)
    }

    .bg-guarantee {
        padding-bottom: 90px;
        border-bottom: solid 2px #a9a59d;
        background-image: url(../../images/guarantee-hero-mobile.jpg)
    }
}

@media all and (min-width:0)and (max-width:415px) {
    .bg-bookmarks-heroimage {
        background-position: 65% 0
    }
}

@media screen and (min-width:1024px) {
    #header-menu .right-nav .nav-icons .icon-text {
        text-align: left !important
    }
}

@media screen and (max-width:1024px) {
    #site-header.open .main-nav li a span {
        position: absolute;
        left: 50px
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-top: 20px
    }
}

@media all and (min-width:992px)and (max-width:1024px) {
    .jumbotron .title {
        font-size: 46px;
        line-height: 56px
    }

    .jumbotron .subtitle {
        font-size: 20px;
        line-height: 30px
    }
}

@media all and (min-width:992px) {

    p,
    ul li,
    .p,
    ol li {
        font-size: 16px;
        line-height: 26px
    }

    h1 {
        font-size: 48px
    }

    h2 {
        font-size: 29px
    }

    h3 {
        font-size: 24px
    }

    h2.title-bold {
        font-size: 38px;
        line-height: 48px;
        font-weight: 500
    }

    h2.title-boldxl,
    .title-boldxl {
        font-size: 46px;
        line-height: 56px;
        font-weight: 500
    }

    h3.title-bold {
        font-size: 22px;
        font-weight: 600
    }

    h3.title-bold.smaller {
        font-size: 18px;
        font-weight: 600
    }

    .condensed {
        font-size: 40px;
        line-height: 52px
    }

    .condensed.smaller {
        font-size: 36px;
        line-height: 48px
    }

    .title-bold {
        font-size: 28px
    }

    .title-bolder {
        font-size: 32px
    }

    h1.alt,
    h2.ebookdistrib {
        font-size: 44px
    }

    p.h1-leadin,
    h1.leadin {
        font-size: 20px
    }

    h2.alt {
        font-size: 24px
    }

    .price.reg {
        font-size: 45px;
        line-height: 55px
    }

    .price.large {
        font-size: 55px;
        line-height: 65px
    }

    .large {
        font-size: 18px
    }

    .book-item p:nth-child(2) {
        font-size: 21px
    }

    .bg-cb-1 {
        padding-bottom: 320px
    }

    .bg-cb-2 {
        padding-bottom: 320px
    }

    .sc-mt-o-10 {
        margin-top: -10px
    }

    .text-center-xs-sm {
        text-align: left
    }

    .text-left-md {
        text-align: left
    }

    .text-center-xs-1,
    .container-fluid .text-center-xs,
    .container-fluid .text-center-xs-1,
    .container-fluid .text-center-sm {
        text-align: left
    }

    .mt-md-christian {
        margin-top: 50px
    }

    .jumbotron .subtitle.minus1 {
        font-size: 29px
    }

    .error-title {
        font-size: 39px !important;
        line-height: 42px !important
    }

    .errorsub {
        font-size: 17px !important
    }

    .error-mt-30 {
        margin-top: 30px
    }

    footer .social-wrapper {
        margin: 0 auto
    }

    footer .col-md-2 {
        width: 20%
    }

    footer .col-md-2 ul {
        padding-left: 5px
    }

    .list-suboffers .row:nth-child(1) {
        padding-top: 45px
    }

    .list-suboffers .row {
        margin-bottom: 55px;
        padding-bottom: 45px
    }

    .mt-xs-10,
    .mt-sm-10,
    .mt-xs-20,
    .mt-sm-20 {
        margin-top: 0
    }

    .pt-xs-0,
    .pt-sm-0 {
        padding-top: 0
    }

    .sidebar-content-publish-on {
        padding: 0
    }

    .clear-md-fix {
        clear: unset
    }

    .col-md-12.embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        max-height: 550px
    }

    .bgs {
        min-height: 333px
    }

    .bgs.long {
        min-height: 610px
    }

    .bgs.home {
        min-height: 263px
    }

    .bg-np-2 {
        height: 550px
    }

    .success-subheader {
        font-size: 18px
    }

    .md-pr-20 {
        padding-right: 20px
    }

    .md-pl-20 {
        padding-right: 20px
    }

    .border-right-md-lg {
        padding-right: 45px;
        border-right: 1px solid #ccc
    }

    .price-big {
        font-size: 80px
    }

    .fpg-item {
        min-height: 220px
    }

    table.bookshop {
        font-size: 14px
    }

    ul.disc-list-sm li {
        width: 30%;
        margin-left: 3%
    }

    .bg-img-genre {
        right: 0
    }

    .h-romance {
        height: 550px
    }
}

@media all and (min-width:992px) {
    .text-center-md {
        text-align: center
    }
}

@media screen and (max-width:900px) {
    #footer-bottom {
        height: auto !important
    }
}

@media screen and (min-width:960px) {
    #site-header .main-nav .level2 li a {
        font-size: 15px
    }
}

@media all and (min-width:768px)and (max-width:991px) {
    .jumbotron .title {
        font-size: 41px;
        line-height: 52px
    }

    .jumbotron .subtitle {
        font-size: 20px;
        line-height: 28px
    }
}

@media all and (max-width:767px) {
    .bg-pod-6 {
        background-image: none
    }

    .container-fluid .text-center-mobile767 {
        text-align: center
    }
}

@media all and (min-width:1200px) {

    p,
    ul li,
    .p,
    ol li {
        font-size: 16px;
        line-height: 26px
    }

    p.bodyplus2 {
        font-size: 18px !important;
        line-height: 30px !important
    }

    p.body-minus2 {
        font-size: 14px;
        line-height: 24px
    }

    h1 {
        font-size: 58px
    }

    h2 {
        font-size: 36px
    }

    h3 {
        font-size: 24px
    }

    h2.title-bold {
        font-size: 42px;
        line-height: 52px;
        font-weight: 500;
        letter-spacing: .5px
    }

    h2.title-boldxl,
    .title-boldxl {
        font-size: 48px;
        font-weight: 500
    }

    h3.title-bold {
        font-size: 24px;
        font-weight: 600
    }

    h3.title-bold.smaller {
        font-size: 20px;
        font-weight: 600
    }

    .font-weight-normal {
        font-weight: 400
    }

    h2.title-bold.headline-margin,
    h2.title-boldxl.headline-margin {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .condensed {
        font-size: 44px;
        line-height: 56px
    }

    .condensed.smaller {
        font-size: 40px;
        line-height: 52px
    }

    .title-bold {
        font-size: 32px
    }

    .title-bolder {
        font-size: 36px
    }

    h1.alt,
    h2.ebookdistrib {
        font-size: 52px
    }

    h1.alt.smaller {
        font-size: 44px
    }

    p.h1-leadin,
    h1.leadin {
        font-size: 21px
    }

    h2.alt {
        font-size: 28px
    }

    .error-title {
        font-size: 45px !important;
        line-height: 52px !important
    }

    .errorsub {
        font-size: 21px !important;
        line-height: 34px
    }

    .price.reg {
        font-size: 55px;
        line-height: 65px
    }

    .price.large {
        font-size: 70px;
        line-height: 80px
    }

    .book-item p:nth-child(2) {
        font-size: 23px
    }

    .sc-mt-o-10 {
        margin-top: -15px
    }

    .text-center-xs-sm {
        text-align: left
    }

    .text-left-lg {
        text-align: left
    }

    .bg-cbp-2 {
        padding-bottom: 520px
    }

    .bg-cb-1 {
        padding-bottom: 420px
    }

    .bg-cb-2 {
        padding-bottom: 420px
    }

    footer .col-lg-2 {
        width: 20%
    }

    footer .col-lg-2 ul {
        padding-left: 5px
    }

    .col-lg-12.embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        max-height: 660px
    }

    .bgs {
        min-height: 318px
    }

    .bgs.long {
        min-height: 610px
    }

    .bgs-home {
        min-height: 248px
    }

    .bgs-bookprint {
        min-height: 350px;
        padding-bottom: 0
    }

    .bgs-bookprint300 {
        min-height: 300px;
        padding-bottom: 0
    }

    .bg-np-2 {
        height: 550px
    }

    .ci {
        max-width: 590px
    }

    .success-subheader {
        font-size: 19px
    }

    .price-big {
        font-size: 80px
    }

    .fpg-item {
        min-height: 160px
    }

    ul.disc-list-sm li {
        width: 20%;
        margin-left: 3%
    }

    .h-romance {
        height: 550px
    }
}