/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

#wrapper {
    background: #ffffff;

    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
    margin-top: 0;
}

body {
    -webkit-print-color-adjust: exact !important;
}
body.blog #wrapper {
    background: #ffffff center top no-repeat;
    margin-top: 10px;
    width: 960px;
    padding: 20px;
    border: 1px solid #B7B7B7;
}

.logo {
    padding: 40px 20px 20px 0;
}

.copyright {
    padding: 40px 0;
}

.site-title {
    /*border-bottom: 15px solid rgb(126, 153, 170);*/
    width: 100%;
    height: auto;
    padding-bottom: 10px
}

ul.inline-list.navigation {
    padding: 15px;
}

ul.inline-list.navigation a {
    color: #999999;
}

ul.inline-list.navigation a:hover {
    text-decoration: underline;
}

ul.inline-list > li, ul.link-list > li {
    margin-left: 15px;
    color: #999999;
}

p.intro {
    font-size: 21px;
    color: #231f20;
}

div.confirm {
    padding: 100px 0;
}

.hometype {
    padding: 38px;
}

.countdowner {
    font-size: 40px;
    text-align: center;
    margin-top: -102px;
    margin-bottom: 47px;
}

.slogan {
    font-size: 24px;
    color: #cc0000;
    text-align: center;
}

h5 a.button {
    position: relative;
    top: -10px;
}

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.orbit-wrapper .slider-nav span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}

.orbit-wrapper:hover .slider-nav span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#featuredContent div .slideimage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#featuredContent div div.slidetext {
    position: relative;
    z-index: 2;
    padding: 20px;
    width: 65%;
}

#featuredContent div form.fitin {
    position: relative;
    z-index: 2;
    padding: 20px;
    width: 30%;
    float: right;
}

#featuredContent div form.fitin fieldset {
    background: #fafafa;
    border-color: #b7b7b7;
}

#featuredContent div h4 {
    color: #fff;
}

#featuredContent div p {
}

.orbit-slide {
}

#data-segment {
    margin: 20px -15px;

}

#bargraphs .orbit.with-bullets {
    margin-bottom: 40px;
    max-height: 350px;
}

#bargraphs .orbit-slide {
    max-height: 350px;
}

#bargraphs .orbit-slide img {
    display: block;
    margin: 0 auto;
}

#bargraphs ul.orbit-bullets li {
    float: left;
    margin-left: 4px;
    cursor: pointer;
    color: #999999;
    text-indent: -9999px;
    background: url('../images/bullets.png') no-repeat 0 0;
    width: 17px;
    height: 16px;
    overflow: hidden;
}

#bargraphs ul.orbit-bullets li.active {
    color: #222222;
    background-position: -16px 0;
}

.bucket-slide {
    background: #fff;

    padding: 5px;
}

#table-history {
    /*margin-top:-90px;*/
    padding-top: 2px;
}

#the-table {
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 10px;

}

#preferred-segment {
    margin: 40px -15px;
    background: #cccccc url(../images/shade-down.png) top center no-repeat;
}

#preferred {
    padding: 30px 0;
}

#preferred span {
    display: inline-table;
    width: 60%;
    padding-left: 10px;
    height: 55px;
}

#home-segment {
    padding-top: 15px;
    margin: 0 -15px 40px;
    /*background:#444 url(../images/shade-down.png) top center no-repeat;*/
}

.learn-more h2 {
    font-size: 28px;
    text-align: left;
	color: #000;
	margin-bottom: 20px;
}

a.learn-reg {
	opacity: 1;
	transition: opacity 600ms ease;
}
a.learn-reg:hover {
	opacity: 0.7;
}

/* Custom Checkbox and Radio Inputs */
form.custom .custom, form.custom form.awesome input[type="radio"] + label:before, form.awesome form.custom input[type="radio"] + label:before,
form.custom form.awesome input[type="checkbox"] + label:before,
form.awesome form.custom input[type="checkbox"] + label:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    border: solid 1px #cccccc;
    background: white;
}

form.custom .custom.radio, form.custom form.awesome input[type="radio"] + label.radio:before, form.awesome form.custom input[type="radio"] + label.radio:before,
form.custom form.awesome input[type="checkbox"] + label.radio:before,
form.awesome form.custom input[type="checkbox"] + label.radio:before {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

form.custom .custom.checkbox:before, form.custom form.awesome input[type="radio"] + label.checkbox:before:before, form.awesome form.custom input[type="radio"] + label.checkbox:before:before,
form.custom form.awesome input[type="checkbox"] + label.checkbox:before:before,
form.awesome form.custom input[type="checkbox"] + label.checkbox:before:before {
    content: "";
    display: block;
    line-height: 0.8;
    height: 14px;
    width: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
}

form.custom .custom.radio.checked:before, form.custom form.awesome input[type="radio"] + label.radio.checked:before:before, form.awesome form.custom input[type="radio"] + label.radio.checked:before:before,
form.custom form.awesome input[type="checkbox"] + label.radio.checked:before:before,
form.awesome form.custom input[type="checkbox"] + label.radio.checked:before:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222222;
    position: relative;
    top: 3px;
    left: 3px;
}

form.custom .custom.checkbox.checked:before, form.custom form.awesome input[type="radio"] + label.checkbox.checked:before:before, form.awesome form.custom input[type="radio"] + label.checkbox.checked:before:before,
form.custom form.awesome input[type="checkbox"] + label.checkbox.checked:before:before,
form.awesome form.custom input[type="checkbox"] + label.checkbox.checked:before:before {
    content: "\00d7";
    color: #222222;
}

/* Custom Select Options and Dropdowns */
form.custom {
    /* Custom input, disabled */
}

form.custom .custom.dropdown, form.custom form.awesome input[type="radio"] + label.dropdown:before, form.awesome form.custom input[type="radio"] + label.dropdown:before,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top;
}

form.custom .custom.dropdown ul, form.custom form.awesome input[type="radio"] + label.dropdown:before ul, form.awesome form.custom input[type="radio"] + label.dropdown:before ul,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before ul,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before ul {
    overflow-y: auto;
    max-height: 200px;
}

form.custom .custom.dropdown .current, form.custom form.awesome input[type="radio"] + label.dropdown:before .current, form.awesome form.custom input[type="radio"] + label.dropdown:before .current,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before .current,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before .current {
    cursor: default;
    white-space: nowrap;
    line-height: 2.25em;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-left: 0.5em;
    margin-right: 2.3125em;
}

form.custom .custom.dropdown .selector, form.custom form.awesome input[type="radio"] + label.dropdown:before .selector, form.awesome form.custom input[type="radio"] + label.dropdown:before .selector,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before .selector,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before .selector {
    cursor: default;
    position: absolute;
    width: 2.5em;
    height: 2.3125em;
    display: block;
    right: 0;
    top: 0;
}

form.custom .custom.dropdown .selector:after, form.custom form.awesome input[type="radio"] + label.dropdown:before .selector:after, form.awesome form.custom input[type="radio"] + label.dropdown:before .selector:after,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before .selector:after,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before .selector:after {
    content: "";
    display: block;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #aaaaaa transparent transparent transparent;
    position: absolute;
    left: 0.9375em;
    top: 50%;
    margin-top: -3px;
}

form.custom .custom.dropdown:hover a.selector:after, form.custom form.awesome input[type="radio"] + label.dropdown:hover:before a.selector:after, form.awesome form.custom input[type="radio"] + label.dropdown:hover:before a.selector:after,
form.custom form.awesome input[type="checkbox"] + label.dropdown:hover:before a.selector:after,
form.awesome form.custom input[type="checkbox"] + label.dropdown:hover:before a.selector:after, form.custom .custom.dropdown.open a.selector:after, form.custom form.awesome input[type="radio"] + label.dropdown.open:before a.selector:after, form.awesome form.custom input[type="radio"] + label.dropdown.open:before a.selector:after,
form.custom form.awesome input[type="checkbox"] + label.dropdown.open:before a.selector:after,
form.awesome form.custom input[type="checkbox"] + label.dropdown.open:before a.selector:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #222222 transparent transparent transparent;
}

form.custom .custom.dropdown .disabled, form.custom form.awesome input[type="radio"] + label.dropdown:before .disabled, form.awesome form.custom input[type="radio"] + label.dropdown:before .disabled,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before .disabled,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before .disabled {
    color: #888888;
}

form.custom .custom.dropdown .disabled:hover, form.custom form.awesome input[type="radio"] + label.dropdown:before .disabled:hover, form.awesome form.custom input[type="radio"] + label.dropdown:before .disabled:hover,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before .disabled:hover,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before .disabled:hover {
    background: transparent;
    color: #888888;
}

form.custom .custom.dropdown .disabled:hover:after, form.custom form.awesome input[type="radio"] + label.dropdown:before .disabled:hover:after, form.awesome form.custom input[type="radio"] + label.dropdown:before .disabled:hover:after,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before .disabled:hover:after,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before .disabled:hover:after {
    display: none;
}

form.custom .custom.dropdown.open ul, form.custom form.awesome input[type="radio"] + label.dropdown.open:before ul, form.awesome form.custom input[type="radio"] + label.dropdown.open:before ul,
form.custom form.awesome input[type="checkbox"] + label.dropdown.open:before ul,
form.awesome form.custom input[type="checkbox"] + label.dropdown.open:before ul {
    display: block;
    z-index: 10;
    min-width: 100%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

form.custom .custom.dropdown.small, form.custom form.awesome input[type="radio"] + label.dropdown.small:before, form.awesome form.custom input[type="radio"] + label.dropdown.small:before, form.custom form.awesome .file-input-wrapper input[type="radio"] + label.dropdown.clear:before, form.awesome .file-input-wrapper form.custom input[type="radio"] + label.dropdown.clear:before, form.custom .file-input-wrapper form.awesome input[type="radio"] + label.dropdown.clear:before, .file-input-wrapper form.awesome form.custom input[type="radio"] + label.dropdown.clear:before, form.custom form.awesome .file-input-wrapper input[type="radio"] + label.dropdown.browse:before, form.awesome .file-input-wrapper form.custom input[type="radio"] + label.dropdown.browse:before, form.custom .file-input-wrapper form.awesome input[type="radio"] + label.dropdown.browse:before, .file-input-wrapper form.awesome form.custom input[type="radio"] + label.dropdown.browse:before,
form.custom form.awesome input[type="checkbox"] + label.dropdown.small:before,
form.awesome form.custom input[type="checkbox"] + label.dropdown.small:before,
form.custom form.awesome .file-input-wrapper input[type="checkbox"] + label.dropdown.clear:before,
form.awesome .file-input-wrapper form.custom input[type="checkbox"] + label.dropdown.clear:before,
form.custom .file-input-wrapper form.awesome input[type="checkbox"] + label.dropdown.clear:before,
.file-input-wrapper form.awesome form.custom input[type="checkbox"] + label.dropdown.clear:before,
form.custom form.awesome .file-input-wrapper input[type="checkbox"] + label.dropdown.browse:before,
form.awesome .file-input-wrapper form.custom input[type="checkbox"] + label.dropdown.browse:before,
form.custom .file-input-wrapper form.awesome input[type="checkbox"] + label.dropdown.browse:before,
.file-input-wrapper form.awesome form.custom input[type="checkbox"] + label.dropdown.browse:before, form.custom .file-input-wrapper .custom.dropdown.clear, .file-input-wrapper form.custom .custom.dropdown.clear, form.custom .file-input-wrapper .custom.dropdown.browse, .file-input-wrapper form.custom .custom.dropdown.browse {
    max-width: 134px;
}

form.custom .custom.dropdown.medium, form.custom form.awesome input[type="radio"] + label.dropdown.medium:before, form.awesome form.custom input[type="radio"] + label.dropdown.medium:before,
form.custom form.awesome input[type="checkbox"] + label.dropdown.medium:before,
form.awesome form.custom input[type="checkbox"] + label.dropdown.medium:before {
    max-width: 254px;
}

form.custom .custom.dropdown.large, form.custom form.awesome input[type="radio"] + label.dropdown.large:before, form.awesome form.custom input[type="radio"] + label.dropdown.large:before,
form.custom form.awesome input[type="checkbox"] + label.dropdown.large:before,
form.awesome form.custom input[type="checkbox"] + label.dropdown.large:before {
    max-width: 434px;
}

form.custom .custom.dropdown.expand, form.custom form.awesome input[type="radio"] + label.dropdown.expand:before, form.awesome form.custom input[type="radio"] + label.dropdown.expand:before,
form.custom form.awesome input[type="checkbox"] + label.dropdown.expand:before,
form.awesome form.custom input[type="checkbox"] + label.dropdown.expand:before {
    width: 100% !important;
}

form.custom .custom.dropdown.open.small ul, form.custom form.awesome input[type="radio"] + label.dropdown.open.small:before ul, form.awesome form.custom input[type="radio"] + label.dropdown.open.small:before ul, form.custom form.awesome .file-input-wrapper input[type="radio"] + label.dropdown.open.clear:before ul, form.awesome .file-input-wrapper form.custom input[type="radio"] + label.dropdown.open.clear:before ul, form.custom .file-input-wrapper form.awesome input[type="radio"] + label.dropdown.open.clear:before ul, .file-input-wrapper form.awesome form.custom input[type="radio"] + label.dropdown.open.clear:before ul, form.custom form.awesome .file-input-wrapper input[type="radio"] + label.dropdown.open.browse:before ul, form.awesome .file-input-wrapper form.custom input[type="radio"] + label.dropdown.open.browse:before ul, form.custom .file-input-wrapper form.awesome input[type="radio"] + label.dropdown.open.browse:before ul, .file-input-wrapper form.awesome form.custom input[type="radio"] + label.dropdown.open.browse:before ul,
form.custom form.awesome input[type="checkbox"] + label.dropdown.open.small:before ul,
form.awesome form.custom input[type="checkbox"] + label.dropdown.open.small:before ul,
form.custom form.awesome .file-input-wrapper input[type="checkbox"] + label.dropdown.open.clear:before ul,
form.awesome .file-input-wrapper form.custom input[type="checkbox"] + label.dropdown.open.clear:before ul,
form.custom .file-input-wrapper form.awesome input[type="checkbox"] + label.dropdown.open.clear:before ul,
.file-input-wrapper form.awesome form.custom input[type="checkbox"] + label.dropdown.open.clear:before ul,
form.custom form.awesome .file-input-wrapper input[type="checkbox"] + label.dropdown.open.browse:before ul,
form.awesome .file-input-wrapper form.custom input[type="checkbox"] + label.dropdown.open.browse:before ul,
form.custom .file-input-wrapper form.awesome input[type="checkbox"] + label.dropdown.open.browse:before ul,
.file-input-wrapper form.awesome form.custom input[type="checkbox"] + label.dropdown.open.browse:before ul, form.custom .file-input-wrapper .custom.dropdown.open.clear ul, .file-input-wrapper form.custom .custom.dropdown.open.clear ul, form.custom .file-input-wrapper .custom.dropdown.open.browse ul, .file-input-wrapper form.custom .custom.dropdown.open.browse ul {
    min-width: 134px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.custom .custom.dropdown.open.medium ul, form.custom form.awesome input[type="radio"] + label.dropdown.open.medium:before ul, form.awesome form.custom input[type="radio"] + label.dropdown.open.medium:before ul,
form.custom form.awesome input[type="checkbox"] + label.dropdown.open.medium:before ul,
form.awesome form.custom input[type="checkbox"] + label.dropdown.open.medium:before ul {
    min-width: 254px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.custom .custom.dropdown.open.large ul, form.custom form.awesome input[type="radio"] + label.dropdown.open.large:before ul, form.awesome form.custom input[type="radio"] + label.dropdown.open.large:before ul,
form.custom form.awesome input[type="checkbox"] + label.dropdown.open.large:before ul,
form.awesome form.custom input[type="checkbox"] + label.dropdown.open.large:before ul {
    min-width: 434px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.custom .custom.dropdown ul, form.custom form.awesome input[type="radio"] + label.dropdown:before ul, form.awesome form.custom input[type="radio"] + label.dropdown:before ul,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before ul,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
}

form.custom .custom.dropdown ul li, form.custom form.awesome input[type="radio"] + label.dropdown:before ul li, form.awesome form.custom input[type="radio"] + label.dropdown:before ul li,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before ul li,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before ul li {
    color: #555555;
    font-size: 0.875em;
    cursor: default;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.375em;
    padding-right: 2.375em;
    min-height: 1.5em;
    line-height: 1.5em;
    margin: 0;
    white-space: nowrap;
    list-style: none;
}

form.custom .custom.dropdown ul li.selected, form.custom form.awesome input[type="radio"] + label.dropdown:before ul li.selected, form.awesome form.custom input[type="radio"] + label.dropdown:before ul li.selected,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before ul li.selected,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before ul li.selected {
    background: #eeeeee;
    color: black;
}

form.custom .custom.dropdown ul li:hover, form.custom form.awesome input[type="radio"] + label.dropdown:before ul li:hover, form.awesome form.custom input[type="radio"] + label.dropdown:before ul li:hover,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before ul li:hover,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before ul li:hover {
    background-color: #e4e4e4;
    color: black;
}

form.custom .custom.dropdown ul li.selected:hover, form.custom form.awesome input[type="radio"] + label.dropdown:before ul li.selected:hover, form.awesome form.custom input[type="radio"] + label.dropdown:before ul li.selected:hover,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before ul li.selected:hover,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before ul li.selected:hover {
    background: #eeeeee;
    cursor: default;
    color: black;
}

form.custom .custom.dropdown ul.show, form.custom form.awesome input[type="radio"] + label.dropdown:before ul.show, form.awesome form.custom input[type="radio"] + label.dropdown:before ul.show,
form.custom form.awesome input[type="checkbox"] + label.dropdown:before ul.show,
form.awesome form.custom input[type="checkbox"] + label.dropdown:before ul.show {
    display: block;
}

form.custom .custom.disabled, form.custom form.awesome input[type="radio"] + label.disabled:before, form.awesome form.custom input[type="radio"] + label.disabled:before,
form.custom form.awesome input[type="checkbox"] + label.disabled:before,
form.awesome form.custom input[type="checkbox"] + label.disabled:before {
    background-color: #dddddd;
}

form.awesome .custom, form.awesome input[type="radio"] + label:before,
form.awesome input[type="checkbox"] + label:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    border: solid 1px #cccccc;
    background: white;
}

form.awesome input[type="radio"],
    /*form.awesome input[type="checkbox"] {
      position: absolute;
      left: -100000px; }*/
form.awesome input[type="radio"] + label:before,
form.awesome input[type="checkbox"] + label:before {
    content: "";
    margin-right: 0.5em;
}

form.awesome input[type="radio"] + label {
    position: relative;
}

form.awesome input[type="radio"] + label:before {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

form.awesome input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222222;
    position: absolute;
    top: 6px;
    left: 4px;
}

form.awesome input[type="checkbox"] + label:before {
    content: "\00d7";
    display: inline-block;
    line-height: 0.8;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: normal;
    color: white;
}

form.awesome input[type="checkbox"]:checked + label:before {
    color: #222222;
}

form.awesome .dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.6125em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top;
}

form.awesome .dropdown .selector {
    cursor: default;
    position: absolute;
    width: 1.5em;
    height: 2.1875em;
    display: block;
    right: 0;
    top: 0;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    pointer-events: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    form.awesome .dropdown .selector {
        background: none;
    }
}

form.awesome .dropdown .selector:after {
    content: "";
    display: block;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #aaaaaa transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

form.awesome .dropdown:hover .selector:after,
form.awesome .dropdown :focus + .selector:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #222222 transparent transparent transparent;
}

form.awesome .dropdown :disabled {
    color: #888888;
}

form.awesome .dropdown :disabled:hover {
    background: transparent;
    color: #888888;
}

form.awesome .dropdown :disabled:hover:after {
    display: none;
}

form.awesome .dropdown select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: inherit;
    font-family: inherit;
    vertical-align: middle;
    border: none;
    background: none;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.5em;
    height: 2.1875em;
    padding: 0.40625em 0.5em;
    padding-right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    form.awesome .dropdown select {
        padding-right: 2em;
    }
}

.lt-ie9 form.awesome input[type="radio"],
.lt-ie9 form.awesome input[type="checkbox"] {
    position: static;
}

.lt-ie9 form.awesome input[type="radio"] + label:before,
.lt-ie9 form.awesome input[type="checkbox"] + label:before {
    content: none;
}

.lt-ie8 form.awesome .custom.dropdown, .lt-ie8 form.awesome input[type="radio"] + label.dropdown:before,
.lt-ie8 form.awesome input[type="checkbox"] + label.dropdown:before {
    overflow: hidden;
}

.lt-ie8 form.awesome .custom.dropdown .selector, .lt-ie8 form.awesome input[type="radio"] + label.dropdown:before .selector,
.lt-ie8 form.awesome input[type="checkbox"] + label.dropdown:before .selector {
    display: none;
}

.lt-ie8 form.awesome .custom.dropdown select, .lt-ie8 form.awesome input[type="radio"] + label.dropdown:before select,
.lt-ie8 form.awesome input[type="checkbox"] + label.dropdown:before select {
    margin: -2px;
    height: 2.5625em;
}

/* -----------------------------------------
   Page Name 1
----------------------------------------- */
fieldset legend {
    font-weight: bold;
    background: none;
    padding: 10px;
    margin: 0;
    margin-left: -3px;
}

#featuredContent div form.fitin fieldset legend {
    padding-top: 10px;
    line-height: 0;
    margin: 0 auto;
}

label {
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
}

label span {
    font-size: 18px;
}

label span.optin {
    font-size: 20px;
    line-height: 29px;
    margin-left: -25px;
    margin-top: -30px;
    padding-left: 55px;
    display: inline-block;
}

input[type="text"].readonly {
    background-color: #ADADAD;
}

/* -----------------------------------------
   Page Name 2
----------------------------------------- */
#bargraphs p {
    color: #000000;
}

.jqplot-target {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

table.jqplot-table-legend tbody tr td, table.jqplot-table-legend tr td {
    font-size: 11px;
    padding: 2px;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
    bottom: 0 !important;
}

.jqplot-xaxis-tick {
    font-size: 10px !important;
}

#needle-overlay {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -65px;
    z-index: 5000;
}

#chart4 {
    margin: 0 auto;
}

#chart4 .jqplot-meterGauge-tick {
    font-size: 1.25em;
    color: #ffffff;
    margin-left: -5px;
}

#chart4 .jqplot-grid-canvas {
    background: none !important;
    opacity: 0;
}

.percent-label {
    font-size: 18px;
}

.amount-label {
    margin-top: -20px;
    font-size: 14px;
}

.jqplot-meterGauge-label {
    font-size: 3em;
    color: #999;
}

canvas {
}

.mobileonly {
    display: none;
}

.mobilenot {
    display: block;
}

@media only screen and (max-width: 767px) {
    .mobileonly {
        display: block;
    }

    .mobilenot {
        display: none;
    }

    #featuredContent div div.slidetext {
        width: 100%;
        padding: 5px 10px;
        top: 10px;
    }

    #featuredContent div.slidetext h4 {
        font-size: 18px;
    }

    #featuredContent div.slidetext p {
        display: none;
    }

    h1 {
        background: #e2261c;
        margin-left: -15px;
    }

    h1 span {
        background: none;
        padding: 15px 15px 15px 40px;
        margin-left: 0;
        display: block;
    }

}

#circle {
    position: absolute;
    z-index: 5002;
    top: 75px;
    left: 68px;
    thickness: 20px;
}

#circle2 {
    position: absolute;
    z-index: 5003;
    top: 62px;
    left: 55px;
    thickness: 20px;
}

.lt-ie9 #circle, .lt-ie9 #circle2, .lt-ie9 #chart4 .jqplot-grid-canvas {
    display: none;
}

.first-item {
    padding-top: 10px;
}

.side-data p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10.3rem;
    line-height: 1.2;
}

.side-data p.tworows {
    margin-top: 9.3rem;
}

#targeted-sales {
    width: 100%;
    height: 45px;
    background: #ebebeb;
    border: 2px solid #ffffff;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 43px;
    font-size: 24px;
    font-weight: bold;
}

#cash-back {
    width: 100%;
    height: 45px;
    background: #ebebeb;
    border: 2px solid #ffffff;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 43px;
    font-size: 24px;
    font-weight: bold;
}

#cash-Back {
    width: 100%;
    height: 45px;
    background: #ebebeb;
    border: 2px solid #ffffff;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 43px;
    font-size: 24px;
    font-weight: bold;
}

#potential-earnings {
    width: 100%;
    height: 45px;
    background: #ebebeb;
    border: 2px solid #ffffff;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 43px;
    font-size: 24px;
    font-weight: bold;
}

#days-left {
    width: 100%;
    height: 45px;
    background: #ebebeb;
    border: 2px solid #ffffff;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 43px;
    font-size: 24px;
    font-weight: bold;
}

form.dashsnap fieldset legend {
    padding-top: 10px;
    line-height: 0;
    margin: 0 auto;
}

form.dashsnap fieldset {
    margin: 0;
    border: solid 2px #a6a6a6;
    padding: 0 10px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

@media only screen and (max-width: 767px) {
    #circle, #circle2, #circle canvas, #circle2 canvas {
        display: none;
    }

    #chart4, #needle-overlay {
        display: none;
    }

    #circle2 {
        position: absolute;
        z-index: 5003;
        top: -14px;
        left: 0px;
        thickness: 20px;
    }

    #circle {
        position: relative;
        z-index: 5002;
        top: 0;
        left: 0;
        height: 300px;
    }

    .percent-label {
        margin-top: 20px;
    }
}

.jCountdownContainer {
    margin: 0 auto;
}

#exampleModal.reveal-modal.medium {
    width: 40%;
    margin-left: -20%;
}

@media only screen and (max-width: 1287px) {
    #exampleModal.reveal-modal.medium {
        width: 60%;
        margin-left: -30%;
    }
}

@media only screen and (max-width: 875px) {
    #exampleModal.reveal-modal.medium {
        width: 80%;
        margin-left: -40%;
    }
}

@media only screen and (max-width: 767px) {
    #exampleModal.reveal-modal.medium {
        width: 100%;
        margin-left: -50%;
    }
}

.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}

.rwd-table tr {
    /* border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;*/
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    padding-top: .5em;
}

.rwd-table td:last-child {
    padding-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    /*font-weight: bold;*/
    width: 8.5em;
    display: inline-block;
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }
}

.rwd-table {
    /* background: #34495E;
     color: #fff;
     border-radius: .4em;*/
    overflow: hidden;
}

.rwd-table tr {
    /*border-color: #46627f;*/
}

.rwd-table th, .rwd-table td {
    margin: .5em 1em;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
}

.rwd-table th, .rwd-table td:before {
    /*color: #dd5;*/
}

/* liScroll styles */

.tickeroverlay-left {
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 30;
    height: 12px;
    width: 150px;
    top: 0;
    left: -2px;
}

.tickeroverlay-right {
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 30;
    height: 12px;
    width: 150px;
    top: 0;
    right: -2px;
}

.tickercontainer { /* the outer div */
    background: #ffffff;
    width: 100%;
    height: 100px;
    margin: 20px 0;
    padding: 0;
    overflow: hidden;
    /*border-top:1px #b6a4a5 solid;
    border-bottom:1px #b6a4a5 solid;*/
    -webkit-box-shadow: inset 0 11px 0px 0px white, inset 0 -11px 0px 0px white, inset 8px 0 11px -8px rgba(0, 0, 0, 0.4), inset -8px 0 11px -8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 11px 0px 0px white, inset 0 -11px 0px 0px white, inset 8px 0 11px -8px rgba(0, 0, 0, 0.4), inset -8px 0 11px -8px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 11px 0px 0px white, inset 0 -11px 0px 0px white, inset 8px 0 11px -8px rgba(0, 0, 0, 0.4), inset -8px 0 11px -8px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 5023;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    top: 2px;
    height: 100px;
    /*width: 718px;*/
    overflow: hidden;
}

ul.newsticker { /* that's your list */
    /*Transitions have been added in order set css3 transitions; and have linear easing. Changing these lines you might have unexpected results */
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    position: relative;
    margin-left: 20px;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    list-style-type: none;
    margin: 22px 0 0 0;;
    padding: 0;

}

ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding-right: 7px;
    margin-left: 20px;
    color: #999999;
    /*font-family: 'ds-digitalnormal';*/
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    /*background: #fff;*/
}

ul.newsticker li:after {
    content: "|";
    padding-left: 0;
}

ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #999999;
    /*font-family: 'ds-digitalbold';*/
    margin: 0 20px 0 0;
}

ul.newsticker span {
    margin: 0 10px 0 0;
}

ul.newsticker a:hover {
    color: #ff0000;
}

#webticker2 {
    float: right;
}

#webticker2 li {
    float: right; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding-left: 15px;
    /*background: #fff;*/
}

/*---- Custom Styles Including Mobile Styles ----- */

body.blog input[type="search"] {
    background-color: #E6E7E8;
    font-family: inherit;
    color: #999999 !important;
    float: right;
    border: 1px solid #B7B7B7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 11px;
    display: block;
    font-size: 12px;
    margin: 0 0 12px 0;
    padding: 6px;
    height: 26px;
    width: 226px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

@media only screen and (max-width: 760px) {
    .logo-bytes img {
        float: right;
        margin-top: 40px !important;
        margin-bottom: 20px;
        height: 60px;
        margin-right: 0px !important;
    }

    .border-box {
        float: left;
        border: 1.5px solid #B6B7B8;
        width: 360px !important;
    }

    .nav-bar-motor ul li {
        margin-bottom: -6px;
        font-size: 12px;
    }

    .nav-bar-motor ul li:hover {
        margin-bottom: -6px;
        color: #D62924;
    }

    .border-box-search {
        display: inline-block !important;
        float: right !important;
        padding-top: 25px !important;
        border: 1.5px solid #B6B7B8;
        padding: 10px;
        width: 360px !important;
        margin-top: 15px;
    }

    body.blog input[type="search"] {
        background-color: #E6E7E8;
        font-family: inherit;
        color: #999999 !important;
        float: right;
        border: 1px solid #B7B7B7;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 11px;
        display: block;
        font-size: 12px;
        margin: 0 0 12px 0;
        padding: 6px;
        height: 26px;
        width: 337px;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

    .headline-news {
        float: left;
        color: #CA0202;
        font-size: 30px !important;
        font-weight: bold;
        width: 360px !important;
        padding-top: 25px;
        padding-left: -25px;
        margin-left: -10px;
    }

    .date-news {
        color: #CA0202;
        font-size: 15px !important;
        font-weight: lighter;
        padding-top: 10px;
    }

    .motor-body {
        color: #616161;
        font-size: 10px !important;
        float: left !important;
    }

    .border-box-links {
        border: 1.5px solid #B6B7B8;
        width: 250px;
        padding-top: 0px;
        height: 301px;
        margin-top: 15px;
        margin-left: 30px !important;
        margin-bottom: 30px !important;
    }

    .border-box-links-1 {
        border: 1.5px solid #B6B7B8;
        width: 250px;
        padding-top: 20px;
        height: 640px !important;
    }

    .hide-element-img {
        display: block;
        display: none;
    }

    .headline-mini {
        color: #CA0202;
        width: 350px !important;
        margin-left: 0px !important;
        padding-top: 14px;
        font-weight: 600;
    }

    .motor-body-mini {
        color: #616161;
        font-size: 11px;
        float: right;
        margin-top: 4px !important;
        line-height: 17px;
    }

    .mini-date {
        display: block;
        padding-top: 5px;
        color: #CA0202;
        font-weight: 300;
        font-size: 13px;
    }

    .small-read {
        font-weight: 600;
        font-size: 11px;
        margin-left: 2px;
    }

    .small-red-arrow img {
        height: 17px;
        width: 23px;
        padding-top: 7px;
        padding-left: 2px;
    }

    body.blog ul, body.blog ol, body.blog dl {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 17px;
        margin-left: -2px !important;
        list-style-position: outside;
    }

    body.blog .nav-text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 17px;
        margin-left: 11px !important;
        list-style-position: outside;

    }

}

@media only screen and (min-width: 960px) {

    body.blog .logo-motorcraft {
        margin-left: 58px !important;
    }

}

@media only screen and (max-width: 960px) {

    .border-box-search {
        float: left !important;
        padding-top: 25px !important;
        border: 1.5px solid #B6B7B8;
        padding: 10px;
        width: 360px !important;
        margin-top: 15px;
        width: 100% !important;
    }

    body.blog input[type="search"] {
        float: left !important;
        background-color: #E6E7E8;
        font-family: inherit;
        color: #999999 !important;
        float: right;
        border: 1px solid #B7B7B7;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 11px;
        display: block;
        font-size: 12px;
        margin: 0 0 12px 0;
        padding: 6px;
        height: 26px;
        width: 100%;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

    .motor-body {
        color: #616161;
        font-size: 10px !important;
        float: left !important;
        line-height: 22px;
    }
}

@media only screen and (max-width: 400px) {
    .logo-bytes img {
        float: right;
        margin-top: 40px !important;
        margin-bottom: 20px;
        height: 60px;
        margin-right: 0px !important;
    }

    .border-box {
        float: left;
        border: 1.5px solid #B6B7B8;
        width: 360px !important;
    }

    .nav-bar-motor ul li {
        margin-bottom: -6px;
        font-size: 12px;
    }

    .nav-bar-motor ul li:hover {
        margin-bottom: -6px;
        color: #D62924;
    }

    .border-box-search {
        display: inline-block !important;
        float: right !important;
        padding-top: 25px !important;
        border: 1.5px solid #B6B7B8;
        padding: 10px;
        width: 360px !important;
        margin-top: 15px;
    }

    body.blog input[type="search"] {
        background-color: #E6E7E8;
        font-family: inherit;
        color: #999999 !important;
        float: right;
        border: 1px solid #B7B7B7;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 11px;
        display: block;
        font-size: 12px;
        margin: 0 0 12px 0;
        padding: 6px;
        height: 26px;
        width: 337px;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

    .headline-news {
        float: left;
        color: #CA0202;
        font-size: 30px !important;
        font-weight: bold;
        width: 360px !important;
        padding-top: 25px;
        padding-left: -25px;
        margin-left: -10px;
    }

    .date-news {
        color: #CA0202;
        font-size: 15px !important;
        font-weight: lighter;
        padding-top: 10px;
    }

    .motor-body {
        color: #616161;
        font-size: 10px !important;
        float: left !important;
        line-height: 22px;
    }

    .border-box-links {
        border: 1.5px solid #B6B7B8;
        width: 250px;
        padding-top: 0px;
        height: 301px;
        margin-top: 15px;
        margin-left: 30px !important;
        margin-bottom: 30px !important;
    }

    .border-box-links-1 {
        border: 1.5px solid #B6B7B8;
        width: 250px;
        padding-top: 20px;
        height: 640px !important;
    }

    .hide-element-img {
        display: block;
        display: none;
    }

    .headline-mini {
        color: #CA0202;
        width: 340px !important;
        margin-left: 0px !important;
        padding-top: 14px;
        font-weight: 600;
    }

    .motor-body-mini {
        color: #616161;
        font-size: 11px;
        float: right;
        margin-top: 4px !important;
        line-height: 17px;
    }

    .mini-date {
        display: block;
        padding-top: 5px;
        color: #CA0202;
        font-weight: 300;
        font-size: 13px;
    }

    .small-read {
        font-weight: 600;
        font-size: 11px;
        margin-left: 2px;
    }

    .small-red-arrow img {
        height: 17px;
        width: 23px;
        padding-top: 7px;
        padding-left: 2px;
    }

    body.blog ul, body.blog ol, body.blog dl {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 17px;
        margin-left: -2px !important;
        list-style-position: outside;
    }

    body.blog .nav-text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 17px;
        margin-left: 11px !important;
        list-style-position: outside;

    }

}

/*---- Mobile Styles End ----- */

/*---- Custom Styles Begin ----- */
.nav-bar-motor ul li {
    margin-top: 20px !important;
    padding-top: 20px !important;
}

.nav-bar-motor ul li:hover {
    margin-bottom: -6px;
    color: #D62924;
}

body.blog ul li {
    margin-bottom: -6px;
    margin-top: -10px;
}

body.blog ul li:hover {
    color: #D62924;
}

.logo-bytes img {
    float: right;
    margin-top: 20px;
    height: 60px;
    margin-right: 56px;
}

.search-bar {
    top: 0;
    right: 0;
    float: right;
    width: 450px;
    height: 82px;
    border: 1.5px solid #B6B7B8;
    margin-top: 10px;
    margin-right: 10px;
}

.nav-bar-motor ul li {
    display: inline;
    padding-left: 40px;
    color: #616161;
    padding: 5px;
    margin-left: 20px;
    text-align: center !important;
}

.sidebar-ul {
    padding-left: 20px !important;
}

.border-box {
    float: left;
    border: 1.5px solid #B6B7B8;
    padding: 10px;
    width: 445px;
    height: 75px;
}

.border-box-search {
    display: inline-block !important;
    float: right !important;
    padding-top: 25px !important;
    border: 1.5px solid #B6B7B8;
    padding: 10px;
    width: 430px;
    margin-left: 29px;
}

.row-spacing {
    height: 20px;
}

.hero-image img {
    float: left !important;
}

.related-links li {
    color: #656667;
    padding: 7px;
    list-style: none !important;
}

body.blog .links {
    color: #656667;
    padding-left: 24px;
}

.links-stories {
    color: #656667;
    padding-left: 19px;
}

.border-box-links {
    border: 1.5px solid #B6B7B8;
    width: 250px;
    padding-top: 0px;
    height: 301px;
    margin-left: 40px !important;
    margin-bottom: 196px;
}

.border-box-links-1 {
    border: 1.5px solid #B6B7B8;
    width: 250px;
    padding-top: 20px;
    height: 714px;
    margin-left: 40px !important;
}

.border-box-links-3 {
    border: 1.5px solid #B6B7B8;
    width: 250px;
    padding-top: 20px;
    height: 820px;
    margin-left: 40px !important;
}

.border-box-links-4 {
    border: 1.5px solid #B6B7B8;
    width: 250px;
    padding-top: 20px;
    height: 621px;
    margin-left: 40px !important;
}

.headline-news {
    color: #CA0202;
    font-size: 30px !important;
    font-weight: bold;
    width: 613px;
    padding-top: 25px;
    padding-left: 25px;
}

.date-news {
    color: #CA0202;
    font-size: 15px !important;
    font-weight: lighter;
    padding-top: 10px;
    padding-bottom: 13px;
}

.motor-body {
    color: #616161;
    font-size: 14px;
    float: right;
}

.read-more a {
    color: #CA0202;
    font-size: 15px;
    font-weight: bolder;
    padding-left: 8px;
}

.small-read a {
    color: #CA0202;
    font-size: 14px;
    font-weight: bolder;
}

.smaller-read a {
    color: #CA0202;
    font-size: 11px;
    font-weight: bolder;
    font-weight: 600;
}

.news-img {
    padding-left: 14px;
    float: left;
    width: 192px;
    padding-top: 14px;
}

.headline-mini {
    color: #CA0202;
    width: 400px;
    margin-left: 200px;
    padding-top: 15px;
    padding-left: 6px;
    font-weight: 600;
}

.motor-body-mini {
    color: #616161;
    font-size: 11px;
    float: right;
    margin-top: 4px !important;
    line-height: 17px;
}

.mini-date {
    display: block;
    padding-top: 5px;
    color: #CA0202;
    font-weight: 300;
    font-size: 13px;
}

body.blog .copyright-footer {
    color: #5D5D5D;
    font-size: 10px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.quote-blog {
    font-size: 18px;
    color: #616161;
    line-height: 25px;
    font-weight: 200;
}

.tag-btns {
    display: inline-block;
    padding: 10px;
    background-color: #CC0000;
    color: white;
    font-size: 9px;
    height: 28px;
    width: 90px;
    margin-top: 7px;
    font-weight: 700;
    margin-left: 22px;
    text-align: center;
    padding-bottom: 1px;
    border-radius: 5px;
}

.news-text {
    color: #CC0000;
    float: right;
    font-size: 10px;
    font-weight: 300;
    margin-right: 40px;
}

.news-1 {
    top: 1px;
    margin-left: 10px;
}

.news-2 {
    top: 1px;
    margin-left: 10px;
    margin-top: 22px;
}

.small-read {
    font-weight: 600;
    font-size: 11px;
}

.small-red-arrow img {
    height: 17px;
    width: 23px;
    padding-top: 7px;
    padding-left: 2px;
}

.tags-cat {
    color: #CCCCCC;
}

.main-hr {
    margin-bottom: 9px;
    margin-top: -20px;
}

/*---- Custom Styles Emd ----- */

/*----- RGraph Styles ----*/

#chart3 {
    position: relative;
    display: block;
    width: 500px;
    height: 395px;
    margin: 25px auto 10px;
    padding-top: 14px;
    background: url(../images/new-gauge.png) center center no-repeat;
}

.fancy_title {
    margin-top: -36px;
    position: relative;
}

.fancy_title span {

    width: 25px;
    display: inline-block;
    height: 36px;
    background: #edeeee;
    color: #000000;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 36px;
    font-size: 24px;
}

.fancy_title span.char1 {
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0);
    background: #ffffff;
}

/*.fancy_title span.char4,.fancy_title span.char8 {
    width:10px;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0);
    box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0);
    background:#ffffff;
}*/

#welcomeKitAcceptModel {
    z-index: 10000;
    width: 490px;
    height: 307px;
    background-image: url(../images/irf-login-back.png);
}

#welcomeKitAcceptModel.claimed {
    background-image: url(../images/irf-login-claimed.png);
}

#welcomeKitAcceptModel.declined {
    background-image: url(../images/irf-login-declined.png);
}

#welcomeKitAcceptModel #claim {
    width: 250px;
    display: block;
    height: 60px;
    top: 180px;
    left: 115px;
    cursor: pointer;
    position: absolute;
}

#welcomeKitAcceptModel #decline {
    color: black;
    bottom: 20px;
    left: 200px;
    cursor: pointer;
    position: absolute;
    background: lightgrey;
    padding: 8px;
}

div.clearmodal.reveal-modal {
    background: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.claimkit {
    text-align: center;
}

.claim-button {
    position: relative;
    bottom: 52px;
    margin: 0 auto;
    display: block;
    width: 125px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    padding: 7px 0;
    color: #000000;
    cursor: pointer;
}

.claim-button a {
    color: #000;
    font-size: 12px;
}

.claim-button:hover {
    background: rgba(255, 255, 255, 0.7);
}

.reportcard h3 {
    line-height: 2em;
}

.enroll-lists {
    margin: 80px 0 20px 20px;
}

.prog-lists {
    padding: 0 0 20px 20px;
}

.enrollment-bar {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    -webkit-box-shadow: 3px 2px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 2px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 2px 14px 0px rgba(0, 0, 0, 0.75);
    width: 560px;
    padding: 10px;
    margin: 20px 0;
}

.enroll-sec {
    width: 80%;
}

.enroll-sec li {
    line-height: 2em;
}

.enroll-sec span {
    float: right;
}

.prog-lists li {
    line-height: 2em;
}

.irf-prog {
    width: 80%;
    margin: 30px auto;
}

.irf-prog h3 {
    font-size: 24px;
}

.irf-prog p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.irf-prog p span {
    float: right;
    display: inline-block;
}

.irf-payout-table {
    width: 100%;
}

.irf-payout-table thead th, .irf-payout-table thead th:first-child, .irf-payout-table thead th:last-child {
    width: 20%;
    text-align: center;
    border: 1px solid #ccc;
}

.irf-payout-table tbody td {
    text-align: center;
    border: 1px solid #ccc;
}

table.irf-payout-table tbody tr:nth-child(even), table.irf-payout-table tbody tr:nth-child(odd) {
    background: #fff;
}

.irf-earned-totals {
    width: 100%;
    height: 300px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c7803+0,37ed07+100 */
    background: #1c7803; /* Old browsers */
    background: -moz-linear-gradient(left, #1c7803 0%, #37ed07 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1c7803 0%, #37ed07 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1c7803 0%, #37ed07 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c7803', endColorstr='#37ed07', GradientType=1); /* IE6-9 */
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #ffffff;
    margin-top: 110px;
}

p.totlabel {
    text-align: center;
    color: #fff;
    padding-top: 100px;
}

p.tottot {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.landing {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.landing .redheadline h1 {
    background: #7E99AA;
    margin-top: 8px;
    border-radius: 6px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    line-height: 1.4;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

.redheadline h1 {
    background: #7E99AA;
    margin-top: 8px;
    border-radius: 6px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    line-height: 1.4;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

.sidebarimg {
    padding-bottom: 20px;
}

.reward-message {
	    position: relative;
    width: 290px;
    /* right: 0; */
    float: right;
}
.reward-message img {
	position: relative;
	right: 0;
}
.reward-soon-text {
	    position: absolute;
    text-align: center;
    display: block;
    width: 200px;
    height: 150px;
    color: #fff;
    font-size: 16px;
    /* font-weight: bold; */
    top: 95px;
    line-height: 1.1;
    /* margin: 0 auto; */
    margin-left: 45px;
}
p.my-reward-text {
    position: absolute;
    text-align: center;
    display: block;
    width: 200px;
    color: #333;
    font-size: 12px;
    /* font-weight: bold; */
    top: 84px;
    line-height: 1.1;
    /* margin: 0 auto; */
    margin-left: 45px;
}
p.reward-expire-text {
    position: absolute;
    text-align: center;
    display: block;
    width: 300px;
    height: 20px;
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
    /* font-weight: bold; */
    top: 199px;
    line-height: 1.1;
    /* margin: 0 auto; */
    margin-left: -4px;
}
p.rebate-claim-text {
    position: absolute;
    text-align: center;
    display: block;
    width: 125px;
    height: 150px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    top: 97px;
    line-height: 1.1;
    /* margin: 0 auto; */
    margin-left: 141px;
}
p.rebate-claim-amount {
    position: absolute;
    text-align: center;
    display: block;
    width: 200px;
    height: 20px;
    text-transform: uppercase;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    top: 136px;
    line-height: 1.1;
    /* margin: 0 auto; */
    margin-left: 102px;
}
.rebate-row {
	border: 1px solid red;
    padding: 20px 5px 20px 5px;
    border-radius: 6px;
    margin: 1px !important;
}
.standard-row {
    padding: 20px 5px 0 5px;
    margin: 2px !important;
}

.landing .site-title {
    border-bottom: 0 solid #ed1c24;
}

.callout.deetails {
    margin: 0 0 1rem 0;
    padding: 0;
    border: 0 solid rgba(10, 10, 10, 0);
    border-radius: 0px;
    position: relative;
    color: #0a0a0a;
    background-color: white;
}

.callout.details table {
    border-radius: 6px;
    background: #f0f0f0;
    border-spacing: 0;
}

.callout.details table thead tr:first-child th {
    padding: 8px 10px 9px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-align: center;
}

.callout.details table thead tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

.callout.details table thead tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

.callout.details table thead, .callout.details table thead tr:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#727272+0,000000+100 */
    background: #727272; /* Old browsers */
    background: -moz-linear-gradient(top, #727272 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #727272 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #727272 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272', endColorstr='#000000', GradientType=0); /* IE6-9 */
    color: #fff;

}

.callout.details table thead tr:first-child th:last-child {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b9b9b+0,565656+100 */
    background: #9b9b9b; /* Old browsers */
    background: -moz-linear-gradient(top, #9b9b9b 0%, #565656 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b9b9b 0%, #565656 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b9b9b 0%, #565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9b9b', endColorstr='#565656', GradientType=0); /* IE6-9 */

}

.callout.details table tbody tr {
    background: #f0f0f0;
}

.callout.details table tbody tr td {
    background: url(../images/table-bar-back.png) center;
}

.callout.details table tbody tr td:first-child {
    background: url(../images/table-bar-back.png) no-repeat left center;
    background-size: cover;
}

.callout.details table tbody tr td:last-child {
    background: url(../images/table-bar-back.png) no-repeat right center;
    background-size: cover;
}

.callout.details table tbody tr:nth-child(odd) td:last-child {
    background-color: rgba(255, 255, 255, 0.55);

}

.callout.details table tbody tr:nth-child(even) td:last-child {
    background-color: rgba(255, 255, 255, 0.55);

}

.callout.details table tbody tr td:nth-child(5) {
    -webkit-box-shadow: inset -6px 0px 5px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -6px 0px 5px -5px rgba(0, 0, 0, 0.75);
    box-shadow: inset -6px 0px 5px -5px rgba(0, 0, 0, 0.75);
}

.callout.details table tfoot tr {
    background-color: #7e99aa;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;

}

.callout.details table tfoot tr td:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;

}

.callout.details table tfoot tr td:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;

}

.callout.details table tfoot tr td {
    color: #fff;
    font-size: 16px;

}

.callout.details table tfoot tr td:nth-child(2) {
    -webkit-box-shadow: inset -6px 0px 5px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -6px 0px 5px -5px rgba(0, 0, 0, 0.75);
    box-shadow: inset -6px 0px 5px -5px rgba(0, 0, 0, 0.75);
    text-align: right;
}

.callout.details table tfoot tr:nth-child(odd) td:last-child {
    background-color: #7e99aa;

}

.callout.details tbody td {
    padding: 10px 0 10px 0.625rem;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background-size: cover !important;
}

.callout.details table tbody tr.green td:nth-child(2):after {
    content: url(../images/dot-g.png);
    padding-left: 5px;
}

.callout.details table tbody tr.red td:nth-child(2):after {
    content: url(../images/dot-r.png);
    padding-left: 5px;
}

.callout.details table tbody tr.yellow td:nth-child(2):after {
    content: url(../images/dot-y.png);
    padding-left: 5px;
}

.callout.details .programNameClass {
    max-width: 150px;
    width: 150px;
    overflow: hidden;
    text-overflow: auto;
}

a.print-utility {
    color: #fff;
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 0;
    left: 68px;
}

span.print-icon {
    display: block;
    position: absolute;
    width: 90px;
    bottom: -31px;
    height: 73px;
    left: -88px;
    background: url(../images/home-disc-background.png) no-repeat top center, url(../images/home-disc-background-gray.png) top center no-repeat;
    background-size: contain;
}

span.print-icon img {
    position: relative;
    top: 19px;
    left: 39px;
}

.trophy-slider-container {
    height: 85px;
    background: url(../images/home-slider-top-shadow.png) no-repeat top center,
    url(../images/home-slider-bottom-shadow.png) no-repeat bottom center;
    background-color: #f5f5f5;
    margin: 0 0 30px;
    position: relative;
}

.trophy-slider-container ul {
    height: 85px;
    list-style: none;
    margin-left: 12%;
}

.trophy-slider-container ul li {
    display: inline-block;
    width: 150px;
    position: relative;
    height: 85px;
}

.trophy-slider-container ul li div {
    height: 85px;
    overflow: hidden;
}

.trophy-slider-container ul li div img {
    margin-top: -20px;
}

.trophy-slider-container ul li.quartertrophy span {
    /*content: url(../img/disc-lower-blank.png);*/
    display: block;
    width: 50px;
    position: absolute;
    bottom: -25px;
    left: 40%;
    z-index: 200;
}

.trophy-slider-container span {
    display: inline-table;
    width: 70%;
    text-align: center;
    margin-left: 24%;
    text-transform: uppercase;
    font-size: 12px;
    color: #95a6b1;
    /* padding-right: 0%; */
}

.ytd-earned-totals {
	width: calc(100% - 80px);
	padding: 20px 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c7803+0,37ed07+100 */
background: #1c7803; /* Old browsers */
background: -moz-linear-gradient(  #37ed07 0%,#1c7803 100%); /* FF3.6-15 */
background: -webkit-linear-gradient( #37ed07 0%,#1c7803 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient( #37ed07 0%,#1c7803 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37ed07', endColorstr='#1c7803',GradientType=1 ); /* IE6-9 */
	border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
    border: 2px solid #ffffff;
    -webkit-box-shadow:  1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow:  1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow:  1px 1px 5px 0px rgba(0,0,0,0.75);
	margin: 0 40px;
}
.buck {
	    width: 100%;
    background: #ebebeb;
    border: 2px solid #ffffff;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.header-report {
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border: 0px solid #000000;
    background: #636463;
    background: -moz-linear-gradient(top, #636463 0%, #060606 100%);
    background: -webkit-linear-gradient(top, #636463 0%,#060606 100%);
    background: linear-gradient(to bottom, #636463 0%,#060606 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636463', endColorstr='#060606',GradientType=0 );
    margin: 10px 0 0 0;
}
.header-report h2 {
    margin: 0 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0;
	text-align: center;
}
.header-report h3 {
    margin: 0 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0;
	text-align: center;
}
.detail-report {
    background: #f0f0f0;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    margin: 0 0 20px 0;
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border: 0px solid #000000;
    padding: 10px 0;
}
.orb-bar {
    width: 100%;
    max-width: 864px;
    height: auto;
    margin: 30px auto 65px;
}
.orb-bar1 {
    float: right;
    width: 74px;
    height: 71px;
    background: url(../images/home-disc-background.png) no-repeat,url(../images/home-disc-background-green.png) no-repeat;
    background-size: cover;
    margin-top: -20px;
    margin-right: -28px;
}
.orb-bar1 p {
    color: #999;
    font-size: 26px;
    text-align: center;
    line-height: 62px;
    padding-left: 15px;
}
.orb-bar2 {
    float: left;
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    height: 25px;
    background: #e1e1e1;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 2px solid #d7d7d7;
    border-top: 2px solid #7f7f7f;
    border-bottom: 2px solid #ffffff;
}
.orb-bar2 .progress-meter {
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    position: absolute;
    -webkit-border-radius: 20px 20px 20px 20px;
    height: 20px;
}
.orb-bar2 .progress-meter.measure {
	background: #636363;
}
.measure .orb-bar1 {
	z-index: 500;
	position: relative;
}
.current-program-sales {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 5px;
    background: none;
    text-align: right;
    position: relative;
}
.current-program-sales p {
    color: #666;
    text-align: right;
    margin: 0;
    padding: 0;
    background: #f0f0f0;
}
.current-program-title {
    font-family: 'Gotham';
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    display: inline-block;
    width: auto;
}
.current-program-amount {
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    display: inline-block;
    width: auto;
}

.maxpay {
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 160px;
    position: absolute;
    left: 26px;
    top: 100px;
}
.current-earnings {
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 160px;
    position: absolute;
    right: 26px;
    top: 100px;
}
#earnings-number {
    background: url(../images/earnings-box.png) no-repeat;
    width: 160px;
    height: 30px;
    color: #666;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-right: 10px;
    position: relative;
    z-index: 10;
    background-size: 100% 100%;
}
/*.days-left2, #earnings-number2,*/ #earnings-number3 {
	    -webkit-box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.3);
    box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.3);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 1px solid #fff;
    background: #fff;
    width: 75%;
    display: inline-block;
    text-align: center;
    font-size: 40px;
    line-height: 95px;
    margin: 7px 0 0 10px;
	color: #666;
}
#cvs7_rgraph_domtext_wrapper {
	top: -26px;
    left: 50%;
    margin-left: -100px;
	margin-bottom: -53px;
}
#cvs7 {
	background: url(../images/center-point.png) no-repeat center center;
}
.matchright {
	padding: 11px 0;
}
.orb-bar-pace{
    float: right;
    width: 54px;
    height: 49px;
    background: url(../images/home-disc-background.png) no-repeat,url(../images/home-disc-background-gray.png) no-repeat;
    background-size: cover;
    margin-top: -13px;
    margin-right: -20px;
	position: relative;
}
.targtitle {
	position: absolute;
    top: -27px;
    font-size: 10px;
    left: -70px;
    color: #000;
    margin-left: 2px;
    width: 200px;
    text-align: center;
}

.earnamount {
	position: absolute;
    bottom: -13px;
    font-size: 14px;
    left: -30px;
    color: #666;
    margin-left: 2px;
    width: 115px;
    text-align: center;
}

.progPurch {
	position: absolute;
    bottom: -35px;
    font-size: 16px;
    left: -46px;
    color: #000;
    margin-left: 2px;
    text-align: center;
    width: 170px;
}
/*.progPurch:before {
	position: absolute;
    top: -11px;
    left: 86px;
    margin-left: 2px;
    width: 2px;
    height: 10px;
    background: #666666;
    display: block;
    content: '';
} */
.grayBox {
    border: solid 1px #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 40px;
    margin: 18px 0;
}
.freeCourses {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.freeCourses p {
    font-size: 21px;
    color: #231f20;
    margin-bottom: 4px;
}
.numberBox {
    background-color: #cc0000;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 54px;
    color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.bottom-pad {
	padding-bottom: 100px;
}


@media only print {
    body.reportcard {
        /* zoom: 0.7; Old IE only */
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-top: -280px;
    }

    #cvs2_rgraph_domtext_wrapper {

        margin: 0 auto -280px auto;
    }

    #cvs3_rgraph_domtext_wrapper, #cvs2_rgraph_domtext_wrapper {
        -moz-transform: scale(0.8);
        -moz-transform-origin: 0 0;
    }

    .irf-earned-totals {
        border: 3px rgba(12, 78, 2, 1.00) solid;
    }
}

body {
    -webkit-print-color-adjust: exact !important;
}

.button.medium-spec {
    font-size: 12px;
}



.rebate-logo {
    margin: -20px auto;
    position: 	relative;
    z-index: 50;
}
.rebate-button.button {
    font-size: 24px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    padding: 16px 20px;
}

.gray-simple-table {
    width: 100%;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 3px solid #b7b7b7;
    border-right-width: 2px;
}
.gray-simple-table th {
    color: #666;
    font-size: 19px;
    font-weight: normal;
    background: #b7b7b7;
    padding: 10px 0;
    text-align: center;
}
.gray-simple-table td {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
    padding: 5px 0;
    text-align: center;
    border-right: 1px #b7b7b7 solid;
}
.gray-simple-table tbody tr:first-child td:before {
    padding: 10px;
    display: block;
}

.rebate-expand {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #ebebeb;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
    margin: 10px 0 0 0;
    position: relative;
}

.header-rebate1 {
    border-radius: 6px 0px 0px 0px;
    -moz-border-radius: 6px 0px 0px 0px;
    -webkit-border-radius: 6px 0px 0px 0px;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
    border-right: 5px solid #ebebeb;
    background: #ed1c24;
    margin: 0;
    width: 40%;
    display: block;
    float: left;
    position: relative;
}
.header-rebate2 {
    border-radius: 0px 6px 0px 0px;
    -moz-border-radius: 0px 6px 0px 0px;
    -webkit-border-radius: 0px 6px 0px 0px;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
    border: 0px solid #000000;
    background: #363636;
    margin: 0;
    width: 60%;
    display: block;
    float: left;
    position: relative;
}
.header-rebate1 h2, .header-rebate2 h2 {
    margin: 0 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}
.header-rebate1 h3 {
    margin: 0 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    padding: 10px 0;
    text-align: center;
}
.header-rebate2 h3 {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 24px;
    padding: 7px 10px;
    text-align: center;
}
.header-rebate1 h3:before {
    content: '$';
    font-size: 24px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.header-rebate1 h3:after {
    content: 'OFF';
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: -15px;
    transform: rotate(270deg);
}
.header-rebate2 > h3:before {
    content: 'redeem up to ';
    font-size: 24px;
    color: #999999;
}
.header-rebate2 > h3:after {
    content: ' times';
    font-size: 24px;
    color: #999999;
}
.detail-rebate {
    background: #f0f0f0;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    margin: 0 0 20px 0;
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border: 0px solid #000000;
    padding: 10px 0;
}

.rebate-photo {
    width: 40%;
    float: left;

    height: 170px;
    position: relative;
}
.rebate-photo img {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
}

.rebate-phototext {
    width: 60%;
    float: left;
    padding-right: 10px;
}
.rebate-phototext h4 {

    color: #666;
}
.rebate-phototext p {

    margin: 0 auto;
}
.rebate-stats {
    text-align: center;
    padding: 0 4%;
    line-height: 1.1;
    font-size: 18px;
    max-width: 180px;
}
.expand-button.button {
    font-size: 14px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    padding: 5px 20px;
    margin: 8px 0;
}
.button.grey-button {
    font-size: 14px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    padding: 5px 20px;
    margin: 8px 0;
    background-color: #464646;
}
.collapsing {
    padding: 30px;
}
.button.invis {
    display: none;
}
.invis {
    display: none;
}
.collapsing p,
.collapsing ol {
    font-size: 16px;
    color: #333;
}


@media only print {
    body.reportcard {
        /* zoom: 0.7; Old IE only */
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-top: -280px;
    }
    #cvs2_rgraph_domtext_wrapper {

        margin: 0 auto -280px auto;
    }
    #cvs3_rgraph_domtext_wrapper,#cvs2_rgraph_domtext_wrapper {
        -moz-transform: scale(0.8);
        -moz-transform-origin: 0 0;
    }
    .irf-earned-totals {
        border:3px rgba(12,78,2,1.00) solid;
    }
}

.hometype h5 {
    font-size: 30px;
    color: #231f20;
    border-bottom: solid 20px #b7b7b7;
    margin-top: 32px;
}

.hometype fieldset legend {
    font-weight: bold;
    background: none;
    padding: 10px;
    margin: 0 auto;
    top: 10px;
    /* margin-left: -3px; */
}

.giant-parts table {
	
    border-spacing: 0;
	border: 1px solid #999;
}
.giant-parts table thead tr th {
    padding: 5px 10px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
	line-height: 1;
	text-align: center;
	background: #727272;
    background: -moz-linear-gradient(top, #727272 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #727272 0%,#000000 100%);
    background: linear-gradient(to bottom, #727272 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#000000',GradientType=0 );
} 
.giant-parts table tbody tr td {
    padding: 5px 10px;
    font-size: 9px;
	line-height: 1;
	text-align: center;
} 
.giant-parts table thead tr th:first-child {
	background: #ea1c24;
}
.giant-parts table tbody tr td {
	border-left:1px solid #999;
	border-top:1px solid #999;
}
.giant-parts table tbody tr td:first-child {
	border-left:0px solid #999;
}
.giant-parts table tbody tr:first-child td {
	border-top:0px solid #999;
}
.row .row.giant-parts {
    margin: 0 -5px;
}
.giant-parts .column, .giant-parts .columns {
    padding: 0 5px;
}


.button {
    width: auto;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-align: center;
    background: rgb(126, 153, 170);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(126, 153, 170);
    border-image: initial;
    margin: 0px;
    padding: 10px 20px 11px;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out;
}

.two-button-aside {
    border: 4px solid #7b98ac;
    text-align: center;
    padding: 15px 10px;
	margin-bottom: 20px;
}
.two-button-aside .row {
    padding-top: 15px;
}
.two-button-aside .button {
    font-size: 12px;
}
.borderit {
	border-right: 5px solid #59595b;
	padding-top: 10px;
}
