@import url(fonts.css);
/*
	import styles for the qaire pages
*/
/*
	variables for legalzoom:
	colors
	background
	border
	fonts
	text colors
	responsive screen sizes
	imported from 'variables.scss'
*/
/* branding colors */
/* background colors */
/* border colors */
/* fonts */
/* text colors */
/* responsive screen sizes */
/*
	common CSS properties
	imported from 'common.scss'
*/
html {
    width: 100%;
    height: 100%;
}

body {
    background: white;
    color: #444444;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

/* site logo */
.lz-logo a {
    position: relative;
    display: inline-block;
}

.lz-logo a:after {
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
}

/* reusable container properties */
.container {
    position: relative;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

/* icon adjustment */
.icon {
    margin-left: -2px;
    display: inline-block;
}

a .icon {
    text-decoration: none;
}

/* header text styles */
h1 {
    font-size: 30px;
    line-height: 1;
    color: #030077;
    margin: 0 0 0.6em 0;
    font-weight: normal;
}

    h1.tight {
        margin-bottom: 0.2em;
    }

h2 {
    font-size: 18px;
    line-height: 1.3;
    color: #0068d3;
    margin: 0 0 1em 0;
    font-weight: normal;
}

    h2.tight {
        margin-bottom: 0.2em;
    }

h3 {
    font-family: "psMedium", "psRegular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #030077;
    font-weight: normal;
}

    h3 label {
        font-size: 14px;
    }

    h3.tight {
        margin-bottom: 0.2em;
        line-height: 1.3;
    }

h4 {
    font-family: "psMedium", "psRegular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #222222;
    margin: 0 0 1.4em 0;
    font-weight: normal;
}

    h4.tight {
        margin-bottom: 0.2em;
    }

h5 {
    font-weight: normal;
}

/* paragraph style */
p {
    margin: 10px 0 0 20px; 
    font-size: 14px;
    line-height: 1.3em;
}

    p.tight {
        margin-bottom: 0.4em;
    }

/* ordered and unordered lists */
ul {
    margin: 0 0 1.2em 1em;
}

    ul li {
        font-family: "psRegular", Helvetica, Arial, sans-serif;
        color: #444444;
        margin: 0 0 0.5em 0;
        line-height: 1.3;
    }

        ul li span {
            color: #444444;
        }

        ul li ul {
            margin: 0.3em 0 0 1.2em;
        }

            ul li ul li {
                margin: 0 0 0.3em 0;
            }

ol {
    margin: 0 0 1.2em 2.9em;
}

    ol li {
        font-family: "psRegular", Helvetica, Arial, sans-serif;
        color: #444444;
        margin: 0 0 0.5em 0;
        line-height: 1.3;
    }

        ol li span {
            color: #444444;
        }

/* expandable lists */
ul.expandable {
    list-style: none;
    margin-left: 0;
}

    ul.expandable > li:hover a {
        color: #281360;
    }

    ul.expandable > li {
        cursor: pointer;
    }

    ul.expandable a {
        text-decoration: none;
    }

        ul.expandable a:hover {
            color: #281360;
        }

    ul.expandable ul {
        font-size: 12px;
        margin: 0.4em 0 0.4em 3em;
        display: none;
    }

        ul.expandable ul li {
            color: #444444;
            font-size: 12px;
            margin-bottom: 0.4em;
        }

/* links */
a {
    color: #247bd3;
    text-decoration: none;
    cursor: pointer;
}

.no-touch a:hover {
    color: #281360;
}

p a {
    text-decoration: underline;
}

.moredetail {
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -24px;
    margin: 0 0 14px 20px;
}

/* horizontal rule */
hr {
    color: #d9d9d9;
}

    hr.short {
        width: 300px;
    }

    hr.top-space {
        margin-top: 50px;
    }

/* block quote */
blockquote {
    display: block;
    width: 220px;
    position: relative;
    margin: 10px 10px 10px 20px;
}

    blockquote .quote {
        font-family: "psLight", "psRegular", Helvetica, Arial, sans-serif;
        color: #0068d3;
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    blockquote .open {
        position: absolute;
        display: block;
        left: -18px;
        top: -8px;
        font-size: 37px;
        color: #acadb1;
        font-family: "psCondMedium", "psRegular", Helvetica, Arial, sans-serif;
    }

    blockquote .close {
        font-size: 37px;
        color: #acadb1;
        font-family: "psCondMedium", "psRegular", Helvetica, Arial, sans-serif;
        height: 24px;
        display: inline-block;
    }

    blockquote .from {
        font-size: 13px;
        color: #222222;
        font-family: "psRegular", Helvetica, Arial, sans-serif;
    }

        blockquote .from img {
            margin: 4px 0 0 8px;
        }

/* content containers */
.site-container {
    position: relative;
    width: 940px;
    padding: 10px;
    margin: 0 auto;
}

.content-container {
    position: relative;
    width: 100%;
}

    .content-container > .container {
        width: 940px;
        padding: 10px;
        margin: 0 auto;
    }

@media only screen and (min-width: 761px) and (max-width: 955px) {
    .content-container > .container {
        width: 748px;
        padding: 10px;
    }
}

@media only screen and (max-width: 330px) {
    .content-container > .container {
        width: 300px;
        padding: 10px;
    }
}

@media only screen and (min-width: 331px) and (max-width: 760px) {
    .content-container > .container {
        width: 460px;
    }
}

@media only screen and (max-width: 330px) {
    .content-container > .container {
        width: 300px;
    }
}

.content-container .shadow-strip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: transparent url(../images/shadow-strip.png) no-repeat center top;
    background-size: 100% 7px;
}

/*
	button styles
	imported from 'buttons.scss'
*/
.button {
    display: block;
    position: relative;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-family: "psMedium", "psRegular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    border-radius: 24px;
    height: 40px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    background: #549cd5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #549cd5 0%, #3e7ac7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #549cd5), color-stop(100%, #3e7ac7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #549cd5 0%, #3e7ac7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #549cd5 0%, #3e7ac7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #549cd5 0%, #3e7ac7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #549cd5 0%, #3e7ac7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#549cd5', endColorstr='#3e7ac7',GradientType=0 );
    /* IE6-9 */
    /* Adds hover events in combination with modernizr.js for desktop browsers */
    /* gradient for right and left icon sections */
    /* button's center, right and left sections */
    /* if small text is needed for two line buttons */
    /* standard and flex sizes, and button section adjustments for icons */
    /* styles for orange buttons */
    /* style for smaller button */
}

.no-touch .button:hover {
    color: #fff;
    background: #4484cb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #549cd5 0%, #4484cb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #549cd5), color-stop(100%, #4484cb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #549cd5 0%, #4484cb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #549cd5 0%, #4484cb 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #549cd5 0%, #4484cb 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #549cd5 0%, #4484cb 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#549cd5', endColorstr='#4484cb',GradientType=0 );
    /* IE6-9 */
}

.button .button-right, .button .button-left {
    background: #4481c0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4481c0 0%, #498bce 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4481c0), color-stop(100%, #498bce));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4481c0 0%, #498bce 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4481c0 0%, #498bce 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4481c0 0%, #498bce 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4481c0 0%, #498bce 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4481c0', endColorstr='#498bce',GradientType=0 );
    /* IE6-9 */
}

.button .button-center {
    display: block;
    padding: 12px 0 0 0;
    color: #fff;
}

    .button .button-center.two-lines {
        padding: 6px 0 0 0;
        line-height: 0.9;
    }

.button .button-right {
    display: block;
    height: 40px;
    width: 41px;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-left: 1px solid rgba(0, 35, 161, 0.2);
}

    .button .button-right .inner {
        display: block;
        height: 40px;
        border-left: 1px solid rgba(148, 255, 255, 0.2);
    }

    .button .button-right .button-icon {
        margin: 7px 0 0 -8px;
    }

    .button .button-right .fa-icon {
        margin: 8px 0 0 -6px;
    }

.button .button-left {
    display: block;
    height: 40px;
    width: 41px;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-right: 1px solid rgba(0, 35, 161, 0.2);
}

    .button .button-left .inner {
        display: block;
        height: 40px;
        border-right: 1px solid rgba(148, 255, 255, 0.2);
    }

    .button .button-left .button-icon {
        margin: 7px 0 0 6px;
    }

    .button .button-left .fa-icon {
        margin: 8px 0 0 6px;
    }

.button .small-text {
    font-size: 10px;
}

.button.has-right {
    padding-right: 40px;
}

.button.has-left {
    padding-left: 40px;
}

.button.standard {
    width: 225px;
}

    .button.standard.has-right {
        width: 185px;
        padding-right: 40px;
    }

    .button.standard.has-left {
        width: 185px;
        padding-left: 40px;
    }

.button.flex {
    padding: 0 30px 0 30px;
    display: inline-block;
}

    .button.flex.has-right {
        padding-right: 70px;
    }

    .button.flex.has-left {
        padding-left: 70px;
    }

    .button.flex.has-both {
        padding: 0 70px 0 70px;
    }

.button.orange {
    background: #ff8900;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff8900 0%, #ff6700 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8900), color-stop(100%, #ff6700));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff8900 0%, #ff6700 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff8900 0%, #ff6700 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff8900 0%, #ff6700 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff8900 0%, #ff6700 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8900', endColorstr='#ff6700',GradientType=0 );
    /* IE6-9 */
}

.no-touch .button.orange:hover {
    background: #ff7500;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff8900 0%, #ff7500 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8900), color-stop(100%, #ff7500));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff8900 0%, #ff7500 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff8900 0%, #ff7500 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff8900 0%, #ff7500 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff8900 0%, #ff7500 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8900', endColorstr='#ff7500',GradientType=0 );
    /* IE6-9 */
}

.button.orange .button-left, .button.orange .button-right {
    background: #ec6f00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ec6f00 0%, #ff7800 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec6f00), color-stop(100%, #ff7800));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ec6f00 0%, #ff7800 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ec6f00 0%, #ff7800 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ec6f00 0%, #ff7800 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ec6f00 0%, #ff7800 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec6f00', endColorstr='#ff7800',GradientType=0 );
    /* IE6-9 */
}

.button.orange .button-left {
    border-right: 1px solid rgba(255, 230, 0, 0.4);
}

    .button.orange .button-left .inner {
        border-right: 1px solid rgba(255, 0, 0, 0.3);
    }

.button.orange .button-right {
    border-left: 1px solid rgba(255, 0, 0, 0.3);
}

    .button.orange .button-right .inner {
        border-left: 1px solid rgba(255, 230, 0, 0.4);
    }

.button.small {
    height: 30px;
    font-size: 14px;
}

    .button.small .button-center {
        padding-top: 9px;
    }

    .button.small.flex {
        padding: 0 14px 0 14px;
    }

/* button icon styles */
.button-icon {
    background: transparent url(../images/sprite-button-icons.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
}

    .button-icon.arrow {
        background-position: 0 0;
    }

    .button-icon.arrow-large {
        background-position: 0 -50px;
    }

    .button-icon.chat {
        background-position: -50px 0;
    }

    .button-icon.print {
        background-position: -100px 0;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .button-icon {
        background: transparent url(../images/sprite-button-icons-2x.png) no-repeat 0 0;
        background-size: 150px 150px;
    }
}

/* font awesome icon styles */
.button .fa-icon {
    font-size: 20px;
}

/* icon styles */
.lz-icon-help {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-family: "psMedium", "psRegular", Helvetica, Arial, sans-serif;
    line-height: 1em;
    margin: 5px 0 0 0;
    text-decoration: none;
    background: transparent url(../images/icon-help.png) no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-help {
        background-image: url(../images/icon-help-2x.png);
        background-size: 25px 25px;
    }
}

.lz-icon-help.gray {
    background-image: url(../images/icon-help-gray.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-help.gray {
        background-image: url(../images/icon-help-gray-2x.png);
        background-size: 25px 25px;
    }
}

.lz-icon-help.orange {
    background-image: url(../images/icon-help-orange.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-help.orange {
        background-image: url(../images/icon-help-orange-2x.png);
        background-size: 25px 25px;
    }
}

.lz-icon-help.small {
    width: 18px;
    height: 18px;
    background-image: url(../images/icon-help-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-help.small {
        background-image: url(../images/icon-help-small-2x.png);
        background-size: 18px 18px;
    }
}

.lz-icon-help.small.desc {
    width: auto;
    font-size: 12px;
    padding: 4px 0 0 22px;
    margin-left: 2px;
}

.lz-icon-help.small.gray {
    background-image: url(../images/icon-help-gray-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-help.small.gray {
        background-image: url(../images/icon-help-gray-small-2x.png);
        background-size: 18px 18px;
    }
}

.lz-icon-help.small.orange {
    background-image: url(../images/icon-help-orange-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-help.small.orange {
        background-image: url(../images/icon-help-orange-small-2x.png);
        background-size: 18px 18px;
    }
}

.lz-icon-info {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 1em;
    margin: 5px 0 0 0;
    text-decoration: none;
    background: transparent url(../images/icon-info.png) no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-info {
        background-image: url(../images/icon-info-2x.png);
        background-size: 25px 25px;
    }
}

.lz-icon-info.gray {
    background-image: url(../images/icon-info-gray.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-info.gray {
        background-image: url(../images/icon-info-gray-2x.png);
        background-size: 25px 25px;
    }
}

.lz-icon-info.orange {
    background-image: url(../images/icon-info-orange.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-info.orange {
        background-image: url(../images/icon-info-orange-2x.png);
        background-size: 25px 25px;
    }
}

.lz-icon-info.small {
    width: 18px;
    height: 18px;
    background-image: url(../images/icon-info-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-info.small {
        background-image: url(../images/icon-info-small-2x.png);
        background-size: 18px 18px;
    }
}

.lz-icon-info.small.desc {
    width: auto;
    font-size: 12px;
    padding: 4px 0 0 22px;
    margin-left: 2px;
}

.lz-icon-info.small.gray {
    background-image: url(../images/icon-info-gray-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-info.small.gray {
        background-image: url(../images/icon-info-gray-small-2x.png);
        background-size: 18px 18px;
    }
}

.lz-icon-info.small.orange {
    background-image: url(../images/icon-info-orange-small.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .lz-icon-info.small.orange {
        background-image: url(../images/icon-info-orange-small-2x.png);
        background-size: 18px 18px;
    }
}

.lz-icon-blue {
    background: transparent url(../images/sprite-icons-blue.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
}

    .lz-icon-blue.arrow {
        background-position: 0 0;
    }

    .lz-icon-blue.arrow-large {
        background-position: 0 -50px;
    }

    .lz-icon-blue.chat {
        background-position: -50px 0;
    }

    .lz-icon-blue.print {
        background-position: -100px 0;
    }

    .lz-icon-blue.arrow-back {
        background-position: -50px -50px;
    }

/* back link */
.link-back {
    color: #247bd3;
    display: inline-block;
}

    .link-back span {
        color: #247bd3;
        display: inline-block;
        text-decoration: underline;
        top: -8px;
        position: relative;
    }

    .link-back:hover {
        color: #281360;
    }

        .link-back:hover span {
            color: #281360;
        }

/* steps navigation bars */
/* steps navigation - solid */
.steps-solid {
    position: relative;
    list-style: none;
    margin: 0 0 10px 0;
    height: 34px;
    width: 100%;
    border-radius: 20px;
    background: #eee;
    display: block;
    overflow: hidden;
}

    .steps-solid a {
        cursor: default;
    }

    .steps-solid.last-step {
        background: transparent url(../images/bg-steps-nav-blue.png) repeat-x 0 0;
    }

    .steps-solid.completed {
        background: #030077;
    }

    .steps-solid.product-inc li a .link {
        padding-left: 40px;
        padding-right: 30px;
    }

    .steps-solid li {
        line-height: 1;
        float: left;
        position: relative;
        margin-left: -10px;
    }

        .steps-solid li:first-child {
            margin-left: 0;
            z-index: 15;
        }

            .steps-solid li:first-child a .link {
                padding-left: 28px;
                border-top-left-radius: 20px;
                border-bottom-left-radius: 20px;
            }

        .steps-solid li.last a {
            padding-right: 0;
        }

            .steps-solid li.last a .link {
                border-top-right-radius: 20px;
                border-bottom-right-radius: 20px;
                display: block;
                padding-left: 30px;
            }

            .steps-solid li.last a .arrow {
                display: none;
            }

        .steps-solid li + li {
            z-index: 14;
        }

            .steps-solid li + li + li {
                z-index: 13;
            }

                .steps-solid li + li + li + li {
                    z-index: 12;
                }

                    .steps-solid li + li + li + li + li {
                        z-index: 11;
                    }

                        .steps-solid li + li + li + li + li + li {
                            z-index: 10;
                        }

                            .steps-solid li + li + li + li + li + li + li {
                                z-index: 9;
                            }

                                .steps-solid li + li + li + li + li + li + li + li {
                                    z-index: 8;
                                }

                                    .steps-solid li + li + li + li + li + li + li + li + li {
                                        z-index: 7;
                                    }

                                        .steps-solid li + li + li + li + li + li + li + li + li + li {
                                            z-index: 6;
                                        }

                                            .steps-solid li + li + li + li + li + li + li + li + li + li + li {
                                                z-index: 5;
                                            }

                                                .steps-solid li + li + li + li + li + li + li + li + li + li + li + li {
                                                    z-index: 4;
                                                }

                                                    .steps-solid li + li + li + li + li + li + li + li + li + li + li + li + li {
                                                        z-index: 3;
                                                    }

                                                        .steps-solid li + li + li + li + li + li + li + li + li + li + li + li + li + li {
                                                            z-index: 2;
                                                        }

                                                            .steps-solid li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
                                                                z-index: 1;
                                                            }

        .steps-solid li a {
            display: block;
            height: 39px;
            text-decoration: none;
            color: #fff;
            /*text-shadow: 0 1px 1px rgba(0,0,0,0.7);*/
            font-family: "psRegular", Helvetica, Arial, sans-serif;
            font-size: 13px;
            padding: 0 20px 0 0;
            /*.no-touch &:hover {
      	color: #fff;
      	.link {background-color: #b3b3b3;}
      	.arrow {
      		background-position: 0 -41px;
      	}
      }*/
        }

        .steps-solid li.last.active a .link {
            padding-right: 120px;
        }

        .steps-solid li a .link {
            padding: 12px 46px 10px 28px;
            display: block;
            background: #eee;
            color: #777;
            text-decoration: none;
            float: left;
        }

        .steps-solid li a .arrow {
            display: block;
            width: 19px;
            height: 39px;
            margin-right: -19px;
            background: transparent url(../images/sprite-steps-nav-solid.png) no-repeat 0 0;
            float: left;
            position: relative;
            top: -3px;
        }

        .steps-solid li.active a {
            /*.no-touch &:hover {
      	.link {
      		background-position: 0 -41px;
      		background-color: transparent;
      	}
      	.arrow {
      		background-position: 0 -123px;
      	}
      }*/
        }

            .steps-solid li.active a .link {
                background: transparent url(../images/bg-steps-nav-blue.png) repeat-x 0 0;
                color: #fff;
                font-family: "psMedium", "psRegular", Helvetica, Arial, sans-serif;
                margin-left: -6px;
            }

            .steps-solid li.active a .arrow {
                background-position: 0 -82px;
            }

        .steps-solid li.inactive a {
            cursor: default;
            /*.no-touch &:hover {
      	.link {background: #eee;}
      	.arrow {background-position: 0 0;}
      }*/
        }

        .steps-solid li.completed a {
            /*.no-touch &:hover {
      	.link {background: #200d53;}
      	.arrow {background-position: 0 -205px;}
      }*/
        }

            .steps-solid li.completed a .link {
                background: #030077;
            }

            .steps-solid li.completed a .arrow {
                background-position: 0 -164px;
            }

/* steps nav normal */
.steps-normal {
    list-style: none;
    height: 30px;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
}

    .steps-normal li {
        line-height: 1;
        float: left;
        margin: 0 0 10px 0;
    }

        .steps-normal li:first-child a {
            padding: 0 0 0 10px;
        }

            .steps-normal li:first-child a .arrow {
                display: none;
            }

        .steps-normal li.active a .number {
            background-position: 0 -120px;
        }

        .steps-normal li.active a .link {
            color: #222222;
        }

        .steps-normal li.active a:hover .link {
            color: #222222;
        }

        .steps-normal li.inactive a {
            cursor: default;
        }

.no-touch .steps-normal li.inactive a:hover .link {
    color: #a4a4a4;
}

.steps-normal li.completed a .number {
    background-position: 0 -180px;
}

.steps-normal li.completed a .link {
    color: #030077;
}

.no-touch .steps-normal li.completed a:hover .link {
    color: #247bd3;
}

.steps-normal li a {
    display: block;
    padding: 0 0 0 50px;
    font-size: 14px;
    color: #a4a4a4;
    text-decoration: none;
}

    .steps-normal li a .number {
        background: transparent url(../images/sprite-steps-nav-normal.png) no-repeat 0 -60px;
        display: block;
        float: left;
        width: 24px;
        height: 18px;
        color: #fff;
        padding: 6px 0 0 0;
        text-align: center;
        font-size: 13px;
        margin-left: -20px;
    }

    .steps-normal li a .arrow {
        display: block;
        float: left;
        background: transparent url(../images/sprite-steps-nav-normal.png) no-repeat 0 0;
        width: 10px;
        height: 16px;
        margin-top: 4px;
        margin-left: -42px;
    }

    .steps-normal li a .link {
        display: block;
        padding: 5px 0 0 10px;
    }

.no-touch .steps-normal li a:hover .link {
    color: #247bd3;
}

/* video play button */
.button-play {
    display: block;
    width: 90px;
    height: 90px;
    background: transparent url(../images/sprite-button-video.png) no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .button-play {
        background-image: url(../images/sprite-button-video-2x.png);
        background-size: 250px 257px;
    }
}

.no-touch .button-play:hover {
    background-position: 0 -130px;
}

.button-play.small {
    width: 62px;
    height: 62px;
    background-position: -130px 0;
}

.no-touch .button-play.small:hover {
    background-position: -130px -130px;
}

/*
	form style and layout - basic input, checkbox, radio box, textarea, select dropdown styling
	imported from 'forms.scss'
*/
.form-group {
    padding: 0 0 30px 20px;
}

    .form-group.tight {
        padding-bottom: 10px;
    }

    /*.form-group h4 {
        margin: 1em 0 0.2em 0;
    }*/

    .form-group p.sign-in-link {
        font-size: 12px;
        margin-left: 4px;
    }

    .form-group p.notes {
        font-size: 11px;
    }

    .form-group label {
        font-size: 14px;
        padding: 0;
        position: relative;
        line-height: 1;
        font-weight: normal;
    }

        .form-group label.column {
            display: inline-block;
            width: 110px;
            margin-right: 4px;
            font-size: 12px;
        }

    .form-group .form-field {
        list-style: none;
        margin: 10px 0 0 0;
    }


    .form-group .form-fields {
        list-style: none;
        margin: 8px 0 0 28px;
    }



        /*.form-group .form-fields .form-fields .form-field {
            margin: 10px 0 0 0;
        }*/

        .form-group .form-fields p {
            margin-left: 0;
            margin-top: 4px;
        }

        .form-group .form-fields label {
            font-weight: bold;
        }


        .form-group .form-fields.select .lz-icon-help {
            top: -8px;
        }

        .form-group .form-fields.select label.column {
            margin: 17px 7px 0 0;
            float: left;
        }

        .form-group .form-fields.select label {
            padding-top: 4px;
            padding-bottom: 2px;
            display: block;
        }

    .form-group .lz-icon-help {
        top: 5px;
        margin: 0 0 0 4px;
        position: relative;
    }

.error-text {
    color: #e10b00;
    font-size: 12px;
    position: relative;
    margin-left: 2px;
    margin-top: 6px;
    font-weight: normal;
}

.form-group .helper-text {
    color: #999;
    width: 300px;
    font-size: 12px;
    line-height: 1.2em;
    position: relative;
    margin-left: 2px;
    margin-top: 6px;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
}

p.helper-text, span.helper-text {
    color: #999;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
/* select field replacement styles */
.select-field {
    display: inline-block;
    width: 300px;
    height: 35px;
    margin: 3px 0 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    /*box-shadow: 0 1px 0 rgba(0,0,0,0.15);*/
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #f1f1f1;
}

.no-touch .select-field:hover .select-arrow-container .select-arrow {
    background-position: 0 -20px;
}

.select-field.column {
    float: left;
}

.select-field select {
    font-size: 13px;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
    line-height: 1em;
    color: #222222;
    background: transparent;
    -webkit-appearance: none;
    border: 0;
    padding: 11px 0 10px 12px;
    width: 340px;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.select-field .select-arrow-container {
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    width: 34px;
    height: 40px;
    background: #f1f1f1;
}

.select-field .select-arrow {
    position: absolute;
    width: 14px;
    height: 11px;
    background: transparent url(../images/sprite-form-select.png) no-repeat 0 0;
    margin: 13px 0 0 8px;
    pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .select-field .select-arrow {
        background-image: url(../images/sprite-form-select-2x.png);
        background-size: 14px 310px;
    }
}

.select-field.long {
    width: 390px;
}

    .select-field.long select {
        width: 410px;
    }

.select-field.longer {
    width: 440px;
}

    .select-field.longer select {
        width: 480px;
    }

.select-field.longest {
    width: 520px;
}

    .select-field.longest select {
        width: 560px;
    }

.select-field.short {
    width: 140px;
}

    .select-field.short select {
        width: 180px;
    }

.select-field.shortest {
    width: 77px;
}

    .select-field.shortest select {
        width: 117px;
    }

.select-field.month {
    width: 130px;
}

    .select-field.month select {
        width: 170px;
    }

.select-field.year {
    width: 87px;
}

    .select-field.year select {
        width: 127px;
    }

.select-field.state {
    width: 340px;
}

    .select-field.state select {
        width: 380px;
    }

.select-field.wide {
    width: 520px;
}

    .select-field.wide select {
        width: 560px;
    }

.select-field.credit-cards {
    width: 220px;
}

    .select-field.credit-cards select {
        width: 260px;
    }

.select-field.country {
    width: 464px;
}

    .select-field.country select {
        width: 504px;
    }

.select-field.micro {
    height: 22px;
}

.no-touch .select-field.micro:hover .select-arrow-container .select-arrow {
    background-position: 0 -220px;
}

.select-field.micro .select-arrow-container {
    width: 18px;
    height: 20px;
}

.select-field.micro .select-arrow {
    width: 9px;
    height: 10px;
    margin: 7px 0 0 2px;
    background-position: 0 -200px;
}

.select-field.micro select {
    font-size: 12px;
    padding: 4px 0 0 4px;
}

.select-field optgroup {
    font-family: Helvetica, Arial, sans-serif;
}

/* text, radio, and checkbox input replacement */
input[type=text], input[type=password] {
    font-family: "psRegular", Helvetica, Arial, sans-serif;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    margin: 3px 0 0 0;
    width: 280px;
    display: inline-block;
    background: #fff;
}

    input[type=text].short, input[type=password].short {
        width: 160px;
    }

    input[type=text].shortest, input[type=password].shortest {
        width: 80px;
    }

    input[type=text].error, input[type=password].error {
        background: #ffe1e2;
    }

    input[type=text]:focus, input[type=password]:focus {
        outline: none;
    }

textarea {
    font-family: "psRegular", Helvetica, Arial, sans-serif;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px;
    width: 400px;
    height: 140px;
    display: inline-block;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 3px 0 0 0;
}

    textarea.short {
        width: 180px;
    }

    textarea.error {
        background: #ffe1e2;
    }

input[type=radio] {
    display: none;
}

    input[type=radio] + label {
        background: transparent url(../images/radio-off.svg) no-repeat 0 0;
        height: 22px;
        display: inline-block;
        padding: 4px 0 0 42px;
        font-size: 14px;
        margin: 0 0 0 0;
        cursor: pointer;
        line-height: 1.3;
    }

       
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    input[type=radio] + label {
        background-image: url(../images/sprite-form-radio-2x.png);
        background-size: 22px 240px;
    }
}

input[type=radio]:checked + label {
    background: transparent url(../images/radio-on.svg) no-repeat 0 0;
    
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        background: transparent url(../images/sprite-form-checkbox.png) no-repeat 0 0;
        height: 22px;
        display: inline-block;
        padding: 2px 0 0 28px;
        font-size: 14px;
        margin: 0 0 0 0;
        cursor: pointer;
        line-height: 1.3;
    }

        input[type=checkbox] + label:hover {
            background-position: 0 -160px;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    input[type=checkbox] + label {
        background-image: url(../images/sprite-form-checkbox-2x.png);
        background-size: 22px 321px;
    }
}

input[type=checkbox]:checked + label {
    background-position: 0 -80px;
}

input[type=checkbox].disclaimer + label {
    font-size: 12px;
    padding: 2px 0 0 28px;
    line-height: 1.3;
}

/* input form placeholder text styles */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #c4c4c3;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #c4c4c3;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #c4c4c3;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
}

input:-ms-placeholder, textarea:-ms-placeholder {
    color: #c4c4c3;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
}

/*
	tooltips - standard "help content" tooltips
	imported from 'tooltips.scss'
*/
.tooltip-container {
    overflow: hidden;
    display: block;
    height: 0;
    width: 0;
}

.tooltip {
    background: #fff;
    display: none;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 13px;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    z-index: 50;
    border: 2px solid #0068d3;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

    .tooltip.active {
        display: block;
        width: 260px;
        opacity: 1;
        height: auto;
        overflow: visible;
        padding: 20px;
    }

.csstransitions .tooltip {
    display: block;
    opacity: 0;
    -webkit-transition-property: opacity, margin;
    -webkit-transition-duration: 0ms;
    -moz-transition-property: opacity, margin;
    -moz-transition-duration: 0ms;
    -ms-transition-property: opacity, margin;
    -ms-transition-duration: 0ms;
    -o-transition-property: opacity, margin;
    -o-transition-duration: 0ms;
    transition-property: opacity, margin;
    transition-duration: 0ms;
}

    .csstransitions .tooltip.active {
        opacity: 100;
        margin: 2px 0 0 0;
    }

.tooltip.wide.active {
    width: 360px;
}

.tooltip .close {
    position: absolute;
    top: -14px;
    right: -14px;
}

    .tooltip .close .icon {
        cursor: pointer;
    }

.tooltip .icon-tooltip-close {
    width: 31px;
    height: 31px;
    background: transparent url(../images/sprite-modal-close.png) no-repeat 0 0;
}

.no-touch .tooltip .icon-tooltip-close:hover {
    background-position: 0 -50px;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    background: transparent url(../images/sprite-tooltip.png) no-repeat 0 0;
}

    .tooltip .arrow.up {
        background-position: 0 0;
        width: 14px;
        height: 9px;
        top: -9px;
        left: 50%;
        margin-left: -7px;
    }

    .tooltip .arrow.right {
        background-position: 0 -40px;
        width: 9px;
        height: 14px;
        right: -9px;
        top: 50%;
        margin-top: -7px;
    }

    .tooltip .arrow.down {
        background-position: 0 -80px;
        width: 14px;
        height: 9px;
        bottom: -9px;
        left: 50%;
        margin-left: -7px;
    }

    .tooltip .arrow.left {
        background-position: 0 -120px;
        width: 9px;
        height: 14px;
        top: 24px;
        left: -8px;
    }

.tooltip p {
    font-size: 13px;
    margin: 0 0 1em 0;
    line-height: 1.4;
}

    .tooltip p:last-child {
        margin-bottom: 0;
    }

.tooltip ul {
    margin-bottom: 1em;
}

    .tooltip ul li {
        font-size: 13px;
        color: #444444;
    }

.checked ul  {
    margin-left: 0;
}

.checked ul li {
    list-style: none;
    background: url("/resources/img/icons/check_blue_new.png") no-repeat 0 5px;
    padding-left: 30px;
    margin: 20px 0 0 0;
}

.no-touch .tooltip a:hover {
    color: #fff;
}

.tooltip .disclaimer {
    font-size: .85em;
}

.help.text, .help.icon {
    position: relative;
}

/*
	modal - standard modal style for loading inline and external resources
	imported from 'modal.scss'
*/
.modal, .sign-in-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 80px;
    left: 50%;
}

@media only screen and (min-width: 331px) and (max-width: 760px) {
    .modal, .sign-in-modal {
        top: 30px;
    }
}

@media only screen and (max-width: 330px) {
    .modal, .sign-in-modal {
        top: 24px;
    }
}

.modal.active, .sign-in-modal.active {
    display: block;
}

.modal.text, .sign-in-modal.text {
    width: 825px;
    margin-left: -410px;
    padding: 10px;
    /* background: #dadada; */
    /* modal content formatting */
}

@media only screen and (min-width: 761px) and (max-width: 955px) {
    .modal.text, .sign-in-modal.text {
        width: 600px;
        margin-left: -310px;
    }
}

@media only screen and (min-width: 331px) and (max-width: 760px) {
    .modal.text, .sign-in-modal.text {
        width: 400px;
        margin-left: -210px;
    }
}

@media only screen and (max-width: 330px) {
    .modal.text, .sign-in-modal.text {
        width: 260px;
        padding: 6px;
        margin-left: -136px;
    }
}

.modal.text .content, .sign-in-modal.text .content {
    background: #fff;
    padding: 20px 30px 60px;
    min-height: 200px;
    height: 600px;
    overflow: auto;
}


#BofAModal p {
    margin: 10px 0 0 0;
}

#BofAList {
color: #000000;
}

#BofAList .listItem {
clear: both;
padding-top: 7px;
font-size: 14px;
line-height: normal;
}


#BofAList .bullet {
color: #c53a25;
font-weight: bold;
width: 20px;
font-size: 16px;
padding-left: 10px;
float: left;
}


#BofAList .detail {
/* float: right; */
width: 700px;
}

#BofAList .detailHeader {
font-weight: bold;
}



@media only screen and (min-width: 331px) and (max-width: 760px) {
    .modal.text .content, .sign-in-modal.text .content {
        max-height: 200px;
        padding: 12px 12px 30px 12px;
    }
}

@media only screen and (max-width: 330px) {
    .modal.text .content, .sign-in-modal.text .content {
        padding: 12px 12px 30px 12px;
        max-height: 320px;
    }
}

.modal.text .content h1, .sign-in-modal.text content h1 {
    font-size: 24px;
}



@media only screen and (min-width: 331px) and (max-width: 760px), only screen and (max-width: 330px) {
    .modal.text .content h1, .sign-in-modal.text .content h1 {
        font-size: 20px;
        line-height: 1.1;
    }

    .modal.text .content p, .sign-in-modal.text .content p {
        font-size: 12px;
    }

    .modal.text .content ul, .sign-in-modal.text .content ul {
        font-size: 12px;
    }
}

.modal.text .overlay, .sign-in-modal.text .overlay {
    width: 780px;
    height: 60px;
    position: absolute;
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 73%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(73%, white), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 73%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 73%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 73%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 73%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    pointer-events: none;
}

@media only screen and (min-width: 761px) and (max-width: 955px) {
    .modal.text .overlay, .sign-in-modal.text .overlay {
        width: 580px;
    }
}

@media only screen and (min-width: 331px) and (max-width: 760px) {
    .modal.text .overlay, .sign-in-modal.text .overlay {
        width: 380px;
        height: 30px;
    }
}

@media only screen and (max-width: 330px) {
    .modal.text .overlay, .sign-in-modal.text .overlay {
        width: 240px;
        height: 40px;
    }
}

.modal.video {
    width: 800px;
    margin-left: -400px;
    padding: 10px;
    background: #fff;
}

@media only screen and (min-width: 761px) and (max-width: 955px) {
    .modal.video {
        width: 600px;
        margin-left: -300px;
    }

        .modal.video iframe {
            width: 600px;
            height: 361px;
            overflow: hidden;
        }
}

.modal .close, .sign-in-modal .close {
    display: block;
    position: absolute;
    width: 66px;
    height:48px;
    background: transparent url(/assets/images/btn-close-modal.svg) no-repeat 0 0;
    z-index: 10;
    top: 36px;
    right: 67px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .modal .close, .sign-in-modal .close {
        background-image: url(../images/sprite-modal-close-2x.png);
        background-size: 31px 100px;
    }
}

.no-touch .modal .close:hover, .no-touch .sign-in-modal.close:hover {
    /* background-position: 0 -50px; */
}

.modal .shadow, .sign-in-modal .shadow {
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 10px;
    background: transparent url(../images/shadow-curved-photo-md.png) no-repeat center top;
    background-size: 100% 10px;
}

@media only screen and (max-width: 330px) {
    .modal .shadow, .sign-in-modal .shadow {
        bottom: -16px;
    }
}

.modal .shadow-ie8, .sign-in-modal .shadow-ie8 {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 10px;
}

.modal-overlay, .sign-in-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#cccaca;
    z-index: 900;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

@media only screen and (min-width: 331px) and (max-width: 760px), only screen and (max-width: 330px) {
    .modal-overlay, .sign-in-modal-overlay {
        background: #000;
        opacity: 0.6;
    }
}

.modal-overlay.active, .sign-in-modal-overlay.acti {
    display: block;
}

/* page 1 modal */
.modal.text.page-one-modal .content h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 0.2em;
}

.modal.text.page-one-modal .content h2 {
    font-size: 18px;
    text-align: center;
    color: #222222;
    margin-bottom: 0.1em;
    padding-top: 0.0em;
}

.modal.text.page-one-modal .content h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin-left: 80px;
    color: #222222;
    margin-bottom: 0.1em;
    padding-top: 0.0em;
}

.modal.text.page-one-modal .content .form-group {
    position: relative;
}

    .modal.text.page-one-modal .content .form-group .button {
        float: left;
        margin-right: 60px;
        margin-top: 18px;
        position: absolute;
        right: 0;
    }

.modal.text.page-one-modal .content .forgot-password-link {
    top: 5px;
    margin-left: 80px;
    position: relative;
    font-size: 12px;
}

.modal.text.page-one-modal .content .forgot-password {
    display: none;
}

/* sign in modal */
.sign-in-modal h1 {
    margin-bottom: 0.2em;
}

.sign-in-modal h2 {
    margin-bottom: 0.1em;
    padding-top: 0.4em;
    color: #498bce;
}

.sign-in-modal .form-group {
    position: relative;
}

    .sign-in-modal .form-group .button {
        float: left;
        margin-top: 18px;
        position: absolute;
        right: 0;
    }

.sign-in-modal .forgot-password-link {
    top: 5px;
    position: relative;
    font-size: 12px;
}

.forgot-password-success {
    color: #498BCE;
    font-size: 14px;
    padding-top: 20px;
    font-weight: bold;
}

.signin-saveanswer-link {
    float: right;
}

.sign-in-modal .form-group .form-field {
    float: left;
    width: 190px;
}

    .sign-in-modal .form-group .form-field label {
        font-size: 12px;
    }
/* 
	questionnaire layouts - this includes all miscellaneous layout needed for the qaire pages
	imported from 'qaire-layout.scss'
*/
/* questionnaire header */
.qaire-header {
    position: relative;
    margin: 20px 0 20px 0;
}

    .qaire-header .lz-logo {
        margin: 12px 0 0 14px;
    }

    .qaire-header h1 {
        font-family: "psMedium", "psRegular", Helvetica, Arial, sans-serif;
        position: absolute;
        top: 9px;
        left: 180px;
        font-size: 26px;
    }

    .qaire-header .customer-service {
        top: 9px;
        background: none;
        font-size: 13px;
        float: right;
    }

        .qaire-header .customer-service strong {
            font-size: 17px;
            color: #0068d3;
        }

        .qaire-header .customer-service .sign-in {
            float: right;
            height: 25px;
        }

/* content containers */
.content-main {
    width: 600px;
    padding-right: 30px;
     margin: 20px 10px 0 0; 
    float: left;
}

.content-main-full {
    width: 100%;
    padding-right: 30px;
    margin: 20px 10px 0 0;
    float: none;
}

.content-sidebar {
    width: 300px;
    float: left;
}

/* page layout */
h1 {
    margin-bottom: .7em;
}

h3 {
    font-size: 1.55em;
    line-height: 1.3;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
}

p.smaller {
    font-size: 12px;
}

p.gray {
    color: #a5a5a5;
}

.steps-solid {
    margin-bottom: 20px;
}

.map {
    display: block;
    background: transparent url(../images/blue-us-map.jpg) no-repeat 0 0;
    width: 600px;
    height: 320px;
    margin-bottom: 80px;
}

.qaire-sidebar {
    position: relative;
}

    .qaire-sidebar.fixed {
        position: fixed;
        top: 14px;
    }

.save-your-answers-container {
    width: 300px;
    margin: 20px 0 0 0;
    background: #fafafa;
    border-radius: 4px;
}

    .save-your-answers-container .save-your-answers {
        padding: 20px;
    }

    .save-your-answers-container p {
        margin: 0 0 1em 0;
    }

    .save-your-answers-container input {
        width: 240px;
    }

    .save-your-answers-container .error-text {
        color: #e10b00;
        font-size: 12px;
        position: relative;
        margin-left: 2px;
        margin-top: 6px;
        font-weight: normal;
    }

    .save-your-answers-container .helper-text {
        color: #999;
        font-size: 12px;
        position: relative;
        margin-left: 2px;
        margin-top: 6px;
        font-family: "psRegular", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-weight: normal;
    }

.form-group .columns {
    width: 280px;
    float: left;
    margin-right: 5px;
}

    .form-group .columns.small {
        width: 180px;
    }

.page-nav {
    list-style: none;
    width: 100%;
    margin: 0;
}

    .page-nav li {
        float: left;
        display: block;
        width: 50%;
    }

        .page-nav li .button {
            float: right;
        }

    .page-nav .link-back {
        margin-top: 5px;
    }

.page-nav2 {
    list-style: none;
    width: 100%;
    margin: 0;
}

    .page-nav2 li {
        float: left;
        vertical-align: middle;
        display: block;
        width: 33%;
    }

        .page-nav2 li .button {
            float: left;
        }

    .page-nav2 .link-back {
        margin-top: 5px;
    }

/* owner and management pages */
.owner-info {
    position: relative;
}

.link-remove {
    float: right;
    margin-top: -20px;
    font-size: 12px;
}

.owner-info h3 {
    margin-bottom: 0.5em;
}

.owner-info hr {
    margin-bottom: 8px;
}

.header-owners {
    margin-bottom: -10px;
}

.owner-addmore {
    padding: 8px;
    margin-bottom: 40px;
}

/* blockquote adjustments */
.qaire-sidebar blockquote {
    width: 280px;
    margin-top: 40px;
}

    .qaire-sidebar blockquote .quote {
        font-size: 18px;
    }

    .qaire-sidebar blockquote .open {
        font-size: 32px;
        top: -4px;
    }

    .qaire-sidebar blockquote .close {
        font-size: 32px;
        margin-top: -18px;
        height: 22px;
    }

/* offer selection with images */
.offer-selection-with-image {
    list-style: none;
    margin: 15px 0 15px 0;
}

    .offer-selection-with-image li {
        color: #444444;
        display: block;
        float: left;
        margin: 0 8px 10px 0;
        line-height: 1.3;
    }

        .offer-selection-with-image li.text {
            width: 380px;
        }

        .offer-selection-with-image li.checkbox {
            width: 22px;
        }

.image-amex-gold-rewards {
    display: block;
    width: 160px;
    height: 101px;
    overflow: hidden;
    background: transparent url(../images/image-amex-gold-rewards.jpg) no-repeat 0 0;
}

.image-amex-simply-cash {
    display: block;
    width: 160px;
    height: 101px;
    overflow: hidden;
    background: transparent url(../images/image-amex-simply-cash.jpg) no-repeat 0 0;
}

/* California-only compliance package */
.california-compliance-package {
    cursor: pointer;
    margin: 0;
    list-style: none;
    position: relative;
    padding: 16px 10px 10px 10px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

    .california-compliance-package:first-child {
        border-top: 1px solid #cccccc;
    }

    .california-compliance-package.last {
        border: none;
        padding: 11px;
    }

    .california-compliance-package .best {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 128px;
        height: 130px;
        background: transparent url(../images/banner-california-compliance-package-best.png) no-repeat 0 0;
    }

    .california-compliance-package p {
        margin-bottom: 10px;
    }

    .california-compliance-package li {
        color: #444444;
        float: left;
        margin: 0 8px 10px 0;
        line-height: 1.3;
        position: relative;
    }

        .california-compliance-package li.text {
            width: 530px;
        }

            .california-compliance-package li.text .heading {
                font-family: "psMedium", "psRegular", Helvetica, Arial, sans-serif;
                font-size: 14px;
            }

                .california-compliance-package li.text .heading em {
                    font-size: 18px;
                    color: #0068d3;
                    text-transform: uppercase;
                }

        .california-compliance-package li.checkbox {
            width: 22px;
        }

    .california-compliance-package ul {
        margin: 10px 0 10px 14px;
        list-style: disc;
    }

        .california-compliance-package ul li {
            margin-bottom: 10px;
            font-size: 13px;
        }

    .california-compliance-package .expandable {
        list-style: none;
        margin-left: -10px;
    }

        .california-compliance-package .expandable ul {
            list-style: disc;
            margin-left: 4px;
        }

            .california-compliance-package .expandable ul li {
                font-size: 13px;
                margin-left: 14px;
            }

.compliance-package-statement {
    font-size: 13px;
}

    .compliance-package-statement em {
        font-style: italic;
        font-family: psRegularItalic, psRegular, Arial, sans-serif;
    }

/* save your work */
.form-group.save-your-work h3 {
    font-size: 16px;
}

/* email address/save your work on the sidebar */
.email-sidebar {
    margin: 24px 0 10px 0;
    border-bottom: 1px solid #cccccc;
}

    .email-sidebar h3 {
        font-size: 14px;
    }

    .email-sidebar p {
        font-size: 12px;
    }

    .email-sidebar .form-group {
        padding-bottom: 10px;
    }

        .email-sidebar .form-group input[type=text] {
            font-size: 12px;
            height: 28px;
            width: 160px;
            margin-right: 4px;
            margin-top: -2px;
        }

        .email-sidebar .form-group .sign-in-link {
            font-size: 10px;
        }

/* modal help styles */
.modal .columns {
    width: 280px;
    float: left;
    margin-right: 10px;
}

    .modal .columns.small {
        width: 190px;
    }

/* Bank of America offer block */
.offer-bofa {
    width: 527px;
    position: relative;
    margin: 4px 0 0 36px;
    display: block;
}

    .offer-bofa .form-field {
        margin: 4px 0 5px 15px;
        color: white;
        font-weight: bold;
    }

    .offer-bofa.no-margin {
        margin: 4px 0 0 0;
        width: 580px;
    }

        .offer-bofa.no-margin .disclaimer {
            padding: 0 0 10px 0;
        }

    .offer-bofa .offer-bofa-top h1 {
        font-size: 18px;
        padding: 60px 0 0 50px;
        color: #444444;
    }

        .offer-bofa .offer-bofa-top h1 em {
            font-size: 80px;
            font-family: "psMedium", "psRegular", Helvetica, Arial, sans-serif;
            font-style: normal;
        }

            .offer-bofa .offer-bofa-top h1 em sup {
                font-size: 40px;
                top: -16px;
                position: relative;
            }

    .offer-bofa .offer-bofa-top h2 {
        padding: 0 0 0 50px;
        color: #444444;
        line-height: 1.1;
        margin-bottom: 0.4em;
    }

    .offer-bofa .offer-bofa-top p strong {
        font-weight: bold;
        color: #0068d3;
    }


    .offer-bofa .offer-bofa-bottom {
        width: 507px;
        padding: 10px;
        background: #d64b48 url(../images/offer-bofa-bottom.jpg) repeat-x bottom center;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

        .offer-bofa .offer-bofa-bottom p {
            text-align: center;
            width: 490px;
            margin: 0 auto;
            color: #fff;
            font-size: 12px;
            font-family: "psMedium", "psRegular", Helvetica, Arial, sans-serif;
        }

        .offer-bofa .offer-bofa-bottom .form-group {
            padding: 10px 0 8px 0;
        }

            .offer-bofa .offer-bofa-bottom .form-group .select-field.wide {
                margin-left: 23px;
                width: 460px;
            }

                .offer-bofa .offer-bofa-bottom .form-group .select-field.wide select {
                    width: 500px;
                }

    .offer-bofa .disclaimer {
        margin: 0;
        padding: 10px;
    }

        .offer-bofa .disclaimer p {
            font-size: 12px;
            color: #9e9e9e;
        }

            .offer-bofa .disclaimer p.dark {
                color: #666767;
            }

    .offer-bofa .tos {
        padding: 10px;
        border: 1px solid #cccccc;
        height: 60px;
        overflow: auto;
    }

        .offer-bofa .tos p {
            font-size: 12px;
            color: #9e9e9e;
        }

        .offer-bofa .tos a {
            color: #444444;
        }

/* Bank of America Offer in a modal display */
.modal.text.offer-bofa-modal {
    width: 586px;
    height: auto;
    margin-left: -293px;
}

    .modal.text.offer-bofa-modal .offer-bofa {
        margin: 0;
    }

    .modal.text.offer-bofa-modal .overlay {
        width: 570px;
    }
/*
	simple footer - used on the checkout and questionaire pages
	imported from 'footer-simple.scss'
*/
.footer {
    position: relative;
    width: 940px;
    padding: 10px 10px 30px 10px;
    margin: 0 auto;
    margin-top: 10px;
}

    .footer .divider {
        width: 100%;
        height: 10px;
        background: #0068d3;
        margin-bottom: 10px;
    }

    .footer .legal {
        margin: 0 0 10px 0;
        font-size: 10px;
    }

.select-field.bap-offer {
    width: 500px;
}

    .select-field.bap-offer select {
        width: 540px;
    }

.select-field.bap-offer {
    width: 500px;
}

    .select-field.bap-offer select {
        width: 540px;
    }

.bold {
    font-weight: bold;
}
/* Bank of America offer block */
.offer-bofa, .offer-bofa-v4  {
    width: 527px;
    position: relative;
    margin: 10px 0 0 36px;
    display: block;
    font-family: ConnReg,arial;
}

    .offer-bofa, .offer-bofa-v4 .title {
        color: #C41230;
        font-size: 25px;
        padding: 17px 0 0 15px;
    }

    .offer-bofa, .offer-bofa-v4 .title-left {
        float: left;
    }

    .offer-bofa, .offer-bofa-v4 .title-right {
        float: left;
        font-size: 22px;
        line-height: 1.1;
        padding: 53px 0 0 20px;
        padding: 43px 0 0 20px\0;
        padding: 43px 0 0 20px\9;   
    }

    .offer-bofa.no-margin, .offer-bofa-v4.no-margin .disclaimer {
        padding: 0 0 10px 0;
    }

    .offer-bofa, .offer-bofa-v4 .dollar {
        display: inline-block;
        font-family: ConnBold,arial;
        font-size: 59px;
        margin-top: 14px;
    }

    .offer-bofa .number {
        display: inline-block;
        font-family: ConnBold;
        font-size: 96px;
        letter-spacing: -2px;
        margin-top: 15px;
        vertical-align: top;
        height: 120px;
    }

    .offer-bofa-v4 .number {
        display: inline-block;
        font-family: ConnBold;
        font-size: 96px;
        letter-spacing: -2px;
        margin-top: 15px;
        vertical-align: top;
        height: 100px;
    }

    .offer-bofa, .offer-bofa-v4 .offer-bofa-top {
        background: url("/assets/images/offer-bofa-top-v2.jpg");
        height: 480px;
        position: relative;
        width: 527px;
        display: block;
    }

    .offer-bofa-v4 .offer-bofa-top {
        background: url("/assets/images/offer-bofa-top-v4.jpg");
        height: 500px;
        position: relative;
        width: 527px;
        display: block;
    }

    .offer-bofa, .offer-bofa-v4 .limited-time-offer {
        font-family: ConnBold,arial;
        color: #C41230;
        font-weight: bold;
    }

    .offer-bofa .offer-bofa-top p {
        font-size: 16px;
        line-height: 1.2;
        margin: 0 16px 10px;
        height: 90px;
        color: #000000;
    }

    .offer-bofa-v4 .offer-bofa-top p {
        font-size: 16px;
        line-height: 1.2;
        margin: 0 16px 45px;
        height: 90px;
        color: #000000;
    }

        .offer-bofa, .offer-bofa-v4 .offer-bofa-top p.bofa-specialist {
        margin: 70px 0 8px 12px;
        font-size: 12px;
        font-family: ConnReg;
        height: 48px;
        width: 470px;
        color: #000000;
        text-align: left;
        }

    .offer-bofa, .offer-bofa-v4 .select-field {
        margin-left: 40px;
        width: 440px;
    }

    .offer-bofa, .offer-bofa-v4 select {
        width: 480px;
    }

    .offer-bofa, .offer-bofa-v4 p.disclaimer {
        font-size: 12px;
        color: #9e9e9e;
    }

        .offer-bofa, .offer-bofa-v4 p.disclaimer.dark {
            color: #666767;
        }

    .offer-bofa, .offer-bofa-v4 .button {
        background: #0052C2;
        border-radius: 5px;
        color: #FFFFFF;
        display: block;
        font-family: ConnReg;
        font-size: 14px;
        margin-left: 20px;
        padding: 6px 0 8px;
        text-align: center;
        text-decoration: none;
        width: 150px;
        height: 15px;
    }

.offer-adp {
    background: url("/assets/images/offer-adp-top.jpg") no-repeat;
    margin-left: 20px;
}

    .offer-adp .offer-adp-title {
        color: #FFFFFF;
        font-size: 21px;
        padding: 28px 0 0 70px;
    }

    .offer-adp .offer-adp-content {
        margin: 34px 0 0 75px;
        width: 460px;
    }

.offer-adp-content p {
    font-size: 16px;
}

.offer-adp-content ul {
    margin: 25px 0 38px 20px;
}

    .offer-adp-content ul > li {
        color: #ED1E32;
        list-style-image: url("/assets/images/listCheckMark.png");`
        font-size: 16px;
    }

.offer-adp-content .adp-rep {
    padding-top: 57px;
    font-family: psBold,Arial;
    font-weight: bold;
}

.offer-adp .bottom-text {
    color: #FFFFFF;
    font-family: psMedium;
    font-size: 13px;
    margin: 32px 0 0 0;
    width: 500px;
    padding-left: 15px;
}

.offer-adp .select-field {
    margin-left: 40px;
    width: 460px;
}

.offer-adp select {
    width: 500px;
}

.offer-adp-title .title-left {
    float: left;
    font-family: psCondMedium;
    line-height: 1.1;
    width: 160px;
}

.offer-adp-title .dollar {
    display: inline;
    font-family: psLight;
    font-size: 40px;
    font-weight: bold;
}

.offer-adp-title .number {
    display: inline;
    font-family: pslight;
    font-size: 60px;
    font-weight: bold;
    vertical-align: top;
}

.offer-adp-title .title-right {
    font-family: psLight;
    font-size: 17px;
    line-height: 1.1;
    margin: 20px 0 0;
}

.offer-adp p.disclaimer {
    font-size: 12px;
    color: #9e9e9e;
}

.offer-adp .tos {
    padding: 10px 0 0 0;
    margin: 40px 0 0 0;
    border: 1px solid #cccccc;
    height: 60px;
    overflow: auto;
}

    .offer-adp .tos p {
        font-size: 12px;
        color: #9e9e9e;
    }

    .offer-adp .tos a {
        color: #444444;
    }

.amex-offer-bgr {
    background: url("/assets/llc-v4/images/image-amex-gold-rewards.jpg") no-repeat scroll 410px 0 transparent;
    padding-right: 192px;
    background-size: 162px 102px;
}

.amex-offer-sc {
    background: url("/assets/llc-v4/images/image-amex-simply-cash.jpg") no-repeat scroll 410px 0 transparent;
    padding-right: 192px;
    background-size: 162px 102px;
}

.amex-offer .form-fields {
    font-size: 11px;
}
/* Bank of America Offer in a modal display */
.modal.text.offer-bofa-modal {
    width: 586px;
    height: auto;
    margin-left: -293px;
}

    .modal.text.offer-bofa-modal .offer-bofa {
        margin: 0;
    }

    .modal.text.offer-bofa-modal .overlay {
        width: 570px;
    }


.underline {
    text-decoration: underline;
}

/* review your detail */
.review-your-detail {
    width: 940px;
    line-height: 1.4;
}


    .review-your-detail .section {
        display: block;
        padding: 10px;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

        .review-your-detail .section .question, .review-your-detail .section .answer, .review-your-detail .section .link-edit {
            display: block;
            float: left;
        }

        .review-your-detail .section .question {
            width: 530px;
            margin-right: 30px;
        }

        .review-your-detail .section .answer {
            width: 300px;
            margin-right: 20px;
            font-weight: bold;
        }

            .review-your-detail .section .answer .form-group {
                padding-bottom: 0;
            }

    .review-your-detail .link-add {
        font-size: 10px;
    }

    .review-your-detail .link-edit a {
        font-size: 12px;
    }




    .review-your-detail .section:first-child {
        border-top: 1px solid #cccccc;
    }

    .review-your-detail .section ul {
        color: #444444;
        list-style: none;
        margin: 0;
    }

        .review-your-detail .section ul.section-head .items > ul {
            margin-left: 0px;
        }

        .review-your-detail .section ul.section-head .items .detail > a {
            font-weight: bold;
            color: #281360;
        }

        .review-your-detail .section ul li {
            color: #444444;
        }

        .review-your-detail .section ul .items, .review-your-detail .section ul .item-price, .review-your-detail .section ul .change {
            display: block;
            float: left;
        }

        .review-your-detail .section ul .change {
            font-size: 12px;
            margin-top: 2px;
        }

            .review-your-detail .section ul .change p {
                font-size: 12px;
            }

        .review-your-detail .section ul .items {
            width: 560px;
            margin-right: 20px;
        }

            .review-your-detail .section ul .items ul {
                list-style: none;
                margin-left: 14px;
            }

                .review-your-detail .section ul .items ul li {
                    font-size: 14px;
                    /*&.active {
            	> ul {
            		display: block;
            		max-height: 500px;
            		transition: 2s;
            	}
            }*/
                }

                    .review-your-detail .section ul .items ul li a {
                        text-decoration: none;
                        color: #000;
                    }

                        .review-your-detail .section ul .items ul li a .icon {
                            color: #c4c4c3;
                        }

.no-touch .review-your-detail .section ul .items ul li a:hover {
    color: #247bd3;
}

.review-your-detail .section ul .items ul li > ul {
    display: none;
    /*overflow: hidden;
              max-height: 0;*/
}

    .review-your-detail .section ul .items ul li > ul li {
        margin: 2px 0 0 4px;
    }

    .review-your-detail .section ul .items ul li > ul p {
        font-size: 13px;
        color: #666767;
    }

    .review-your-detail .section ul .items ul li > ul a {
        color: #498bce;
    }

.review-your-detail .section ul .item-price {
    width: 150px;
    margin-right: 30px;
    text-align: right;
}

    .review-your-detail .section ul .item-price .price.header {
        margin-top: 4px;
    }

.review-your-detail .section ul .gray {
    color: #9f9f9f;
}

.review-your-detail .section .change {
    width: 140px;
}

    .review-your-detail .section .change a {
        display: inline-block;
    }

        .review-your-detail .section .change a.remove {
            color: #9f9f9f;
        }

.no-touch .review-your-detail .section .change a.remove:hover {
    color: #281360;
}

.review-your-detail .section .change .header {
    margin-top: 4px;
}

.review-your-detail .section .shipping-heading {
    margin-top: 8px;
}

.review-your-detail .section .shipping-method {
    margin: 8px 0 0 20px;
}

.review-your-detail .section h3 {
    margin-bottom: 0.5em;
}

.review-your-detail .section p {
    margin-bottom: 0.8em;
}

.review-your-detail .section.removed {
    background: #ededed;
}

    .review-your-detail .section.removed ul li {
        color: #9f9f9f;
    }

    .review-your-detail .section.removed ul .items ul .detail {
        color: #9f9f9f;
    }

        .review-your-detail .section.removed ul .items ul .detail a {
            color: #9f9f9f;
        }

        .review-your-detail .section.removed ul .items ul .detail ul li p {
            color: #9f9f9f;
        }

    .review-your-detail .section.removed ul .item-price p {
        text-decoration: line-through;
    }

.review-your-detail .section.total {
    background: #eef3f9;
}

    .review-your-detail .section.total ul .discount-code, .review-your-detail .section.total ul .total-text, .review-your-detail .section.total ul .total-display {
        float: left;
        display: block;
    }

    .review-your-detail .section.total ul .discount-code {
        width: 470px;
        padding-left: 20px;
        margin-top: -12px;
        color: #281360;
        font-weight: bold;
        font-size: 13px;
    }

        .review-your-detail .section.total ul .discount-code input[type=text] {
            font-size: 13px;
        }

            .review-your-detail .section.total ul .discount-code input[type=text].short {
                width: 100px;
                height: 30px;
                margin-top: -2px;
            }

    .review-your-detail .section.total ul .total-text {
        width: 130px;
        color: #281360;
        font-weight: bold;
        font-size: 16px;
        margin: -5px 0 0 0;
    }

    .review-your-detail .section.total ul .total-display {
        text-align: center;
        width: 160px;
        margin-top: -5px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

.slide-up-down {
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 9000px;
    opacity: 1;
    overflow: hidden;
}

    .slide-up-down.ng-hide {
        max-height: 0;
        opacity: 0;
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    }

.group-slide-up-down.ng-move,
.group-slide-up-down.ng-enter {
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    overflow: hidden;
}

.group-slide-up-down.ng-leave {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

    .group-slide-up-down.ng-leave.ng-leave-active,
    .group-slide-up-down.ng-move,
    .group-slide-up-down.ng-enter {
        opacity: 0;
        max-height: 0;
    }

        .group-slide-up-down.ng-leave,
        .group-slide-up-down.ng-move.ng-move-active,
        .group-slide-up-down.ng-enter.ng-enter-active {
            opacity: 1;
            max-height: 9000px;
        }

.form-group hr {
    margin: 0 0 10px 0;
}

.form-group h2 {
    margin: 5px 0;
}

.form-group .columns .lz-icon-help {
    float: right;
    top: 2px;
    margin-right: 70px;
}

p.page-instructions {
    margin: 0;
}

.form-group label.bold {
    font-weight: bold;
}

.sign-in-link.sign-in-button {
    background-image: url('/assets/images/button-basic-small-blue-bk.jpg');
    background-repeat: repeat-x;
    background-color: #277fda;
    color: #fff !important;
    padding: 5px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.22);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.22);
    box-shadow: 0 1px 2px rgba(0,0,0,.22);
}

.qaire-header .title {
    float: left;
}

.amex-offer-content {
    margin: -24px 0 0 29px;
    display: inline-block;
}

input.lock-field {
    background: url(/assets/images/icon_lock.png) 270px 12px no-repeat;
}

.listItem {
    clear: both;
}

    .listItem .bullet {
        float: left;
        margin-right: 5px;
    }

    .listItem .detail {
        margin-bottom: 10px;
        float: left;
        width: 97%;
    }

/* Spinning Loader */
#loading-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.30;
    filter: alpha(opacity=30);
}

.sign-in-loading-indicator.signin-in-progress-popup {
    top: 2%;
    left: 80%;
}

.sign-in-loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('/assets/images/loader1.gif');
    height: 62px;
    width: 62px;
}

#loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('/assets/images/loader1.gif');
    height: 62px;
    width: 62px;
}

#saving-answers-indicator {
    position: absolute;
    top: 40%;
    left: 50%;
    background: no-repeat center top;
    background-image: url('/assets/images/loader1.gif');
    height: 150px;
    width: 150px;
    /*background-color: white;*/
    padding-left: 5px;
    padding-right: 5px;
}

#saving-answers-message {
    position: absolute;
    text-align: center;
    color: white;
    font-weight: bold;
    margin-top: 70px;
}

.modal-dialog {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(50, 157, 255, 0.9);
}

.modal-content {
    background-color: #fff;
    margin: auto;
    width: 600px;
    height: 555px;
}

.modal-close {
    font-family: Arial;
    color: #fff;
    float: right;
    font-size: 16px;
    margin-top: -26px;
}

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

.blp-container {
    padding: 40px 40px 59px 40px;
}

.blp-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444447;
    margin: 0;
}

.blp-list-heading {
    font-weight: 600;
}

.blp-content ul {
    list-style-type: none;
    margin: 0;
}

.blp-content ul li {
    padding-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444447;
}

.blp-img {
    width: 30px;
    height: 30px;
    float: left;
    padding-left: 9px;
}

.blp-heading {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1;
    color: #281360;
    margin: 0 0 0.6em 0;
    font-weight: normal;
}

.blp-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #444447;
    margin: 0;
    padding-bottom: 20px;
}

.blp-description a {
    color: #339eff;
    text-decoration: none;
}

.blp-description a:hover, .blp-description a:focus {
    color: #339eff;
}

.blp-disclaimer {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #88888a;
    padding-top: 20px;
    margin: 0;
}

.grayBox {
    background: #f8f8f8;
    width: 535px;
    padding: 35px;
}

.grayBox p {
    line-height: 1.4;
    margin: 0 0 1.8em 0;
}

.item {
    float:left;
    margin:0 0 0 12px;
    border-right:2px solid #E7E7E7;

}

.item.first {
    margin:0;
}

.item.last {
    border-right:none;

}
.bigNumber {
    float:left;
    font-size:36px;
    margin:8px 3px 0 0;
}

.description {
    float:left;
    width:53px;
    font-size:14px;
    margin:12px 17px 0 0;
}

.whiteBox {
    background:#fff;
    padding:20px;
}

.clearBoth {
    clear:both;
}

.content-control p {
    margin: 0 0 15px 0;
}

#checkbox-label {
    padding: 0 0 0 28px;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #247bd4;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.animate-show.ng-hide {
  opacity: 0;
}

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  transition: all linear 0.5s;
}

.blp-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.blp-error-heading {
    font-weight: 700;
    padding-bottom: 15px;
}

.blp-error-msg {
    margin: 0;
}

.DBA-TM-Offer, .DBA-RA-Offer {
    display: none;
}

.DBA-RA-Offer .helper-text {
    color: #999;
    font-size: 12px;
    line-height: 1.2em;
    position: relative;
    margin-left: 2px;
    margin-top: 6px;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    width: 100%;
    padding-left: 25px;
    font-style: normal;
    width: 95%;
}

.DBA-TM-Offer .helper-text {
    color: #999;
    font-size: 12px;
    line-height: 1.2em;
    position: relative;
    margin-left: 2px;
    margin-top: 6px;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    width: 100%;
    padding-left: 25px;
    font-style: normal;
    width: 95%;
}


.offer-bofa-checking {
    width: 100%;
    height: 32px;
    font-family: 'Open Sans';
    font-size: 27px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #e31836;
  }

  .offer-bofa-cc-image {
    max-width : 330px;
    height : auto;
  }

  .offer-bofa-cc-logo {
    max-width: 190px;
    position: relative;
    left: 80px;
    padding-bottom: 10px;
  }
  .offer-bofa-checking-ul{
    list-style-image: url(/assets/images/check-mark-copy-2.svg);
    font-size: 12px;
    margin-left: 85px;
    margin-top: 15px;
    width: 205px;
    position: relative;
    left: 20px;
  }
  .offer-bofa-checking-ul li{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    text-align: left;
    color: #444447;
  }
  p.bofa-cc-question{
    font-family: 'Open Sans'; 
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.2px;
    text-align: left;
    color: #444447;
    padding-bottom:20px;
    margin-left: 0px;
  }

  .offer-bofa-creditcard-ul li {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.2px;
    text-align: left;
    color: #444447;
    padding-left: 10px;
    list-style-image: url(/assets/images/check-mark-copy-2.svg);
    background: none;
    margin-left: 70px;
  }

  p.offer-bofa-checking-disclaimer-text {
    color: #88888a;
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
    letter-spacing: 0.1px;
    line-height: 1.5em;
	text-align: left;
    margin: 10px 0 0 0px;
  }

  .offer-bofa-checking-flex-container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 40px;    
  }
  
  .offer-bofa-checking-flex-container > div {
    width:50%;
  }

  .select-bofa-field select {
    font-size: 13px;
    font-family: "psRegular", Helvetica, Arial, sans-serif;
    line-height: 1em;
    color: #222222;
    background: transparent;
    -webkit-appearance: none;
    border: 0;
    padding: 11px 0 10px 12px;
    width: 340px;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.select-bofa-field .select-bofa-arrow-container {
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    width: 34px;
    height: 40px;
    background: #f1f1f1;
}

.select-bofa-field .select-bofa-arrow {
    /* position: absolute;
    width: 14px;
    height: 11px; */
    /* background: transparent url(../images/sprite-form-select.png) no-repeat 0 0;
    margin: 13px 0 0 8px;
    pointer-events: none; */
    width: 12px;
    height: 5px;
    border: solid 4px #1c70e1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.select-arrow-bofa-cc
{
  position: relative;
  top: 15px;
  background-color: rgb(221,221,221)
}

.select-arrow-bofa-cc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 12px solid #7ca7c1;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.select-arrow-bofa-cc:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0;
  border-top: 9px solid #ffffff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.offer-bofa-v5-earnUpTo {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #e31938;
    line-height: 1.6;
}

.offer-bofa-v5-withQualifying {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #e31938;
    line-height: 1.25;
}

.offer-bofa-v7-withQualifying {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #e31938;
    line-height: 1.43;
    letter-spacing: 0.16px;
}

.offer-bofa-v5-bonus {
    color: #e31938;
    font-size: 24px;
    font-family: 'Open Sans';
    font-weight: bold;
    }

.offer-bofa-v5-number {
    font-size: 48px;
    color: #e31938;
    font-family: 'Open Sans';
    font-weight: bold;
    }

.offer-bofa-v7-price {
    font-size: 38px;
    color: #e31938;
    font-family: 'Open Sans';
    font-weight: bold;
    }

.offer-bofa-v5-title-right {
    height: 72px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0px;
    text-align: left;
    color: #e31836;
    padding-top: 30px;
    position: relative;
    left: -19px;
}

.offer-bofa-v5-1-sup {
    font-size: 9px;
    letter-spacing: 0.11px;
    vertical-align: top;
}
.offer-bofa-v5-view-details{
    color: #0066ff;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 600;
}


.offer-bofa-v5-logo {
    float: right;
    width: 190px;
    text-align: top;
    position: relative;
    top: -85px;
}


#earnUpTo {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1e;
  
  }

  @media (min-width: 992px) {
    #earnUpTo{
        font-size: 24px;
        color: #e31836;
        font-family: 'Open Sans';
    }
  }

  #with-a-eligible
  {
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  text-align: center;
  color: #333333;
  }

  @media (min-width: 992px) {
    #with-a-eligible{
        width: 497px;
        height: 40px;
        font-family: OpenSans;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: 0.2px;
        color: #e31836;
    }
  }


.offer-bofa-v5-title-right {
    height: 72px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0px;
    text-align: left;
    color: #e31836;
    padding-top: 30px;
    position: relative;
    left: -19px;
}


.offer-bofa-v5-Div {
    width: 590px;
    padding-top: 20px;
} 


.offer-bofa-v5-ul {
    list-style-image: url(/assets/images/check-mark-copy-2.svg);
    font-size: 15px;
    width: 600px;
    margin: 0;
    font-family: 'Open Sans';
    position: relative;
    padding-left: 30px;
}
.offer-bofa-v5-specialist {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
    padding-top: 10px;
    padding-bottom:20px;
}
.offer-bofa-v5-disclaimer {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #88888a;
    padding-top: 20px;
    margin: 0;
}


.offer-bofa-v5-disclaimer-dark{
    font-weight: 600;
    color: #444447;
    position: relative;
    left: -20px;
    font-size: 12px;
}
/*B-39435 Changes*/
.form-group-dba {
    padding: 0 0 20px 0px;
}
.form-group-dba .form-field-dba {
    list-style: none;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08px;
    color: #3a444e;
}

.offer-bofa-negotiation{
    width: 652px;
    height: 48px;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.18px;
    color: #3a444e;
    
    }

.offer-bofa-v5-title-right-dba{
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.16px;
    text-align: left;
    color: #e31938;
    padding-top:40px;
    padding-left:20px;
    position: relative;
}


.offer-bofa-v5-disclaimer-dba {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.16px;
    color: #656f7a;
    margin: 10px 0px 0px 0px;
  }
  
.offer-bofa-v5-logo-dba {
    float: left;
    left:-169px;
    top: 35px;
    position: relative;
  
}

.offer-bofa-v5-logo-dba img{
    width: 486px;
    height: 48px;
    padding-left: 170px
}


.offer-bofa-checking-dba {
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.4px;
    text-align: center;
    color: #3a444e;
  }

  
  .offer-bofa-checking-dba .text-style-1 {
    color: #3780e5;
  }

  
  .offer-bofa-creditcard-ul-dba li {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.2px;
    text-align: left;
    color: #444447;
    padding-left: 10px;
    /* list-style-image: url(/assets/images/check-mark-copy-2.svg);
    background: none;
    margin-left: 10px; */
    background: url(/assets/images/check-mark-copy-2.svg) no-repeat top left;
    margin: 23px 0 0 10px;
    list-style: none;
    padding: 0px 0 0 30px;
  }

  .offer-bofa-checking-disclaimer-credit-dba {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #656f7a;
 
  }

  .offer-bofa-cc-image-dba {
    max-width : 330px;
    height : auto;
    padding-left: -20px; 
  }
  .btn-credit-card-dba{
   
   width: 215px;
   height: 60px;
   object-fit: contain;
  }

 

    .No-thanks {
        width: 75px;
        height: 19px;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
        color: #3c84e5;
      }

   

    .Would-you-like-question {
        width: 685px;
        height: 24px;
        font-family: 'Open Sans';
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: 0.2px;
        color: #3a444e;
      }


 
 .BofA-Details-header {
    font-family: 'Open Sans';
    font-size: 26px;
    line-height: 1.38;
    color: #131d26;
    margin-bottom: 1.5rem;
  }

  .BofA-text-disclosures{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08px;
    color: #3a444e;
    margin-bottom: 1.5rem;;
  }

  .mb-1{
      margin-bottom: 1.5rem;
  }

  .bofA-list-content{
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08px;
    color: #3a444e; 
  }
  
  .BofA-ListItems {
      
      font-family: 'Open Sans';
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: 0.1px;
      color: #131d26;
    }
    .BofA-ListItems .text-style-1 {
      font-weight: bold;
    }
    .BofA-ListItems .text-style-2 {
      font-weight: 300;
    }

    #BofAList-dba .listItem
{
    clear:both;
    padding-top:7px;
    font-size:14px;
    line-height:normal;
}

.bofADisclaimer-text{
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.16px;
    color: #656f7a;
    margin-bottom: 1rem;
    display: block;
  }

  .Eligibility {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.16px;
    color: #3a444e;
    margin-bottom: 1rem !important;
    margin-left:0;
  }
  .Eligibility .text-style-1 {
    font-weight: 600;
    line-height: 1.43;
  }
  .Eligibility .text-style-2 {
    line-height: 1.43;
  }
  .Eligibility .text-style-3 {
    font-weight: 600;
  }
  .Eligibility .text-style-4 {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.16px;
    color: #656f7a;
  }
  .Eligibility .text-style-5 {
    color: #116de4;
  }
/* End B-39435 Changes*/


.margin-top-2{
    margin-top:2rem !important;
}

.margin-bottom-2 {
    margin-bottom: 2 rem !important;
}
.business-info {
    margin-top:25px;
}
/* .offer-bofa-v5  .select-field-additional{

  