/*--------------------------------------------------------------------------
Title: Jacquie Lawson Styles
--------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
= Variables - use these to declare the most common global values.
--------------------------------------------------------------------------*/
:root {
    --base-font-medium: serif; /* update with JensenMedium font */
    --base-font-bold: serif; /* update with JensenBold */
    --base-width: 1200px;
    --body-text-color: #666;
    --body-background-color-light: #bbd4d1;
    --body-background-color-dark: #68838a;
    --page-background-color: #fdfcf7;
    --link-color: #ad502e;
    --link-hover: #3e5867;
    --header-link-color: #405864;
    --heading-color: #3f5865;
    --subhead-color: #3e5867;
    --label-color: #3f5865;
    --button-background: #54778b;
    --button-background-hover: #ad502e;
    --button-text-color: #fff;
    --error-font-color: #cc0033;
    --heading-background: #e7eff2;
    --table-background: #fdfcf7;
    --table-header-background: #87a3b1;
    --table-border-color: #87a3b1;
    --secondary-link-color: #666;
    --page-border: 3px solid #80a4b4;
    --input-border: 2px solid #80a4b0;
    --divider-image: url(https://ak.imgag.com/product/siteassets/general/3521899/image.jpg);
}


/*--------------------------------------------------------------------------
=Page style defaults
--------------------------------------------------------------------------*/
html,
body {
    background: var(--body-background-color-light);
    background-image: linear-gradient(var(--body-background-color-light), var(--body-background-color-dark));
    color: var(--body-text-color);
    font-family: var(--base-font-medium);
    font-size: 16px;
    line-height: 1.4;
}

body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

#page {
    background: var(--page-background-color);
    border-left: var(--page-border);
    border-right: var(--page-border);
    margin: auto;
    max-width: var(--base-width);
    width: 100%;
}

#page #jl-wrapper {
    width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

img {
    border: none;
    display: block;
	width: 100%;
}

h1, h2, h3 {
    color: var(--heading-color);
    font-weight: normal;
    margin: 0 0 .5rem 0;
}

h1 {
    font-size: 1.625rem;
}

h2 {
    font-size: 1.375rem;
    letter-spacing: 2px;
    text-transform: capitalize;
}

h2.upper {
    font-size: 1.125rem;
    text-transform: uppercase;
}

h3 {
    font-size: 1rem;
    letter-spacing: 2px;
}

h3.upper {
    text-transform: uppercase;
}

h2.h2-divider {
    background: var(--divider-image) repeat-x 20px;
    font-size: 1.5rem;
    letter-spacing: 0;
    text-align: center;
}

h2.h2-divider span {
    background: var(--page-background-color);
    padding: 0 20px;
    text-align : Center; 
}

p {
    color: var(--body-text-color);
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 0 0 1rem 0;
}

a {
    color: var(--link-color);
    text-decoration: underline;
}

a:hover,
a:focus {
    color: var(--link-hover);
    text-decoration: underline;
}

:focus {
    outline: 2px solid #80a4b0 !important;
}



/*--------------------------------------------------------------------------
=Buttons
--------------------------------------------------------------------------*/
.button {
    background: var(--button-background);
    border: 2px solid var(--button-background);
    color: var(--button-text-color);
    font-family: var(--base-font-medium);
    font-size: 1.125rem;
    letter-spacing: 1px;
    max-width: 500px;
    min-width: 250px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}

.button:hover,
.button:focus {
    background: var(--button-background-hover);
    border: 2px solid var(--button-background-hover);
    color: var(--button-text-color);
    text-decoration: none;
}

.secondary-button {

}

.secondary-button:hover,
.secondary-button:focus {

}

.image-banner-link {
    background: var(--button-background);
    border: none;
    color: var(--button-text-color);
    font-family: var(--base-font-medium);
    font-size: 1.125rem;
    letter-spacing: 1px;
    padding: 10px 20px;
    width: 100%;
}

.image-banner-link:hover,
.image-banner-link:focus {
    background: var(--button-background-hover);
}

.submit-button-row {
    flex-basis: 100% !important;
    text-align: center;
}

.submit-button-row .button {
    max-width: 32%;
    width: 100%;;
}

/*--------------------------------------------------------------------------
=Flex Styling
--------------------------------------------------------------------------*/
.jl-flex-box {
    display: flex;
    margin: 10px;
    padding: 0;
}

.jl-flex-box .flex-element-even {
    flex: 1;
    margin: 10px;
}

.jl-flex-box-half {

}

.flex-element-twothirds {
    flex: 2;
    margin: 10px;
}

.flex-flip {
    order: 2;
}

.border-left {
    border-left: 3px solid #87a3b1;
    padding-left: 35px;
}

.use-left-nav #jl-wrapper {
    display: flex;
    margin: 10px;
}

.use-left-nav #jl-wrapper #leftrail {
    flex-basis: 25%;
    margin: 10px;
    min-width: 300px;
}

.use-left-nav #jl-wrapper #content {
    margin: 10px;
}

@media only screen and (max-device-width: 600px) {
    .jl-flex-box {
        flex-flow: column;
    }

    .flex-flip {
        order: inherit;
    }

    .border-left {
        border-left: none;
        padding-left: 0;
    }
}


/*--------------------------------------------------------------------------
=Form and Input Styles
--------------------------------------------------------------------------*/
legend {
    color: #3e5867;
    font-family: serif;
    font-size: 1.5rem;
    margin: .5rem auto;
}

label {
    display: block;
    color: var(--label-color);
    font-family: var(--base-font-bold);
    font-size: .875rem;
    letter-spacing: 2px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

input,
textarea,
select,
button {
    font-size: 1.083rem;
}

input[type=text],
input[type=email],
input[type=password] {
    background: #fff;
    border: var(--input-border);
    box-sizing: border-box;
    color: #666;
    font-size: 1rem;
    margin-bottom: 30px;
    max-width: 500px;
    padding: 10px 15px;
    width: 100%;
}

fieldset {
    border: 0px none transparent;
}

/*--------------------------------------------------------------------------
=Additional Styles
--------------------------------------------------------------------------*/
.divider-image {
    background-image: var(--divider-image);
    background-repeat: repeat-x;
    background-position: bottom left;
}

.errmsg {
    font-weight: bold;
    color: var(--error-font-color) !important;
}

.center {
    text-align: center;
}

.no-spacing,
.no-spacing li {
    margin: 0 !important;
    padding: 0 !important;
}

.add-vertical-spacing {
    margin: 40px 0;
}

.blue-background {
    background: var(--heading-background);
    overflow: hidden;
}

.blue-background h2 {
    margin: 20px 0;
}

.blue-background h2.h2-divider span {
    background: var(--heading-background);
}

.heading {
    margin: 30px auto;
}

.heading.center {
    box-sizing: border-box;
    max-width: 820px;
    padding: 0 20px;
    width: 100%;
}

.heading.within {
	margin-bottom: 5px;
}

.sub-head {
    color: var(--subhead-color);
    font-size: .938rem;
    text-transform: uppercase;
}


/*--------------------------------------------------------------------------
=Table Styling
--------------------------------------------------------------------------*/
table.jl-table {
    background: var(--table-background);
    box-sizing: border-box;
    font-size: .875rem;
    letter-spacing: 2px;
    margin: 0 auto 40px auto;
    padding: 2px 0;
    width: 100%;
}

table.jl-table,
table.jl-table th,
table.jl-table td {
    border: 3px solid var(--table-border-color);
    border-collapse: collapse;
}

table.jl-table th.tableheader {
    background-color: var(--table-header-background);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 6px 6px 6px 8px;
    text-align: center;
    text-transform: uppercase;
}

table.jl-table th:first-child {
    padding-left: 8px;
}

table.jl-table td {
    padding: 4px;
}

table.jl-table th[scope=row] {
    color: #666;
    font-weight: normal;
    padding: 12px 0;
    text-align: center;
    text-transform: none;
}

table.jl-table td {
    text-align: center;
}


/* ------------------------------------------------------------------------------------------------
= Accessibility Skip Links in the Header
------------------------------------------------------------------------------------------------ */
#skip-links a {
    background: #f79f6d;
    border: 1px solid #000;
    color: #000;
    font-size: 1.25rem;
    left: 0px;
    padding: 8px 10px;
    position: absolute;
    top: -100px;
    z-index: 1000;
}

#skip-links a:focus,
#skip-links a:active {
    top: 0px;
}

/*-------------------------------------------------------------------------
= Screen Reader-specific Styles
--------------------------------------------------------------------------*/
.sr-only {
    border: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
}


/*--------------------------------------------------------------------------
=Featured Cards
--------------------------------------------------------------------------*/
.featured-cards {
    margin: 40px 0;
}

.featured-cards .button.browse-all {
    display: block;
    margin: auto;
    text-align: center;
    width: 28%;
}

.featured-cards .featured-card-content p.card-title {
    color: var(--subhead-color);
    font-size: 1.25rem;
    margin: 0 0 .25rem 0;
    text-transform: capitalize;
}

.featured-cards .featured-card-content .card-actions a {
    font-size: 1.125rem;
}


/*--------------------------------------------------------------------------
=Featured Image
--------------------------------------------------------------------------*/
.featured-image {
    flex: 1;
    margin: 10px;
}

.featured-image a {
    color: var(--subhead-color);
    font-family: var(--base-font-bold);
    text-decoration: none;
    text-transform: uppercase;
    line-spacing: 2px;
}

.featured-image .icon-list {
    letter-spacing: 2px;
}

.featured-image .icon-list:hover,
.featured-image .icon-list:focus {
    color: #ad502e;
}

.featured-image.full-image {
    display: flex;
    flex-flow: column;
	position: relative;
}

.featured-image.full-image.banner-bottom .image-text,
.featured-image.full-image.banner-top .image-text {
    background: var(--button-background);
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

.featured-image.full-image.banner-bottom:hover .image-text,
.featured-image.full-image.banner-top:hover .image-text,
.featured-image.full-image.banner-bottom:focus .image-text,
.featured-image.full-image.banner-top:focus .image-text {
    background: var(--button-background-hover);
}

.featured-image.full-image.banner-bottom a,
.featured-image.full-image.banner-top a {
    color: var(--button-text-color);
    display: flex;
    flex-flow: column;
    font-size: 1.25rem;
    text-align: center;
    text-transform: none;
}

.featured-image.full-image.banner-top .image-text {
    order: 1;
}

.featured-image.full-image.banner-top img {
    order: 2;
}


/*--------------------------------------------------------------------------
=Market Spot
--------------------------------------------------------------------------*/
.marketing-spot {
    margin: 30px 10px;
}

.marketing-spot .content-image {
    margin: 10px;
    width: 60%;
}

.marketing-spot .content-text {
    flex: 1;
    margin: 10px;
    padding-right: 20px;
}


/*--------------------------------------------------------------------------
=Content Container
--------------------------------------------------------------------------*/
.container-flex-even {
	display: flex;
	text-align: center;
}

.container-flex-column {
    display: flex;
    flex-flow: column;
}


/*--------------------------------------------------------------------------
=Email Capture
--------------------------------------------------------------------------*/
.email-capture {
    margin: 1rem 0;
}

.email-capture ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
}

.email-capture ul li {
    flex: 1;
    margin: 10px;
}


/*--------------------------------------------------------------------------
=Footer
--------------------------------------------------------------------------*/
#footer {
    background-image: url(https://ak.imgag.com/product/siteassets/general/3521899/image.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    margin: 40px 0 0;
    overflow: hidden;
    text-align: center;
}

#footer li {
    display: inline;
    padding: 0 10px;
}

#footer li a {
    color: var(--secondary-link-color);
    text-decoration: none;
}

#footer li.foot-link {
    border-left: 2px solid var(--secondary-link-color);
}

#footer img {
    width: auto;
}

#footer .logo-image {
    margin: 30px auto;
    width: 250px;
}

/*--------------------------------------------------------------------------
=Header
--------------------------------------------------------------------------*/
#nav a {
    color: var(--header-link-color);
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

#nav {
    border-bottom: 3px solid #80a4b4;
}

#nav ul {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

/*--------------------------------------------------------------------------
=Category Page
--------------------------------------------------------------------------*/
.content-list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
}

#nav ul#nonmember2  {
    margin-bottom: 0;
}

.content-list li {
    flex-basis: calc(33.33% - 20px);
    margin: 10px;
}

@media only screen and (max-device-width: 600px) {
    .content-list li {
        flex-basis: calc(50% - 20px);
    }    
}




























#header .wrapper {
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0 0;
}

#nav ul li#fblogin {
    border-left: 0;
}

#nav #fblogin {
    background-image: none;
    bottom: -7px;
    height: 35px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 14px;
}

p.jl-header-email {
    color: #006;
    font-size: 0.9167rem;
    float: right;
    margin: 0;
    padding: 10px 8px 0 0;
    position: absolute;
    right: 0;
    top: 17px;
    text-align: right;
    width: 150px;
}

p.jl-header-email span{
    font-weight: bold;
    display: block;
}

#head-simple {
    border-bottom: 1px solid #df8c5e;
}

#head-faqs {
    float: right;
    font-size: 1.083rem;
    margin: 15px 25px 0 0;
    text-align: right;
    width: 25%;
}

#head-faqs p {
    margin: 0;
}

/*---=Header Links---*/

#header a img {
    border: none;
}

.ta-right {
    text-align: right;
}

/*--------------------------------------------------------------------------
=Masthead
--------------------------------------------------------------------------*/

#btnHeaderJoin,
#btnHeaderLogon {
    width: 64%;
}

#btnHeaderJoin,
#btnHeaderLogon {
    margin: 25px 24px 0 0 !important;
}

.fli-joinus,
.fli-logon {
    float: right;
}

#headerBtns {
    list-style-type: none;
}

#headerBtns .nbutton {
    box-sizing: border-box;
    font-size: 1.083rem !important;
    width: 140px !important;
}

#jl-logo {
    float:left;
    height: 80px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 436px;
}
#jl-logobasic {
    height: 62px;
    margin: 23px auto 7px;
    padding: 0;
    position: relative;
    width: 334px;
}
#jl-logo a, #jl-logobasic a {
    color: #cc4000;
    display: block;
    font: italic 900 1rem Verdana;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
#jl-logo a { /*width: 450px;*/ }
#jl-logobasic a { text-indent: -5000px; }
#jl-logo a span, #jl-logobasic a span {
    cursor: pointer;
    display: block;
    left: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
}
#jl-logo a span {
    background: url(https://ak.imgag.com/imgag/product/siteassets/general/3521900/image.jpg) no-repeat left top transparent;
    height: 36px;
    width: 266px;) 
}
#jl-logobasic a span {
    background: url(/jl/logo_A3C4CD.gif) no-repeat left top transparent;
    height: 62px;
    width: 334px;
}

#expiremsg {
    margin: 0px auto 8px;
    padding: 0px;
}
#expiremsg p {
    margin: 0 0 3px;
    padding: 0;
}

#message {
    margin: 0px auto 0px;
}

#message .hdr-separator {
    color: #DF8C5E;
    font-weight: bold;
}

#logout, #header-help-area {
    float: right;
    font: normal normal 1rem Verdana,sans-serif;
    list-style-type: none;
    margin: 5px 15px 0px 0px;
    padding: 0px;
    position: relative;
    text-align: right;
    width: 362px;
}

#logout #username {
    color: #006;
    display: block;
    font-weight: bold;
}

#header-help-area #help-email {
    color: #fff;
    display: block;
    text-decoration: underline;
}

#header-help-area {
    color: #F1FDCD;
}

/*--------------------------------------------------------------------------
=Structure (basic/general markup)
--------------------------------------------------------------------------*/
/*
.jl-base #jl-wrapper:after, .jl-base #jl-joinwait:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.intro,
.dt-intro {
    margin: 0px auto 20px auto;
    width: inherit;
}

.intro.intro-right {
    color: #080F6A;
    left: 393px;
    position: absolute;
    width: 300px;
}

.jl-feature {
    background-color: #bed6de;
    border: 2px solid #CC4000;
    height: 500px;
    margin: 0px auto 20px;
    width: 700px;
}

.deco-banner {
    border: 1px #CC4000 solid;
    border-width: 1px 0px;
    height: 130px;
    width: 800px;
}

.deco-border {
    background-color: #DDEAEC;
    border: 1px #CC4000 solid;
    display: block;
    float: left;
    margin: 8px auto 16px;
    overflow: hidden;
    padding: 10px;
    width: 650px;
}
*/


/*--------------------------------------------------------------------------
=Typography
--------------------------------------------------------------------------*/
.jl-fontjax {
    margin: 10px auto;
    text-align: center;
    width: 100%;
}
.jl-fontjax a {
    font-family: 'jaxfont2', serif;
    font-size: 1.667rem;
    font-weight: 900;
    line-height: 1.833rem;
    margin: 0px 10px;
    text-decoration: none;
}

.order-button {
    /* appearance allows us to style submit buttons for desktop */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #df8d5e !important;
    background-image: none !important;
    border: 2px solid #010066 !important;
    border-radius: 0px !important;
    color: #010066 !important;
    display: inline-block;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 1.417rem !important;
    font-weight: bold !important;
    height: auto !important;
    margin: 0 .4em !important;
    min-width: 184px;
    padding: 5px 0 !important;
    text-align: center;
    text-decoration: none !important;
}

.order-button:hover,
.order-button:focus {
    cursor: pointer;
    text-decoration: none !important;
}

.order-button.button-alt {
    background-color: #b5bfc3 !important;
}

.purchase-button {
    /* appearance allows us to style submit buttons for desktop */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #df8d5e !important;
    background-image: none !important;
    border: 2px solid #010066 !important;
    border-radius: 0px !important;
    color: #010066 !important;
    display: inline-block;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 1.417rem !important;
    font-weight: bold !important;
    height: auto !important;
    margin: 0 .4em !important;
    min-width: 188px;
    padding: 5px 0 !important;
    text-align: center;
    text-decoration: none !important;
}

.purchase-button:hover,
.purchase-button:focus {
    cursor: pointer;
    text-decoration: none !important;
}

.purchase-button.button-alt {
    background-color: #b5bfc3 !important;
}

img#gift-membership {
    width: 84%;
}

/* Style a <button> to look like a blue text link */
.text-button {
    background: none;
    border: 0;
    color: #006;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.text-button:hover,
.text-button:focus {
    color: #cc4000;
}

/*--------------------------------------------------------------------------
=Thank You Page
--------------------------------------------------------------------------*/
#jl-tnxyou #jl-wrapper {
    overflow: visible;
    position: relative;
    width: 800px;
}

#jl-tnxyou .jl-feature {
    background-color: #bed6de;
    border: 0px;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
    padding-bottom: 65px;
    width: 800px;
}

#jl-tnxyou h1 {
    left: 0px;
    margin-top: 10px;
}

#jl-tnxyou #jl-wrapper .intro,
#jl-notecardreply #jl-wrapper .intro {
    font-size: 1.083rem;
    font-weight: bold;
    margin: 0 10px;
}

#jl-tnxyou #jl-wrapper .dt-intro {
    font-size: 1rem;
    font-weight: normal;
}

#jl-tnxyou #jl-sendreply {
    width: 800px;
    text-align: center;
    background: #b3d0d8;
}

#jl-wrapper p.fontjax-mobile,
.fontjax-mobile {
    color: #CC4000;
    font-family: 'jaxfont2',serif !important;

}

#jl-sendreply p.fontjax-mobile {
    font-size: 2.167rem;
    font-weight: 900;
    margin: 0 auto 25px;
    padding-top: 39px;
}

textarea {
    resize: none;
}

#jl-tnxyou #jl-sendreply img {
    border: 0;
}

#jl-tnxyou #jl-sendreply #replyfooter {
    padding: 20px 0;
}

#jl-tnxyou #jl-sendreply #fsubmit {
    margin: 20px 0;
}

#jl-tnxyou #jl-sendreply #reply-tofrom {
    display: block;
    margin: 20px auto;
    overflow: hidden;
    width: 675px;
    font-weight:bold;
}

#jl-tnxyou #jl-sendreply #reply-to {
    float: left;
}

#jl-tnxyou #jl-sendreply #reply-from {
    float: right;
}

#jl-tnxyou #jl-sendreply #reply-tofrom span label{
    padding-right: 30px;
}

#jl-tnxyou #jl-sendreply #reply-msg {
    background-color: #DDEAEC;
    padding: 12px;
    width: 650px;
    margin: auto;
}

#jl-tnxyou #jl-sendreply #reply-msg-inner {
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 10px;
    width: 629px;
    color: #0F292D;
}

#thanksForm .reply_message,
#thanksForm .reply_message_mb {
    font-weight: bold;
}

#thanksForm .reply_message {
    line-height: 1.667rem;
}

#thanksForm .reply_message_mb {
    line-height: 3.333rem;
    padding-left: 10px;
}

#jl-tnxyou #jl-sendreply #reply-msg-inner textarea,
#jl-tnxyou #jl-sendreply #reply-msg-inner p.helptext {
    border: 0px none;
    color: #666;
    font-family: Verdana,Arial,Helvetica;
    font-size: 1.167rem;
    font-weight: lighter;
    line-height: 1.5rem;
    text-align: left;
    width: 590px;
}

#jl-tnxyou #jl-sendreply #reply-msg-inner textarea {
    box-sizing: border-box;
    width: 100%;
}

#thanksForm fieldset div#reply-msg {
    text-align: left;
}

#jl-tnxyou #jl-sendreply #reply-msg-inner textarea.helptext-mobile {
    color: #000;
}

#jl-tnxyou #jl-sendreply #reply-msg-inner p.helptext {
    color: #000;
}

#jl-tnxyou .fbase {
    margin: 0;
}

/*--------------------------------------------------------------------------
=Thank You Confirm
--------------------------------------------------------------------------*/
#jl-tnxconfirm #jl-wrapper {
    overflow: visible;
    position: relative;
    width: 880px;
}
#jl-tnxconfirm .jl-feature {
    background-color: transparent;
    border: 0px none;
    border-top: 1px #77A5B5 solid;
    list-style-type: none;
    margin: 37px auto 10px;
    overflow: hidden;
    padding: 10px 0px 0px;
    width: 735px;
    word-spacing: 2px;
}
#jl-tnxconfirm .jl-feature li {
    display: block;
    float: left;
    line-height: 1.3rem;
    overflow: hidden;
    width: 205px;
}
#jl-tnxconfirm .jl-feature li#mod-about { padding-right: 20px; }
#jl-tnxconfirm .jl-feature li#mod-category { padding: 0px 20px; }
#jl-tnxconfirm .jl-feature li#mod-genix { padding-left: 20px; }

#jl-tnxconfirm li.border {
    border: 0px none;
    border-left: 1px #77A5B5 solid;
    border-right: 1px #77A5B5 solid;
}

#btnReply.add-margin,
#fsubmit.add-margin {
    margin: 20px 0 30px 0 !important;
}

.wrap-img {
    border: 0px none;
    float: right;
    margin: 0px 0px 10px 5px;
    vertical-align: text-bottom;
}

/*--------------------------------------------------------------------------
=Errors/Behavioral Styles
--------------------------------------------------------------------------*/
.errbox {
    background-color: #d0e5ee;
    line-height: 1.5rem;
    padding: 20px 10px;
    text-align: center;
    width: 600px;
}
.errinput {
    background-color: #ffc;
    border: 1px solid #c00;
}
.error {
    color: #CC4000;
    font-weight: 900;
}
.helptext { color: #666; }
.usertext { color: #000; }
.errmsg {
}
#jl-error404 #frmError { margin: 18px 0; }

noscript {
    display: block;
    background: #ffc;
    border: 1px solid #c00;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

noscript .jl-erroricon {
    background: url(/jl/icons/sprite_icons.gif) no-repeat 0 -103px transparent;
    display: inline-block;
    height: 22px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    top: 5px;
    width: 25px;
}

/*--------------------------------------------------------------------------
=Forms
--------------------------------------------------------------------------*/

.radio, input[type="radio"] {
height: 13px;
width: 13px;
}

#frmLogonBox  {
    border-bottom: 1px solid #cc4000;
    float: left;
    font-size: 0.9167rem;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0px ;
    position: relative;
    text-align: left;
    width: 290px;
}
#jl-logon #frmLogonBox {
    clear: both;
    float: none;
    margin: 5px auto;
}

#frmLogonBox.frmLogon p.frm-forgot {
    text-align: right;
}

.frmLogon fieldset {
    border: 0px none;
    margin: 0px auto;
    padding: 0px 5px;
}
#frmLogonBox fieldset  {
    padding: 5px 15px 15px;
    width: 260px;
}
.frmLogon fieldset legend {
    line-height:0;
    margin: 0px;
    padding: 0px;
    text-indent: -5000px;
}
.frmLogon ul {
    height: 78px;
    list-style-type: none;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
    text-align: left;
    width: 260px;
}
#frmLogonBox ul{
    height: auto;
}
.frmLogon ul li {
    margin: 0px 0px 10px;
    padding: 0px;
    overflow: hidden;
    width: 260px;
}
.frmLogon ul .fli-submit {
    min-width: 58px;
}
.frmLogon ul .fli-pwd {
    float: left;
    overflow: hidden;
    width: 200px;
}
#fli-pwd input, .fli-pwd input {
    width: 90px;
}

#frmLogonBox ul .fli-auto {
    clear: both;
    float: left;
    margin-bottom: 0px;
    width: 100%;
}

#frmLogonBox ul .fli-auto label {
    font-weight: normal;
    width: auto;
}

#frmLogonBox label {
    display: block;
    float: left;
    text-align: left;
    margin-right: 5px;
    padding: 0;
    min-width: 90px;
}

.frmLogon input {
    float: left;
    margin: 0;
    padding: 1px;
    -webkit-padding-after: 1px;
    -webkit-padding-start: 1px;
    text-align: left;
}

#frmLogonBox .fli-emaddr input {
    width: 158px;
}

#autologin2 {
    height: 15px;
    width: 15px;
}

.frmLogon #btnLogon2 {
    font-size: 1rem !important;
    padding: 1px 2px;
    margin-right: 11px !important;
    min-width: 58px;
    text-align: center;
}

.frmLogon .fli-auto label {
    cursor: pointer;
    font-weight: 900;
    width: auto;
}
.frmLogon #frm-forgot, .frmLogon .frm-forgot {
    clear: both;
    display: block;
}
#frmLogonBox .frm-forgot {
    font-size: 1rem;
    font-weight: bold;
    margin: 12px 0;
}
.frmLogon input#btnLogon {
    margin: 0px;
    padding: 1px;
    text-align: center;
}

/*--------------------------------------------------------------------------
=Paragraph Styles
--------------------------------------------------------------------------*/
.small,
.subnav {
    color: #006;
    font-size: 0.9167rem;
    margin: 5px 0;
    padding: 0;
}

#jl-cardspending td.small  {
    padding-top: 5px;
}

#jl-linkpage p.small {
    color: #000;
    font-size: 1rem;
    margin: 12px 0;
}

button.small {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subnav {
    margin: 5px 0 10px 0;
}

/*---=Paragraph links--*/
p a { text-decoration: underline; }
.small a,
.subnav a {
    font-weight: bold;
    text-decoration: none;
}



/*--------------------------------------------------------------------------
=Address Book
--------------------------------------------------------------------------*/
#table_addressbook { width: 530px; }
#table_addressbook tr {
    margin: 0;
    padding: 0;
}

#table_addressbook tr td {
    margin: 0;
    padding: 0;
}

#addressbook_firstname {
    display: block;
    width: 95px;
}

#addressbook_firstname {
    display: block;
    width: 95px;
}

#jl-addressbook #jl-wrapper, #jl-addressbook2 #jl-wrapper {
    margin: 10px auto 0px;
    width: 600px;
}

#jl-addressbook3 #jl-wrapper {
    margin: 10px auto 0px;
    width: 700px;
}

#jl-addressbook h1,
#jl-addressbook2 h1,
#jl-addressbook3 h1 {
    margin-bottom: 25px;
}

#jl-addressbook .info {
    margin: 37px auto 47px;
    text-align: center;
}

#jl-addressbook2 .info {
    margin: 32px auto 37px;
    text-align: center;
}

#jl-addressbook3 .info {
    line-height: 1.4rem;
    margin: 30px auto 35px 40px;
    width: 650px;
}

.jl-notice {
    background-color: #ddebf0;
    border: 1px #df8c5e solid;
    color: #000;
    font: normal 1rem Verdana;
    margin: 0 auto;
    min-height: 80px;
    padding: 10px 30px 10px 152px;
    position: relative;
    text-align: center;
    width: 427px;
}

.jl-notice span {
    bottom: -10px;
    display: block;
    height: 123px;
    left: -10px;
    position: absolute;
    width: 152px;
}
.jl-notice p {
    margin: 0px;
    width: 427px;
}

.jl-notice p a {
    font-weight:bold;
}

#jl-addressbook .errmsg,
#jl-addressbook2 .errmsg,
#jl-addressbook3 .errmsg {
    text-align: center;
}

/*--------------------------------------------------------------------------
=CardLink Page
--------------------------------------------------------------------------*/
ul.cardlinks{
    list-style: none;
    margin: 0px !important;
    padding: 0;
    position: relative;
    display: block;
    text-align: center;
}

ul.cardlinks li {
    display: inline;
    padding: 5px;
    color: #375A66;
}

#cltwocont {
    display: block;
    text-align: center;
    width: 674px;
    margin: 0 auto;
    line-height: 1.4rem;
    text-align: left;
    padding-bottom: 16px;
    padding-top: 17px;
}

#cltwocont .boldblue {
     font-weight: bold;
     color: #000000;
}

#cltwocont .boldorg {
    color: #cc4000;
    font-weight: bold;
    text-align: center;
}

/*--------------------------------------------------------------------------
=Table Styles
--------------------------------------------------------------------------*/
.tablelabel {
    padding-right: 10px;
    text-align: right;
    width: 260px;
}

/*--------------------------------------------------------------------------
=Index Page
--------------------------------------------------------------------------*/


#footer #logo-flash {
    display: block;
    margin: 0px auto 15px;
    width: 112px;
}
.jl-non-member #jl-index {
    width: 767px;
    clear:both;
}

#jl-index #jl-wrapper {
    clear: both;
    width: 995px;
}

#leftrail {
    float: left;
    margin-bottom: 20px;
}

#jl-index-new #leftrail,
#jl-index #leftrail {
    width: 215px;
}

#jl-index .content {
    border: 0px none;
    float: right;
    width: 756px;
}

.twomain {
    overflow: hidden;
}

.twomain .banner_small {
    float: left;
}

.twomain .banner_large {
    float: right;
}

#hp-banners {
    float: right;
    height: 175px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 756px;
}

#hp-banners li {
    background-color: #d0e5ee;
    height: 175px;
}

.lgAd a,
.medAd a,
.smAd a {
    color: #000;
    text-decoration: none;
}

.smAd a img,
.medAd a img,
.lgAd a img {
    border: 0px none;
}

.smAd a img {
    width: 222px;
}

.smAd a img[alt] {
    display: block;
    text-indent: -9999px;
}

.two .lgAd,
.medAd {
    background: #728A94 url(/jl/banners/gradientBlue.gif) repeat-x scroll 0 0;
}

.lgAd {
    float: left;
    margin: 0px;
    overflow: visible;
    padding: 0 10px;
    position: relative;
    width: 495px;
}

.v3 .lgAd {
    float: right;
}

.medAd {
    float: left;
    position: relative;
    width: 280px;
}

.v3 .smAd {
    float: left;
    margin: 0px;
    overflow: visible;
    padding: 0px;
}

.smAd {
    float: right;
    margin-left: 15px;
    overflow: hidden;
    padding:0 10px;
    position: relative;
    width: 202px;
}

.v3 .title {
    color: #3c788b;
    font: normal 900 1.5rem Verdana,Arial,Helvetica,san-serif;
    margin-right: 25px;
    width: 420px;
}

.v3 .copy {
    margin: 0px 25px 0px 0px;
    width: 320px;
}

.v3 .button {
    background:transparent url(/jl/icons/sprite_buttons.gif) no-repeat scroll 0 -38px;
    bottom: 10px;
    border: 0px none;
    color: #FFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:900;
    height: 34px;
    position: absolute;
    right: 20px;
    width: 67px;
}

.v1 .title, .v2 .title {
    color: #FFF;
    font: italic 900 1.5rem Times New Roman,serif;
    letter-spacing: 1.2px;
    width: 275px;
}

.v1 .copy, .v2 .copy {
    float: left;
    margin: 0px;
    width: 258px;
}
.v1 .img-replace-r, .v2 .img-replace-r {
    margin: 0px;
    padding: 0px;
    float: right;
    position: absolute;
    right: 2px;
    top: 0px;
    width: 220px;
}
.medAd .title {
    color: #FFF;
    font: italic 900 1.417rem Times New Roman,serif;
    float: right;
    letter-spacing: 1.2px;
    margin: 5px 0px 5px 25px;
    width: 250px;
}
.medAd .title a {
    color: #FFF;
}
.medAd .copy {
    float: right;
    height: 66px;
    margin: 0px 25px 0px 0px;
    width: 218px;
}
.medAd .button {
    background:transparent url(/jl/icons/sprite_buttons.gif) no-repeat scroll 0 -38px;
    bottom: 10px;
    border: 0px none;
    color: #FFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:900;
    height: 34px;
    position: absolute;
    right: 20px;
    width: 67px;
}
.smAd .title {
    color: #3c788b;
    font: normal 900 1.5rem Verdana,Arial,Helvetica,san-serif;
    letter-spacing: 1px;
    margin: 8px auto;
    width: 200px;
}
.smAd .link, .lgAd .link {
    color: #000;
    display: block;
    padding-right: 10px;
    text-decoration: underline;
}
.smAd .alt {
    color: #3c788b;
    font: 900 1.333rem Verdana,Arial,Helvetica,san-serif;
}
.smAd .copy, .smAd .link, .smAd .alt {
    margin: 8px auto;
    width: 200px;
}
.img-replace, .fla-replace {
    display: block;
    left: 0px;
    position: absolute;
    top: 0px;
}
.smAd .fla-replace {
    margin: 0px;
    padding: 0px;
}
.smAd .img-replace, .smAd .fla-replace {
    height: 175px;
    width: 222px;
}
.smAd .img-replace {
   z-index: 500;
}
.smAd .img-replace a {
   border: 0 none;
   display: block;
   height: 100%;
   width: 100%;
}
.v3 .smAd .fla-replace { height: 175px; }
.medAd .img-replace {
   height: 175px;
   width: 277px;
}
.lgAd .img-replace {
   height: 175px;
   width: 515px;
}
#jl-index .thm-feature {
    background-color: #bed6de;
    border: 2px #F19561 solid;
    float: right;
    list-style-type: none;
    margin: 32px 0px 25px;
    overflow: hidden;
    padding: 0 0 10px 0;
    width: 750px;
}
#jl-index .thm-feature .title {
    clear: both;
    display: block;
    margin: 18px auto 14px;
    text-align: center;
    width: 713px;
}
#jl-index .title h3 {
    color: #3c788b;
    float: left;
    font-size: 1.5rem;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
li.title h3.liquid { width: 100%; }
li.title h3.fixed { width: 348px; }
#jl-index .thm-feature .title h3 a {
    color: #3c788b;
}
#jl-index .thm-feature .title h3 a:hover {
    color: #CC4000;
}
#jl-index .thm-feature li {
    float: left;
    margin: 0px 0px 0px 16px;
    width: 165px;
}
#jl-index .thm-feature li a img {
    border: 0px none;
    display: block;
    height: 113px;
    margin: 0 auto 10px;
    width: 165px;
}
.thm-title {
    display: block;
    clear: both;
    text-align: center;
    text-decoration: underline;
}
#hp-copy {
    float: left;
    width: 560px;
}

#hp-copy .whitespace {
    margin: 35px auto 0px;
}

#featured-wrapper table{
    border-collapse: collapse;
    text-align: center;
    margin: 0 auto;
}

#featured-wrapper table td,
#featured-wrapper table th{
    border: 2px solid #CC4000;
    padding: 7px;
}

#featured-wrapper table td{
    width: 114px
}

#featured-wrapper table th a{
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}

#featured-wrapper table td span{
    display: block;
    margin-top: 3px;
    padding-bottom: 5px;
    font-size: 0.9167rem;
}

#featured-wrapper table td a span{
    text-decoration: underline;
}

#featured-wrapper table td.newcard span{
    background: url(/jl/new.gif) no-repeat right top;
    padding-right: 30px;
    padding-bottom: 5px;
}

#subhead-afu{
    text-align: center;
    margin: 0 auto;
    width: 860px;
}

#subhead-afu #featured-wrapper{
    clear: both;
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
}

#subhead-afu #chud-wrapper {
    float: right;
    margin: 0 0 10px 0;
    padding: 0;
    width: 410px;
    overflow: hidden;
}

#subhead-plat{
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 800px;
}

#subhead-plat #featured-wrapper{
    display: inline;
    text-align: center;
}

#subhead-plat #featured-wrapper{
    float: left;
    padding: 0;
    width: 566px;
}

#subhead-plat #chud-wrapper{
    float: right;
    margin: 0px;
    width: 200px;
}

.agi-mainbanner-sm {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}

.agi-mainbanner-smr {
    float: right;
    margin: 0;
    padding: 0;
}

#login-wrapper {
    float: left;
    margin: 10px 0 0 10px;
    padding: 0;
}

#bottomWrapper {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

#leftcontent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 230px;
}

#centercontent {
    position: relative;
    margin-left: 230px;
    margin-right: 140px;
}

#centercontent p {
    padding-right: 10px;
}

#rightcontent {
    position: absolute;
    right: 10px;
    top: 0;
    width: 130px;
}

#index-featured {
    background-color: #bed6de;
    float: right;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 167px;
}

#index-featured li {
    margin: 15px auto;
    width: 126px;
}

ul.jl-sendpassword-bl {
    list-style-type: disc;
    margin-top: 10px;
}

ul#index-categories,
ul.index-categories {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt;
    position: relative;
    width: 215px;
}

#jl-wrapper ul#index-categories,
#jl-wrapper ul.index-categories {
    padding-bottom: 6px;
}

ul#index-categories li,
ul.index-categories li {
    padding: 3px 3px;
    color: #375A66;
    margin: 0px auto;
    width: 200px;
}

ul#index-categories li a,
ul.index-categories li a {
    color: #006;
    font-weight: bold;
}

ul.index-categories li a {
    background-repeat: no-repeat !important;
    display: block;
    padding: 8px 0 6px 29px !important;
}

ul#index-categories li.catheader,
ul.index-categories li.catheader {
    padding: 6px 6px;
}

ul#index-categories li.last {
    padding: 3px 3px;
    border-bottom: none;
    color: #375A66;
}

ul.index-categories.additional-link a {
    background: none;
    padding: 0 !important;
}


/*--------------------------------------------------------------------------
=THE CARDS Page
--------------------------------------------------------------------------*/
#thecards .jl-card p,
#thecards_nm .jl-cards-container p {
    color: #006;
    font: normal 0.9167rem Verdana,Arial,Helvetica;
    margin-left: 145px;
    padding: 0;
}

#thecards .thm-feature,
#thecards_nm .thm-feature {
    background-color: #bed6de;
    padding: 0 15px;
}

#thecards .subhead,
#thecards_nm .subhead {
    text-align: center;
}

#thecards td a {
    font-weight: bold;
}

.jl-base #thecardslist,
#thecards_nm #thecardslist {
    display: block;
    width: 660px;
    margin: 0 auto;
    padding: 0 0 3px 0;
    overflow: hidden;
}

.jl-base #thecardslist li a {
    background: none;
}

.jl-base #thecardslist .cat-column,
#thecards_nm #thecardslist .cat-column {
    float: left;
    width: 220px;
}

.jl-cardspage .jl-notice span {
    bottom: -20px;
    height: 138px;
    left: -15px;
    width: 138px;
}

.jl-cardspage .jl-notice {
    margin: 25px auto 30px;
    padding: 10px 38px 10px 122px;
    width: 440px;
}


/*--------------------------------------------------------------------------
=Premiere Page (Card and Video)
--------------------------------------------------------------------------*/
#premiere p#topmessage, #premiere p#bottommessage {
    padding: 10px 10px;
    margin: 0;
    text-align: left;
    font-size: 1.167rem;
    position: relative;
}

#premiere p#bottommessage {
    text-align: center;
}

#premiere ul#topmessage {
    font-size: 1.167rem;
    list-style: none;
    margin: 2px;
    padding: 0;
    text-align: left;
}

#card_premiere {
    clear: both;
}

#video_premiere {
    clear: both;
    text-align: center;
}

#video_premiere div {
    margin: 0 auto;
}

#premiere ul#topmessage li a{ text-decoration:underline; }
#premiere  ul#topmessage li.call{
    padding: 10px;
    text-align: center;
}

#premiere div#premiere-done{
    padding: 5px 20px;
    font-size:1.5rem;
}

#premiere #FlashProduct_div {
    height: 600px;
    text-align:center;
}

#premiere #FlashProduct_div .fla-replace {
    position: relative;
}

#premiere #brightcove {
    height: 120%;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

#flash-download {
    margin: 30px auto auto;
    overflow: hidden;
    text-align: center;
}

/*--------------------------------------------------------------------------
=Activate Page
--------------------------------------------------------------------------*/
#jl-activate { text-align: left; }
#jl-activate #header { text-align: left; }
#jl-activate #jl-wrapper {
    margin: 0px auto;
    width: 900px;
}
.btn-action {
    height: 35px;
    margin: 0px auto;
    text-align: center;
    width: 460px;
}
#jl-activate .btn-action {
    height: auto;
    overflow: hidden;
}
#btn-browse, #btn-browse img {
    border: 0px;
    float: left;
    height: 35px;
    width: 210px;
}
#jl-activate #btn-browse, #jl-activate #btn-browse img {
    height: 110px;
    margin-top:21px;
}
#jl-activate #btn-cafepress, #jl-activate #btn-cafepress img {
    height: 150px;
}
#btn-cafepress, #btn-cafepress img {
    border: 0px;
    float: right;
    height: 35px;
    width: 225px;
}
#giftsubmform .jl-inputs {
    margin:0;
    overflow:hidden;
    padding:0;
    width: 600px;
}
#giftsubmform .subheader, #giftsubmform .fli-giftsubs { margin: 0px auto 10px; }
#giftsubmform .subheader span {
    float: left;
    font-weight: 900;
    margin-right: 20px;
    width: 200px;
}
#giftsubmform .fli-giftsubs label {
    width: 200px;
}
#fli-giftsubsooter a { text-decoration: underline; }
#fli-giftsubscontinue {
    padding-left: 220px;
}
#jl-activate .bigbold {
    font-size: 1rem;
    font-weight: normal;
}


/*--------------------------------------------------------------------------
=Activate Page (browser-based Advent Calendars)
--------------------------------------------------------------------------*/
.jl-advent-calendar-activation-form {
    background-color: #EDEAE1;
    border: #000000 1px solid;
    margin: 0px auto auto auto;
    padding: 20px;
    text-align: center;
    width: 432px;
}
.jl-advent-calendar-activation-form div {
    font-size: 1.167rem;
    padding-bottom: 15px;
}

.jl-advent-calendar-activation-form .activation_code_holder {
    height: 25px;
}

.jl-advent-calendar-activation-form .activation_code_holder #activation_code {
    border: 1px inset;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #aeadb3;
    height: 19px;
    width: 150px;
}

.jl-advent-calendar-activation-form .error {
    background-color: #ffc;
    color: #CC4000;
    font-weight: 900;
}

.jl-advent-calendar-activation-form .errors {
    color: #CC4000;
    display: none;
    font-weight: 900;
    margin: auto;
    width: 275px;
}

.jl-advent-calendar-activation-form-container {
    padding-top: 50px;
    width:100%;
}

.victorian-body {
    background-color: #402D4B;
}

.christmas-market-body {
    background-color: #620404;
}

.seaside-body {
    background-color: #163948;
}

.alps-body {
    background-color: #0d3947;
}


/*--------------------------------------------------------------------------
Edinburgh Advent Calendar Caption settings
--------------------------------------------------------------------------*/

body#jl-sendcard .bigdemo .vjs-caption-settings .vjs-tracksettings {
    padding-left: 25%;
    width: 100%;
}
.bigdemo .vjs-caption-settings .vjs-tracksettings,
#lightbox .vjs-caption-settings .vjs-tracksettings {
    padding-left: 25%;
    width: 85%;
}

.bigdemo .vjs-caption-settings .vjs-tracksetting label,
#lightbox .vjs-caption-settings .vjs-tracksetting label  {
    height: 20px;
    padding-left: 0px !important;
    position: inherit;
}

.bigdemo .vjs-tracksetting select,
#lightbox .vjs-tracksetting select {
    display: block;
    height: 34px;
    width: 93%;
}

.bigdemo .vjs-caption-settings .vjs-tracksetting span,
#lightbox .vjs-caption-settings .vjs-tracksetting span {
    float: none;
}

.bigdemo .vjs-tracksettings-controls,
#lightbox .vjs-tracksettings-controls {
    min-height: 80px;
    position: relative;
    padding-left: 8%;
}

.bigdemo .vjs-tracksettings-colors,
.bigdemo .vjs-tracksettings-font,
#lightbox .vjs-tracksettings-colors,
#lightbox .vjs-tracksettings-font {
    float: none;
    position: relative;
    z-index: 1000;
}

.bigdemo .vjs-caption-settings button,
#lightbox .vjs-caption-settings button {
    float: left;
}

.bigdemo .vjs-tracksetting legend,
#lightbox .vjs-tracksetting legend {
    font-size: 18px;
    margin-left: 35%;
    text-indent: 0;
}

/*--------------------------------------------------------------------------
=PPpaidOK, PPcancelt, PPcancel, newcard Page
--------------------------------------------------------------------------*/
#jl-pppaidok p,
#jl-ppcancelt p,
#jl-ppcancel p,
#jl-mydetails #jl-wrapper,
#jl-mydetails #jl-joinwait,
#jl-mydetails table,
#jl-membership table,
#jl-giftpay table,
#jl-index #centercontent p,
#jl-index #index-bottom,
#jl-addressbook td,
#jl-addressbook2 td,
#jl-addressbook3 td,
#join1 table,
#jl-carderror td,
#jl-renew td,
#jl-renew2 td,
#jl-join2 td,
#jl-join1t td {
    font-size: 1rem;
}

#jl-pppaidok .bigbold,
#jl-ppcancelt .bigbold,
#jl-ppcancel .bigbold {
    font-weight: bold;
    font-size: 1.5rem;
    color: #000;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

body#jl-preview,
body#jl-viewcardm,
body#jl-ecardsurvey,
#FlashProduct_div {
    height: 100%;
    margin: 0px;
    width: 100%;
}

#jl-wrapper .bold {
    font-weight: bold;
}

#jl-join1t #contentWrapper {
    width: 600px;
}

#jl-join1t #jl-wrapper,
#jl-renew2 #jl-wrapper,
#jl-join1t #tb-payment,
#jl-join2a #tb-payment,
#jl-giftpay #tb-payment,
#jl-membership #jl-wrapper {
    margin: 0 auto;
    width: 735px;
}

#jl-renew2 #jl-wrapper {
    margin: 0 auto;
    width: 810px;
}

#jl-join1t #tb-payment,
#jl-renew #tb-payment,
#jl-renew2 #tb-payment,
#jl-join2a #tb-payment,
#jl-giftpay #tb-payment {
    margin-top: 50px;
}

#jl-join1t #tb-cc,
#jl-renew #tb-cc,
#jl-renew2 #tb-cc {
    width: 310px;
}

#jl-join1t #tb-paypal,
#jl-renew #tb-paypal,
#jl-renew2 #tb-paypal {
    width: 215px;
}


/*--------------------------------------------------------------------------
=Join Pages
--------------------------------------------------------------------------*/
#jl-qjoin #jl-wrapper {
    margin: 0px auto;
    padding: 0px;
    position: relative;
    width: 640px;
}
#jl-qjoin .jl-feature {
    background-color: #bed6de;
    border: 2px solid #CC4000;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px 0px;
    width: 640px;
}

#jl-qjoin #recaptcha_widget {
    width:300px;
    float:left;
}
#jl-qjoin #recaptcha_widget p.recaptchahead {
    margin-top:0;
    font-size: 0.9167rem;
    color:#006;
}
#jl-qjoin #jl-wrapper #middle_instructions p {
    font-size: 0.9167rem;
    color:#006;
    font-weight:bold;
}
#jl-qjoin #jl-wrapper #middle_instructions p a {
    font-weight:normal;
}
#frm-qjoin fieldset {
    border: 0px none;
    float:left;
    margin-left:10px;
    width:300px;
}
#jl-qjoin .jl-feature ul.terms {
    clear:both;
    padding-top:10px;
}
#jl-qjoin #frm-qjoin #captchaenter {
    margin:10px 0;
}
#jl-qjoin #frm-qjoin #captchaenter label {
    width:141px;
}
#frm-qjoin fieldset ol {
    clear: both;
    height: 180px;
    list-style-type: none;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
    width: 300px;
}
#frm-qjoin fieldset ol li { margin-bottom:10px; }
#frm-qjoin #btnSubmit {
    bottom:15px;
    position: absolute;
    right: 86px;
}
.fldhidden {
    height: 0px;
    text-align: left;
    text-indent: -5000px;
}
#frm-qjoin label {
    display: block;
    float: left;
    font-size: 0.9167rem;
    margin-right: 8px;
    text-align: right;
    width: 110px;
}
#frm-qjoin input, #frm-qjoin select { width: 145px; }
#frm-qjoin #btnSubmit input { width: auto; }
.jl-feature ul.terms {
    font-size: 0.9167rem;
    list-style-position: inside;
    margin: 0px auto 16px;
    padding: 0px 0px 65px;
    width: 540px;
}
.jl-feature .terms li {
    line-height: 1.3rem;
    list-style-position: outside;
    margin-left: 15px;
    padding-left: 8px;
}
.jl-feature .terms li.liststart {
    list-style-positon: outside;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
#jl-join1 #jl-wrapper {
    margin: 0px auto;
    width: 810px;
}
#frmJoin1 {
    clear: both;
    margin: 0px auto;
    width: 695px;
}
#frmJoin1 ul {
    margin: 0px auto;
    padding: 0px;
    width: inherit;
}
#frmJoin1 ul li {
    overflow: hidden;
    width: 100%;
}
#frmJoin1 #fli-email label, #frmJoin1 #fli-country label {
    float: left;
    margin-right: 83px;
    width: 215px;
}
#frmJoin1 #subemail, #frmJoin1 #subcountry {
    float: left;
    width: 260px;
}
#frmJoin1 #subcountry { margin-top: 5px; }
#frmJoin1 #fldTerms { margin: 10px 0px 0px; }
#frmJoin1 #fli-submit {
    margin: 10px auto;
    width: 100px;
}
#frmJoin1 #fli-submit #fldsubmit { margin: 0px; }
.jl-lt-column {
    float: left;
    overflow: hidden;
}
.jl-rt-column {
    float: right;
    overflow: hidden;
}


/*--------------------------------------------------------------------------
=Join1 Pages
--------------------------------------------------------------------------*/
#jl-join2 #jl-wrapper {
    margin: 0px auto;
    overflow: hidden;
    width: 620px;
}
#frmJoin2 #fs-subs, #frmJoin2 #fs-userinfo, #frmJoin2 #fs-payment {
    overflow: hidden;
    width: inherit;
}
/*  Containers ---------------------------*/
#frmJoin2 #contact, #frmJoin2 #user, #frmJoin2 #subs, #frmJoin2 #payment, #frmJoin2 #creditcard, #frmJoin2 #submit {
    overflow: hidden;
    padding: 0px;
}
#frmJoin2 #contact, #frmJoin2 #user, #frmJoin2 #creditcard, #frmJoin2 #submit { clear: both; }
#frmJoin2 #contact, #frmJoin2 #user {
    margin: 0px 30px 10px;
    padding: 0px 10px;
    width: 400px;
}
#frmJoin2 #user .jl-lt-column, #frmJoin2 #contact .jl-lt-column {
    margin-bottom: 13px;
    margin-right:28px;
}
#frmJoin2 #subs {
    float: left;
    margin: 0px 20px;
    padding: 0px 5px;
    width: 200px;
}
#frmJoin2 #payment {
    float: right;
    margin: 0px 0px 25px 0px;
    width: 350px;
}
#frmJoin2 #creditcard {
    border: 2px #6F8D95 solid;
    padding: 15px 18px 20px;
    margin: 0px 0px 30px;
    width: 456px;
}
#frmJoin2 #creditcard #fli-radio-cc { width: 450px; }
#fli-radio-cc .list-radio {
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}
#fli-cdexpire label { display: block; }
#cc.list-payment {
    margin-bottom: 35px;
    width: 420px;
}
#paypal.list-payment {
    margin-bottom: 5px;
    width: 280px; }
.list-payment {
    list-style-type: none;
    margin:0px;
    overflow:hidden;
    padding:0;
}
.list-payment li {
    float:left;
    margin:0 5px 0 0;
    overflow:hidden;
    vertical-align: top;
    width:50px;
}
#frm-joinpayment .list-payment { height:50px; }
.list-payment li#fli-sm, .list-payment li#fli-sm span, .list-payment li#fli-s, .list-payment li#fli-s span { width: 33px; }
.list-radio label span, .list-payment span {
    background: url(/jl/icons/tm_logos.jpg) 0 0 no-repeat;
    display: block;
    height: 32px;
    margin-bottom: 3px;
    width: 50px;
}
.list-payment li#fli-paypal {
    clear: both;
    float: none;
    height: 25px;
    margin: 5px auto;
    width: 65px;
}
.list-payment li#fli-paypal span {
    height: 100%;
    width: 100%;
}
#fli-paypal label span, #fli-paypal span {
    background: url(/jl/icons/tm_logos.jpg) 0 -346px no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    height: 22px;
    width: 65px;
}
.list-payment li#fli-sm { width: 46px; }
#fli-v label span, #fli-v span, #fli-v2 label span, #fli-v2 span { background-position: 0px -58px; }
#fli-mc label span, #fli-mc span, #fli-mc2 label span, #fli-mc2 span{ background-position: 0px -125px; }
#fli-ae label span, #fli-ae span, #fli-ae2 label span, #fli-ae2 span{ background-position: 0px -93px; }
#fli-d label span, #fli-d span, #fli-d2 label span, #fli-d2 span{ background-position: 0px -193px; }
#fli-vd label span, #fli-vd span { background-position: 0px -24px; }
#fli-sm label span, .list-payment li#fli-sm span { background-position:-2px -397px; width: 46px; }
#fli-s label span, #fli-s span { background-position: -9px -305px; width: 31px; }
#fli-ve label span, #fli-ve span { background-position: 0px -160px; }
#fli-ec label span, #fli-ec span { background-position: 0px -228px; }
#submit { width: 495px; }

/* =Payment Options 2015
-----------------------------------------------------------------------------------------------------------*/
#payment-options {
    text-align: center;
}

#payment-options .secure-server {
    float: left;
    margin: 0 20px 0 0;
}

#payment-options .secure-server img {
    width: 75px;
}

#payment-options #tb-payment {
    display: inline-block;
    margin-top: 32px;
    overflow: hidden;
    width: auto;
}

#payment-options #cc.list-payment {
    float: left;
    margin-bottom: 0;
    width: auto;
}

#payment-options #paypal.list-payment {
    float: right;
    width: auto;
}

#payment-options .list-payment li {
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
    vertical-align: top;
    width: 54px;
}

#payment-options .list-payment span {
    background: url(/jl/icons/cc-sm.png) 0 0 no-repeat;
    display: block;
    height: 33px;
    margin-bottom: 3px;
    text-indent: -9999px;
    width: 54px;
}

#payment-options #fli-mc span {
    background-position: 0 0;
}

#payment-options #fli-v span {
    background-position: 0 -34px;
}

#payment-options #fli-ae span {
    background-position: 0 -68px;
}

#payment-options #fli-d span {
    background-position: 0 -102px;
}

#payment-options #fli-pp span {
    background-position: 0 -136px;
}

/*  Lists ---------------------------*/
#fs-userinfo #contact li, #fs-userinfo #user li {
    clear: none;
    width: 186px;
}
#fs-userinfo #user li.maxwidth {
    clear: both;
    overflow: hidden;
    width: 400px;
}
#fs-subs #subs li {
    margin-bottom: 10px;
    width: 100%;
}
#fs-subs #payment li {
    margin-bottom:2px;
    width: 100%;
}
#frmJoin2 #creditcard #fli-radio-cc ul li {
    clear: none;
    float: left;
    margin-right: 10px;
}
.list-radio li { margin-bottom: 12px; }
#frmJoin2 #fli-cdnum, #frmJoin2 #fli-cdsecure, #frmJoin2 #fli-cdissue {
    clear: none;
    margin: 0px 28px 13px 0px;
    width: 157px;
}
#frmJoin2 #fli-accept, #frmJoin2 #fli-reject { width: 100%; }
#frmJoin2 #fli-cdstart, #frmJoin2 #fli-cdexpire {
    margin-bottom: 13px;
    position: relative;
    width: 100%;
}
#frmJoin2 #fli-nopass {
    clear: both;
    width: 100%;
}
#submit #fli-submit, #submit #fli-reset {
    float: left;
    margin-top: 25px;
}
#frmJoin2 #submit #fli-submit input, #submit #fli-reset input {
    float: left;
    margin-right: 15px;
    width: 76px;
}


/*  Elements ---------------------------*/
#contact label, #contact input, #user label, #user input {
    display: block;
    float: left;
    width: 180px;
}
#fs-userinfo #user #fli-street input { width: 391px; }
#user #fli-state #state {
    font-size: 1rem;
    line-height: 1.3rem;
    width: 180px;
}
.jl-rt-column #subs label, .jl-rt-column #subs input, .jl-rt-column #payment label, .jl-rt-column #payment input, .jl-rt-column #fli-reject label, .jl-rt-column #fli-reject input, .jl-rt-column #fli-accept label, .jl-rt-column #fli-accept input {
    display:  inline;
    float: none;
}
#frmJoin2 #subs li input, #frmJoin2 #payment li input {
    margin-right: 5px;
    padding: 0px;
    width: auto;
}
#fli-cdname input {
    margin-bottom: 10px;
    width: 350px;
}
#frmJoin2 #fli-cdnum input, #frmJoin2 #fli-cdissue input { width: 150px; }
#frmJoin2 #fli-cdsecure input { width: 50px; }
#fli-cdstart select#smonth, #fli-cdexpire select#expmonth {
    float: left;
    margin-right: 30px;
    width: 90px;
}
#fli-cdstart select#syear, #fli-cdexpire select#expyear {
    float: left;
    width: 180px;
}
#fli-nopass input { margin-right: 13px; }
#fli-accept label, #fli-reject input, #fli-accept input, #fli-reject input { width: auto; }
#payment label img { vertical-align:middle; }
#creditcard label img {
    display: block;
    height: 37px;
    width: 58px;
}
.list-radio li input {
    margin: 0px auto;
    width: 50px;
}
#fli-sm input, #fli-s input { width: 30px; }

/*--------------------------------------------------------------------------
=Confirm Pages
--------------------------------------------------------------------------*/
#jl-qconfirm #jl-wrapper {
    margin: 0px auto;
    width: 615px;
}
#jl-qconfirm .jl-feature {
    background-color: #bed6de;
    border: 2px solid #CC4000;
    margin: 30px auto 0px;
    padding: 0px;
    text-align: center;
    width: inherit;
}

#reminder-wrapper {
    text-align: center;
}

#reminder-wrapper .reminder-copy {
    line-height: 2;
}

#reminder-wrapper .reminder-heading {
    color: #77a5b5;
}

#reminder-wrapper .reminder-saved-copy {
    display: none;
    color: #CC4000;
}

#reminder-wrapper .reminder-heading:after {
    border-bottom: 2px solid #77a5b5;
    content: "";
    display: inline-block;
    margin: 10px 0 10px 0;
    vertical-align: middle;
    width: 100%;
}

#save-reminder-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #df8d5e !important;
    background-image: none !important;
    border: 2px solid #010066 !important;
    border-radius: 0px !important;
    color: #010066 !important;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    height: auto !important;
    margin: 0 .4em !important;
    padding: 5px 10px !important;
    text-align: center;
    text-decoration: none !important;
}

/*--------------------------------------------------------------------------
=Card Pages
--------------------------------------------------------------------------*/

.jl-cardspage h1 {
    color: #cc4000;
    font-size: 1.5rem;
    margin:20px auto 0;
    padding:0px 38px 10px 122px;
    text-align:center;
    width:440px;
}
p.summary {
    font-size: 1rem;
    margin: 15px auto;
    text-align: left;
}
#jl-writemsg p.summary {
    text-align: center;
    width: 100%;
}
.jl-cards-container {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
}
.jl-cards-container li {
    clear: both;
    margin: 0px auto 15px;
    position: relative;
    width: inherit;
}
.jl-cards-container li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.jl-cards-container div {
    float: left;
    position:relative;
    width: 80%;
}
.jl-card a {

    height: 85px;
    left:0px;
    overflow: hidden;
    position:absolute;
    top:0px;
    width: 125px;
}
.jl-card a img {
    border: 0px none;
    display: block;
    height: 85px;
    width: 125px;
}
.jl-card h2, .jl-card p {
    padding-left:143px;
}

.jl-card p.whitespace { margin-bottom: 15px; }
.jl-cards-container .calltoaction {
    float: right;
    font-weight: 900;
    width: 18%;
}

#jl-index .new {
    background-color: #bed6de;
    text-decoration: underline;
}
.thumb {
    display: block;
    position: relative;
    width: 165px;
}
.new {
    background: transparent url(/jl/new.gif) right -2px no-repeat;
    height: 17px;
    overflow: hidden;
    padding-right: 30px;
}
.newflag {
    background: url(/jl/icons/img-newflag.png) 0 0 no-repeat transparent;
    display: block;
    height: 50px;
    left: -1px;
    overflow: hidden;
    padding-right: 40px;
    position: absolute;
    top: -1px;
    width: 50px;
}
.minheight {
    display: block;
    float: right;
    height: 100px;
    width: 1px;
}
.jl-cardspage #jl-wrapper hr { width: 920px; }

/*--------------------------------------------------------------------------
=Join1 Pages
--------------------------------------------------------------------------*/
#jl-join1 h1 {
    float: left;
    overflow: hidden;
    width: 600px;
}
#jl-join1 #mod-login {
    float: right;
    margin: 0px 0px 10px 10px;
}
#jl-join1 #mod-login form table tr td { background-color: none !important; }
#jl-join1 #mod-login form table tr td img {
    height: 0px;
    visibility: hidden;
}
#jl-join1 p { clear: left; }
#jl-join1 .txt-whitespace {
    clear: left;
    margin: 14px 0px 40px;
}

/*--------------------------------------------------------------------------
=News (Blog) Page
--------------------------------------------------------------------------*/
#jl-news #jl-sceneswrapper li {
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
}

.news-card .subheader {
    color: #cc4000;
}

.news-card .jl-feature {
    background-color: none;
    border: 0px none;
    display: block;
    height: 272px;
    margin: 10px auto;
    width: 400px;
}
.news-process .jl-feature {
    background-color: none;
    border: 0px none;
    float: left;
    height: 255px;
    margin: 0px auto;
    overflow: hidden;
    width: 400px;
}
.news-card .lg-format { width: 500px; }
.news-process .pic {
    border: 0px none;
    float: left;
    height: auto;
    margin: 20px 20px 0px 0px;
    width: 145px;
}
.news-card .jl-feature img, .news-process .pic img, .news-process .jl-feature img {
    border: 0px none;
    height: inherit;
    width: inherit;
}
.news-process .title {
    color: #CC4000;
    font-size: 1.083rem;
    font-weight: 600;
    text-align: center;
}
.news-process .caption {
    clear: both;
    margin: 10px auto;
    overflow: hidden;
    padding-top: 20px;
    width: 590px;
}
#jl-news #jl-sceneswrapper .container {
    height: auto;
    padding-bottom: 40px;
    margin: 0px auto;
    width: 585px;
}
#jl-news #jl-sceneswrapper .container .pic-lt {
    border: 0px none;
    float: left;
    margin-right: 5px;
}
#jl-news #jl-sceneswrapper .container #molly {
    margin-bottom: 18px;
}
#jl-news #jl-sceneswrapper .container .pic-rt {
    border: 0px none;
    float: right;
    margin-left: 5px;
}
#jl-news #jl-sceneswrapper .anchors {
    text-align: left;
    margin-top: 10px;
    text-align: right;
    width: 100%;
}


/*--------------------------------------------------------------------------
=Chudleigh Pages
--------------------------------------------------------------------------*/
#jl-chudleigh .caption {
color: #000;
font-weight: 900;
text-align: center;
}

#jl-chudleigh #page #jl-wrapper p.chudleigh-space {
    margin-bottom: 60px;
}

/* =Chuddiary, Chuddiary2, Chuddiary3, Chuddiary4, Chuddiary5,
    Chuddiary6, Chuddiary7, Chuddiary8
-------------------------------------------------------------------------------------------------------*/
#page #jl-wrapper p.two-imgs img {
    margin: 0 4px;
}

/*--------------------------------------------------------------------------
=SPRITE ICONS
--------------------------------------------------------------------------*/
.icon-a, .icon-b, .icon-c, .icon-d, .icon-e, .icon-f, .icon-g, .icon-h, .icon-i, .icon-j, .icon-k, .icon-l,
.icon-m, .icon-n, .icon-o, .icon-p, .icon-q, .icon-r, .icon-s, .icon-t, .icon-u, .icon-v, .icon-w, .icon-x,
.icon-y, .icon-z, .icon-aa, .icon-bb, .icon-cc, .icon-dd, .icon-ee, .icon-ff, .icon-gg, .icon-hh, .icon-ii,
.icon-jj, .icon-kk, .icon-ll, .icon-mm, .icon-nn, .icon-qq, .icon-uu, .icon-eee, .icon-oo, .icon-pp {
    background-image:url(/jl/icons/sprite_v1.png);
    background-repeat:no-repeat !important;
    padding: 8px 0 6px 29px !important;
    display:block;
}
.icon-a{background-position:0px 0px;}
.icon-b{background-position:0px -50px;}
.icon-c{background-position:0px -100px;}
.icon-d{background-position:0px -150px;}
.icon-e{background-position:0px -200px;}
.icon-f{background-position:0px -250px;}
.icon-g{background-position:0px -300px;}
.icon-h{background-position:0px -350px;}
.icon-i{background-position:0px -400px;}
.icon-j{background-position:0px -450px;}
.icon-k{background-position:0px -500px;}
.icon-l{background-position:0px -550px;}
.icon-m{background-position:0px -600px;}
.icon-n{background-position:0px -650px;}
.icon-o{background-position:0px -700px;}
.icon-p{background-position:0px -750px;}
.icon-q{background-position:0px -800px;}
.icon-r{background-position:0px -850px;}
.icon-s{background-position:0px -900px;}
.icon-t{background-position:0px -950px;}
.icon-u{background-position:0px -1000px;}
.icon-v{background-position:0px -1050px;}
.icon-w{background-position:0px -1100px;}
.icon-x{background-position:0px -1150px;}
.icon-y{background-position:0px -1200px;}
.icon-z{background-position:0px -1250px;}
.icon-aa{background-position:0px -1300px;}
.icon-bb{background-position:0px -1350px;}
.icon-cc{background-position:0px -1400px;}
.icon-dd{background-position:0px -1450px;}
.icon-ee{background-position:0px -1500px;}
.icon-ff{background-position:0px -1550px;}
.icon-gg{background-position:0px -1600px;}
.icon-hh{background-position:0px -1648px;}
.icon-ii{background-position: 0px -1700px;}
.icon-jj{background-position: 0px -1750px;}
.icon-kk{background-position: 0px -1800px;}
.icon-ll{background-position: 0px -1850px;}
.icon-qq{background-position: 0px -1900px;}
.icon-uu{background-position: 0px -1950px;}
.icon-eee{background-position:0px -2000px;}
.icon-mm{background-position:0px -2050px;}
.icon-nn{background-position:0px -2100px;}
.icon-oo{background-position:0px -2150px;}
.icon-pp{background-position:0px -2200px;}

/*--------------------------------------------------------------------------
=Jifiti Iframe Page
--------------------------------------------------------------------------*/
@media only screen and (max-device-width: 800px) {
    .div-back-url {
        margin-bottom: 1%;
    }
    #agi-content {
        margin-top: 0 !important;
    }
}

/*--------------------------------------------------------------------------
=Send Card Page
--------------------------------------------------------------------------*/
#jl-sendcard #jl-wrapper {
    position: relative;
    width: 700px;
}

#jl-sendcard #jl-sendhead {
    position: relative;
}

#jl-sendcard .intro {
    margin-top: 20px;
    width: 635px;
}

#jl-sendcard .intro p {
    clear: right;
    font-size: 1.167rem;
    margin: 0 0 16px;
    overflow: hidden;
    width: 480px;
}

#jl-sendcard .intro p em {
    font-weight:bold;
}

#jl-sendcard .intro #featThumb {
    position: absolute;
    right: 35px;
    top: 0px;
}

#customize #fli-giftsub .send-digital-gift {
    display: flex;
}

#jl-sendcard #select-gifting label {
    margin-top: 3px;
}

#jl-sendcard #select-gifting li.send-digital-gift label {
    margin: 3px 0 0 3px;
}

#jl-sendcard .send-digital-gift p {
    flex-basis: 100%;
    margin: 4px 0 0 0 !important;
}

#jl-sendcard .gift-card-thumb {
    height: 22px;
    width: 30px;
}

fieldset#customize li #fli-freecottage label {
        color: #000;
        display: inline-block;
        font-weight: normal;
        padding-left: 0;
        width: 90%;
}
fieldset#customize ul #select-freecottage li label {
        font-weight: bold;
}

#frmSendCard {
    margin: 0px auto 0px;
    overflow: hidden;
    width: 635px;
}

.fbase ul, .fbase ul li, .fbase ul li ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#frmSendCard fieldset {
    overflow: hidden;
}

#frmSendCard fieldset.jl-sender {
    float: left;
}

#frmSendCard .caption {
    font: normal 0.8333rem Verdana;
    overflow: hidden;
    width: 300px;
}

#frmSendCard h2,
#fli-sender label,
#fli-date h3,
#fli-message label,
#fli-greetings label,
#fli-3111869 label,
#fli-3111873 label,
#fli-milestones label,
#fli-fbfriends label {
    display: block;
    margin: 20px 0 8px;
}

#fli-fbfriends label {
    margin-top: 0px;
}
#lengthMessage {
    display: inline-block;
    visibility: hidden;
}

.hidden {
    background: transparent;
    border: 0;
    height: 0px;
    text-indent: -5000px;
}

fieldset.jl-lt-column.hidden ol{
    list-style-type: none;
}

fieldset#recipient {
    margin-left:0px !important;
    position: relative;
    width: 605px;
}

#recipient .content {
    float:left;
    margin: 10px 0px 0px 5px;
    overflow: hidden;
    width: 400px;
}

.jl-base fieldset#recipient ol {
    margin: 0px auto;
    overflow: hidden;
}

#jl-sendcard #recipient ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0 0 10px 30px;
    width:365px;
}

#jl-editcard #recipient ol { list-style-type: none; }
fieldset#recipient ol li ul li {
    float:left;
    margin: 0 16px 0 0;
    padding: 0px;
    width: 148px;
}

fieldset#recipient .inputs {
    height: 16px;
    display: list-item;
    margin:0 auto 15px;
    padding: 0px;
    position: relative;
    width: 340px;
}

#jl-sendcard .inputs ul, #jl-editcard .inputs ul {
    list-style-type:none;
    margin: 0px auto;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width:340px;
}

fieldset#recipient .inputs input {
    height: 16px;
    margin: 0px;
    padding: 0px;
    width: 145px;
}

#recipient .buttons label { display: inline; }
fieldset#recipient .inputs .hidden { display: none; }
fieldset#recipient .buttons { list-style-type: none; }
.buttons #addaddress {
    height: 13px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width: 13px;
}

#recipient table#tableRecipient td input {
    float: left;
    margin: 0 16px 15px 0;
    min-height: 16px;
    padding: 0px;
    width: 145px;
}

table#tableRecipient tr > th:first-child {
    font-weight: 100;
    padding: 0 4px 17px 0;
}

table#tableRecipient {
    padding: 0 0 10px 30px;
    text-align: left;
    vertical-align: middle !important;
    width: 365px;
}

#recipient label, #recipient span {
    display: block;
    width: 158px;
}

#recipient .jl-lt-label {
    float: left;
    margin: 0px;
}

#recipient .jl-rt-label {
    float: left;
    margin: 0 0 0 18px;
}

#recipient .subheader {
    font-weight: 900;
    margin: 0px auto;
    overflow: hidden;
    padding-left: 45px;
    width: 355px;
}

#recipient .subheader span { width: 145px; }
#fli-mrecipients {
    margin: 0 auto 20px;
    width: 160px;
}

#recipient #future-edit-subheader {
    margin: 0;
    padding: 0;
}

#recipient #christmas-letter-subheader {
    padding-left: 30px;
}

#recipient #notecard-subheader {
    padding-left: 30px;
}

#recipient #tolist {
    padding: 0;
}

#recipient #tolist li {
    margin: 5px 10px 15px 0;
}

.jl-base fieldset.jl-ageinput ol {
    overflow: hidden;
    padding: 0px;
    width: inherit;
}

fieldset.jl-ageinput label {
    display: block;
    font-weight: 900;
}

#jl-sendcard #send-section #send-by-email h3 {
    font-size: 1.25rem;
}

/*= Send Card Customize Options
--------------------------------------------------------------------------*/
#customize ul li {
    clear: left;
    margin-bottom: 40px;
}

#fromname1,
#fldHeaderNum,
#fldMessage,
#fldAge,
#fldAge1,
#fldAge2,
#jl-fb-options,
#adventcal {
    margin-left: 0px;
}

/*= Send Card Personal Message
--------------------------------------------------------------------------*/
#fldMessage {
    height: 122px;
    overflow-y: scroll;
    width: 574px;
}

/*= Send Card Sender Name
--------------------------------------------------------------------------*/
#fli-sender #fromname1 { width: 156px; }
fieldset#customize #fromname1, .jl-ageinput input { margin-right: 10px; }
#fli-sender label {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
}

/*= Send Card When To Send
--------------------------------------------------------------------------*/
#customize #senddate, #customize #select-freecottage { width: 100%; }
#customize #senddate li {
    display: inline;
    padding-right: 10px;
}
#customize #select-freecottage li {
    display: inline;
    padding-right: 35px;
}
#customize #senddate li select, #customize #fldHeaderNum { font-size: 1.083rem; }
#senddate .hidden {
    display: none;
    visibility: hidden;
}
/*= Send Card Additional Gifts Available
--------------------------------------------------------------------------*/
#customize #fli-giftsub ul,
#customize #fli-freecottage ul {
    margin-left: 0px;
    padding-top: 5px;
}

#customize #fli-giftsub ul li {
    margin-bottom: 12px;
    position: relative;
}

#fli-giftsub label {
    padding-left: 26px;
    padding-right: 2px;
    position: relative;
}

#jl-sendcard  #add-gifts li label{
    padding-left: 25px;
}

#jl-sendcard #fli-giftsub label,
#jl-sendcard #select-gifting label {
    padding-left: 0;
}

#jl-sendcard #fli-date,
#jl-sendcard #fli-sender,
#jl-sendcard #fli-freecottage {
    border-bottom: 2px solid #797979;
    padding-bottom: 15px;
}

#jl-sendcard #fli-sender {
    border-top: 2px solid #797979;
    margin-top: 10px;
}

#jl-sendcard #fli-sender label {
    margin-top: 15px;
}

#jl-sendcard #customize ul li#fli-sender,
#jl-sendcard #customize ul li#fli-date,
#jl-sendcard #customize ul li#fli-freecottage {
    margin-bottom: 0;
}

#jl-sendcard #customize #fli-giftsub ul li.text-crossed,
#jl-sendcard #select-gifting label {
    font-weight: bold;
}

#jl-sendcard #customize #fli-giftsub ul li.text-crossed,
#jl-sendcard #select-gifting .text-crossed p {
    margin-left: 0;
}

#jl-sendcard #customize #fli-giftsub ul li.text-crossed {
    border-bottom: 1px solid #aebac0;
    display: inline-block;
    line-height: 0.1em;
    margin: 0 0 12px 0;
    padding: 0 20px;
    text-align: center;
}

#jl-sendcard #select-gifting .text-crossed p {
    background: #d0e5ee;
    display: inline;
    padding: 0 5px;
}

#jl-sendcard #customize ul {
    padding: 0;
}

#jl-sendcard #add-gifts li,
#jl-sendcard #select-gifting p,
#jl-sendcard .send-digital-gift {
    margin-left: 23px;
}

#customize #fli-giftsub .icons {
    left: 0;
    position: absolute;
    top: -7px;
}

#customize #fli-giftsub .icons img {
    width: 100%;
}

#customize #fli-giftsub span.ico-adv-circus {
    background: transparent url(/product/full/air/3337922/image_6.png) no-repeat 0 0;
}

#customize #fli-giftsub .ico-adv-london {
    background-position: 0px -100px;
}

#customize #fli-giftsub .ico-adv-alpine {
    background-position: 0px -150px;
}

#customize #fli-giftsub .ico-adv-christmas-market {
    background: transparent url(/product/full/air/3404881/image_6.png) no-repeat 0 0;
}

#customize #fli-giftsub .ico-adv-edwardian {
    background-position: 0px -200px;
}

#customize #fli-giftsub .ico-adv-victorian {
    background: transparent url(/product/full/air/3441448/image_6.png) no-repeat 0 0;
}

#customize #fli-giftsub .ico-adv-seaside {
    background: transparent url(/product/full/air/3441449/image_6.png) no-repeat 0 0;
}

#customize #fli-giftsub .ico-adv-alps {
    background: transparent url(/product/full/air/3463650/image_6.png) no-repeat 0 0;
    background-size: 22px;
}

#customize #fli-giftsub .ico-plus {
    background-position: 0px -12px;
}

#customize #fli-giftsub .bigdemo div.video-js {
    max-width: 100%; /* allow demo video to display full-screen on sendcard */
}

#fli-buttons {
    width: 400px;
}

#mod-addressbook {
    background-color:#bed6de;
    float:right;
    margin: 0px;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
    position: relative;
    width: 160px;
}

#fli-message {
    width: 605px;
}

#fli-message label {
    display: block;
    font-weight: 900;
}

#fli-contacts {
    margin-top: 12px;
    text-align: center;
}

#fli-contacts h3 {
    color: #CC4000;
}

#quicklist {
    border: 0px none;
    height: 150px;
    margin-top: 15px;
    width: 160px;
}

#mod-addressbook ul#addr-scroll {
    background-color: #FFF;
    height: 155px;
    margin: 12px auto 0px;
    overflow: scroll;
    padding: 5px 0 0 5px;
    position: relative;
    text-align: left;
    width: 150px;
}

#addr-scroll li {
    margin: 0px;
    min-height: 17px;
    padding: 0px 0px 0px 20px;
    position: relative;
    width: 130px;
}

#addr-scroll li.emptylist {
    padding: 0;
}

#addr-scroll label {
    white-space: nowrap;
    width: auto;
}

#addr-scroll .checkbox {
    height: 13px;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    vertical-align: top;
    width: 13px;
}

#fli-contacts .button {
    position: relative;
    width: 165px;
}

#selectfew {
    margin-top: 13px;
}

#selectall {
    margin: 5px 0 13px;
}

span.ico-plus {
    background: url(/jl/icons/sprite_icons.gif) no-repeat 0px -12px;
    height:13px;
    left: 5px;
    position: absolute;
    width: 15px !important;
}

span.ico-arrow {
    background: url(/jl/icons/sprite_icons.gif) no-repeat 0px 2px;
    height: 13px;
    left: 3px;
    position: absolute;
    width: 27px !important;
}

#recipient .text {
    left: 5px;
    padding: 0 0 0 25px;
    position: relative;
    text-align: left;
    top: 0px;
    width: auto;
}

#btnrecipients {
    margin:0px;
    padding:0;
    position: relative;
    width: 160px;
}

#btnrecipients .buttontext {
    padding-left: 20px;
    text-align: left;
}

#customize #fli-buttons {
    margin: 22px auto 0px;
    width: 500px;
}

#customize #fli-buttons input {
    cursor: pointer;
    font-size: 0.9167rem;
    height: 19px;
    margin: 0px 5px;
    padding: 0;
    vertical-align:top;
    width: 181px !important;
}

#customize #fli-buttons input#btnPreviewCard {
    margin-right: 100px !important;
}
#customize #fli-card-preview {
    text-align: right;
    margin-right: 4px;
    margin-top: 2px;
}
#customize #btnSendCard {
    background: transparent url(/jl/icons/sprite_buttons.gif) no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    width: 123px;
}
#jl-sendcard .errmsg, #jl-editcard .errmsg { width:520px; }
#jl-sendcard .facebook {
    margin: 20px 0px 20px 24px;
    padding-bottom: 10px;
    padding-left: 32px;
    position: relative;
    vertical-align: text-bottom;
}
#jl-sendcard #fb {
    background-position: 0 -373px;
    cursor: pointer;
    height: 22px;
    left: 0px;
    position: absolute;
    width: 22px;
}

#jl-sendcard .copy_logo{
    margin: 20px 0px 20px 24px;
    padding-bottom: 10px;
    padding-left: 22px;
    position: relative;
    vertical-align: text-bottom;
}

#jl-sendcard #btnCopyLink{
    background-position: 0 -463px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    width: 22px;
    left: 0;
}

#jl-sendcard button#switch-to-email{
    margin-left: 38%;
}

#step2-send-desktop button#fb_text,
#fb-friendlist button {
    background: transparent;
    border: 0;
    color: #006;
    cursor: pointer;
    font-size: 1rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    text-decoration: underline;
}

#jl-sendcard2 ul.options li,
#jl-notecardsendconfirm ul.options li,
ul.options li {
    list-style: initial !important;
}

#jl-sendcard2 ul.options li a,
#jl-notecardsendconfirm ul.options li a,
ul.options li a {
    font-weight: bold;
}

span.facebook-button {
    color: #006;
    cursor: pointer;
    text-decoration: underline;
}
span.facebook-button:hover {
    color: #cc4000;
}
span#facebookOr {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
div.fb-social-buttons {
    margin: 0px 30px 0px;
}
div.fb-social-buttons p {
    margin-left: 30px;
}
.facebook-pm-unsupported-send-message {
    display: none;
}
.logos { background: transparent url(/jl/icons/tm_logos.jpg) no-repeat 0px 0px; }

.copyLogo{ background: transparent url(/jl/icons/tm_logos.jpg) no-repeat 0px 0px; }

/* =Send Confirm
-------------------------------------------------------------------------------------------------------*/
ul.confirm-options {
    list-style: disc;
    margin: 25px 0;
    padding: 0 0 0 16px;
}

ul.confirm-options li {
    margin: 0 0 4px 0;
}

#jl-sendcard2 ul.confirm-options li a,
#jl-notecardsendconfirm ul.confirm-options li a,
#jl-christmaslettersendconfirm ul.confirm-options li a {
    font-weight: normal;
    text-decoration: underline;
}

#jl-sendcard2 ul.confirm-options li a:hover {
    text-decoration: none;
}

#confirm-head {
    margin: 0 0 20px 0;
}

#confirm-intro {
    box-sizing: border-box;
    float: left;
    padding: 0 2.5% 0 0;
    width: 70%;
}

#confirm-intro h1 {
    margin: 0 0 6px 0 !important;
}

#confirm-product {
    box-sizing: border-box;
    float: left;
    margin: 10px 0 0 0;
    width: 25%;
}

#confirm-product img,
#jl-sendgift #jifity-confirm-cards-wrapper img {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
    display: block;
    margin: 0;
    max-width: 250px;
    padding: 0;
    width: 98%;
}

#jl-sendgift #jifity-confirm-cards-wrapper {
    margin: 25px 0;
}

#jl-sendgift .confirm-orders {
    float: right;
}

#confirm-gift-membership {
    margin: 0 0 40px 0;
}

table#confirm-gift-details td {
    padding: 0 12px 6px 0;
}

.confirm-orders ul {
    list-style: disc;
    margin: 0 0 25px 0;
    padding: 0 0 0 16px;
}

.confirm-orders ul li {
    margin: 0 0 5px 0;
}

.confirm-orders h3 {
    margin: 0 0 5px 0;
}

#confirm-details button {
    background: transparent none;
    border: 0 none;
    color: #006;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#confirm-details button:hover {
    color: #cc4000;
    text-decoration: none;
}

#jl-sendcard2 #copyBtn{
    cursor: pointer;
    display: inline-block;
}

#jl-sendcard2 div#copyBtnConfirm{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

#jl-sendcard2 p#pickup{
    margin-top: 10px;
}

#jl-sendcard2 #successMessageImage{
    height: 25px;
    position: absolute;
    width: 25px;
    left: 0;
}

#jl-sendcard2 #successMessage{
    margin: 20px 0px;
    padding-bottom: 10px;
    padding-left: 32px;
    position: relative;
    vertical-align: text-bottom;
}

#successMessageImage{
    background: url(/jl/icons/update-success.png) no-repeat 0 0px transparent;
    border: none;
    display: inline-block;
    width: 20px;
    height: 20px;
}
/*--------------------------------------------------------------------------
=Edit Card Page
--------------------------------------------------------------------------*/
#jl-editcard #jl-wrapper {
    position: relative;
    width: 700px;
}
#jl-editcard #jl-edithead {
    margin: 0 auto;
    position: relative;
    width: 635px;
}
#jl-editcard .intro { width: 650px; }
#jl-editcard .intro p {
    margin: 0px;
    overflow: hidden;
    width: 400px;
}
#jl-editcard .intro #featThumb {
    position: absolute;
    right: 32px;
    top: 0;
}

/*--------------------------------------------------------------------------
=Rjoin Payment Page
--------------------------------------------------------------------------*/
#jl-rjoin #giftmemb {
    text-align: left;
    width: 530px;
}

/*--------------------------------------------------------------------------
=Gift Membership Page
--------------------------------------------------------------------------*/
#frmGiftpay .align-input {
    margin: 3px 0px;
    padding-left: 25px;
    position: relative;
    width: 570px;
}
#frmGiftpay .radio {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    vertical-align: top;
}
#frmGiftpay .checkbox {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    vertical-align: top;
}

/*-------------------------------------------------------------------------

=Ecardapp Page
--------------------------------------------------------------------------*/

#ecardapp-head {
    margin: 40px 0 30px 0;
}
#ecardapp-head img {
    width: 100%;
}
#ecardapp-head h1 {
    margin-top: 36px;
    text-align: center;
}
#ecardapp-head a {
    font-weight: bold;
}
#ecardapp-banner {
    margin: 0 0 30px 0;
    width: 100%;
}
.appuser-type {
    display: flex;
    justify-content: center;
    margin: 4% 0;
    padding-bottom: 5%;
}
.box-twocolumn .twocolumn-one {
    box-sizing: border-box;
    float: left;
    width: 57%
}
.box-twocolumn .twocolumn-two {
    box-sizing: border-box;
    float: left;
    width: 37%
}
.twocolumn-two img {
    width: 100%;
}
.box-twocolumn .twocolumn-one {
    margin: 0 3% 0 0;
}
.box-twocolumn .twocolumn-two {
    margin: 0 0 0 3%;
}
.title-section {
    color: #006;
    font-size: 1.167rem;
    font-weight: bold;
    margin: 0 auto 15px auto;
}
#offer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#offer-list li {
    margin: 0 0 1.5em 0;
    padding: 0;
}
#offer-list li:before {
    color: #d7521e;
    content: '\2713';
    display: inline-block;
    font-size: 1.3em;
    padding: 0;
}
#offer-list li span {
    display: block;
}
#offer-list-nm li span {
    margin-left: 22px;
}
#offer-list li span.title-check {
    color: #d7521e;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 .4em 0;
}
#offer-list li span {
    display:block;
}
#offer-list, #offer-list-nm .member-info-icon{
    float: left;
    margin-right:10px;
}
#ecardapp-bottompic img {
    margin-top: 40px;
    width: 100%;
}
#ecardapp-bottomtitle h1 {
    margin: 36px 0;
    text-align: center;
}
#ecardapp-bottompic img.ecardapp-mobilepic {
    display: none;
}
#ecardapp-head img.ecardapp-mobilepic {
    display: none;
}
.ipad-user {
    margin-right: 4%;
}
.mobile-user {
    margin-left: 4%;
}

@media only screen and (max-width: 767px) {
    #page #ecardapp-head h1 {
        margin-top: 36px;
        text-align: center;
    }
    #ecardapp-head img {
        margin-bottom: 4%;
        width: 100%;
    }
    .appuser-type img {
        width: 98%;
    }
    .box-twocolumn .twocolumn-one {
        float: none;
        box-sizing: border-box;
        width: 100%;
    }
    .box-twocolumn .twocolumn-two {
        display: none;
    }
    #ecardapp-bottompic img {
        margin-top: 0 0 20px 0;
        width: 100%;
    }
    #ecardapp-bottompic img.ecardapp-desktoppic {
        display: none;
    }
    #ecardapp-bottompic img.ecardapp-mobilepic {
        display: block;
        margin: 30px 0;
        width: 100%;
    }
    #ecardapp-head img.ecardapp-desktoppic {
        display: none;
    }
    #ecardapp-head img.ecardapp-mobilepic {
        display: block;
        width: 100%;
    }
}
/*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
=Screensavers Page
--------------------------------------------------------------------------*/
#jl-screensavers #jl-wrapper {
    width: 960px;
}

#jl-screensavers #jl-sslist {
    list-style-type: none;
    margin: 30px auto 0px;
    overflow: hidden;
    padding: 0px;
}

#jl-screensavers #jl-sslist:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    zoom: 1;
}

.jl-product {
    height: 170px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#jl-screensavers .jl-product {
    float: left;
    height: 188px;
    overflow: visible;
    width: 50%;
}

#jl-screensavers #jl-sslist:after,
#jl-screensavers .jl-product:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    zoom: 1;
}

#jl-screensavers .jl-product img {
    display: block;
    float: left;
    margin-right: 20px;
    vertical-align: text-top;
}

#jl-ss3112170 img {
    margin-left: 25px;
}

#jl-screensavers .jl-product .copy {
    float: left;
    height: 181px;
    margin-top: 7px;
    position: relative;
    text-align: left;
    width: 175px;
}

#jl-screensavers .jl-product .copy p {
    margin: 8px auto;
}

.jl-product h3 { font-style: italic;  }
.jl-product a {
    display: block;
    margin: 10px 0px;
    outline: none;
    text-decoration: none;
}

#jl-screensavers .anchors {
    bottom: 0px;
    margin: 0;
    position: absolute;
}

/*--------------------------------------------------------------------------
=Links Page
--------------------------------------------------------------------------*/
.jl-ad {
    background-color: #EBEBE4;
    border: 1px #A5ACB2 solid;
    font: normal 1.5rem Verdana;
    margin: 0 auto 30px auto;
    padding: 10px;
    white-space: normal;
    width: 554px;
}

#jl-linkpage #jl-wrapper {
    margin: 20px auto;
    width: 925px;
}

.jl-cotm {
    margin: 0 auto;
    width: 800px;
}

.jl-cotm a {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 300px;
}

.jl-cotm a img {
    height: 170px;
    margin: 10px auto;
    width: 250px;
}
/*--------------------------------------------------------------------------
=Tracking Pixels
--------------------------------------------------------------------------*/
.tracking {
    display: block;
    left: -9999px;
    position: absolute;
}

/*--------------------------------------------------------------------------
=ViewCard / Preview Pages *MOBILE*
--------------------------------------------------------------------------*/
body#jl-preview #jl-tnxyou #jl-wrapper.mobile #jl-prod-content {
    margin: auto;
    width: 640px;
}

body#jl-preview #jl-tnxyou #jl-wrapper.mobile {
    margin: auto;
    width: 800px;
}

body#jl-preview .mobile p {
    line-height: 1.333rem;
    margin: 25px 0;
}

body#jl-preview .mobile p#mobile_message {
    font-size: 1.083rem;
    font-weight: bold;
    line-height: 1.333rem;
    margin-top: 80px;
    padding-bottom: 20px;
}

body#jl-preview .mobile p#mobile_message:empty {
    display: none;
    visibility: hidden;
}

body#jl-preview .mobile #caption {
    font-size: 32px;
    margin: 0 !important;
    padding: 10px 0;
    text-align: center;
}

body#jl-preview .mobile .action-options {
    font-family: 'jaxfont2', serif;
    font-size: 1.333rem;
    line-height: 1.5rem;
    margin-top: 10px;
}

body#jl-preview .mobile #preview_message {
    font-family: 'jaxfont2', serif;
    font-size: 1.667rem;
    line-height: 2rem;
    margin: 10px;
    text-align: center;
}

body#jl-preview .mobile a {
    margin: 0 5px;
}

body#jl-preview .mobile a.send {
    margin: 0 30px 0 5px;
}

body#jl-preview .mobile a#copyright {
    float: right;
}

body#jl-preview .mobile #mobile-brightcove-experience {
    margin-bottom: 5px;
}

/*--------------------------------------------------------------------------
=Lightboxes
--------------------------------------------------------------------------*/
#jl-lightbox {
    height: 1000px;
    left: 0px;
    list-style-type: none;
    margin: 0px;
    overflow:hidden;
    padding-top: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
}

#jl-lightbox #lb-wrapper {
    height: 100%;
    left: 0px;
    margin: 0px;
    overflow: hidden;
    padding-top: 160px;
    position: absolute;
    top: 0px;
    width: 100%;
}

#jl-lightbox .transparent {
    background-color: #8C9DA4;
    height: 100%;
    left: 0px;
    margin: 0px;
    opacity: 0.8;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}

#lb-content {
    background-color: #FFF;
    height: auto;
    margin: 0px auto;
    padding: 27px 25px 20px;
    width: 350px;
}

.lb-copy {
    line-height: 1.5rem;
    margin: 12px;
}

.lb-images { display: block; }
.lb-images a {
    margin: 0px 10px;
    vertical-align: top;
}

.lb-images a img {
    border: 0px none;
}

/*--------------------------------------------------------------------------
= JL Note Card Preview Lightbox
--------------------------------------------------------------------------*/
#notecardpreview-lightbox {
    width: 1070px;
    height: 860px;
}

#previewlightbox {
    width: 1024px;
    height: 794px;
    padding: 10px;
    margin: 10px;
    background-color: #fff;
}

#previewlightbox .close-lightbox {
    background: none;
    height: 28px;
    position: absolute;
    right: 2px;
    top: 0;
    padding: 0;
}

#previewlightbox #lightbox-image {
    width: 1024px;
    height: 794px;
}

#jl-cardhistory .jl-notecard-flash, #jl-cardspending .jl-notecard-flash {
    margin: auto;
    height: 794px;
    width: 1027px;
}

/*--------------------------------------------------------------------------
= JL Letter Preview Lightbox
--------------------------------------------------------------------------*/
#letterpreview-lightbox #previewlightbox,
#letterpreview-lightbox #previewlightbox #lightbox-image,
#jl-cardhistory #letterpreview-lightbox .jl-notecard-flash,
#jl-cardspending #letterpreview-lightbox .jl-notecard-flash {
    height: 700px;
    width: 933px;
}


/*--------------------------------------------------------------------------
=Tooltips
--------------------------------------------------------------------------*/
.tooltip {
    background-color: #E1EEF0;
    border: 1px solid #000066;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    display: none;
}

.tooltip h4 {
    margin: 0px 0px 10px;
    text-align: center;
}

.tooltip p {
    font-size: 0.9167rem;
    margin: 5px auto;
    padding: 0px;
}

.tooltip .close {
    display: block;
    height: 12px;
    margin: 3px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: auto;
}

.open, .toggle {
    display: block !important;
}

/*--------------------------------------------------------------------------
=New Error Message Formatting
--------------------------------------------------------------------------*/
#jl-formError {
    display: none;
}

#jl-error,
#jl-formError,
.download-type-order-history-form[aria-invalid="true"] #form-errors {
    background: #ffc;
    border: 1px solid #c00;
    line-height: 1.5rem;
    margin: 20px auto;
    padding: 2px 10px;
    position: relative;
}

#jl-error .jl-erroricon,
#jl-formError .jl-erroricon,
.download-type-order-history-form[aria-invalid="true"] #form-errors span {
    background: url(/jl/icons/sprite_icons.gif) no-repeat 0 -103px transparent;
    height: 22px;
    left: 10px;
    padding: 0;
    position: absolute;
    top: 5px;
    width: 25px;
}

#jl-error h2,
#jl-formError h2,
#page #jl-error h2 {
    color: #000 !important;
    font-size: 1.083rem !important;
    margin: 3px 0 3px 40px !important;
}

#jl-error ul,
#jl-formError ul {
    color: #c00;
    list-style:disc !important;
    margin: 0 0 5px 23px !important;
    padding-left:30px !important;
}

#jl-error ul li,
#jl-formError ul li {
    padding:1px 0;
}

#jl-error p,
#jl-formError p {
    color: #ff0000;
    margin: 0 0 5px 56px;
}

#jl-update {
    background: #ffffff;
    border: 1px solid #008000;
    line-height: 1.5rem;
    margin: 20px auto;
    padding: 2px 10px;
    position:relative;
}

#jl-update p {
    color: #008000;
    margin: 0 0 5px 56px;
}

#jl-update .jl-updateicon {
    background: url("/jl/icons/sprite_icons.gif") no-repeat scroll 0 -191px transparent;
    height: 22px;
    left: 10px;
    padding: 0;
    position: absolute;
    top: 5px;
    width: 25px;
}

.error-message {
    color: #cc0000;
    display: block;
    padding: 1px;
}

form fieldset ul li .error-message {
    position: absolute;
    bottom: 12px;
    left: 230px;
}

.jl-dlpayment .error-message {
    display: none;
}

#jl-adventlanding form fieldset ul li .error-message {left:0; bottom:10px;}

#jl-resetpassword form fieldset ul li .error-message { bottom:8px; }
#jl-resetpassword form fieldset ul li .error-message {left:173px;}

form fieldset li.jl-formerror {
    background-position: right 1px;
    background-repeat: no-repeat;
    position: relative;
}

form li.jl-formerror {
    background-image: url("/jl/icons/error_icon.gif");
}

#jl-advent-landing form li.jl-formerror {
    background-image: none;
}

form fieldset li.jl-formerror label {
    color: #CC0000 !important;
    font-weight: bold;
}

form fieldset li.jl-formerror input.text, form fieldset li.jl-formerror textarea,
form fieldset li.jl-formerror select, form fieldset input.jl-formerror {
    background-color: #FFFFCC;
}

form li.jl-formerror input.text, form li.jl-formerror .textarea,
form li.jl-formerror select, form fieldset input.jl-formerror {
    border: 1px solid #c00;
}

#jl-resetpassword form fieldset#fs-ResetPassword li.jl-formerror { background-position: 331px 2px; }
#jl-adventregister form fieldset#fs-reginfo li.jl-formerror { background-position: 445px 2px; }
#jl-adventregister form fieldset#fs-reginfo li#fli-password.jl-formerror,
#jl-adventregister form fieldset#fs-reginfo li#fli-confirmpassword.jl-formerror { background-position: 265px 2px; }
#jl-adventpayment form fieldset#fs-cardinfo li.jl-formerror { background-position: 381px 2px; }
#jl-adventpayment form fieldset#fs-cardinfo li#fli-cd_cvv2.jl-formerror { background-position: 308px 2px; }
#jl-adventpayment form fieldset#fs-cardinfo li#fli-cd_emonth.jl-formerror { background-position: 337px 2px; }

#jl-adventlanding form fieldset#fs-advent-inputs li.jl-formerror span.jl-outsidewarning {
    background-image: url("/jl/icons/error_icon.gif");
    display: block;
    height: 16px;
    left: 292px;
    position: absolute;
    top: 2px;
    width: 17px;
    clear: both;
}

#jl-adventlanding form fieldset#fs-advent-inputs li#fli-email.jl-formerror span.jl-outsidewarning {
    top: 16px;
}

/*--------------------------------------------------------------------------
=Gift Shop/Advent Calendar Page Quantity Error Styling
--------------------------------------------------------------------------*/

#download_order .number-of-copies.error,
#jl-adventlanding li.advent-quantity input.error {
    color: #ff0000;
}

#download_order #fli-quantity span.error,
#jl-advent-inputs span.error {
    color: #ff0000;
    display: block;
    margin: 7px 0;
}

#jl-advent-inputs span.error {
    width: 293px;
}

/*--------------------------------------------------------------------------
=Cross sell content on multiple pages
--------------------------------------------------------------------------*/
#jl-crosssell {
    clear: both;
    margin: 40px 0;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}

#jl-crosssell ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 880px;
}

#jl-crosssell ul li {
    float: left;
    position: relative;
    width: 410px;
}

#jl-crosssell ul li p{
    min-height: 85px;
    padding: 0px 185px 30px 0px;
    position: relative;
}

#jl-crosssell ul li span{
    float: left;
    width: 85px;
}

#jl-crosssell ul li span p{
    margin-top: 0;
}

#jl-crosssell ul li p img{
    position: absolute;
    right: 0px;
    top: 0px;
}

#jl-crosssell ul li input{
    bottom: 0px;
    left: 0px;
    position: absolute;
}

li.jl-crosssell-left {
    margin-right: 60px;
}

#jl-crosssell a {
    margin: 0 !important;
    text-decoration: none !important;
}

.jl-crosssell-top {
    position: relative;
    overflow: hidden;
}

#jl-crosssell ul li .wrap-img, .jl-crosssell-top .wrap-img {
    margin-left: 20px;
    margin-bottom: 0;
}

#jl-crosssell button, .jl-crosssell-top button {
    position: absolute;
    bottom: 0px;
    left: 0;
    min-width: 110px;
    z-index: 500;
}

.jl-crosssell-thumb {
    overflow: hidden;
    position: relative;
    width: 170px;
}

.jl-crosssell-thumb a {
    box-sizing: border-box;
    font-size: 1rem !important;
    margin: 0 !important;
    width: 250px;
}

.jl-crosssell-thumb .thumb {
    border:0 none;
    clear: both;
    display: block;
    margin: 10px auto 0;
}

#jl-crosssell .jl-crosssell-thumb .button {
    background: url('/jl/icons/sprite_buttons.gif') no-repeat 0 -72px transparent;
    border: 0 none;
    bottom: auto;
    display: block;
    font-size: 0.9167rem;
    height: 24px;
    left: auto;
    margin: 10px auto 0;
    position: inherit;
    width: 124px;
    font-weight: bold;
    position: relative;
}

.jl-confirmationnum {
    padding-left: 2px;
}

/*--------------------------------------------------------------------------
=Sign In page
--------------------------------------------------------------------------*/
#jl-signin form fieldset#fs-reginfo li.jl-formerror {
    background-position: 325px 25px;
}

#jl-signin form fieldset ul li .error-message {
    bottom: -1px;
    left: 0px;
}

#jl-resetpassword #frmResetPassword ul li {
    height: 45px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
 
#jl-signin #frmSignin #fli-autologin {
    margin-bottom: 10px;
}

#jl-signin  .btnContinue {
    background: url("/jl/icons/sprite_buttons.gif") no-repeat scroll 0 -72px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 23px;
    margin: 0px auto 5px;
    width: 126px;
}

#jl-resetpassword  .btnSubmit {
    background: url("/jl/icons/sprite_buttons.gif") no-repeat scroll 0 -72px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 23px;
    margin: 0px auto 5px;
    width: 126px;
}

.btn-nextstep {
    display: block;
    font-size: 0.8333rem;
    margin: 5px auto;
    text-align: center;
}

/*--------------------------------------------------------------------------------
=Advent Calendar Section on activate pages, sendcard2 page and sendgift page
--------------------------------------------------------------------------------*/
#jl-sendcard2 #jl-wrapper,
#jl-notecardsendconfirm #jl-wrapper {
    width: 900px;
}

#jl-sendgift #jl-wrapper {
    width: 960px;
}

#jl-ractivate .subheader, #jl-ractivate .inputs,
#jl-activate .subheader, #jl-activate .inputs,
#jl-sendcard2 .subheader, #jl-sendcard2 .inputs {
    margin-left: 45px;
    padding-bottom: 4px;
    padding-left: 22px;
    width: 700px;
    overflow: hidden;
}

#jl-ractivate .subheader,
#jl-activate .subheader,
#jl-sendcard2 .subheader {
    border-bottom: 1px solid #77A5B5;
    color: #080F6A;
    font-weight: bold;
}

#jl-ractivate .subheader span, #jl-ractivate .inputs span,
#jl-activate .subheader span, #jl-activate .inputs span,
#jl-sendcard2 .subheader span, #jl-sendcard2 .inputs span {
    width: 165px;
}

#jl-ractivate  .jl-lt-label,
#jl-activate  .jl-lt-label,
#jl-sendcard2  .jl-lt-label{
    float: left;
    margin: 0;
    overflow: hidden;
    width: 265px !important;
}

#jl-ractivate  .jl-ctr-label,
#jl-activate  .jl-ctr-label,
#jl-sendcard2  .jl-ctr-label {
    float: left;
    margin: 0 0 0 18px;
}

#jl-sendgift ul.confirm-options {
    margin-top: 16px;
}

#jl-sendgift #confirm-intro {
    padding: 0;
    width: 100%;
}

#jl-sendgift .icon-plus {
    float:left;
    font-size: 30px !important;
    font-weight: bold;
    margin: 0;
    padding: 60px 8px;
}

#jl-sendgift #jifity-eGift img {
    box-shadow: 0 0;
}

#jl-sendgift .jifity-confirm-card-wrapper {
    float: left;
}
#jl-sendgift .jifity-confirm-card-wrapper p {
    margin-top: 10px !important;
    max-width: 250px;
}
/*--------------------------------------------------------------------------
=Lightbox
--------------------------------------------------------------------------*/
#agi-overlay{
    background-color: grey;
    filter: Alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

#lightbox-content{
    padding: 10px 5px 15px;
    line-height: 1.333rem;
    clear: both;
}

#lightbox {
    background-color: #fff;
    height: 400px;
    padding: 0 15px;
    margin: 10px auto;
    width: 400px;
}

#jl_lightbox {
    left: 35% !important;
}

#jl_lightbox .join-or-renew {
    height: 130px;
}

.jl-x1, .jl-x2, .close-lightbox {
    background-image: url("/jl/advent/rounded_corners.png");
}

.jl-x1 {
    background-position: 0 0;
    top: -10px;
}

.jl-x2 {
    background-position: -431px 0;
    bottom: -10px;
}

.jl-x1, .jl-x2 {
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 430px;
    z-index: 1002;
}

.close-lightbox {
    background-color: transparent;
    border: 0;
    float: right;
    background-position: -828px 0;
    bottom: 0px;
    height: 16px;
    padding-right: 20px;
    cursor: pointer;
    font-size: 0.9167rem;
}

.header-lightbox {
    float: left;
}

#lightbox h2 {
    margin-top: 0;
}

#lightbox-image {
    width: 400px;
    text-align: center;
}
/*=  Lightbox Advent Calendar
--------------------------------------------------------------------------*/
#advent-lightbox {
    height: auto;
    overflow: hidden !important;
    width: 430px;
}

#advent-lightbox #lightbox{
    background-color: #FFFFFF;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    width: 400px;
}

#lightbox_positioning{
    position:absolute;
    left: 40%;
    top:100px;
}

#jl_lightbox, #renew-screensavers-lightbox {
/*  width:430px;

    height:150px;*/
    overflow:hidden !important;
}

#adventdemo-lightbox {
    width:830px;
    height:535px;
    overflow:hidden !important;
}

#adventdemo-lightbox #lightbox-image{
    margin: 0 auto;
}

#adventdemo-lightbox #lightbox {
    width:800px;
    height:515px;
    position:relative;
}

#adventdemo-lightbox .jl-x1, #adventdemo-lightbox .jl-x2, #adventdemo-lightbox .close-lightbox {
    background-image:url("/jl/advent/rounded_corners_large.png");
}

#adventdemo-lightbox .jl-x1, #adventdemo-lightbox .jl-x2 {
    width:830px;
}

#adventdemo-lightbox .jl-x2 {
    background-position:-831px 0;
}

#adventdemo-lightbox .close-lightbox {
    background-position:-1628px 0;
}

#adventdemo-lightbox h2, #notecarddemo-lightbox h2 {
    color:#cc4000 !important;
    margin:0 0 5px 0 !important;
}

#adventdemo-lightbox #lightbox-image{
    margin: 0 auto;
    padding-top: 37px;
    width:800px;
}

#jl-screensavers #lightbox {
    height:130px !important;
}

#jl-screensavers #renew-screensavers-lightbox {
    left:35% !important;
}

#download-lightbox #lightbox {
    margin: 0;
}





#jl-membership #btnHeaderJoin {
    display: none;
}

#jl-legal {
    margin-top: 35px;
}

a#mem-join {
    display: inline-block;
    max-width: 300px;
    width: 100%;
}

#mem-renew-head {
    margin: 0 0 30px 0;
    text-align: center;
}


/*--------------------------------------------------------------------------
=Cookies and Policy Overview - GDPR project
--------------------------------------------------------------------------*/

ul#jl-policyoverview {
    padding: 10px 0px;
    position: relative;
}

ul#jl-policyoverview li {
    min-height: 50px;
    padding: 1px 0px 40px 80px;
}

ul#jl-policyoverview li:last-child {
    padding: 1px 0px 0px 80px;
}

ul#jl-policyoverview li a {
    text-decoration: underline;
}

li.bg-i-acc:before,
li.bg-i-ck:before,
li.bg-i-dr:before,
li.bg-i-ds:before,
li.bg-i-pp:before,
li.bg-i-uk:before,
li.bg-i-ts:before {
    background-image: url("/product/siteassets/general/3484285/image.png");
    background-repeat: no-repeat;
    content: " ";
    height: 60px;
    left: 8px;
    margin-top: -4px;
    position: absolute;
    width: 55px;
}

li.bg-i-acc:before {
    background-position: -10px -10px;
}

li.bg-i-ck:before {
    background-position: -10px -158px;
}

li.bg-i-dr:before {
    background-position: -10px -462px;
}

li.bg-i-ds:before {
    background-position: -10px -384px;
}

li.bg-i-pp:before {
    background-position: -10px -84px;
}

li.bg-i-ts:before {
    background-position: -10px -233px;
}

li.bg-i-uk:before {
    background-position: -10px -308px;
}

/*--------------------------------------------------------------------------
=Tealium CSS Overrides - GDPR project
--------------------------------------------------------------------------*/
button.tealiumMo2TriggerButton {
    background: transparent;
    border: 0px;
    color: #006;
    cursor: pointer;
    font-family: inherit;
    padding: 0px;
    text-decoration: underline;
}

button.tealiumMo2TriggerButton:hover {
    color: #cc4000;
}

.tealium .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #DF8D5E !important;
    border: solid 1px !important;
    border-radius: 0px !important;
    color: #010066 !important;
}

.ui-dialog.tealium .ui-dialog-title,
.tagrow-cat {
    color: #006 !important;
}

#__tealium_tag02_header,
.ui-dialog.tealium .ui-dialog-titlebar-close {
    background-color: #77A5B5 !important;
}

.ui-dialog.tealium {
    border-color: #77A5B5 !important;
}

.switch span.switched {
    background-image: url("/product/siteassets/general/3484832/image.png") !important;
}


button.jl-teal {
    background: transparent;
    border: 0px;
    color: #006;
    cursor: pointer;
    font-family: inherit;
    padding: 0px;
    text-decoration: underline;
}

button.jl-teal:hover {
    color: #cc4000;
}


#privacy_manager {
    background-color: #77A5B5 !important;
}

#privacy_manager button {
    font-size: 1.083rem !important;
    padding: 10px 24px !important;
    border: solid 1px !important;
    background-color: #DF8D5E !important;
    font-weight: bold !important;
    font-family: Verdana, arial, sans-serif !important;
    color: #010066 !important;
}

.privacy_prompt_footer .button {
    border-radius: 0px !important;
    padding: 7px 15px !important;
}

.privacy_prompt h1 {
    color: #cc4000 !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 1.583rem !important;
    font-weight: bold !important;
}

.privacy_prompt table tr td:first-child {
    color: #006 !important;
}

.privacy_prompt [role="switch"][aria-checked="true"].toggle > span {
    background-color: #77A5B5 !important;
    color: #fff !important;
}

.privacy_prompt .close_btn_thick {
    background-color: #77A5B5 !important;
    border: 0px !important;
    color: #fff !important;
    font: inherit !important;
    text-shadow: none !important
}

.privacy_prompt_footer {
    padding: 10px 20px 10px 20px !important;
}

/*-------------------------------------------------------------------------
= Card History
--------------------------------------------------------------------------*/

.history-searchform {
    border-bottom: 2px solid #77A5B5;
    border-top: 2px solid #77A5B5;
    padding: 15px 0;
}

#history-namelist {
    min-width: 200px;
}

.history-select {
    margin: 20px auto 10px auto;
    width: 950px;
}

.history-select.bottom {
    margin-top: 10px;
}

.history-select .text-button,
.history-select .history-delete {
    margin: 0 5px;
}

.history-table {
    border-bottom: 0;
    margin: 0 auto;
    min-width: 950px;
}

.history-table .table_header th {
    background-color: #c3dae0;
    border-bottom: 1px solid #df8c5e;
    border-top: 1px solid #df8c5e;
    text-align: left;
}

.history-table td,
.history-table th.history-check {
    background-color: #FFF;
    border-bottom: 1px solid #77A5B5;
}

.history-error {
    margin-top: 20px;
}

#renew-cardhistory-lightbox{
    background-color: #d0e4fe;
    border: 7px double black;
}

/*-------------------------------------------------------------------------
= Cards Pending
--------------------------------------------------------------------------*/

.pending-textlink {
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.pending-cta {
    margin-top: 25px;
}

.pending-textlink:hover,
.pending-textlink:focus {
    color: #cc4000;
}

#jl-cardspending #renew-cardspending-lightbox {
    background-color: #d0e4fe;
    border: 7px double black;
}

/*--------------------------------------------------------------------------
=Lightbox
--------------------------------------------------------------------------*/
/* #lightbox */
.jl-lightbox {
    background-color: #FFFFFF;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position:relative;
}

.jl-lightbox .jl-wrapper {
    background-color: #fff;
    height: auto;
    margin: 0px auto;
    position: relative;
}

.jl-lightbox .close-lightbox {
    background-image:url("/jl/advent/rounded_corners.png");
    cursor: pointer;
    font-size: 0.9167rem;
    height: 16px;
    position: absolute;
    text-decoration: none;
}

.jl-lightbox .radius {
    background: url("/jl/icons/sprite_corners.gif") no-repeat 0 0 grey;
    display: block;
    height: 20px;
    position: absolute;
    width: 20px;
}

.jl-lightbox.jl-lightboxcurved,
.jl-lightbox.jl-lightboxcurved .jl-wrapper {
    border-radius: 10px;
}

/*--------------------------------------------------------------------------
=Collections (Lightbox)
--------------------------------------------------------------------------*/

#jl-joinrenew.jl-lightbox,
#jl-scrsavers.jl-lightbox {
    margin: 10px auto;
    padding: 12px 15px 0px 15px;
    width: 400px;
}

#jl-joinrenew .close-lightbox,
#jl-scrsavers .close-lightbox,
#jl-collections .close-lightbox {
    background-position: -828px 0;
    padding-right: 20px;
    right: 10px;
    top: 12px;
}

#jl-preview #jl-collections .jl-wrapper {
    font-size: 1rem;
    line-height: normal;
}

#jl-scrsavers.jl-lightbox h2
#jl-joinrenew.jl-lightbox h2,
#jl-scrsavers.jl-lightbox h2 {
    margin: 0;
    padding: 0;
}

#jl-preview #jl-collections .jl-wrapper p { margin: 10px auto; }
#jl-collections.jl-lightbox { width: 550px; }
#jl-collections .jl-wrapper {
    padding: 19px 16px 25px;
    width: 518px;
}

#jl-collections #frmcollect {
    margin: 0;
    padding: 0;
}

#jl-collections #fs-buttons {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    text-align:center;
    width: 518px;
}

#jl-collections #fs-buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#jl-collections #fs-buttons li {
    display:inline;
    text-align:center;
    width: 100px;
}

#jl-collections #fs-buttons label {
    float: left;
    line-height: 0;
    text-indent: -9999px;
}

#jl-collections #fs-buttons .imgreplace {
    background: url('/jl/icons/sprite_buttons.gif') no-repeat 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 25px;
    margin: 0 auto;
    text-align:center;
}

#jl-collections #btn-cancel.imgreplace {
    background-position: 0 -124px;
    width:80px;
}

#jl-collections #btn-submit.imgreplace {
    background-position: 0 -150px;
    width: 100px;
}

#jl-collections .hightlight {
    background-color: #D7E5EE;
    margin-bottom: 27px;
    padding: 12px 23px 15px;
    width: 472px;
}

#jl-collections .jl-topleft {
    left: 0px;
    top: 0px;
}

#jl-collections .jl-topright {
    background-position:-30px 0;
    right: 0px;
    top: 0px;
}

#jl-collections .jl-bottomleft {
    background-position:0 -23px;
    bottom: 0px;
    left: 0px;
}

#jl-collections .jl-bottomright {
    background-position:-30px -23px;
    bottom: 0px;
    right: 0px;
}

/*--------------------------------------------------------------------------
=Survey header
--------------------------------------------------------------------------*/

#premiere #jl-wrapper .jl-surveyheader {
    position: relative;
}

#premiere #jl-wrapper .jl-surveyheader .header-cta {
    font-weight: bold;
    text-align: center;
}

#premiere #jl-wrapper .jl-surveyheader .header-desc {
    margin: auto;
    position: absolute;
    top: 0;
}

/*--------------------------------------------------------------------------
=Survey footer
--------------------------------------------------------------------------*/

.jl-surveyfooter {
    height: 30px;
    position: relative;
}

#premiere #jl-wrapper .jl-surveyfooter {
    margin: 10px auto;
    width: 800px;
    position: relative;
}

#premiere #jl-wrapper .jl-surveyfooter p {
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
}

.jl-surveyfootercta {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

#premiere #jl-wrapper .jl-surveyfooter .jl-surveyfootercta {
    position: relative;
    text-align: center;
}

#premiere #jl-wrapper .jl-surveyfooter .jl-surveyfootercta p {
    position: relative;
    text-align: center;
}

#premiere #jl-wrapper .jl-surveyfooter .jl-fontjax {
    margin: auto;
}

/*--------------------------------------------------------------------------
=lightbox fix for where ever circus gets promo'd at
--------------------------------------------------------------------------*/
#circus-lightbox #lightbox {
    margin: 0px;
}


/*--------------------------------------------------------------------------
=Mobile Brightcove
--------------------------------------------------------------------------*/
#jl-preview #mobile-brightcove-experience {
    margin: 23px auto 23px auto;
    width: 640px;
}

#mobile-brightcove-experience {
    margin: 0 auto 23px auto;
    width: 640px;
}

.mobile-intro {
    margin: 0 auto 20px;
}

/*--------------------------------------------------------------------------
=IE upgrade
--------------------------------------------------------------------------*/
#preview-mask #preview-mask-cta .button {
    background-color: #e4905f;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 2px #555555;
    -mox-box-shadow: 1px 1px 2px #555555;
    -webkit-box-shadow: 1px 1px 2px #555555;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.315em;
    padding: 4px 18px;
    text-align: center;
    text-decoration: none;
}

#preview-mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 550;
}

#preview-mask #preview-mask-bg {
    background: #7f7f7f;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    height: 100%;
    left: 0;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    top: 0;
    position: fixed;
    width: 100%;
}

#preview-mask #preview-mask-content {
    background-color: #d0e5ee;
    margin: 174px auto auto;
    max-width: 510px;
    position: relative;
    text-align: center;
    width: 510px;
}

#preview-mask #top-bar {
    background-color: #77a5b5;
    height: 30px;
    max-width: 510px;
    position: relative;
}

#preview-mask #close-window {
    color: #a5c4cd;
    cursor: pointer;
    float: right;
    font-size: 1.316em;
    margin: 5px 16px auto;
    position: relative;
    text-decoration: none;
}

#preview-mask #close-window .close-x-bg {
    border: 1px solid #a5c4cd;
    position: absolute;
    height: 15px;
    right: -2px;
    top: 2px;
    width: 15px;
}

#preview-mask #close-window .close-x {
    background-color: #77a5b5;
    padding: 0 2px;
}

#preview-mask #close-window img {
    margin: 4px 0 auto 10px;
}

#preview-mask #preview-cont-innerbx {
    margin: 27px auto auto auto;
    text-align: left;
    width: 429px;
}

#preview-mask #preview-cont-innerbx h2 {
    color: #3c788b;
    font-size: 1.716em;
    font-weight: normal;
    margin: 0 auto 7px;
    padding-bottom: 6px;
    width: 100%;
}

#preview-mask #preview-cont-innerbx p.maintext {
    color: #000000;
    margin: 6px auto 26px 0;
}


#preview-mask #preview-mask-cta {
    text-align: center;
}

#preview-mask #preview-cont-innerbx p.subtext {
    color: #575651;
    font-size: 0.916em;
    margin: 35px auto 6px 0;
}

#preview-mask div.preview-mask-no-thanks {
    background-color: #b4d1d9;
    color: #375a66;
    cursor: pointer;
    display: inline-block;
    margin-top: 23px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
    text-decoration: underline;
    width: 100%;
}


.modalDialog {
    background-color:#ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: auto;
    padding: 30px;
    position: relative;
    width: 320px;
    z-index: 600;
}

.modalDialog .dialog-close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 10px;
}

.modalDialog .dialog-close.close-button {
    background: #ddd;
    border: 1px solid #666;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    margin: 20px auto 0;
    padding: 2px 15px;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    width: 91px;
}

/*--------------------------------------------------------------------------
=Gift Basket Header
--------------------------------------------------------------------------*/

.gift_basket_ul_padder_member,
.gift_basket_ul_padder_nonmember {
    display: inline-block;
    padding: 0;
}

#gift_basket_summary,
#jl-faq button#gift_basket_summary {
    background-color: #bed6de;
    background-image: url(/jl/gift_basket_red.png), url(/jl/down_arrow_blue.png);
    background-position: 6px 5px, right 12px;
    background-repeat: no-repeat;
    border: 0;
    border-right: 4px solid #bed6de;
    color: #006;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: bold;
    padding: 7px 12px 7px 29px;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    z-index: 9000;
}

#gift_basket_summary.dropdown_active,
#jl-faq button#gift_basket_summary.dropdown_active {
    background-color: #375A66;
    background-image: url(/jl/gift_basket_white.png), url(/jl/down_arrow_white.png);
    border-right: 4px solid #375A66;
    color: #FFF !important;
}

#gift_basket_summary_dropdown {
    background-color: #FFF;
    border: 1px solid #cd4000;
    overflow: hidden;
    padding: 0 5px 15px;
    text-align: left;
    width: 260px;
}

#gift_basket_summary_dropdown li.gift_basket_item {
    display: list-item;
    padding: 0;
    text-align: left;
}

#gift_basket_total {
    background-color: #ddebf0;
    border: 1px solid #77a5b5;
    clear: both;
    font-size: 1rem;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 8px;
}

#gift_basket_total .gift_basket_totals_text {
    color: #006;
    float: left;
    font-weight: normal;
    margin: 0 0 5px;
}

#gift_basket_total .gift_basket_totals_text #gift_basket_total_items,
#gift_basket_total div.gift_basket_totals_text,
#gift_basket_total #gift_basket_total_cost {
    font-weight: bold;
}

#gift_basket_total #gift_basket_total_cost {
    float: right;
}

#gift_basket_breakdown,
#gift_basket_breakdown.gift_basket_not_empty {
    margin: 0 10px;
    min-width: initial;
    overflow: hidden;
    padding: 0;
    width: auto;
}

.gift_basket_row,
#nav ul li.gift_basket_row {
    border: 0;
    border-top: 1px solid #77a5b5;
    display: block;
    list-style: none;
    overflow: hidden;
    padding: 15px 0;
}

#nav ul li.gift_basket_row:first-child {
    border-top: none;
}

#gift_basket_breakdown .gift_basket_row_breakdown {
    float: left;
    list-style-type: none;
    min-width: inherit;
    padding: 0;
    width: 180px;
}

.gift_basket_thumb {
    float: left;
    margin-right: 10px;
}

.gift_basket_row_breakdown .gift_basket_item {
    color: #006;
    font-size: 0.9167rem;
    font-weight: bold;
}

#nav ul li.gift_basket_quantity,
#nav ul li.gift_basket_price,
#nav ul li.gift_basket_cost {
    border: 0;
    display: block;
    font-size: 0.8333rem;
    font-weight: normal;
    padding: 0;
    text-align: left;
}

#nav ul li.gift_basket_quantity div,
#nav ul li.gift_basket_price div {
    float: left;
    min-width: 56px;
}

.gift_basket_row_breakdown .gift_basket_cost div {
    float: left;
}

.gift_basket_row_breakdown .gift_basket_cost span {
    float: right;
}

#gift_basket_summary_dropdown #gift_basket_add_gifts {
    background-color: #f0f1ec;
    border: 1px solid #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    font-size: 1.083rem;
    font-weight: normal;
    margin-top: 2px;
    padding: 2px;
    text-align: center;
    width: 45%;
}

#gift_basket_summary_dropdown #gift_basket_checkout {
    color: #000;
    float: right;
    font-size: 1.083rem;
    font-weight: normal;
    margin: 2px 0 0;
    padding: 2px 18px;
}

#gift_basket_summary_dropdown .gift_basket_empty {
    padding: 5px 10px;
}

#gift_basket_summary_dropdown .gift-basket-empty-msg {
    font-weight: bold;
    margin: 10px 0;
}

#gift_basket_wrapper {
    left: -122px;
    margin: 0 auto;
    position: absolute;
    top: 29px;
    z-index: 1000;
}

.gift_basket_add_gifts_button {
    margin-left: 70px;
    display: block;
}

.gift_basket_add_more_gifts_button {
    clear: left;
    display: inline;
    float: left;
}

.gift_basket_not_empty {
    display: none;
}

.button-dflt {
    background-color: #DDD;
    border: 1px solid #444;
    border-radius: 3px;
    color: #006;
    cursor: pointer;
    padding: 3px 8px;
}

.button-orange {
    background: none repeat scroll 0 0 #F49563;
    border: 1px solid #333 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.083rem;
    margin: auto;
    padding: 1px 8px;
}

.button-orange:disabled {
    cursor: default;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
}

.button-green{
    background: none repeat scroll 0 0 #5A7A48;
    border: 1px solid #333 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 1.083rem;
    margin: auto;
    opacity: 1;
    padding: 3px 12px;
}
/*--------------------------------------------------------------------------
=Social Buttons
----------------------------------------------------------------------------*/
.social-share-buttons {
    clear: both;
    color: #333333;
    float: none;
    font-size: 1rem;
    line-height: 2rem;
    margin: 1.2em auto;
    padding: 0;
    width: auto;
}

.social-share-buttons.align-center {
    text-align: center;
}

.social-share-buttons.align-left {
    text-align: left;
}

.social-share-buttons.align-right {
    padding: 0;
    text-align: right;
}

.social-share-buttons .social-text,
.social-plusone,
.social-facebook,
.social-pinterest,
.social-twitter {
    display: inline-block;
    line-height: 0;
    margin: 0 2px 10px 2px;
    position: relative;
}

.social-share-buttons .social-facebook {
    padding-left: 0;
    z-index: 90;
}

.social-share-buttons .social-plusone {
    padding-left: 0;
    top: -0.5em;
}

.social-share-buttons .social-pinterest {
    padding-left: 0;
    top: -0.5em;
}

.social-share-buttons .social-twitter {
    padding-left: 0;
    top: -0.5em;
}

.social-share-buttons .social-text  {
    line-height: 0;
    margin-right: 15px;
    top: -0.5em;
}

.cartridge-container-extender .social-share-buttons {
    margin-top: 2em;
    text-align: center;
    width: 100%;
}

.cartridge-container-extender .social-share-buttons .social-text {
    display: none;
}

.cartridge-container-extender .social-share-buttons .social-plusone,
.cartridge-container-extender .social-share-buttons .social-facebook,
.cartridge-container-extender .social-share-buttons .social-pinterest,
.cartridge-container-extender .social-share-buttons .social-twitter {
    padding-left: 30px;
}

/*--------------------------------------------------------------------------
=Noflash
--------------------------------------------------------------------------*/
.flashnothere {
    margin: 60px auto 0px;
    padding: 0px 10px;
    position: relative;
    width: 95%;
}

.flashnothere h2 {
    margin: 10px auto;
}

#jl_express_install.noflash {
    background-color: #d0e5ee;
    font-size: 1rem;
    height: 100%;
    line-height: 1.5rem;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.flashnothere  p {
    margin-bottom: 12px;
}

/* ------ MOBILE Header ------ */
#page #mhead {
    background-color: #537986;
    height: 57px;
    margin: 0 0 18px 0;
    padding: 11px 0 0 0;
}

#page a#hb-menu {
    display: block;
    height: 33px;
    left: 0;
    padding: 12px 17px 12px 12px;
    position: absolute;
    text-align: center;
    top: 0;
}

#page a#hb-menu img {
    width: 28px;
}

#page #mheader-logo {
    box-sizing: border-box;
    padding: 0 0 0 40px;
    text-align: center;
}

#page #mheader-logo a {
    display: inline-block;
}

#page #mheader-logo img {
    width: 247px;
}


/*-------------------------------------------------------------------------
= Buttons for pickup page (temporary until this change is applied sitewide) 1/2017
--------------------------------------------------------------------------*/

.christmasletter-mbuttons .mbutton,
#jl-christmasletterpickup .mbutton,
#jl-christmasletterpickup .nbutton,
#jl-notecardpickup .mbutton,
#jl-notecardpreview .mbutton,
#jl-notecardpreview-mobile .nbutton,
#jl-pickup .mbutton,
#jl-preview .mbutton,
#jl-preview .nbutton,
#jl-christmasletterpickup .mbutton,
#jl-christmasletterpickup .nbutton,
.christmasletter-mbuttons .mbutton {
    /* appearance allows us to style submit buttons for mobile */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #df8d5e;
    background-image: none;
    border: 2px solid #010066;
    border-radius: 0px;
    box-sizing: border-box;
    color: #010066;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, arial, sans-serif;
    font-size: 1.417rem;
    font-weight: bold;
    height: auto;
    padding: 9px 24px !important;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: auto;
}

#jl-notecardpickup .mbutton.button-alt,
#jl-notecardpreview .mbutton.button-alt,
#jl-pickup .mbutton.button-alt,
#jl-preview .mbutton.button-alt,
#jl-christmasletterpickup .mbutton.button-alt,
#jl-christmasletterpickup .nbutton.button-alt,
.christmasletter-mbuttons .mbutton.button-alt {
    background-color: #b5bfc3;
}


/*-------------------------------------------------------------------------
= Log On / Register Page
--------------------------------------------------------------------------*/

#text_gift {
    margin-top: 4%;
    margin-bottom: 4%;
}

#text_gift p {
    text-align: center;
    font-weight: bold;
}

#jl-signin #page #jl-wrapper #applepay-container #errors {
    color: #ff0000;
    margin-top: 10px;
}

/*-------------------------------------------------------------------------
= Log On / Register Page
--------------------------------------------------------------------------*/

#text_gift {
    margin-top: 4%;
    margin-bottom: 4%;
}

#text_gift p {
    text-align: center;
    font-weight: bold;
}

#jl-signin #page #jl-wrapper #applepay-container #errors {
    color: #ff0000;
    margin-top: 10px;
}

/* =Mobile
-----------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    #save-reminder-button {
       width: 40% !important;
    }
}

@media only screen and (max-device-width: 1024px) {
    #jl-index #jl-wrapper {
        width: 100%;
    }

    #jl-joinconfirm .advent-text-mobile {
        font-weight: bold;
    }
}

@media only screen and (max-device-width: 800px) and (orientation:portrait) {

     #btnHeaderLogon,
     #btnHeaderJoin {
        width: 50%;
    }

     .fli-joinus,
     .fli-logon {
        margin: 0;
        width: 17%;
    }

    #nav ul#nonmember1,
    #nav ul#nonmember2,
    #nav #member,
    #jl-membership #header,
    #jl-membership #header .wrapper,
    #jl-membership #nav,
    #jl-newcard #header,
    #jl-newcard #header .wrapper,
    #jl-newcard #nav,
    #jl-sendcard #header,
    #jl-sendcard  #header .wrapper,
    #jl-sendcard #nav,
    #page-category #header,
    #page-category #header .wrapper,
    #page-category #nav,
    #page-notecards,
    #page-notecards #header,
    #page-notecards #header .wrapper,
    #page-notecards #nav {
        min-width: 100%;
        width: 100%;
    }

    #nav ul#nonmember1 {
        overflow-x: visible;
    }

    #page-notecards #content p {
        margin: 0 1em 1em 0;
    }

    #gift_basket_summary_li {
        right: 0;
    }

}

@media only screen and (max-width: 767px) {
    /*Typography standards*/

    body#jl-lurgashall nav.small {
        color: #000;
        font-size: 1.083rem;
        margin: 0 0 14px 0;
    }

    body#jl-lurgashall h2 {
        margin: 0 !important;
    }

    /*Form standards*/

    /*Layout standards*/
    .clearForMobile {
        display:block;
    }

    #jl-sendgift .icon-plus {
        padding: 0;
    }

    #page #jl-wrapper p.copy_logo{
        padding: 0 25px;
    }

    #page #jl-wrapper p.logos{
        padding-left: 0px;
    }

    #jl-sendcard button#switch-to-email {
        margin-left: 29%;
    }

    #jl-wrapper nav.mobileStyleChudleigh {
        color: #000;
        font-size: 1.083rem;
        margin-bottom: 15px;
    }

    #step2-send-desktop #mod-addressbook ul li {
        margin: 0;
    }

    #step2-send-desktop #recipient .content {
        max-width: 400px;
        width: 100%;
    }

    #step2-send-desktop table#tableRecipient {
        margin: 0;
        padding: 0 0 10px 0;
    }

    #step2-send-desktop table#tableRecipient td {
        padding: 0 0 0 10px;
    }

    #step2-send-desktop #recipient table#tableRecipient td input {
        width: 100%;
    }

    #step2-send-desktop table#tableRecipient th#recip-email-hdr,
    #step2-send-desktop table#tableRecipient th#recip-email-hdr {
        padding-bottom: 5px;
        padding-left: 16px;
    }

    #applepay-container {
        margin: 0 auto;
        width: 90%
    }

    #applepay-container .label-applepay-select-country,
    #applepay-container #applepay-select-country .label-applepay-zip-code {
        display: block;
    }

    #jl-signin #page #jl-wrapper #jl-applepay .label-applepay-select-country {
        margin-top: 20px;
    }

    #jl-signin #page #jl-wrapper #password-reset #password-errors {
        color: #ff0000;
        margin: 2px 0 10px;
    }
    #jl-signin #page #jl-wrapper #password-reset #fli-update-password-applepay .create-pass-label {
        font-weight: normal;
        text-align: center;
    }

    #jl-signin #page #jl-wrapper #password-reset #fli-update-password-applepay {
        list-style-type: none;
    }

    #jl-signin #page #jl-wrapper #password-reset .mem-hdr {
        font-weight: bold;
    }

    #jl-signin #page #jl-wrapper #password-reset #fli-update-password-applepay #apple-password{
        margin-bottom: 15px;
    }

    #jl-signin #page #jl-wrapper #password-reset #update-pass-applepay {
        width: 100% !important;
        margin: 0 !important;
    }

    #applepay-container #btn-applepay {
        -apple-pay-button-style: white-outline;
        -apple-pay-button-type: subscribe;
        -webkit-appearance: -apple-pay-button;
        cursor: pointer;
        margin: 0 auto;
        margin-top: 20px;
        width: 43%;
        margin-bottom: 20px;
    }

    #jl-signin #page #jl-wrapper #jl-applepay #applepay-select-country,
    #jl-signin #page #jl-wrapper #jl-applepay .label-applepay-zip-code {
        margin: 10px 0 10px;
    }

    #jl-signin #page #jl-wrapper #applepay-container #jl-applepay {
        text-align: center;
    }

    #jl-signin #page #jl-wrapper #applepay-container #jl-applepay strong{
        color: #006;
    }
    /* Mobile Buttons */
    .mbutton {
        /* appearance allows us to style submit buttons for mobile */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #df8d5e !important;
        background-image: none !important;
        border: 2px solid #010066 !important;
        border-radius: 0px !important;
        color: #010066 !important;
        cursor: pointer;
        display: inline-block;
        font-family: Verdana, arial, sans-serif !important;
        font-size: 17px !important;
        font-weight: bold !important;
        height: auto !important;
        margin: 0 .4em !important;
        padding: 9px 24px !important;
        text-align: center;
        text-decoration: none !important;
        text-transform: none !important;
        width: auto !important;
    }

    .mbutton:hover {
        text-decoration: none !important;
    }

    .mbutton.button-alt {
        background-color: #b5bfc3 !important;
    }

    #send-by-email button#fb_text {
        background: transparent !important;
        border: 0 !important;
        color: #006;
        cursor: pointer;
        font-size: 1rem;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        padding: 0;
        text-decoration: underline;
    }

    /* Input */
    table#tableRecipient td input {
        height: 40px;
    }

    table#tableRecipient {
        margin-top: 20px;
        width: 100%;
    }

    table#tableRecipient td {
        padding: 0 40px 0 20px;
    }

    table#tableRecipient td input,
    #tableRecipient > tbody > tr:nth-child(2) > td > label {
        margin-left: 20px;
    }

    #page #postToWall {
        width: 98%;
    }

    #page input[type='checkbox'] {
        background: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        width: auto;
    }

    /* CTA Buttons */
    #page .mbuttons-cta {
        margin-top: 30px;
        height: initial;
        text-align: center;
    }

    #page .mbuttons-cta .mbutton {
        box-sizing: border-box;
        width: 220px !important;
    }

    #page .mbuttons-cta .mbutton:not(:last-child) {
        margin-bottom: 30px !important;
    }

    /* Global Header */
    #page #mhead {
        background-color: #537986;
        height: 57px;
        margin: 0 0 18px 0;
        padding: 11px 0 0 0;
    }

    #page a#hb-menu {
        display: block;
        height: 33px;
        left: 0;
        padding: 12px 17px 12px 12px;
        position: absolute;
        text-align: center;
        top: 0;
    }

    #page a#hb-menu img {
        width: 28px;
    }

    #page #mheader-logo {
        box-sizing: border-box;
        padding: 0 0 0 5px;
        text-align: center;
    }

    #page #mheader-logo #jl-h-giftbasket img {
        position: absolute;
        right: 10px;
        top: 11px;
        width: 37px;
    }

    #page #mhead,
    #mhead-simple {
        background-color: #537986;
        height: 57px;
        margin: 0 0 18px 0;
        padding: 11px 0 0 0;
    }

    #page #mheader-logo a {
        display: inline-block;
    }

    #page #mheader-logo img {
        width: 247px;
    }

    #mhead-simple #mheader-logo {
        padding: 0;
    }

    #page ul.jl-sendpassword-bl {
        list-style-type: none;
        margin-top: 0;
    }

    /* Copyright Block - Mobile */
    body#jl-preview .mobile a#copyright {
        display: block;
        float: none;
        padding: 10px;
    }

    /* Logon Page */
    #page #frmLogonBox {
        background-color: transparent;
        border: 0;
        width: 100%;
    }

    #page #frmLogonBox.frmLogon p {
        margin-top: 0;
    }

    /* Forgot Password */
    #page p.jl-enteremail input {
        margin: 10px auto !important;
    }

    #page #frmLogonBox fieldset {
        padding: 0;
        width: 100%;
    }

    #page ul.jl-sendpassword-bl {
        list-style-type: none;
        margin-top: 0;
    }

    #page #frmLogonBox fieldset p.mem-hdr,
    #page #frmLogonBox fieldset h2.mem-hdr {
        display: none;
    }

    #page #frmLogonBox ul,
    #page #frmLogonBox ul li,
    #page #frmLogonBox li.fli-emaddr label,
    #page #frmLogonBox li.fli-emaddr input,
    #page #frmLogonBox ul li.fli-pwd {
        width: 100%;
    }

    #page #frmLogonBox.frmLogon p {
        margin-top: 0;
    }

    #page #frmLogonBox.frmLogon p.frm-forgot {
        margin-top: 12px;
        text-align: left;
    }

    #page #frmLogonBox fieldset {
        padding: 0;
        width: 100%;
    }

    #page .frmLogon ul .fli-submit {
        float: none;
        min-width: 100%;
        text-align: center;
    }

    #page #frmLogonBox fieldset p.mem-hdr{
        display: none;
    }

    #page .frmLogon ul li.fli-submit input,
    #frmResetPassword input.mbutton,
    #frmResetPassword button.mbutton {
        box-sizing: border-box;
        float: none;
        margin: 35px 0 30px 0 !important;
        width: 220px !important;
    }

    #page #frmLogonBox .frm-forgot a {
       text-decoration: underline !important;
    }


    #page #frmLogonBox ul .fli-auto label {
        color: #000;
    }

    #page #jl-logon #frmLogonBox {
        font-size: 1rem;
        margin: 0;
    }

    #page #autologin2 {
        margin-left: 0;
        margin-right: 10px;
    }

    #page fieldset#message select#fldHeaderNum {
        padding: 0 0 0 10px;
    }

    #page #logon-join {
        margin: 40px 0 0 0;
    }

    #page #logon-join h2 {
        color: #cc4000;
        font-size: 1.667rem;
        margin: 0 0 15px 0 !important;
    }

    #page #logon-join .mbuttons-cta {
        margin-top: 0;
    }

    /* Global Footer */
    #page #mfoot {
        font-size: 0.9167rem;
        margin: 55px 12px 40px 12px;
        text-align: center;
    }

    #page #mfoot p {
        color: #174071;
        line-height: initial;
        margin: 0 0 2px 0;
    }

    #page #mfoot #footer {
        margin: 0 0 15px 0;
    }

    #page #mfoot #footer a {
        color: #174071;
    }

    #page #mfoot #footer li {
        font-size: 1.333rem;
        font-weight: bold;
        line-height: 3.5rem;
        margin-right: 8px;
        padding: 8px 0;
        text-transform: uppercase;
    }

    #page #mfoot-join {
        margin: 0 0 25px 0;
    }

    #page #mfoot #footer li.foot-link {
        border-left: 2px groove hsla(0, 0%, 100%, 0.5);
        padding-left: 12px;
    }

    #page #mfoot #footer li:nth-child(3n):after {
        content: "\A ";
        white-space: pre;
    }

     .nbutton {
         padding: 9px 24px !important;
     }
    /* Cross Sell Thumb Module */
    #page .crosssell-mobile,
    #page .confirm-module,
   .crosssell-mobile {
        margin: 0 0 40px 0;
        text-align: center;
    }

    body#jl-sendcard2 #page .crosssell-mobile {
        margin: 40px 0;
    }

    #page .crosssell-mobile h2,
    #page .confirm-module h2 {
        text-align: left;
    }

    body#jl-tnxconfirm #page .crosssell-mobile h2,
    body#jl-tnxconfirm #page .confirm-module h2 {
        font-size: 1.167rem;
    }

    #page #jl-wrapper .crosssell-mobile h2 a,
    #page #jl-wrapper .confirm-module h2 a {
        color: #3c788b;
    }

    #page .crosssell-mobile p,
    #page .confirm-module p,
    #jl-sendgift  .crosssell-mobile p,
    #jl-sendgift .confirm-module p {
        text-align: left;
    }

    #page .crosssell-mobile img,
    #page .confirm-module img,
    #jl-sendgift  .crosssell-mobile img,
    #jl-sendgift .confirm-module img {
        box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
        margin: 0 0 12px 0;
    }

    #page .crosssell-mobile .mbuttons-cta,
    #page .confirm-module .mbuttons-cta,
    #jl-sendgift .crosssell-mobile .mbuttons-cta,
    #jl-sendgift .confirm-module .mbuttons-cta {
        margin-top: 15px;
    }

    #page .crosssell-mobile .mbuttons-cta .mbutton,
    #page .confirm-module .mbuttons-cta .mbutton {
        width: auto !important;
    }

    /* =Payment Options 2015
    -------------------------------------------------------------------------------------------------------*/
    #payment-options .secure-server {
        float: none;
        margin: 50px 0 38px 0;
        text-align: center;
    }

    #payment-options .secure-server img {
        width: 90px;
    }

    #payment-options #tb-payment {
        margin-top: 0;
        overflow: hidden;
        text-align: center;
    }

    #payment-options #cc.list-payment {
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: auto;
    }

    #page #payment-options ul.list-payment li {
        margin: 0 0 0 5px;
    }

    #page #payment-options ul.list-payment li:first-child {
        margin: 0;
    }

    /* =News (Blog) Page
    -------------------------------------------------------------------------------------------------------*/

    #jl-news #jl-sceneswrapper {
        background-color: transparent;
        border: 0;
        padding: 0;
    }

    #jl-news #jl-sceneswrapper h2 {
        color: #cc4000;
    }

    #jl-news #jl-sceneswrapper li.news-card {
        margin-bottom: 0;
        width: auto;
    }

    #jl-news #jl-sceneswrapper li.news-card span.static {
        margin: 14px 0;
    }

    #jl-news #jl-sceneswrapper li.news-card span.static img {
        max-width: 100%;
        height: auto;
    }

    #jl-news #jl-sceneswrapper li.news-card p.anchors ,
    #jl-news #jl-sceneswrapper li.news-process p.anchors {
        clear: both;
        margin-top: 20px;
    }

    #jl-news #jl-sceneswrapper li.container p.anchors {
        margin-top: 6px;
    }

    #page #jl-wrapper li.news-card a.jl-feature img {
        max-width: 100%;
        height: auto;
    }

    #jl-news #page #jl-wrapper p.entry {
        font-weight: normal;
        width: auto;
    }

    #jl-news #jl-sceneswrapper p.anchors {
        float: none;
        margin-bottom: 30px;
        margin-top: 6px;
        text-align: right;
    }

    #jl-news #jl-sceneswrapper li.container {
        padding-bottom: 0;
        text-align: center;
        width: auto;
    }

    #jl-news #jl-sceneswrapper li.container a {
        display: inline-block;
    }

    #jl-news #jl-sceneswrapper li.container img.pic-lt,
    #jl-news #jl-sceneswrapper li.container img.pic-rt,
    #jl-news #jl-sceneswrapper li.container img.pic-lt#molly {
        float: none;
        height: auto;
        margin: 0 5px 14px 5px;
        max-width: 100%;
    }

    #jl-news #jl-sceneswrapper li.container img.pic-lt#molly {
        margin-bottom: 32px;
    }

    #jl-news #jl-sceneswrapper li.news-card a.jl-feature {
        background-color: #d0e5ee;
        height: auto;
        margin-bottom: 14px;
        max-width: 100%;
    }

    #jl-news #jl-sceneswrapper li.news-process {
        margin-bottom: 0;
        text-align: center;
        width: auto;
    }

    #jl-news #page #jl-wrapper li.news-process a {
        float: none;
    }

    #jl-news #jl-sceneswrapper li.news-process a.jl-feature {
        background-color: #d0e5ee;
        margin-bottom: 20px;
    }

    #jl-news #jl-sceneswrapper li.news-process a.jl-feature img {
        height: 100%;
        max-height: 255px;
        max-width: 400px;
        width: 100%;
    }

    #jl-news #jl-sceneswrapper li.news-process a.pic img {
        margin-bottom: 14px;
    }

    #page #jl-wrapper li.news-process p.caption {
        margin-top: 14px;
        padding: 0;
        text-align: left;
        width: 100%;
    }

    /*=Chudleigh Pages
--------------------------------------------------------------------------*/
 #jl-chudleigh #page #jl-wrapper a.navbar {
     display: inline-block;
     margin-bottom: 10px;
 }

 #jl-chudleigh #page #jl-wrapper p img {
     height: auto;
     max-width: 100%;
 }

 #jl-chudleigh #page #jl-wrapper p.chudleigh-space {
     margin-bottom: 14px;
 }

 /* =Chuddiary, Chuddiary2, Chuddiary3, Chuddiary4, Chuddiary5,
        Chuddiary6, Chuddiary7, Chuddiary8
    -------------------------------------------------------------------------------------------------------*/
    #jl-chuddiary #page #jl-wrapper a.navbar,
    #jl-chuddiary2 #page #jl-wrapper a.navbar,
    #jl-chuddiary3 #page #jl-wrapper a.navbar,
    #jl-chuddiary4 #page #jl-wrapper a.navbar,
    #jl-chuddiary5 #page #jl-wrapper a.navbar,
    #jl-chuddiary6 #page #jl-wrapper a.navbar,
    #jl-chuddiary7 #page #jl-wrapper a.navbar,
    #jl-chuddiary8 #page #jl-wrapper a.navbar {
        display: inline-block;
        margin-bottom: 10px;
    }

    #page #jl-wrapper p.two-imgs,
    #jl-chuddiary6 #page #jl-wrapper p.two-imgs,
    #jl-chuddiary4 #page #jl-wrapper p.two-imgs,
    #jl-chuddiary3 #page #jl-wrapper p.two-imgs {
        margin-bottom: 0;
    }

    #page #jl-wrapper p.two-imgs img,
    #jl-chuddiary6 #page #jl-wrapper p.two-imgs img,
    #jl-chuddiary4 #page #jl-wrapper p.two-imgs img,
    #jl-chuddiary3 #page #jl-wrapper p.two-imgs img {
        margin: 0 5px 14px 5px;
    }

    #jl-chuddiary #page #jl-wrapper img,
    #jl-chuddiary2 #page #jl-wrapper p img,
    #jl-chuddiary3 #page #jl-wrapper p img,
    #jl-chuddiary4 #page #jl-wrapper p img,
    #jl-chuddiary5 #page #jl-wrapper p img,
    #jl-chuddiary6 #page #jl-wrapper p img,
    #jl-chuddiary7 #page #jl-wrapper p img,
    #jl-chuddiary8 #page #jl-wrapper p img {
        height: auto;
        max-width: 100%;
    }

    #jl-chuddiary #page #jl-wrapper img {
        margin-bottom: 14px;
    }

    /* =Membership
    -------------------------------------------------------------------------------------------------------*/
    h2#mem-renew-head {
        text-transform: none;
    } 

    #mem-renew-head {
        margin: 0 0 50px 0;
        text-align: left;
    }

    #mem-renew-head h3 {
        color: #3c788b;
        font-size: auto;
        margin: 0 0 2px 0 !important;
        text-transform: none;
    }

    #mem-renew-head a {
        text-decoration: underline;
    }

/* =About us
    -------------------------------------------------------------------------------------------------------*/
 
    /* =Lurgashall
    -------------------------------------------------------------------------------------------------------*/
        body#jl-lurgashall #page #jl-wrapper img.centerimage {
        height: auto;
        max-width: 610px;
        width: 100%;
    }

    /* =Send Confirm
    -------------------------------------------------------------------------------------------------------*/
    ul.confirm-options {
        list-style: disc;
        margin: 0 0 40px 0;
        padding: 0 0 0 16px;
    }

    #confirm-head {
        margin: 0 0 32px 0;
    }

    #confirm-intro {
        box-sizing: border-box;
        float: left;
        padding: 0 2.5% 0 0;
        width: 100%;
    }

    #confirm-intro h1 {
        margin: 0 0 6px 0 !important;
    }

    #jl-sendgift #jifity-confirm-cards-wrapper {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #confirm-product {
        box-sizing: border-box;
        float: left;
        margin: 0;
        width: 50%;
    }

    #confirm-product img,
    #jl-sendgift #jifity-confirm-cards-wrapper img {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
        display: block;
        margin: 0;
        max-width: 250px;
        padding: 0;
        width: 98%;
    }

    #confirm-gift-membership {
        margin: 0 0 40px 0;
    }

    table#confirm-gift-details td {
        padding: 0 12px 6px 0;
    }

    #page .confirm-orders h2 {
        color: #cc4000;
    }

    /* =Custom Facebook
    -------------------------------------------------------------------------------------------------------*/
    #jl-sendcard .facebook{
        letter-spacing: -1px;
        padding-bottom: 20px;
        padding-left:0px;
    }

    /*Reset Password*/
    #jl-resetpassword #frmResetPassword {
        width: 100%;
    }

    #jl-resetpassword #frmResetPassword #fli-email label,
    #jl-resetpassword #frmResetPassword #fli-newpassword label,
    #jl-resetpassword #frmResetPassword #fli-confirmpassword label {
        text-align: left;
        width: 100%;
    }

    #jl-resetpassword #frmResetPassword ul li {
        height: auto;
        overflow: inherit;
    }

    div#jl-cont-button{
        text-align: center;
    }

    #mobile-brightcove-experience {
        width: 100%;
    }

    #mobile-brightcove-experience iframe {
        height: 100%;
        width: 100%;

    }

    #premiere ul#topmessage {
        font-size: 1.083rem;
        padding-bottom: 5px;
    }

    #premiere ul#topmessage li.call {
        margin: 0 15px 15px 15px;
        padding: 0;
    }

    #video_premiere iframe {
        height: 100%;
        width: 100%;

    }

    /* =Password Reset
    -------------------------------------------------------------------------------------------------------*/
    .pwreset-fields .errmsg {
        display: block;
        margin: 15px 0;
    }

    /* =Gift Shop/Advent Calendar Page Quantity Error Styling
    -------------------------------------------------------------------------------------------------------*/

    #jl-advent-inputs span.error {
        width: auto;
    }
}

/* =News (Blog) Page
-------------------------------------------------------------------------------------------------------*/
@media only screen and (max-device-width: 627px) {
  #jl-news #jl-sceneswrapper li.container img.pic-lt#molly {
      margin-bottom: 14px;
  }
}

@media only screen and (max-width: 390px) {
    #page #jl-wrapper p.two-imgs img,
    #jl-chuddiary6 #page #jl-wrapper p.two-imgs img,
    #jl-chuddiary4 #page #jl-wrapper p.two-imgs img,
    #jl-chuddiary3 #page #jl-wrapper p.two-imgs img {
        margin: 0 0 14px 0;
    }
}

@media only screen and (max-width: 320px) {
    #jl-chuddiary #page #jl-wrapper img.leftimage {
        margin: 0px 10px 14px 15px;
    }
}

#mydetails-authenticate #fli-email {
   margin-bottom: 22px;
}

#mydetails-authenticate #auth-forgot {
    text-decoration: underline;
    display: block;
    float: none;
    margin: 5px 0 22px 204px;
}

#mydetails-authenticate .error-message {
    bottom: auto;
    left: auto;
    margin: 2px 0 0 205px;
    position: relative;
}

#mydetails-authenticate .toggle-password {
    display: none;
}

/*--------------------------------------------------------------------------
=mobile sign in section
--------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

    #jl-signin #frmSignin ul li#fli-autologin input {
        float: left;
        margin-right: 6px;
        width: 16px;
    }

    #jl-signin #frmSignin ul li#fli-autologin label {
        float: left;
        width: 85%;
    }

    #jl-signin form fieldset#fs-reginfo li.jl-formerror {
        background: none;
    }

    #privacy_manager button {
        float: none !important;
    }

    #mydetails-authenticate #page #mydetails-buttons {
        position: unset;
    }

    #mydetails-authenticate #page #mydetails-buttons li:first-child {
        position: unset;
        top: unset;
    }

    #mydetails-authenticate #page #auth-forgot{
         display: block;
         float: none;
         margin: 30px 0;
    }

    #mydetails-authenticate .error-message {
        margin: 0;
    }
    #mydetails-authenticate #page #mydetails-buttons {
        position: unset;
    }

    #mydetails-authenticate #page #mydetails-buttons li:first-child {
        position: unset;
        top: unset;
    }

    #mydetails-authenticate #page #auth-forgot{
         display: block;
         float: none;
         margin: 30px 0;
    }

    #mydetails-authenticate .error-message {
        margin: 0;
    }
}

@media only screen and (max-width: 428px) {
    #jl-signin #page #jl-wrapper {
        margin-top: 40px;
        padding: 0;
        width: auto;
    }

    #jl-signin #frmSignin ul li input.text {
        width: 100%;
    }

    #jl-signin #frmSignin #fli-autologin {
        height: auto;
    }
}

@media only screen {

    #page #mheader-logo {
        box-sizing: border-box;
        padding: 0 0 0 5px;
        text-align: center;
    }

    #page #mheader-logo #jl-h-giftbasket img {
        position: absolute;
        right: 10px;
        top: 11px;
        width: 40px;
    }

    #page #mhead,
    #mhead-simple {
        background-color: #537986;
        height: 60px;
        margin: 0 0 18px 0;
        padding: 11px 0 0 0;
    }
}


@media only screen and (max-device-width: 2220px)
and (orientation: landscape) {
    body#jl-newcard .mbutton{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #df8d5e !important;
        background-image: none !important;
        border: 2px solid #010066 !important;
        border-radius: 0px !important;
        color: #010066 !important;
        cursor: pointer;
        display: inline-block;
        font-family: Verdana, arial, sans-serif !important;
        font-size: 17px !important;
        font-weight: bold !important;
        height: auto !important;
        margin: 0 .4em !important;
        padding: 9px 24px !important;
        text-align: center;
        text-decoration: none !important;
        text-transform: none !important;
        width: auto !important;
    }

    body#jl-newcard .mbutton.button-alt {
        background-color: #b5bfc3 !important;
    }

    body#jl-newcard #page .mbuttons-cta .mbutton:not(:last-child) {
        margin: 30px auto !important;
    }
}

@media only screen and (max-device-width: 980px) {
    #jl-sendgift #jl-wrapper {
        width: 90%;
    }

    #jl-sendgift .confirm-orders {
        display: inline-block;
        float: none;
    }

    #jl-sendgift #jifity-eGift img {
        box-shadow: 0 0;
    }
}


#install-activation-faq .expand .collapse-text {
  display:block;
}

#install-activation-faq .collapse-text {
    display:none;
    padding-top:20px;
}

#install-activation-faq .show-hide-message .expand.message-container .message-text-link {
    background: url(https://ak.imgag.com/imgag/product/siteassets/general/3513770/image.png) no-repeat right top;
}

#install-activation-faq .show-hide-message .message-container .message-text-link {
    background: url(https://ak.imgag.com/imgag/product/siteassets/general/3513769/image.png) no-repeat right top;
}

#jl-wrapper .jl-downloads-container {
    width: 975px;
}

#jl-download-content .download-page-h2 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 7%;
}

#jl-download-content .access-advent-steps {
    display: flex;
    justify-content: space-between;
}

#jl-download-content .access-step {
    width: 30%;
}

#jl-download-content .access-step > img {
    width: 100%;
}

#jl-download-content .access-step > h3 {
    margin: 3em 0 1.5em 0;
}

#download-get-started {
    background-color: #fff;
    margin: 10% 0;
}

.get-started-header {
    background-color: #77A5B5;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#download-get-started .get-started-content > h2 {
    padding: 2% 6%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.get-started-content > p {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}

.faq-question > background-image {
    transform: rotate(90deg);
}

.get-started-content > div > p {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

.user-type {
    display: flex;
    justify-content: center;
    margin: 7% 0 10%;
    padding-bottom: 5%;
}

.pc-users, .mac-users {
    width: 30%;
    text-align: left;
    position: relative;
    padding: 0 8%;
}

.pc-users {
    border-right: 1px solid #77a5b5;
}

.mac-users {
    border-left: 1px solid #77a5b5;
}
.user-type .pc-users > a, .user-type .mac-users > a {
    margin: 0 0 0 0 !important;
}

#install-activation-faq > h2 {
    padding-bottom: 1%;
}

.download-banner > img {
    width: 100%;
}

.apple-users {
    padding-right: 10px;
}

.android-users {
    padding-left: 10px;
}

.mobile-user-type {
    justify-content: center;
    margin: 7% 0 10%;
    padding-bottom: 5%;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.download-mobile-info {
    margin: 0 auto;
    text-align: center;
}

.bold-text {
    font-weight: bold;
}

.mobile-user-type .apple-users > a > img {
    width: 30%;
    margin-left: 70%;
}

.mobile-user-type .android-users > a > img {
    width: 30%;
    margin-right: 70%;
}

@media only screen and (max-width: 767px) and (max-device-width: 1023px) {
    #download-get-started .get-started-content > h2 {
        padding: 6% 6%;
    }

    .mobile-user-type {
        display: block;
    }

    .download-mobile-info {
        max-width: 80%;
    }

    .mobile-info-spacing {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .apple-users, .android-users {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px
    }

    .mobile-user-type .apple-users > a > img, .mobile-user-type .android-users > a > img {
        width: 50%;
        margin: 0;
    }
}

#download-page .collapse-text {
    display: none;
    padding-top: 20px;
}

#download-page .expand .collapse-text {
    display: block;
}

#download-page .show-hide-message .message-container .message-text-link {
    background: url(/product/full/air/3514049/jl_down_arrow.jpg) no-repeat right top;
    border: none;
    outline: 0;
    text-align: left;
    width: 100%;
    background-size: 24px 17px;
    padding: 0;
    padding-right: 30px;
    cursor: pointer;
}

#download-page .show-hide-message .expand.message-container .message-text-link {
    background: url(/product/full/air/3514049/jl_up_arrow.jpg) no-repeat right top;
    background-size: 24px 17px;
}

.hr-faq {
  border-top: 2px solid #77a5b5;
  vertical-align: middle;
  width: 100%;
}

.message-text-link {
    font-weight: bold;
}

.message-container {
    padding: 10px 0px 10px 5px;
}
