﻿body {
    font-family: "Open Sans";
    font-size: 12px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkNDNzVCQkJCNTIyMTFFM0JEM0ZGMzJGQUY4MTZDNjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkNDNzVCQkNCNTIyMTFFM0JEM0ZGMzJGQUY4MTZDNjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0M3NUJCOUI1MjIxMUUzQkQzRkYzMkZBRjgxNkM2NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0M3NUJCQUI1MjIxMUUzQkQzRkYzMkZBRjgxNkM2NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjEvBCMAAAAiSURBVHjaYvz//z8DDDAyMvIygASggrxgURQOFKBwAAIMAEWiDC36d/DbAAAAAElFTkSuQmCC') /*../img/diagonal-overlay.png*/ repeat #fff;
}

/*Since we have different colors as links, force them to underline by default*/
.container a {
    text-decoration: underline;
}
/* Remove underline for link buttons*/
a.btn, .dropdown-menu a {
    text-decoration: none;
}

/* blue bg with logo at top */
.header-logo-bg { /*background: url('../img/logo-blue-header.png') no-repeat #fff;*/
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZTRmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(left, rgba(195,228,243,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(195,228,243,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(195,228,243,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(195,228,243,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(195,228,243,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(195,228,243,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e4f3', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
    box-shadow: 0 4px 4px #aaa;
    position: relative;
}

    .header-logo-bg .inner {
        padding: 30px;
    }

p {
    margin: 5px 0;
}
/* Yellow bg with steps */
.header-bg {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkNDNzVCQkJCNTIyMTFFM0JEM0ZGMzJGQUY4MTZDNjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkNDNzVCQkNCNTIyMTFFM0JEM0ZGMzJGQUY4MTZDNjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0M3NUJCOUI1MjIxMUUzQkQzRkYzMkZBRjgxNkM2NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0M3NUJCQUI1MjIxMUUzQkQzRkYzMkZBRjgxNkM2NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjEvBCMAAAAiSURBVHjaYvz//z8DDDAyMvIygASggrxgURQOFKBwAAIMAEWiDC36d/DbAAAAAElFTkSuQmCC') /*../img/diagonal-overlay.png*/ repeat #ebe0b1;
    padding: 35px 30px 30px 30px;
    box-shadow: 0 8px 4px #aaa;
}

    .header-bg h1 {
        margin-top: 0;
    }

a.red {
    color: #95000d;
}

    a.red:active {
        color: #95000d;
    }

    a.red:visited {
        color: #95000d;
    }

.red {
    color: #95000d;
}

.black {
    color: #000000;
}

.no-margin {
    margin: 0;
}

.important-notice-red {
    color: #95000d;
    text-decoration: underline;
}

.important-notice-blue {
    color: #2683ae;
}

.container.margin-top {
    margin-top: -15px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row .inner {
    padding: 20px;
}

.card.blue-card {
    background-color: #ebf5fa;
}

.card.gray-card {
    background-color: #fbfbfb;
}

.what-you-need {
    float: left;
    background-color: #fbfbfb;
}

h2.dark-blue {
    color: #06374e;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}

.dark-blue {
    color: #06374e;
}

h2.existing-login {
    color: #2683ae;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

h2.create-login {
    color: #2683ae;
    font-size: 24px;
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 0;
}

h2.tell-us-about-you {
    margin-top: 0;
}

.light-blue {
    color: #2683ae;
}

.bold {
    font-weight: bold;
}

.h3fontsize {
    font-size: 24px;
}

.h4fontsize {
    font-size: 18px;
}

.h5fontsize {
    font-size: 14px;
}

.h6fontsize {
    font-size: 12px;
}

.margin-top-5px {
    margin-top: 5px;
}

.card.above-navbar {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.next-text {
    color: gray;
    font-size: 18px;
    margin-left: 5px;
}

h3.welcome-back {
    color: #4c8f1c;
    font-weight: bold;
    font-size: 24px;
}

h3.welcome-back-incomplete {
    color: #95000d;
    font-weight: bold;
    font-size: 24px;
}

.consider-box {
    width: 100%;
    height: 40px;
    padding: 10px;
    background-color: #f7fbb3;
}

    .consider-box p {
        font-size: 16px;
        text-align: center;
    }

/*.popover-content { background-color: #fcf8e3; }*/
/*.popover-content { background-color: #f7fbb3; }
.popover-title { background-color: #f7fbb3; }*/
.popover-title {
    background-color: #F7FBB3;
    text-align: center;
}

.popover-body {
    background-color: #FCF8E3;
    text-align: center;
}

.popover-body-yellow {
    background-color: #ffffcc;
}

.plan-price-popover-text {
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

.plan-price-popover-title {
    color: #000 !important;
    font-size: 15px;
}

a.plan-price-link-text {
    text-decoration: none;
    border-bottom: 1px dotted;
    font-weight: bold;
}

.table.big-text tr.active td {
    color: #06374e;
    font-size: 18px;
    font-weight: bold;
}

input.pad-top-inline-button {
    margin-top: 17px;
}

.form-inline .form-control {
    width: 100%;
}

.form-inline > div {
    margin-bottom: 10px;
}

.input-error {
    border-color: #a94442 !important;
}

#pwindicator {
    margin-top: 22px;
    max-width: 120px;
}

.pw-label p {
    padding: 8px;
}

.pw-label .alert {
    margin-bottom: 0;
}

a.wizard-sidebar-button {
    color: #000;
    text-decoration: none;
}

    a.wizard-sidebar-button.current-step {
        font-weight: bold;
    }

.incomplete-header {
    color: #95000d;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.complete-header {
    color: green;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.plan-row .col-2:not(:last-child) {
    border-right: 1px solid #ccc;
}

.quantity-row {
    margin-bottom: 5px;
}

.quantity-checkbox {
}

.quantity-textbox {
    margin-top: 0px;
    padding: 2px;
    width: 15px;
}

.plan-text {
    font-size: 15px;
}

.modal-body img {
    margin-right: 20px;
}

.moveable-list-group-item {
    cursor: pointer;
}

    .moveable-list-group-item:hover {
        background-color: #DEDEDE;
    }

h2.main-header {
    color: #2683ae;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.section-header {
    color: #2683ae;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.section-subheader {
    color: #2683ae;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.section-subheader-detail {
    color: #2683ae;
    font-size: 11px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

h2.news-annoucements {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

h3.sub-header {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.btn-fl-blue {
    color: #fff;
    background-color: #2683ae;
    border-color: #269abc;
}

.btn-navbar-active {
    color: #2683AE;
    background-color: #fff;
    border-color: #ccc;
    border-bottom: 1px solid #fff !important;
}

    .btn-navbar-active:hover,
    .btn-navbar-active:focus,
    .btn-navbar-active:active,
    .btn-navbar-active.active,
    .open .dropdown-toggle.btn-navbar-active {
        color: #2683ae;
        background-color: #fff;
        border-color: #adadad;
    }

.dropdown-menu .btn-navbar-active {
}

.btn {
    white-space: normal !important;
}

.btn-full-width {
    width: 100%;
}

a.no-underline,
a.no-underline:hover,
a.no-underline:focus a.no-underline:active {
    text-decoration: none;
}

.color-grey {
    color: #adadad;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.grid-padding-5 td {
    padding: 5px;
    margin: 5px;
}

.horizontal-line-dark-blue-5 {
    margin: 10px 0;
    border-bottom: 5px solid #06374e;
}

.horizontal-line-lightgrey-5 {
    margin: 10px 0;
    border-bottom: 5px solid #dddddd;
}

.horizontal-line-medgrey-1 {
    margin: 10px 0;
    border-bottom: 1px solid #808080;
}

.img-width-102 {
    width: 102px;
    text-align: center;
    margin: auto 0;
}

.img-width-55 {
    width: 55px;
    text-align: center;
    margin: auto 0;
}

.navbar-margin-top {
    margin-top: -50px;
}

.navbar-margin-bottom {
    margin-bottom: -10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.selected-plan {
    background-color: #c7c1c7;
    position: relative;
    padding: 5px;
    -webkit-box-shadow: -10px -10px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -10px -10px 10px 0px rgba(0,0,0,0.75);
    box-shadow: -10px -10px 10px 0px rgba(0,0,0,0.75);
}

    .selected-plan:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #c7c1c7;
        border-width: 10px;
        margin-top: -10px;
}

.selected-planRight {
    background-color: #c7c1c7;
    position: relative;
    padding: 5px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
}

.selected-planRight:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #c7c1c7;
    border-width: 10px;
    margin-top: -10px;
}
.green {
    color: #00B050;
}

.information-card {
    border: 1px solid #fac68f;
    background-color: #ffffcc;
}

.custom-fieldset {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 0.75rem;
    border: 1px solid #ccc;
    padding: 10px 20px;
}

.custom-legend {
    font-size: 12px;
    width: auto;
    border: 0;
    margin: 0px;
}

.login-fieldset {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.75rem;
    border: 2px solid #ccc;
    padding: 10px 20px;
}

.login-legend {
    width: auto;
    border: 0;
    margin: 0;
    font-size: 1.25rem;
    padding: 0 10px;
    color: #2683ae;
}

.edocument-legend {
    font-size: 1.125rem;
    width: auto;
    border: 0;
    margin: 0px;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.navbar .btn-sm, .navbar .btn-group-sm > .btn {
    padding: 5px 7px;
    border-radius: 3px 3px 0 0;
}

.navbar .btn {
    border-bottom: 1px solid #ccc;
}

.horizontal-label {
    height: 34px;
    vertical-align: middle;
}

/*Age Based  */
.savings-color-1 {
    color: #B35E7F;
}
/*Multi-Manager Blended*/
.savings-color-2 {
    color: #6E71BA;
}
/*Multi-Manager Growth*/
.savings-color-3 {
    color: #4C50A1;
}
/*Money Market Fund*/
.savings-color-4 {
    color: #802755
}
/*Core Fixed Income  Fund*/
.savings-color-5 {
    color: #293D83;
}
/*Domestic Equity Index*/
.savings-color-6 {
    color: #00856D;
}
/*Large Cap Growth */
.savings-color-7 {
    color: #00BCA9;
}
/* Large Cap Value*/
.savings-color-8 {
    color: #009687;
}
/*Small/Mid Cap Equity*/
.savings-color-9 {
    color: #13A99A;
}
/* International (Developed markets)*/
.savings-color-11 {
    color: #18D3C1;
}

/*Passive Growth*/
.savings-color-13 {
    color: #00856D;
}
/*Passive Blended*/
.savings-color-14 {
    color: #4BA79A;
}
/*Passive Income*/
.savings-color-15 {
    color: #73B9AD;
}
/*Multi-Manager-Income*/
.savings-color-12 {
    color: #A0A2D2;
}

/*Age-Based*/
/*Global Equity*/
.investment-color-global-equity {
    color: #00856D;
    opacity: .8;
}

/*Domestic Equity*/
.investment-color-domestic-equity {
    color: #4BA79A;
    opacity: .8;
}

/*International Equity*/
.investment-color-international-equity {
    color: #73B9AD;
    opacity: .8;
}

/*High Yield*/
.investment-color-high-yield {
    color: #A0A2D2;
    opacity: .8;
}

/*Emerging Debt*/
.investment-color-emerging-debt {
    color: #6E71BA;
    opacity: .8;
}

/*Bank Loans*/
.investment-color-bank-loans {
    color: #4C50A1;
    opacity: .8;
}

/*Core Fixed Income*/
.investment-color-core-fixed-income {
    color: #293D83;
    opacity: .8;
}

/*TIPS*/
.investment-color-tips {
    color: #B35E7F;
    opacity: .8;
}

/*Money Market*/
.investment-color-money-market {
    color: #A13D68;
    opacity: .8;
}

.savings-color.fa-fw {
    width: 20px;
}

.row.row-border-bottom {
    border-bottom: 1px solid #bababa;
}

.savings-allocations .col-border {
    border-top: 1px solid #bababa;
}

.savings-allocations .col-border.last {
        border-top: 1px solid #bababa;
        border-bottom: 1px solid #bababa;
    }

.savings-allocations .control-label {
    padding-top: 14px;
    margin-bottom: 15px;
}

.savings-allocations .alloctb {
    padding-top: 8px;
    padding-bottom: 8px;
}

.savings-allocations .total {
    padding-top: 10px;
}

.savings-allocations .total > span {
    font-size: 1rem;
}

.savings-allocations .total > span.newpercent {
    padding-left: 10px;
}

.remove-read-only-style {
    background-color: #fff !important;
    cursor: default !important;
}

.remove-read-only-cursor {
    cursor: default !important;
}

.row.row-top-bottom-padding {
    padding: 5px 0 5px 0;
}

.remove-top-bottom-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.fa.fa-2x {
    font-size: 1.3em;
}

.fa.yellow-overlay {
    color: #ffffcc;
}

hr.small-margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.vmiddle {
    display: table !important;
    height: 40px;
}

    .vmiddle div[class*='col-'], .vmiddle div[class='media'] {
        display: table-cell !important;
        vertical-align: middle;
        float: none;
    }

.table th.th-no-bold {
    font-weight: normal;
}


/*column 1 of the one time payment table*/


.table-one-time-payment .bene-logo {
    min-width: 150px;
    height: 41px;
}

.table-one-time-payment .your-students {
    min-width: 230px;
}

.table-one-time-payment .payment {
    min-width: 130px;
}

.table-one-time-payment .payment-fees {
    min-width: 130px;
}

.table-one-time-payment .other {
    min-width: 130px;
    width: 170px;
}

.table-one-time-payment input[type="text"] {
    width: 100px;
}

.table-one-time-payment .total {
    min-width: 150px;
}

.input-payment {
    height: 22px;
    padding: 5px 5px;
    font-size: 0.75rem;
    line-height: 1.42857143;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: normal;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .input-payment:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .input-payment::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .input-payment:-ms-input-placeholder {
        color: #999;
    }

    .input-payment::-webkit-input-placeholder {
        color: #999;
    }

    .input-payment[disabled],
    .input-payment[readonly],
    fieldset[disabled] .input-payment {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.input-payment {
    height: auto;
}

.heightpadding {
    height: 350px;
}

.beneficiary-rblist tr td {
    padding: 5px;
    text-align: left;
}

.beneficiary-rblist td input {
    vertical-align: middle;
    margin: 0;
}

.beneficiary-rblist td label {
    vertical-align: middle;
    margin: -1px 0 0 7px;
}

.beneficiarygiftevent {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 200px;
}

.beneficiary-select {
    width: 100%;
    margin: auto;
    font-size: 0.8em;
    font-weight: bold;
}

.payment-box {
    height: 40px;
    padding: 10px;
    background-color: #f7fbb3;
    margin-top: -3px;
}

    .payment-box p {
        padding-top: 3px;
        text-align: center;
    }

.border-right {
    border-right: 1px solid #ccc;
    height: 40px;
    padding: 10px;
    margin-top: -3px;
}

.plan-includes-quantity {
    margin-bottom: 0 !important;
    height: 40px;
}

.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
    margin-top: 4px;
}

.aspNetDisabled {
    color: #6c757d;
}

.radio.payment-plan {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .radio.payment-plan label {
        font-size: 0.8125rem;
        color: #2683ae;
        font-weight: bold;
    }

.payment-plan-amount {
    padding-top: 8px;
    font-size: 0.8125rem;
}

.payment-plan-total {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #faf9f9;
}

.bottom-border {
    border-bottom: 1px solid #ccc;
}

.investment-card {
    border: 1px solid #fac68f;
    background-color: #ffffcc;
}

a.force-link-color {
    color: #428bca !important;
}

    a.force-link-color.how-to-pay-edit {
        font-size: 0.875rem;
    }

.how-to-pay-inner {
    padding-left: 20px; /*padding-top: 40px;*/
}

    .how-to-pay-inner .row p.small-header, span.small-header {
        font-size: 0.9375rem;
        font-weight: bold;
        padding-bottom: 10px;
    }

        .how-to-pay-inner .row p.small-header span {
            font-size: 0.9375rem;
            font-weight: normal;
            border: 1px solid #dddddd;
            padding: 5px;
            background-color: #fbfbfb;
            border-radius: 4px;
            margin-left: 5px;
        }

    .how-to-pay-inner .radio, .how-to-pay-inner .checkbox {
        margin-left: 20px;
    }

        .how-to-pay-inner .radio input, .how-to-pay-inner .checkbox input {
            margin-top: 3px;
        }

.full-width {
    width: 100%;
}

    .full-width span i {
        margin-right: 10px;
    }

.table tbody > tr > td.vert-align {
    vertical-align: top;
}

.table tbody > tr > td.vert-align-mid {
    vertical-align: middle;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.form-group.margin-left {
    margin-left: 3px;
}

.checkout .table thead > tr > th.bene-name {
    font-size: 1.375rem;
    color: #06374e;
    font-weight: normal !important;
}

.checkout .table > thead > tr > th:nth-child(1) {
    width: 340px;
}

.checkout .table > thead > tr > th:nth-child(2) {
    width: 150px;
}

.checkout .table > thead > tr > th:nth-child(3) {
    width: 150px;
}

.checkout .table > thead > tr > th:nth-child(4) {
    width: 150px;
}

.checkout .table > thead > tr > th:nth-child(5) {
    width: 150px;
}

.checkout .table > tbody > tr > td:nth-child(1) {
    width: 40px;
}

.checkout .table > tbody > tr > td:nth-child(2) {
    font-size: 1rem;
    width: 300px;
}

.checkout .table > tbody > tr > td:nth-child(3) {
    width: 150px;
}


.checkout .table {
    border: 1px solid #eee
}

select.custom-dropdown-text {
    font-size: 0.75rem;
}

/* For Gridview Paging */
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.modal-header.modal-header-info {
    padding: 9px 15px;
    border-bottom: 1px solid #bce8f1;
    background-color: #d9edf7;
    color: #31708f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header.modal-header-warning {
    padding: 9px 15px;
    border-bottom: 1px solid #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header.modal-header-danger {
    padding: 9px 15px;
    border-bottom: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header.modal-header-success {
    padding: 9px 15px;
    border-bottom: 1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header.modal-header-primary {
    padding: 9px 15px;
    border-bottom: 1px solid #428bca;
    background-color: #428bca;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.topbar-success {
    display: fixed;
    z-index: 999;
    background-color: #dff0d8;
    border-bottom: 1px solid #3c763d;
    padding: 20px 0;
    text-align: center;
    color: #3c763d;
    position: absolute;
    width: 100%;
    font-family: Arial, Helvetica;
    font-size: 1.125rem;
}

.topbar-error {
    display: fixed;
    z-index: 999;
    background-color: #f2dede;
    border-bottom: #a94442;
    padding: 20px 0;
    text-align: center;
    color: #a94442;
    position: absolute;
    width: 100%;
    font-family: Arial, Helvetica;
    font-size: 1.125rem;
}

a.message-close {
    float: right;
    margin-right: 30px;
    color: #111;
    text-decoration: none;
    font-weight: bold;
}

    a.message-close:hover, a.message-close:active {
        color: #111;
    }

input.day-amount {
    width: 50px;
    display: inline;
    text-align: center;
}

input.input-group .contribution-amount {
    width: 200px;
    display: inline;
    text-align: left;
}

select.weekday-selection {
    width: 120px;
    display: inline;
}

select.day-selection {
    width: 80px;
    display: inline;
    text-align: center;
}

select.bank-info {
    width: 250px;
    display: inline;
}

.panel.disabled {
    background-color: #eeeeee;
}

.ui-datepicker-calendar {
    /*display: none;*/
}

button.ui-datepicker-close {
    display: none;
}

/*** GIFTING ***/
/* custom hr tags for modifying the size, color and margins */
hr.hr-darker {
    border-top-color: #aaaaaa;
}

hr.hr-lighter {
    border-top-color: #f7f7f7;
}

hr.hr-thicker {
    border: 0;
    border-top-width: 2px;
}

hr.hr-remove-margins {
    margin-top: 0;
    margin-bottom: 0;
}

hr.hr-remove-top-margin {
    margin-top: 0;
}

hr.hr-remove-bottom-margin {
    margin-bottom: 0;
}

hr.hr-login-margins {
    margin-top: 18px;
    margin-bottom: 30px;
}

hr.hr-small-margins {
    margin-top: 6px;
    margin-bottom: 6px;
}
/* rules for all <h#> tags 
    These rules will modify the color, size, italics, bold or margins
*/
h1.client-hcolor,
h2.client-hcolor,
h3.client-hcolor,
h4.client-hcolor,
h5.client-hcolor,
h6.client-hcolor {
    color: #f27043;
}

h1.client-subhcolor,
h2.client-subhcolor,
h3.client-subhcolor,
h4.client-subhcolor,
h5.client-subhcolor,
h6.client-subhcolor {
    color: #777777;
}

    h1.client-subhcolor.i,
    h2.client-subhcolor.i,
    h3.client-subhcolor.i,
    h4.client-subhcolor.i,
    h5.client-subhcolor.i,
    h6.client-subhcolor.i {
        font-style: italic;
    }

    h1.client-subhcolor.b,
    h2.client-subhcolor.b,
    h3.client-subhcolor.b,
    h4.client-subhcolor.b,
    h5.client-subhcolor.b,
    h6.client-subhcolor.b {
        font-weight: bold;
    }

    h1.client-subhcolor.subhcolor-default,
    h2.client-subhcolor.subhcolor-default,
    h3.client-subhcolor.subhcolor-default,
    h4.client-subhcolor.subhcolor-default,
    h5.client-subhcolor.subhcolor-default,
    h6.client-subhcolor.subhcolor-default {
        color: #777777;
    }

    h1.client-subhcolor.subhcolor-primary,
    h2.client-subhcolor.subhcolor-primary,
    h3.client-subhcolor.subhcolor-primary,
    h4.client-subhcolor.subhcolor-primary,
    h5.client-subhcolor.subhcolor-primary,
    h6.client-subhcolor.subhcolor-primary {
        color: #345c88;
    }

    h1.client-subhcolor.subhcolor-main,
    h2.client-subhcolor.subhcolor-main,
    h3.client-subhcolor.subhcolor-main,
    h4.client-subhcolor.subhcolor-main,
    h5.client-subhcolor.subhcolor-main,
    h6.client-subhcolor.subhcolor-main {
        color: #f27043;
    }

    h1.client-subhcolor.subhcolor-success,
    h2.client-subhcolor.subhcolor-success,
    h3.client-subhcolor.subhcolor-success,
    h4.client-subhcolor.subhcolor-success,
    h5.client-subhcolor.subhcolor-success,
    h6.client-subhcolor.subhcolor-success {
        color: #81b85a;
    }

    h1.client-subhcolor.subhcolor-danger,
    h2.client-subhcolor.subhcolor-danger,
    h3.client-subhcolor.subhcolor-danger,
    h4.client-subhcolor.subhcolor-danger,
    h5.client-subhcolor.subhcolor-danger,
    h6.client-subhcolor.subhcolor-danger {
        color: #d9534f;
    }

    h1.client-subhcolor.subhcolor-warning,
    h2.client-subhcolor.subhcolor-warning,
    h3.client-subhcolor.subhcolor-warning,
    h4.client-subhcolor.subhcolor-warning,
    h5.client-subhcolor.subhcolor-warning,
    h6.client-subhcolor.subhcolor-warning {
        color: #f99f41;
    }

    h1.client-subhcolor.subhcolor-info,
    h2.client-subhcolor.subhcolor-info,
    h3.client-subhcolor.subhcolor-info,
    h4.client-subhcolor.subhcolor-info,
    h5.client-subhcolor.subhcolor-info,
    h6.client-subhcolor.subhcolor-info {
        color: #00b7c6;
    }

h1.h-remove-margins,
h2.h-remove-margins,
h3.h-remove-margins,
h4.h-remove-margins,
h5.h-remove-margins,
h6.h-remove-margins {
    margin-top: 0;
    margin-bottom: 0;
}

h1.h-remove-top-margin,
h2.h-remove-top-margin,
h3.h-remove-top-margin,
h4.h-remove-top-margin,
h5.h-remove-top-margin,
h6.h-remove-top-margin {
    margin-top: 0;
}

h1.h-remove-bottom-margin,
h2.h-remove-bottom-margin,
h3.h-remove-bottom-margin,
h4.h-remove-bottom-margin,
h5.h-remove-bottom-margin,
h6.h-remove-bottom-margin {
    margin-bottom: 0;
}

h1.news-section-header,
h2.news-section-header,
h3.news-section-header,
h4.news-section-header,
h5.news-section-header,
h6.news-section-header {
    border-bottom: 2px solid #eeeeee;
}

.accordion-toggle {
    cursor: pointer;
    color: #006db8;
    padding: 0 0.5em 1em 0;
}

.accordion-caption {
    cursor: pointer;
    display: inline;
    color: #006db8;
    font-weight: bold;
    padding: 0 1em 1em 0;
}

div.bg-success {
    background-color: #81b85a;
}

div.darker-bg-success {
    background-color: #689c43;
}

div.lighter-bg-success {
    background-color: #9cc77e;
}

ul.sidebar-steps {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    ul.sidebar-steps > li {
        background-color: #345c88;
        color: #fff;
        padding: 10px 5px;
        margin-bottom: 1px;
    }

@media (max-width: 767px) {
    ul.sidebar-steps > li {
        font-size: 0.875rem;
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.sidebar-steps > li {
        font-size: 0.875rem;
        padding: 5px;
    }
}

ul.sidebar-steps > li.completed {
    background-color: #949494;
    color: #fff;
}

    ul.sidebar-steps > li.completed::after {
        content: "  \f058";
        font-family: FontAwesome;
        color: #507834;
    }

@media (min-width: 768px) and (max-width: 991px) {
    ul.sidebar-steps > li.completed::after {
        content: "" !important;
    }
}

ul.sidebar-steps > li.active {
    background-color: #00b7c6 !important;
    color: #fff;
}

    ul.sidebar-steps > li.active::before {
        content: "\f101  ";
        font-family: FontAwesome;
    }

ul.sidebar-steps > li.heading {
    background-color: #eeeeee;
    color: #777777;
    border: solid 1px #d5d5d5;
    padding: 14px 5px;
    font-size: 1.125rem;
}

ul.sidebar-clickable {
    cursor: pointer;
}

.sidebar-links {
    margin-bottom: 3px;
}

    .sidebar-links a {
        text-align: center;
    }

        .sidebar-links a.sidebar-link-heading {
            background-color: #345c88;
            padding: 10px 5px;
            text-decoration: none !important;
            font-size: 15px;
            color: #fff;
            display: block;
        }

            .sidebar-links a.sidebar-link-heading span {
                font-size: 12px;
            }

        .sidebar-links a.sidebar-link {
            background-color: #d0dbe7;
            padding: 10px 10px;
            text-decoration: none !important;
            font-size: 12px;
            color: #345c88 !important;
            display: block;
            margin-bottom: 1px;
        }

            .sidebar-links a.sidebar-link:hover {
                background-color: #aec1d6;
            }

        .sidebar-links a.active {
            background-color: #00b7c6;
            color: #fff !important;
        }

            .sidebar-links a.active::before {
                content: "\f101  ";
                font-family: FontAwesome;
                color: #fff;
            }

            .sidebar-links a.active::after {
                content: "";
                font-family: FontAwesome;
                color: #fff;
            }

            .sidebar-links a.active:hover {
                background-color: #008893;
            }

.collapsing {
    -webkit-transition: none;
    transition: none;
}

.row .row-inside {
    width: 99%;
}

.row .row-padding {
    padding-top: 10px;
    padding-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
}

.row .row-padding-header {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    /*border-bottom: 1px solid #ddd;*/
    background-color: #d9edf7;
    font-weight: bold;
    /*color: #fff;*/
}

    .row .row-padding-header > div > label {
        font-weight: normal !important;
        font-size: 12px;
    }

.row .row-data {
    border-bottom: solid 1px #ddd;
}

.row .row-data-alternate {
    /*background-color: #f9f9f9;*/
    border-bottom: solid 1px #ddd;
    background-color: #d9edf7;
}

.row .form-group .form-row-link {
    margin-top: 10px;
    margin-bottom: 10px;
}

.row .row-underline {
    border-bottom: solid 1px black;
}

.alert ul {
    padding-bottom: 7px;
}

.border-bottom-green {
    border-bottom: 2px solid #81b85a;
}

.btn-medium {
    height: 30px;
    width: 65px;
}

.table-investment-summary thead tr th,
.table-authorized-agent thead tr th {
    background-color: #949494;
    color: #fff;
    font-weight: normal !important;
}

.table-investment-summary tbody > tr td > .form-group,
.table-authorized-agent tbody > tr td > .form-group {
    margin-bottom: 0;
}

.table-review thead tr th {
    background-color: #eeeeee;
}

.large-label {
    margin-top: 5px;
}

    .large-label > label {
        font-size: 18px;
    }

    .large-label > .fa {
        font-size: 22px;
    }

.btn-link.btn-short {
    margin-top: -10px;
    margin-bottom: -10px;
}

.on-off {
    position: relative;
    width: 3em;
    height: 1.5em;
    border-radius: 0.75em;
    background-color: transparent;
    border: solid 1px #dedede;
    margin: auto;
}

    .on-off input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 2;
    }

    .on-off > input + div {
        width: 3em;
        height: 1.5em;
        border-radius: 0.75em;
        border: solid 1px transparent;
        background: linear-gradient(#ff0000, #aa0000);
    }

    .on-off > input:checked ~ div {
        background: linear-gradient(#00ff00, #00aa00);
    }

    .on-off > input + label {
        left: 0;
    }

    .on-off > input:checked ~ label {
        right: 0;
    }

    .on-off label {
        position: absolute;
        top: 0;
        height: 1.5em;
        width: 1.5em;
        border-radius: 0.75em;
        background: #dedede;
        border: solid 1px #9e9e9e;
    }

fieldset.sidebar-fieldset {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #ccc;
    padding: 0 15px 5px 15px;
}

    fieldset.sidebar-fieldset > legend {
        width: auto;
        border: none;
        margin: 10px 0;
        font-size: 12px;
        padding: 0;
        color: #345c88;
        font-weight: bold;
    }

    fieldset.sidebar-fieldset .btn {
        text-align: left;
    }

        fieldset.sidebar-fieldset .btn.btn-link {
            padding: 0;
            margin-top: -3px;
        }

    fieldset.sidebar-fieldset div[class*="col-"] {
        padding-right: 0;
    }

.panel > .panel-body.panel-body-extra-padding {
    padding: 30px;
}

.media.media-news {
    padding-bottom: 10px;
}

    .media.media-news:not(:last-child) {
        border-bottom: 2px solid #eeeeee;
    }

select.ui-datepicker-month,
select.ui-datepicker-year {
    color: #111111;
}

    select.ui-datepicker-month > option,
    select.ui-datepicker-year > option {
        color: #111111;
    }

footer {
    background-color: #d0dbe7;
}

    footer .footer-dark-blue {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        footer .footer-dark-blue a,
        footer .footer-dark-blue a:hover,
        footer .footer-dark-blue a:active,
        footer .footer-dark-blue a:visited {
            color: #fff;
        }

            footer .footer-dark-blue a:hover {
                text-decoration: underline;
            }

    footer .footer-light-blue .row {
        padding: 20px 0;
    }

.form-group.remove-margin-bottom {
    margin-bottom: 0;
}

.enroll-sidebar {
    text-align: center;
}

/********** GIFTING **********/
.addressbook {
    overflow: auto;
    max-height: 210px;
    padding: 0 0 2em 0;
    border: 1px solid #dddddd;
}

    .addressbook label {
        font-weight: normal;
    }

.benegiftevent {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 200px;
}

.social-row .social-cell {
    position: relative;
    top: 50%;
    transform: translateY(25%);
}

.social-row img {
    height: 28px;
    width: 28px;
}

.bene-select {
    width: 100%;
    margin: bold;
    font-size: 1em;
    font-weight: bold;
}

@media(max-width:767px) {
    .align-labels {
        text-align: justify;
    }
}

.imp-container {
    /*border: 1px solid #BBBBBB;*/
    max-width: calc(100% - (0.5em * 2));
    padding: 0.5em;
    margin: auto;
    /*width: auto;*/
    max-height: 16em;
    overflow-y: auto;
    overflow-x: auto;
}

.imp-header {
    display: table-row;
    font-family: Verdana;
    font-size: 8px;
    /*width: 100%;*/
    /*overflow-x: auto;*/
}

.imp-body {
    /*width: 100%;*/
    max-height: 14em;
}

.imp-footer {
    /*width: 100%;*/
    /*overflow-x: auto;*/
}

.imp-row {
    /*width:100%;*/
    width: 90%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #BBBBBB;
}

.imp-alt-row {
    background: #DEDEDE;
}

.imp-row select {
    width: 100%;
}

.imp-select {
    /*border: none;
  background-color: white;
  color: black;*/
}

.imp-selected {
    /*background: black;*/
    color: #f27043;
}

.imp-cell {
    display: inline-block;
    border-right: 1px solid #BBBBBB;
    margin: 0;
}

.imp-body .imp-cell {
    padding: 0 0 0 0;
}

.imp-cell:last-child {
    border-right: none;
}

.imp-row .imp-cell:last-child {
    padding: 0;
    margin: 0;
}

.moveable-list-group-item {
    cursor: pointer;
}

    .moveable-list-group-item:hover {
        background-color: #DEDEDE;
    }
/*.panel-collapse > .row.row-inside > div {
    top: 50%;
    left: 50%;
}*/
.viewevents-cell-filler {
    min-height: 28px;
    min-width: 28px;
}

.viewevents-invitees {
    max-height: 300px;
    overflow-y: auto;
}

.no-bold {
    font-weight: normal;
}

#divContactList > #divContactHeader {
    background-color: #d9edf7;
    margin-bottom: 4px;
    padding: 10px;
}

#divContactList:not(#cphBody_rptContacts_divCreateEventNoContacts) div[id*="cphBody_rptContacts_divContact"]:nth-child(odd) {
    background-color: #d9edf7;
}

div[id*="divAddressBookContactList"]:nth-child(odd) {
    background-color: #d9edf7;
}

#divContributionHistoryContainer > #ContributionsHistoryGrid thead > tr {
    background-color: #d9edf7;
}

#divContributionHistoryContainer > #ContributionsHistoryGrid tr:nth-child(even) {
    background-color: #d9edf7;
}

#cphBody_eventContent:not(div[id*="rptContributionDetail_benePlans"]) .row.row-padding:nth-child(odd) {
    background-color: #d9edf7;
}

#cphBody_eventContent .row.row-padding.currentEventContactListItem:nth-child(even) {
    background-color: #d9edf7;
}

#cphBody_eventContent .row.row-padding.currentEventContactListItem:nth-child(odd) {
    background-color: #ffffff;
}

#divViewEventDetailModifyContact > .row.row-padding {
    background-color: #fff !important;
}

div[id*="rptCurrentEvents_divCurrentEvents"].row.row-padding:nth-child(odd) {
    background-color: #d9edf7;
}

div[id*="rptFutureEvents_divFutureEvents"].row.row-padding:nth-child(odd) {
    background-color: #d9edf7;
}

div[id*="rptDisabledEvents_divDisabledEvents"].row.row-padding:nth-child(odd) {
    background-color: #d9edf7;
}

div#divDisabledEvents.row.row-padding:nth-child(odd) {
    background-color: #d9edf7;
}

div[id*="rptViewCurrentEventBeneficiaryList_divViewCurrentEventBeneficiaryList"]:nth-child(odd) {
    background-color: #d9edf7;
}

.norightborder {
    border-right: none !important;
}

.fourColHead.fourCol_first {
    background-color: #ffffff !important;
}

.fourColHead.fourCol_second {
    background-color: #e7c61d !important;
    color: #ffffff;
}

.fourColHead.fourCol_third {
    background-color: #802755 !important;
    color: #ffffff;
}

.fourColHead.fourCol_fourth {
    background-color: #2A3E83 !important;
    color: #ffffff;
}

.fourColSub.fourCol_first {
    background-color: #f3f3f3 !important;
    width: 15% !important;
}

.fourColSub.fourCol_second {
    background-color: #ffee98 !important;
    width: 45% !important;
}

.fourColSub.fourCol_third {
    background-color: #e6abb9 !important;
    width: 20% !important;
}

.fourColSub.fourCol_fourth {
    background-color: #c8dff0 !important;
    width: 20% !important;
}

.fourColFill {
    width: 100%;
    background-color: #d1d1d1 !important;
}

table.easy-table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.easy-table {
    width: 100%;
    margin-bottom: 18px;
}

    .easy-table th, .easy-table td {
        padding: 8px;
        line-height: 18px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .easy-table th {
        font-weight: bold;
    }

    .easy-table thead th {
        vertical-align: bottom;
    }

    .easy-table caption + thead tr:first-child th, .easy-table caption + thead tr:first-child td, .easy-table colgroup + thead tr:first-child th, .easy-table colgroup + thead tr:first-child td, .easy-table thead:first-child tr:first-child th, .easy-table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .easy-table tbody + tbody {
        border-top: 2px solid #dddddd;
    }

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .table-bordered th, .table-bordered td {
        border-left: 1px solid #dddddd;
    }

    .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

        .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
        }

    .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
        border-radius: 0 0 0 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
    }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.easy-table tbody tr:hover td, .easy-table tbody tr:hover th {
    background-color: #f5f5f5;
}

table.easy-table caption {
    font-weight: bold;
}

.basic-table td {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #fff !important;
    padding: 10px;
}

    .basic-table td.alt {
        background-color: #dadada;
    }

.basic-table th {
    background-color: #dadada;
}

a {
    color: #293d83;
    font-weight: bold;
    text-decoration: none;
}

.form-container {
    max-width: 960px;
}


/*
    Created on : Nov 21, 2013, 10:15:49 AM
    Author     : Jon Bennett
    Website    : http://www.myfloridaprepaid.com/
*/

/* Ready To Enroll Button Styles
-------------------------------------------------- */
#ready-to-enroll-btn span {
    float: none;
    margin-top: -3px;
    margin-left: 6px;
}
/* Google Custom Search Style Overrides
-------------------------------------------------- */
#gs_tti50.gsib_a {
    padding-top: 3px;
}

    #gs_tti50.gsib_a > input.gsc-input {
        font-size: 14px;
        line-height: 18px;
    }

#gs_st50.gsst_b {
    padding-top: 1px;
}

#top-nav {
    z-index: 3000;
}
/* Overlapping Buttons stacked fix
-------------------------------------------------- */
a.btn.btn-primary {
    margin-top: 10px;
}
/* Place all tracking pixels inside this div
-------------------------------------------------- */
#tracking {
    position: fixed;
    width: 100%;
    bottom: 0;
}
/* Homepage news posts bxSlider Overrides
-------------------------------------------------- */
#latest_news_nav {
    height: 100%;
    top: 0;
    right: 0;
    z-index: 20;
    width: 30px;
    margin: 0;
    text-align: center;
    padding: 25px 0 0;
}

    #latest_news_nav li {
        float: none;
        position: relative;
        display: block;
        margin: 10px;
        font-size: 10px;
        line-height: 10px;
        list-style-type: none;
    }

#latest_posts_wrapper .posts li {
    width: 100% !important;
    padding: 10px 5px;
}
/* One O One boxes on College Savings 101 Page
-------------------------------------------------- */
.oneoone-box.expanded {
    padding-bottom: 40px;
    border-radius: 15px 15px 0 0;
}
/* U1 What We Offer Overrides
-------------------------------------------------- */
#compare-plans li {
}

#compare-plans h4 {
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0.75em;
}

#compare-plans p {
    line-height: 1.2em;
}

#compare-plans img {
    float: left;
}

#compare-plans .compare-column {
    float: right;
    padding-left: 3%;
    margin-bottom: 50px;
}

#compare-plans {
    margin: 50px 0 10px 0;
}

    #compare-plans .mini {
        height: auto;
        margin-bottom: 0;
    }

/* Blog Overrides
-------------------------------------------------- */
.featured-story-image {
    width: 62%;
}

.featured-story-text {
    width: 38%;
}

    .featured-story-text a {
        font-size: 14px;
        text-transform: uppercase;
        padding: 12px 30px;
        border-radius: 10px;
        font-family: 'Questrial', sans-serif;
    }

.attachment-featured-story {
    width: 100%;
}

.featured-story-attributes {
    display: block;
    margin: 10px 0;
}

    .featured-story-attributes .post-date {
        float: left;
        background: #aacedc;
        text-align: center;
        margin: 0 5px 0 0;
        display: inline-block;
        padding: 3px 10px;
    }

    .featured-story-attributes .cat-link {
        float: left;
        background: #b5e2d8;
        text-align: center;
        display: inline-block;
        padding: 3px 10px;
        color: #333333;
        text-decoration: none;
    }

        .featured-story-attributes .cat-link:hover {
            background: #8ee1cf;
        }

    .featured-story-attributes .tag-list {
        float: right;
        text-align: left;
        display: block;
        margin: 0 0 0 5px;
        width: 60%;
    }

        .featured-story-attributes .tag-list span {
            font-weight: bold;
            color: #afafaf;
        }

        .featured-story-attributes .tag-list a {
            font-weight: bold;
            color: #293d83;
        }

.featured-story-text h3 {
    margin-top: 0;
}

/* Media Resources Overrides
-------------------------------------------------- */
#media-resources {
    margin-top: 40px;
}

    #media-resources ul {
        list-style: none;
        padding: 0;
    }

    #media-resources li {
        margin: 0;
    }

    #media-resources hr {
        margin: 20px 0;
    }

    #media-resources .post-date {
        float: left;
        background: #aacedc;
        width: 74px;
        padding: 3px auto;
        text-align: center;
    }

    #media-resources > .post-date {
        background: #e8d2c5;
    }

    #media-resources .post-text {
        margin-left: 80px;
    }

        #media-resources .post-text h3 {
            margin-top: 0px;
        }

#media-releases h2:last-of-type {
    color: #7f2855;
    margin-top: 55px;
}

#media-releases h4 {
    color: #293d83;
}

#media-releases li > p {
    margin-left: 80px;
}

#media-releases .media-fact {
    float: left;
    display: inline-block;
    max-width: 40%;
    margin-left: 30px;
}

    #media-releases .media-fact:last-child {
        float: right;
        margin-right: 30px;
    }

@media (min-width: 641px) and (max-width: 1024px) {
    #media-releases .media-fact {
        margin: 0;
    }
}

@media (max-width: 640px) {
    #media-releases .media-fact {
        float: none;
        display: block;
        max-width: 100%;
        margin: 30px 0;
        text-align: center;
    }

        #media-releases .media-fact:last-child {
            float: none;
            margin-right: 0;
        }
}

#media-sidebar h2:nth-of-type(4n+1) {
    color: #798440; /* green */
}

#media-sidebar h2:nth-of-type(4n+3) {
    color: #7f2855; /* purple */
}

#media-sidebar h2:nth-of-type(4n+4) {
    color: #be4c08; /* orange */
}

#media-sidebar hr {
    margin: 30px 0 20px;
}

    #media-sidebar hr:first-of-type {
        margin: 20px 0;
    }

#media-sidebar .mail-link {
    display: block;
    margin-left: 15px;
}

@media (min-width: 641px) and (max-width: 768px) {
    #media-sidebar .mail-link {
        margin-left: 6px;
    }
}

#media-sidebar .cta-button {
    display: inline-block;
    background: #aacedc;
    color: #333;
    font-size: 13px;
    min-width: 120px;
    padding: 6px 12px;
    text-align: center;
}

    #media-sidebar .cta-button:hover {
        background: #88c4db;
        color: white;
        text-decoration: none;
    }

    #media-sidebar .cta-button.cta-purple {
        background: #cecad2;
    }

        #media-sidebar .cta-button.cta-purple:hover {
            background: #c2b4d1;
        }

    #media-sidebar .cta-button.cta-orange {
        background: #e8d2c5;
    }

        #media-sidebar .cta-button.cta-orange:hover {
            background: #e8ad8b;
        }

/* FAQs Overrides
-------------------------------------------------- */

ul.faq-list {
    padding: 0;
    list-style-type: none;
}

    ul.faq-list li {
        font-size: 22px;
    }

        ul.faq-list li ul {
            padding: 0 0 0 18px;
            list-style-type: none;
            margin-bottom: 15px;
        }

            ul.faq-list li ul li {
                text-indent: -18px;
                font-size: 16px;
                margin: 5px 0 !important;
            }

                ul.faq-list li ul li:before {
                    content: "\2014\a0";
                }

.faqs-content h2,
.faqs-content h3 {
    padding-top: 20px;
}

.faqs-content li {
    font-size: 15px;
}

.faqs-content #basics {
    padding-top: 0;
}

.faqs-content table {
    display: block;
    max-width: 100%;
    overflow-x: scroll;
    font-size: 15px;
}

.faqs-content tbody tr {
    border-top: 1px solid #e7e7e7;
}

.faqs-content td {
    padding: 12px;
}

.faqs-content thead td {
    font-weight: bold;
}

.faqs-content tbody td:first-of-type {
    font-weight: bold;
}

.faqs-content td:nth-of-type(even) {
    background-color: rgba(215, 215, 215, .35);
}

@media (min-width: 769px) and (max-width: 991px) {
    .faqs-content td {
        min-width: calc(20vw - 45px);
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .faqs-content td {
        min-width: calc(25vw - 45px);
    }
}

@media (max-width: 479px) {
    .faqs-content td {
        min-width: calc(50vw - 45px);
    }
}

/* Homepage Main Carousel bxSlider Overrides
-------------------------------------------------- */
#homepage_hero li div {
    display: none;
}
/* Portrait tablet to landscape and desktop
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
    /* What We Offer Compare Plans List Style Overrides
    -------------------------------------------------- */
    #compare-plans li p {
        height: 135px;
    }
    /* Homepage news posts bxSlider Overrides
    -------------------------------------------------- */
    #latest_news_nav {
        padding-top: 25px;
    }
}

@media (max-width: 991px) {
    /* One O One boxes on College Savings 101 Page
    -------------------------------------------------- */
    .oneoone-expanded {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/* Gravity Forms */

#gform_wrapper_1 {
    margin: 20px 0 10px 0;
}

#field_1_2 .gfield_label,
#field_1_17 .gfield_label {
    visibility: hidden;
    margin: 0;
}

#field_1_16 .gfield_label {
    display: none;
}

#input_1_3_1_container {
    margin-bottom: 10px;
}

#input_1_3_4_container {
    width: 25%;
    float: left;
}

#input_1_3_5_container {
    width: 23%;
    float: left;
}

#field_1_10 {
    width: 95%;
    text-align: right;
}

#gform_wrapper_1 .gform_footer {
    margin: 0;
    padding: 0;
    height: 100px;
    overflow: hidden;
}



/* BOOSTERTHON FORM */

.boosterthon-form {
    width: 100%;
    padding: 20px 30px;
    margin: 0;
    background: #ececec;
}

    .boosterthon-form #input_5_1_3_container, .boosterthon-form #input_5_1_6_container, .boosterthon-form #input_5_3_1_container, .boosterthon-form #input_5_3_2_container, .boosterthon-form #input_8_1_3_container, .boosterthon-form #input_8_1_6_container, .boosterthon-form #input_8_3_1_container, .boosterthon-form #input_8_3_2_container, .boosterthon-form #input_9_1_3_container, .boosterthon-form #input_9_1_6_container, .boosterthon-form #input_9_3_1_container, .boosterthon-form #input_9_3_2_container, .boosterthon-form #input_11_1_3_container, .boosterthon-form #input_11_1_6_container, .boosterthon-form #input_11_3_1_container, .boosterthon-form #input_11_3_2_container, .boosterthon-form .boost-name .name_first, .boosterthon-form .boost-name .name_last, .boosterthon-form .boost-email .ginput_left, .boosterthon-form .boost-email .ginput_right {
        clear: none;
        display: inline-block;
        width: 100%;
    }

    .boosterthon-form #input_5_1_3, .boosterthon-form #input_5_1_6, .boosterthon-form #input_8_1_3, .boosterthon-form #input_8_1_6, .boosterthon-form #input_9_1_3, .boosterthon-form #input_9_1_6, .boosterthon-form #input_11_1_3, .boosterthon-form #input_11_1_6, .boosterthon-form .boost-name .name_first, .boosterthon-form .boost-name .name_last {
        width: 100%;
    }

        .boosterthon-form #input_5_1_3_container br, .boosterthon-form #input_5_1_6_container br, .boosterthon-form #input_8_1_3_container br, .boosterthon-form #input_8_1_6_container br, .boosterthon-form #input_9_1_3_container br, .boosterthon-form #input_9_1_6_container br, .boosterthon-form #input_11_1_3_container br, .boosterthon-form #input_11_1_6_container br, .boosterthon-form .boost-name .name_first br, .boosterthon-form .boost-name .name_last br {
            clear: none;
            display: none;
        }

    .boosterthon-form span#input_5_3_2_container, .boosterthon-form span#input_8_3_2_container, .boosterthon-form span#input_9_3_2_container, .boosterthon-form span#input_11_3_2_container, .boosterthon-form span#input_8_3_2_container, .boosterthon-form .boost-email .ginput_right {
        margin-left: 0;
    }

    .boosterthon-form #field_5_2, .boosterthon-form #field_5_5, .boosterthon-form #field_8_2, .boosterthon-form #field_8_5, .boosterthon-form #field_9_2, .boosterthon-form #field_9_5, .boosterthon-form #field_11_2, .boosterthon-form #field_11_5, .boosterthon-form .boost-dob, .boosterthon-form .boost-phone {
        clear: none;
        display: inline-block;
        float: left;
    }

    .boosterthon-form #field_5_5, .boosterthon-form #field_8_5, .boosterthon-form #field_9_5, .boosterthon-form #field_11_5, .boosterthon-form .boost-phone {
        padding: 0 0 0 20px;
    }

    .boosterthon-form #input_5_3, .boosterthon-form #input_5_3_2, .boosterthon-form #input_8_3, .boosterthon-form #input_8_3_2, .boosterthon-form #input_9_3, .boosterthon-form #input_9_3_2, .boosterthon-form #input_11_3, .boosterthon-form #input_11_3_2, .boosterthon-form .boost-email, .boosterthon-form .boost-email .ginput_right {
        width: 100%;
    }

    .boosterthon-form #field_5_2 input, .boosterthon-form #field_8_2 input, .boosterthon-form #field_9_2 input, .boosterthon-form #field_11_2 input, .boosterthon-form .boost-dob .ginput_container_date input[type="text"].medium.datepicker {
        min-width: 140px;
        width: 25%;
    }

    .boosterthon-form label#label_5_8_1, .boosterthon-form label#label_5_7_1, .boosterthon-form label#label_8_8_1, .boosterthon-form label#label_8_7_1, .boosterthon-form label#label_9_8_1, .boosterthon-form label#label_9_7_1, .boosterthon-form label#label_11_8_1, .boosterthon-form label#label_11_7_1, .boosterthon-form .boost-tos label, .boosterthon-form .boost-mail label {
        margin-top: -17px;
    }

    .boosterthon-form #field_8_2, .boosterthon-form #field_9_2, .boosterthon-form #field_11_2, .boosterthon-form .boost-dob {
        width: 38%;
    }

    .boosterthon-form #field_8_5, .boosterthon-form #field_9_5, .boosterthon-form #field_11_5, .boosterthon-form .boost-phone {
        width: 61%;
        margin-left: 1%;
    }

.gform_wrapper .boosterthon-form li.boost-phone, .gform_wrapper .boosterthon-form li.boost-dob {
    clear: none;
}

.gform_wrapper .gform_heading {
    margin-bottom: 10px;
}

    .gform_wrapper .gform_heading .gform_title {
        display: none;
    }

    .gform_wrapper .gform_heading p {
        margin: 0;
        padding: 0;
    }

        .gform_wrapper .gform_heading p span {
            margin: 0 !important;
            padding: 0 !important;
            line-height: 10px;
            width: 100% !important;
        }

.boosterthon-form .gform-9-phone {
    width: 61%;
    margin-left: 1% !important;
    clear: none !important;
    display: inline-block;
    float: left;
}

@media only screen and (max-width: 331px) {
    body .container {
        width: 96%;
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }
}

@media only screen and (max-width: 992px) {
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_last,
    .boosterthon-form .boost-dob .ginput_container_date input[type="text"].medium.datepicker, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .boosterthon-form .boost-dob, .boosterthon-form .boost-phone {
        float: none;
        clear: both;
        width: 100% !important;
    }

    .gform_wrapper ul.gform_fields li.gfield {
        padding: 0;
    }

    body .container {
        width: 95%;
        max-width: none;
    }

    .nav-soc {
        width: 50%;
        display: block;
        float: left;
    }

    .boosterthon-form {
        background-size: contain !important;
        padding: 20px 15px;
    }

    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .boosterthon-form {
        padding: 15px;
        background-size: contain !important;
        padding-top: 60px !important;
    }

    #searchform {
        display: none;
    }

    a.logo {
        position: relative;
    }

    #top-nav .bottom .container {
        padding: 40px 0 0 0;
    }
}

.boosterthon-form #field_5_5 input, .boosterthon-form #field_8_5 input, .boosterthon-form #field_9_5 input, .boosterthon-form #field_11_5 input, .boosterthon-form .boost-phone .ginput_container input[type="tel"] {
    width: 100%;
}

.boosterthon-form #field_5_4 input, .boosterthon-form #field_8_4 input, .boosterthon-form #field_9_4 input, .boosterthon-form #field_11_4 input {
    width: 98%;
}

.boosterthon-form #field_8_7 .ginput_container, .boosterthon-form #field_8_8 .ginput_container, .boosterthon-form #field_9_8 .ginput_container, .boosterthon-form #field_11_8 .ginput_container, .boosterthon-form .boost-tos .ginput_container {
    margin-top: 20px;
}

.boosterthon-form .gform_footer {
    max-height: 80px;
    text-align: center;
}

#gform_wrapper_8, #gform_wrapper_9, #gform_wrapper_11, .boosterthon-form .gform_fields {
    max-width: 100%;
}

.boosterthon-form .gform_wrapper li, .boosterthon-form .gform_wrapper form li {
    margin: 15px 0 0 0;
}

.boosterthon-form .gform_wrapper .top_label .gfield_label {
    margin: 0;
    font-size: 18px;
}

.boosterthon-form #gform_submit_button_5, .boosterthon-form #gform_submit_button_8, .boosterthon-form #gform_submit_button_9, .boosterthon-form #gform_submit_button_11, .boosterthon-form .gform_fields input[type="submit"] {
    background-color: #802755;
    color: #ffffff;
    position: relative;
    z-index: 2;
    margin: 15px 0 0 0;
    text-align: center;
    border-width: 0;
    font-size: 21px;
    padding: 10px 40px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

    .boosterthon-form #gform_submit_button_5:hover, .boosterthon-form #gform_submit_button_8:hover, .boosterthon-form #gform_submit_button_9:hover, .boosterthon-form #gform_submit_button_11:hover, .boosterthon-form .gform_fields input[type="submit"]:hover {
        background-color: #a62a6a;
    }

.boosterthon-form #field_5_6 {
    text-align: center;
}

#recaptcha_table {
    margin: 0 auto !important;
}

.gform_wrapper .top_label .gfield_label {
    margin: 0 !important;
}

.boosterthon-form li {
    margin: 0 0 10px 0 !important;
    overflow: visible !important;
}

#gform_5, #gform_8, #gform_9, #gform_11, #gform_12, .boosterthon-form {
    padding-top: 111px;
    background: url('../img/enter-to-win-header.png') center top no-repeat #ECECEC;
}

    #gform_11.boosterthon-form #field_8_2, #gform_11.boosterthon-form #field_9_2, #gform_11.boosterthon-form #field_11_2, #gform_12.boosterthon-form #field_8_2, #gform_12.boosterthon-form #field_9_2, #gform_12.boosterthon-form #field_11_2 {
        width: 61%;
    }

    #gform_11.boosterthon-form label#label_11_8_1, #gform_12.boosterthon-form label#label_11_8_1, .boosterthon-form .boost-tos label {
        margin-top: 0;
    }

@media (max-width: 480px) {
    #logo-menu {
        height: 0;
        overflow: hidden;
    }

        #logo-menu.active {
            height: auto;
        }
}


@media (max-width: 760px) {
    .boosterthon-form #field_4_2 input {
        min-width: 150px;
        width: 25%;
    }

    .boosterthon-form input, .gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex .ginput_right input[type=text] {
        width: 100% !important;
        min-width: initial !important;
        max-width: initial !important;
    }

    .boosterthon-form {
        width: 100% !important;
    }

    .page-id-6167 .col-md-offset-0 ul {
        margin-left: 1em;
    }
}

@media (max-width: 991px) {
    #gform_11 {
        background-size: 165%;
    }

        #gform_11.boosterthon-form .ginput_recaptcha {
            -webkit-transform: scale(0.75);
            -moz-transform: scale(0.75);
            -ms-transform: scale(0.75);
            transform: scale(0.75);
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
        }

    #gform_12 {
        background-size: 165%;
    }

        #gform_12.boosterthon-form .ginput_recaptcha {
            -webkit-transform: scale(0.75);
            -moz-transform: scale(0.75);
            -ms-transform: scale(0.75);
            transform: scale(0.75);
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
        }
}

/* Early Learning Coalitions VPK Scholarship sidebar */
.col-sm-7 + .bss-sidebar-form.col-sm-5 {
    float: right;
    max-width: 100%;
}


.signup-container {
    padding: 0 0 20px 0;
    color: #666;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .signup-container legend {
        margin: 0 0 15px 0;
        color: #fff;
        padding: 15px;
        background: #a01f37;
        text-align: center;
    }

    .signup-container p {
        margin: 0 0 10px 0;
        padding: 0 40px;
        font-size: 14px;
        color: #515151;
    }

    .signup-container .button_panel {
        text-align: center;
    }

    .signup-container ol {
        margin: 20px auto 10px auto;
        padding: 20px;
        width: 75%;
        border: 1px solid #ccc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #f8f8f8;
    }

        .signup-container ol li {
            display: block;
            float: left;
            width: 50%;
        }

            .signup-container ol li select {
                width: 80%;
            }

            .signup-container ol li input {
                width: 100%;
            }

    .signup-container input.form_button {
        margin: 0 auto;
        font-family: 'Questrial', sans-serif;
        background-image: none;
        background-color: #A01F37;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
        color: #ffffff;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 5px;
        white-space: nowrap;
        -webkit-user-select: none;
    }


#homepage_hero li:nth-child(2) div {
    width: 450px !important;
}


#accordion {
    border-bottom: 1px solid #d3d3d3;
    margin: 15px 0 50px 0;
    width: 100%;
    display: block;
}

    #accordion h4 {
        display: block;
        cursor: pointer;
        position: relative;
        margin: 0;
        /*padding: 15px 0 15px 20px;*/
        min-height: 0;
        /* support: IE7; */
        border-top: 1px solid #d3d3d3;
        border-right: none;
        border-left: none;
        border-bottom: none;
        outline: none;
        line-height: 24px;
    }

        #accordion h4:hover {
            background: #eeeeee;
        }

        #accordion h4.ui-accordion-header-active:hover {
            background: none;
        }

    #accordion div {
        /*padding: 0 0 0 20px;*/
    }

        #accordion div .ui-accordion-content {
            padding: 0 0 20px 20px;
        }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -6px;
}

.ui-icon-triangle-1-s {
    background-image: url("../img/minus-icon.png");
}

.ui-icon-triangle-1-e {
    background-image: url("../img/plus-icon.png");
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


ul#homepage_hero li div h2 {
    margin-top: 15px !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Switch button */
.btn-secondary.btn-on.active {
    background-color: #5BB75B;
    color: white;
}

.btn-secondary.btn-off.active {
    background-color: #DA4F49;
    color: white;
}

.btn-secondary.btn-on-1.active {
    background-color: #006FFC;
    color: white;
}

.btn-secondary.btn-off-1.active {
    background-color: #DA4F49;
    color: white;
}

.btn-secondary.btn-on-2.active {
    background-color: #00D590;
    color: white;
}

.btn-secondary.btn-off-2.active {
    background-color: #A7A7A7;
    color: white;
}

.btn-secondary.btn-on-3.active {
    color: #5BB75B;
    font-weight: bolder;
}

.btn-secondary.btn-off-3.active {
    color: #DA4F49;
    font-weight: bolder;
}

.btn-secondary.btn-on-4.active {
    background-color: #006FFC;
    color: #5BB75B;
}

.btn-secondary.btn-off-4.active {
    background-color: #DA4F49;
    color: #DA4F49;
}

.rcorners1 {
    border-radius: 25px;
    /*background: #d8ddd0;*/
    width: 200px;
    height: 150px;
    margin: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* Modal Message Popup */
li modalGridItem {
    margin: 25px 0;
}

.table th, .table td {
    border-top: none !important;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/* table for over payment refunds */
.table-overpayment .accountnumber {
    min-width: 130px;
}

.table-overpayment .overpayment {
    min-width: 130px;
}

.table-overpayment .other {
    min-width: 130px;
    width: 170px;
}

.table-overpayment input[type="text"] {
    width: 100px;
}

.table-overpayment .total {
    min-width: 150px;
}

.listItem-spacing {
    margin-top: 10px;    
}

.form-control{
  font-size: .875rem;	
}


.container {

  padding-left: 7px;
  padding-right: 7px;
}

.cursor-pointer{
    cursor: pointer;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .radio label,
    .checkbox label {
        display: inline;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    .radio[disabled],
    .radio-inline[disabled],
    .checkbox[disabled],
    .checkbox-inline[disabled],
    fieldset[disabled] input[type="radio"],
    fieldset[disabled] input[type="checkbox"],
    fieldset[disabled] .radio,
    fieldset[disabled] .radio-inline,
    fieldset[disabled] .checkbox,
    fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

/*Money Market Fund*/
.investment-color-60003E {
    color: #60003E;
}

/*
    Core Plus Fixed Income Fund
    Core Fixed Income Fund
    High Yield Fund
    Emerging Markets Index Fund
    Bank Loans Fund
    Treasury Inflation-Protected Securities Index Fund
*/
.investment-color-00276D {
    color: #00276D;
}

/*
    U.S. Broad All Cap Index Fund
    U.S. Large Cap Equity Index Fund 
    Small/Mid Cap Equity Index Fund 
    Developed International Equity Fund
    Total International Index Fund
    Global Equity Fund
*/
.investment-color-006652 {
    color: #006652;
}

/*
    Social Index Fund
    Real Estate Index Fund
*/
.investment-color-BA4B00 {
    color: #BA4B00;
}

.investment-color-unselected {
    background-color: rgba(0,0,0,.03);
}

.gifting-rectangle {
    color: purple;
    width: 250px;
    height: 90px;
    display: flex;
    border: 2px solid purple;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    border-radius: 25px;

}

.gifting-circle-txt {
    /* (E1) CENTER TEXT IN CIRCLE */
    position: absolute;
    bottom: 25%;
    width: 100%;
    text-align: center;
    /* (E2) THE FONT - NOT REALLY IMPORTANT */
    font-family: arial, sans-serif;
    font-weight: bold;
}

.gifting-circle {
    /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
    height: 90px;
    width: 90px;
    border-radius: 50%;
    color: white;
    /* (B) BACKGROUND COLOR */
    background: purple;
    /* (C) NECESSARY TO POSITION TEXT BLOCK */
    line-height: 0;
    position: relative;
}

    /* (D) MATCH HEIGHT */
    .gifting-circle::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.gifting-circle-feather {
    width: 50px;
    height: 50px;
    stroke: white;
    stroke-width: 2;
}

.addstudent-rectangle {
    color: #009933;
    width: 200px;
    height: 40px;
    display: flex;
    border: 2px solid #009933;
    justify-content: center;
    align-items: center;
    /*padding-left:5px;*/
    border-radius: 25px;
    font-weight: bold;
}

.addstudent-circle-txt {
    /* (E1) CENTER TEXT IN CIRCLE */
    position: absolute;
    bottom: 15%;    
    width: 100%;
    text-align: center;
    /* (E2) THE FONT - NOT REALLY IMPORTANT */
    font-family: arial, sans-serif;
    font-weight: bold;
}

.addstudent-circle {
    /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
    width: 40px;
    border-radius: 50%;
    color: white;
    /* (B) BACKGROUND COLOR */
    background: #009933;
    /* (C) NECESSARY TO POSITION TEXT BLOCK */
    line-height: 0;
    position: relative;
}

    /* (D) MATCH HEIGHT */
    .addstudent-circle::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.addstudent-feather {
    width: 30px;
    height: 30px;
    stroke: white;
    stroke-width: 4;
}

.student-list-background{
    background-color: #E6E6E6;
    padding: 3px 5px 1px 2px;
}

.home-feather {
    width: 32px;
    height: 32px;
    stroke: #95000d;
    stroke-width: 3px;
}

.user-feather {
    width: 32px;
    height: 32px;
    stroke: #95000d;
    stroke-width: 3px;
}

.logout-feather {
    width: 32px;
    height: 32px;
    stroke: #95000d;
    stroke-width: 3px;
}

.ErrorBGNonText {
    background-color: #ffb6c1 !important;
}