/*DO NOT EDIT THIS FILE... Use the sass files*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

html, button, input, select, textarea {
    color: #222;
}

body {
    font-size: 62.5%;
    line-height: 1.4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

    body#forms {
        background: url("../img/white_sand.png");
    }

p, ul, ul ul, ol, ol ol, span {
    font-size: 1.4em;
}

a {
    color: #81c5ec;
    outline: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

#home h1 {
    color: #2277a8;
}

h1 {
    font: bold 3.5em Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    color: #454545;
    display: block;
    margin: .67em 0;
}

h2 {
    font: bold 2em Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #38345b;
    display: block;
    margin: .25em 0;
}

h3 {
    font: bold 2.4em Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    color: #38345b;
    display: block;
    margin: .25em 0;
}

h4 {
    font: bold 2em Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    color: #2277a8;
    display: block;
    margin: .25em 0;
}

.button, input[type="submit"] {
    font: bold 1.6em Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 4px;
    border: 1px solid #000;
    background: #605d7c;
    background-image: -ms-linear-gradient(top, #88859d 0%, #605d7c 100%);
    background-image: -moz-linear-gradient(top, #88859d 0%, #605d7c 100%);
    background-image: -o-linear-gradient(top, #88859d 0%, #605d7c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #88859d), color-stop(1, #605d7c));
    background-image: -webkit-linear-gradient(top, #88859d 0%, #605d7c 100%);
    background-image: linear-gradient(to bottom, #88859d 0%,#605d7c 100%);
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.buttonyellow {
    font: bold 1.6em Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 4px;
    border: 1px solid #000;
    background: #fedd0f;
    padding: 15px 15px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    height:40px;
}

.light-blue {
    background-image: -ms-linear-gradient(top, #2277a8 0%, #2d9ee0 100%);
    background-image: -moz-linear-gradient(top, #2277a8 0%, #2d9ee0 100%);
    background-image: -o-linear-gradient(top, #2277a8 0%, #2d9ee0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2277a8), color-stop(1, #2d9ee0));
    background-image: -webkit-linear-gradient(top, #2277a8 0%, #2d9ee0 100%);
    background-image: linear-gradient(to bottom, #2277a8 0%,#2d9ee0 100%);
    border: 1px solid #174f70;
}

blockquote {
    position: relative;
    padding-left: 52px;
    font-size: 1.4em;
    z-index:-1;
}

    blockquote span {
        font: bold 1.2em "garamond";
        color: #2277a8;
        display: block;
        margin-top: .25em;
    }

    blockquote:before {
        content: "";
        position: absolute;
        background: url("../img/quote.png");
        width: 38px;
        height: 38px;
        left: 0;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

label {
    font: bold 1.3em Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333333;
    display: block;
}

input {
    font-size: 1.3em;
    padding: 5px 8px;
    border: 1px solid #b2b2b2;
    color: #989898;
    border-radius: 3px;
    margin-right: 0.6em;
    margin-top: .25em;
}

.form {
    background: #f1f1f1;
    float: left;
    padding: 18px 32px;
    border: 1px solid #cbcbcb;
}

    .form input {
        display: block;
    }

    .form .row {
        width: 100%;
        clear: both;
    }

        .form .row input {
            margin-bottom: .5em;
        }

        .form .row .col {
            float: left;
            margin-right: 12px;
        }

            .form .row .col input {
                margin-right: 12px;
            }

    .form .sm {
        width: 51px;
    }

        .form .sm-left {
            float:left;
        width: 51px;

    }

                .form .sm-right {
            float:right;
        width: 51px;
    }
                .cb{
                    clear:both;
                }

                .fr{
                    float:right;
                    clear:both;
                }

                #rblWhoPays{
                    float:right;
                }

                .f-right{
                    clear:both;
                }

                #rblWhoPays.label{
                    float:right;
                }

.label-right {
    float:right;
}

        .tsTextbox
        {
            margin-left:60px;
        }

.ppuTextbox {
    margin-left:45px;
}

.tcTextbox {
    margin-left:20px;
}

.fl-left {
    float:left;
}

.tbox-right {
    float:right;
}


    .form .md {
        width: 106px;
    }

    .form .lg {
        width: 190px;
    }

    .form .xl {
        width: 305px;
    }

    .form input.button {
        clear: both;
        margin-top: 20px;
    }

    .form #agree {
        float: left;
    }

.register .form {
    width: 507px;

}

#tabs .form {
    width: 836px;
    min-height: 320px;
    margin-bottom: 20px;
}

    #tabs .form .row .button {
        float: right;
        clear: none;
    }

#tabs .ui-tabs-nav {
    list-style: none;
    margin: 0;
    border-bottom: 4px solid #434a5e;
    float: left;
    width: 97.5%;
    padding-left: 2.5%;
}

    #tabs .ui-tabs-nav .ui-state-active a {
        color: #fff;
        background: #434a5e;
    }

        #tabs .ui-tabs-nav .ui-state-active a:hover {
            color: #fff;
            background: #434a5e;
        }

    #tabs .ui-tabs-nav li {
        float: left;
        margin-right: 8px;
        margin-bottom: 9px;
    }

        #tabs .ui-tabs-nav li a {
            color: #5c5c5c;
            text-decoration: none;
            font: bold 1em "arial";
            padding: 13px 20px;
            border: 1px solid #cbcbcb;
            border-bottom: 0;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
        }

            #tabs .ui-tabs-nav li a:hover {
                background: #f1f1f1;
            }

#tabs h2 {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 0.5em;
    margin-bottom: 1.7em;
}

.financial-form #tabs .ui-tabs-nav {
    width: 100%;
    padding-left: 0;
    border-bottom: 0;
    margin-top: 15px;
    background: #434a5e;
    padding: 8px 0 7px 0;
    border-top: 1px solid #b2b2b2;
}

    .financial-form #tabs .ui-tabs-nav li {
        margin: 0;
    }

        .financial-form #tabs .ui-tabs-nav li a {
            position: relative;
            background: #434a5e;
            border-radius: 0;
            font-size: 1.2em;
            color: #fff;
            border: none;
            padding: 8px 30px 8px 40px;
        }

            .financial-form #tabs .ui-tabs-nav li a:after {
                content: "";
                width: 0;
                height: 0;
                border-bottom: 35px solid #434a5e;
                border-right: 15px solid transparent;
                right: -15px;
                bottom: 0px;
                position: absolute;
                z-index: 1;
            }

            .financial-form #tabs .ui-tabs-nav li a:before {
                position: absolute;
                top: -5px;
                right: -21px;
                height: 41px;
                width: 26px;
                content: "";
                background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjUuMnB4IiBoZWlnaHQ9IjQ5LjZweCIgdmlld0JveD0iMCAwIDI1LjIgNDkuNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjUuMiA0OS42IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjAuOCIgeTE9IjQxLjUiIHgyPSI0LjgiIHkyPSI1LjUiLz4NCjwvc3ZnPg0K") no-repeat;
                z-index: 2;
            }

.financial-form .ui-tabs .ui-tabs-hide {
    display: none !important;
}

.financial-form .ui-tabs-selected a {
    background: #2d9ee0 !important;
}

    .financial-form .ui-tabs-selected a:after {
        border-bottom: 35px solid #2d9ee0 !important;
    }

.ui-state-active a {
    text-decoration: underline !important;
}

header {
    background: #38345b;
    width: 100%;
    height: 108px;
    background: #38345b;
    z-index: 999;
    position: relative;
}

    header #company-logo {
        background: url("../img/top-logo.png") no-repeat;
        width: 168px;
        height: 160px;
        position: absolute;
        top: 37px;
        margin-left: 23px;
    }

        header #company-logo a {
            display: block;
            text-indent: -9999px;
            height: 100%;
        }

    header #login-container {
        float: right;
        text-align: right;
        margin-top: 30px;
    }

        header #login-container span {
            display: block;
            margin: 8px 92px 0 0;
        }

        header #login-container input {
            margin-right: 0;
        }

        header #login-container a {
            color: #ffffff;
        }

    header #welcome-container {
        float: right;
        text-align: right;
        margin-top: 30px;
    }

        header #welcome-container .name {
            color: #fff;
            font: bold 2.4em "arial";
            margin-bottom: 8px;
            display: block;
        }

        header #welcome-container ul {
            list-style: none;
            margin: 0;
            position: relative;
            left: 13px;
        }

            header #welcome-container ul li {
                float: left;
                border-left: 1px solid #fff;
            }

                header #welcome-container ul li:first-child {
                    border-left: 0;
                }

                header #welcome-container ul li a {
                    padding: 0px 15px;
                    text-decoration: none;
                    color: #fff;
                }

                    header #welcome-container ul li a:hover {
                        text-decoration: underline;
                    }

#forms header #company-logo {
    margin-left: 0;
}

#home header {
    background: rgba(56,52,91,0.85);
}

#slide-wrap {
    height: 510px;
    position: relative;
    background: url("../img/slide-bg.png") repeat repeat;
    top: -108px;
}

    #slide-wrap .cycle-slideshow {
        width: 1280px;
        margin: auto;
    }

    #slide-wrap .cycle-pager {
        float: right;
        font-size: 4em;
        position: absolute;
        right: 11px;
        bottom: 13px;
        z-index: 1000;
    }

        #slide-wrap .cycle-pager span {
            float: right;
            clear: both;
            width: 12px;
            height: 12px;
            margin-top: 7px;
            background: #cbcbcb;
            border: 1px solid #3f3a6d;
            border-radius: 50%;
            text-indent: -9999px;
        }

            #slide-wrap .cycle-pager span.cycle-pager-active {
                background: #2f2b4f;
            }

.little-wrap {
    margin: auto;
    width: 1024px;
        z-index:-1;
}


.little-wrap-lower
{
    text-align:center;
}

.ai-contact
{
    font-size:1em;   
}
.ai-for-an-advisor
{
    font-size:1.15em;
}

.ai-contact
{
    font-size:1em;   
}
.ai-for-an-advisor-footer
{
    font-size:.9em;
}



.contact-additions
{
    text-align:center;
}

.contact-additions .ai-contact
{
        font-size:1.5em; 
        display:inline;
        width:80px;
}
.contact-additions .ai-for-an-advisor {
        font-size:1.5em;
        display:inline;
}
.contact-additions .ai-name {
    display:inline !important;
    width:150px;
    color:#2277a8;
}

.ai-email{
    font-size:1.5em;
}

.ai-email-footer{
    font-size:.9em;
}

.ai-name
{
    font: bold 1.54em Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    color: #38345b;
    display: inline;
    margin: .25em 0;
}

.ai-name-footer
{
    font: bold 1.54em Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    color: #ffffff;
    display: inline;
    margin: .25em 0;
}

.little-wrap-additions
{
    position:relative;
    top:120px;
    left:570px;
    width:450px;
    padding: 5px;
    background:#ffffff;
    border-radius: 4px;;
}

.little-wrap-footer {
    margin: auto;
    width: 1024px;
}


#forms .little-wrap {
    width: 960px;
}

.inside-wrap {
    float: left;
    background: #fff;
    border: 1px solid #989898;
    margin-bottom: 40px;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
}

    .inside-wrap ul {
        font: bold 1.6em Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
        color: #5c5c5c;
        list-style: disc;
        margin-left: 1em;
        line-height: 1.6;
    }

.around-slide {
    height: 465px;
}

.full-wrap {
    width: 100%;
    float: left;
    position: relative;
}

    .full-wrap #slide-wrap {
        height: 511px;
        position: relative;
        background: url("../img/slide-bg.png") repeat repeat;
    }

#register-block {
    position: absolute;
    background: rgba(56,52,91,0.85);
    width: 852px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 23px;
    z-index: 100;
    padding: 26px 46px 26px 62px;
}

    #register-block:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 0px solid transparent;
        border-top: 42px solid #cbcbcb;
        left: -13px;
        bottom: 0px;
        position: absolute;
        z-index: 99;
    }

    #register-block .content {
        float: left;
        width: 608px;
        color: #fff;
    }

        #register-block .content p {
            font-size: 1.8em;
        }

    #register-block a.button {
        margin-right: 0;
        width: 183px;
        float: right;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        margin-top: 0px;
    }

.dashboard h1 {
    float: left;
}

.financial-form h1 {
    float: left;
}

#home .page-title {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

    #home .page-title h1 {
        margin-top: 0;
    }

.page-title a.light-blue {
    float: right;
    padding: 3px 35px;
    margin-top: 27px;
}

.block-100 {
    width: 93.6%;
    float: left;
    clear: both;
    padding: 30px 3.2%;
    border-top: 1px solid #b2b2b2;
}

#forms .block-100 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    z-index:900;
}

    #forms .block-100:first-child {
        border-top: 0;
    }

.block-50 {
    width: 47.5%;
    float: left;
    padding-right: 2.5%;
}

.block-33 {
    width: 31.3%;
    /*border-left: 1px solid #b2b2b2;*/
    float:left;
}

.block-33-footer {
    width: 31.6%;
    float:left;
}

    .block-33 .callout {
        float: left;
        width: 94%;
        margin-left: 6%;
        border-top: 1px solid #b2b2b2;
        padding-top: 2em;
        padding-bottom: 2em;
    }

        .block-33 .callout h3 {
            margin-top: 0;
        }

        .block-33 .callout:first-child {
            border-top: 0;
            margin-left: 0;
            width: 100%;
            padding-left: 6%;
            padding-right: 38%;
            border-bottom: 1px solid #b2b2b2;
            margin-bottom:15px
        }

    .block-33 .free-book {
        margin-bottom: 20px;
        background: url("../img/free-book.jpg") no-repeat 96% 9px #cae7f7;
        max-width:170px;
    }

        .block-33 .free-book h3 {
            color: #454545;
            margin-top: 0;
        }

    .block-33 .value-price {
        margin-bottom: 0px;
        height: inherit;
    }


	.free-book {
		float: right;
		width: 200px;
		border-left: solid 1px;
		padding-left: 40px;
	}

	.team-approach {
		float: left;
		width: 70%;
	}

         .block-33 .value-price:first-child {
            border-top: 0;
            margin-left: 0;
            width: 56%;
            padding-left: 6%;
            padding-right: 38%;
        }

#forms .block-33 {
    width: 33.5%;
}

.partners {
    background: #fff;
}

#forms .page-banner {
    margin-bottom: 15px;
}

#forms .page-title {
    padding: 25px 0px 0px 212px;
}

.bottom {
    border-top: 1px solid #b2b2b2;
    width: 100%;
    float: left;
}

    .bottom .free-book {
        background: url("../img/free-book.jpg") no-repeat 100% 0px #cae7f7;
        float: left;
        padding: 0 95px 20px 0;
    }

    .bottom .callout {
        float: left;
        width: 266px;
        padding: 10px 15px 10px 15px;
    }

        .bottom .callout p {
            margin-top: 0.86em;
            color: #5c5c5c;
        }

    .bottom .blue-bg {
        background: #cae7f7;
        width: 593px;
        float: left;
    }

        .bottom .blue-bg h3 {
            color: #454545;
        }

footer {
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px solid #808080;
    background: #141c36;
    padding-top: 30px;
    padding-bottom: 60px;
    color: #fff;
}

    footer ul {
        margin-top: .25em;
    }

        footer ul li {
            display: inline-block;
            border-left: 1px solid #fff;
            padding-left: .5em;
            margin-right: .5em;
        }

            footer ul li:first-child {
                border-left: none;
                padding-left: 0;
            }

    footer h2 {
        color: #fff;
        display: block;
        border-bottom: 1px solid #fff;
        margin-bottom: 1em;
        padding-bottom: .25em;
    }

    footer .legal {
        text-align: right;
        font-size: .85em;
        padding-right: 2.5%;
    }

    footer .block-50 {
        padding-right: 1.5%;
        width: 48.5%;
    }

h4 {
    padding: 10px 0;
}

#register-block-interior {
    position: relative;
    height: 75px;
    background: rgba(56,52,91,0.85);
    width: 852px;
    left: -28px;
    right: 0;
    margin: auto;
    bottom: 23px;
    z-index: 100;
    padding: 36px 46px 36px 62px;
    top: -45px;
}

    #register-block-interior .content {
        float: left;
        width: 608px;
        color: #fff;
    }

        #register-block-interior .content p {
            font-size: 1.8em;
        }

    #register-block-interior a.button {
        margin-right: 0;
        width: 183px;
        float: right;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        margin-top: 17px;
    }

.inside-wrap div.block-100 {
    position: relative;
}

.page-banner img {
    width: 960px!important;
    height: 200px;
    position: relative;
    left: -28px;
    top: -30px;
}

.sidebar-proceeds {
    margin-top: 0px;
}

    .sidebar-proceeds img {
        float: right;
        padding-top: 10px;
    }

.bottom div.callout.proceeds {
    background: url("../img/lifes-journey.png") no-repeat 100% 0px #cae7f7;
    padding-right: 126px;
    width: 150px;
    margin-top: 20px;
}

.register-banner img {
    height: auto;
    width: auto!important;
    position: static;
}

.partner-images {
    height: 95px;
    width: 155px;
    display: block;
    float: left;
    margin: 5px 0px;
}

    .partner-images.advisor-ink {
        background: url('../img/Advisor-Ink_logo.jpg');
        width:140px;
    }

    
    .partner-images.tricia-phelps {
        background: url(../img/triciaphelpsteamlogo.png);
        width: 190px;
        margin-right: 20px;
        height: 125px;
    }

    .partner-images.jenkins-accounting {
        background: url('../img/jenkins.jpg');
        height: 60px;
        width: 250px;
    }

    .partner-images.capstone-capital {
        background: url('../img/Capstone-Capital-Consulting-logo.jpg');
        height: 95px;
        width: 155px;
    }

    .partner-images.eci {
        background: url('../img/ECI-Development.jpg');
        margin-left:20px;
    }

    .partner-images.lifes-journey {
        background: url('../img/lifes-journey.jpg');
    }

    .partner-images.little-heroes {
        background: url('../img/little-heroes.png');
        background-size: contain; /* scales image to fit inside box */
        background-repeat: no-repeat; /* don’t tile */
        background-position: center;
    }

    .partner-images.rachel {
        background: url('../img/Rachel-OBrien-Eddy_logo.jpg');
    }

    .partner-images.bedford {
        background: url('../img/bedford.png');
        height: 60px;
        width: 250px;
    }

    .partner-images.global-wealth-protection {
        background: url('../img/global-wealth-protection-logo.png');
        height: 60px;
        width: 222px;
        position: relative;
        left: -5px;
    }

div.footer-top-row {
    display: flex;
    justify-content: space-evenly; /* or space-around / space-evenly */
    align-items: center;
    gap: 16px; /* optional if you prefer fixed spacing instead of distribute */
    /* remove any weird side effects */
    overflow: hidden;
    max-width:100%;
}


.partner-images.etaccelerate {
    background: url('../img/ETaxCelerate_logo.jpg');
}

.block-66 {
    width: 68%;
}

div.home-video {
    margin-top: 20px;
}

.partner-images.unidev {
    background: url('../img/unidev-logo.jpg');
}

select#ContentPlaceHolder_drpCreditCard {
    height: 32px;
}

input#ContentPlaceHolder_chkAgree {
    float: left;
    position: relative;
    top: -3px;
}

input {
    color: #5c5c5c;
}

.partner-images.position-benefits {
    background: url('../img/Position_Benefits_Logo.jpg');
}

div.footer-bottom-row {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

input#ContentPlaceHolder_txtPhone {
    width: 192px;
}

input#ContentPlaceHolder_txtAddress, input#ContentPlaceHolder_txtAddress2, input#ContentPlaceHolder_txtBillingAddress, input#ContentPlaceHolder_txtBillingAddress1 {
    width: 405px;
}

#home header, #home footer, #home .phonefix {
    min-width: 1280px;
}

#home .partners {
    min-width: 959px;
}

#home #register-block {
    top: 320px;
    bottom: auto;
    left: auto;
    right: auto;
    /*transform: translateX(-50%);*/
    /*left: 50%;*/
}

#forms header, #forms footer, #forms .partners, #forms .phonefix {
    min-width: 1000px;
}

.little-wrap:after {
    content: "";
    display: table;
    clear: both;
}

.full-wrap {
    float: none;
}

select {
    padding: 6px 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #5C5C5C;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    width: 110px;
}

.error-message {
    color: red;
}


.img-wrap {
    float: left;
    margin-right: 25px;
    margin-top: -20px;
}

.value-price {
    float: left;
    padding-bottom: 20px;
}

.callout.omega{
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 15px;
}

.split-fee input {
	float: left;
}

.split-fee label {
	font: bold 1em Arial, "Helvetica Neue", Helvetica, sans-serif;
}


.no-bullet  {
	list-style: none;
	font-family: arial;
	font-weight: normal;
    border-bottom: 1px solid #b2b2b2;
    color: #222;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1;
}
.inside-wrap .no-bullet ul {
    color: #222;
}
.inside-wrap ul.gift {
    margin-left: 0;
}
.gc-ul-font {
	font-size: .5em !important;
	font-family: arial;
	font-weight: normal;
	text-decoration: none !important;
}

.div-gc-left {
	width: 65%;
	float: left;
    border-right: 1px solid #b2b2b2;
    padding-right: 20px;
}
.div-gc-left .large {
    font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    font-weight: normal;
    font-size: 30px;
}
.div-gc-left p {
    margin-bottom: 20px;
}
.div-gc-right {
	width: 30%;
	float: left;
	font-size: 1.25em;
    padding-left: 20px;
}
.div-gc-right em {
    font-style: italic;
}
.div-gc-right strong {
    font-weight: bold;
}
.rs-gc {
	float: left;
	width: 50%;
}
.ls-gc {
	float: right;
	width: 45%;
}

/**Home Pricing Plans**/
#plans {
    border: 1px solid #b2b2b2;
    text-align: center;
    margin: 0 auto;
    width: 96%;
    clear: both;
}
#plans h2 {
    background: #2277a8;
    color: #fff;
    text-align: center;
    margin: 0 0 12px 0;
    height: 58px;
    line-height: 58px;
    font-size: 27px;
    font-weight: bold;
    font-family: Garamond, serif;
  
}
#plans ul {
    margin: 0;
}
#plans li {
    display: inline-block;
    width: 49%;
    padding: 15px 0;
}
/*
#plans li:first-child {
    border-right: 1px solid #b2b2b2;
}
*/
.plan-title {
    color: #2277a8;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Garamond, serif;
    margin-bottom: 10px;
}
.plan-price {
    color: #1a1a1a;
    font-family: Garamond, serif;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 5px;
}
.plan-price .sup {
    font-size: 42px;
    vertical-align: top;
}
.plan-duration {
    color: #4d4d4d;
    font-size: 16px;
}
.plan-signup {
    display: inline-block;
    background: rgb(35,132,189);
background: -moz-linear-gradient(top,  rgba(35,132,189,1) 0%, rgba(34,119,168,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,132,189,1)), color-stop(100%,rgba(34,119,168,1)));
background: -webkit-linear-gradient(top,  rgba(35,132,189,1) 0%,rgba(34,119,168,1) 100%);
background: -o-linear-gradient(top,  rgba(35,132,189,1) 0%,rgba(34,119,168,1) 100%);
background: -ms-linear-gradient(top,  rgba(35,132,189,1) 0%,rgba(34,119,168,1) 100%);
background: linear-gradient(to bottom,  rgba(35,132,189,1) 0%,rgba(34,119,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2384bd', endColorstr='#2277a8',GradientType=0 );
    opacity: 1;
    color: #fff;
    border-radius: 5px;
    width: 194px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 21px;
    text-decoration: none;
    margin: 8px 0 10px 0;
    border: 1px solid #1f6b91;
    transition: opacity .4s;
}
.plan-signup:hover {
    opacity: .7;
}

.plan-message {
    color: #2277a8;
    font-size: 32px;
    font-family: Garamond, serif;
    font-style: italic;
    margin: 5px 0;
}
#how-it-works {
    border: 0;
}

.view-gc {
	width: 300px;
	font-size: 18px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: bold;
}

	.view-gc a
	{
		color: #2277a8;
	}

.error-content{
  width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
	font-weight: bold;
	font-size: 14px;
}

.view-testimonial {
	width: auto;
	margin-top: 10px;
}

.client-story-header {
	font-size: 14px;
	font-weight: bold;
}

.client-story-client-type {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
}

.give-gift {
    font-size: 18px;
    color: #ffffff;
    height: 20px;
    width: 120px;
    float: right;
    margin-right: 40px;
    clear:both;
    margin-top:-50px;
}

.reg-header {
    font-size: 18px;
    height: 20px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.overlay {
	
  background-color: #ccc;
    content: "";
    height: 3000px;
    left: 0;
    /*opacity: 0.75;*/
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;

}

.overlay-container {
    border: 1px solid #000;
    border-radius: 3px;
    height: auto;
    /*left: 45%;*/
    margin-left: auto;
	margin-right: auto;
    margin-top: -355px;
    padding: 20px;
    position: relative;
    top: 550px;
    z-index: 1000;
	background: #ffffff;
	opacity: 1 !important;
	width: 500px;
}

.import-container {
    border: 1px solid #000;
    border-radius: 3px;
    height: auto;
    /*left: 45%;*/
    margin-left: auto;
	margin-right: auto;
    margin-top: -355px;
    padding: 20px;
    position: relative;
    top: 550px;
    z-index: 1000;
	background: #ffffff;
	opacity: 1 !important;
	width: 800px;
}

.hitalic {
    margin-left:auto;
    margin-right:auto;
    width:60%;
    text-align:center;
    color:#ffffff;
    position:relative;
    top:15px;
}

.black-div {
    background: #38345b;
    height:200px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    clear:both;
}

.white-div {
    background:#ffffff;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    height:150px;
    margin-bottom:0px;
    text-align:center;
    position:relative;
    top:23px;
}
    .white-div h2 {
        padding-top:15px
    }

.yellow-div {
    height:30px;
    background:#fedd0f;
    font-style:italic;
    position:relative;
    top:-75px;
    left:-70px;
    margin-top:0px;
    width:120%;

}

.gray-div {
    background:#e9e9e9;
    position:relative;
    top:62px;
    height:45px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    z-index:999;
}

.gray-div-content {
    background:#918f90;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    border-radius: 3px;
    height:120px;
    z-index:1001;
    position:relative;
    top:-45px;
}

.user-number-option {
    width:30px;
    background: #f5db39;
    float:left;
}

.option-display {
    width:82%;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    clear:both;
}

.drop-button
{
    background:url(/img/dropbutton.jpg) !important;
    height:17px;
    width:32px;
    border:none !important;
}

.yellow-italic {
    position:relative;
    top:5px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 35%;
}

.renewal-fee-message {
    position:relative;
    text-align:center;
    font-style:italic;
    color:#918f90;
    top: 10px;
    margin-left:auto;
    margin-right:auto;
    z-index:100;
}

.page-container
{
    width:50%;
    margin-left:auto;
    margin-right:auto;
}

.sponsor-container
{
    width:50%;

}

.sponsor-item {
    width:100%;
    padding:10px;
    font-size:14px;
    clear:both;

}

.right-rail{
    width:50%;
    border-left: solid 1px #ccc;
    float:right;
}

.padd-it
{
    margin-left:48px;
    margin-top:5px;
}

.advisorPays
{
    float:left;
    font-weight:normal;
    font-size:1em
}

.customerPays{
    float:right;
    font-weight:normal;
    font-size:1em
}

.customerPays label{
    float:right;
}

.rb-label{
    float:left;
    font-size:1.25em;
    font-weight:bold;
}

.ai-register-top
{
    position:relative;
    top:-267px;
    z-index:1000;
}

.b-value
{
    margin-left:3px;
}

.book-multiplier
{
    text-align:center;
    width:100px;
}

.fourty-five{
    margin-left:20px;
}

.twenty-five{
    margin-left:20px;
}
