/*
Theme Name: Flint Speakers Bureau
Theme URI: http://flint-group.com
Description: Flint Speakers Bureau theme.
Author: Jamie Thompson
Author URI: http://flint-group.com
Version: 1.0
Tags:

License:
License URI:

General comments (optional).
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #404745;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
    .container {
      width: 1370px;
    }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.container {
  position: relative;
  clear: left;
}
body,
html {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}

a {
  color: #bf1c30;
  text-decoration: none;
}
a:hover {
  color: #ccc;
}

/*
#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 15px;
}

#tabs li {
  float: left;
  clear: right;
  margin: 0 30px 0 15px;
}

#tabs a {
  position: relative;
  background: #c7c7c7;
  padding: .7em 1.5em;
  float: left;
  text-decoration: none;
  color: #bf1c30;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 5px 0 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a.on,
#tabs a.on::before,
#tabs a.on::after,
#tabs a:hover,
#tabs a:hover::before,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::before,
#tabs a:focus::after {
  color: #444;
  background: #efefed;
  z-index: 3;
}

#tabs a:focus {
  outline: 0;
}

#tabs a::before {
  content:'';
  position:absolute;
  z-index: 2;
  top: 0;
  left: -20px;
  bottom: 0;
  width: 30px;
  background: #c7c7c7;
  transform: skew(-25deg);
  border-radius: 10px 0 0 0;
}
#tabs a::after {
  content:'';
  position:absolute;
  z-index: 2;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 30px;
  background: #c7c7c7;
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(25deg);
  border-radius: 0 10px 0 0;
}

#tabs #current a,
#tabs #current a::after {
  background: #fff;
  z-index: 3;
}*/


#content {
  background: #fff;
  padding: 2em;
  height: 220px;
  position: relative;
  z-index: 2;
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}
#top-content{
   margin: 40px 0 20px 0;
}
.welcome{
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.fullname {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #7a7a7a;
}
.userinfo {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #7a7a7a;
	margin-top: 6px;
}

.rewards-table {
	width: 100%;
	margin-top: 36px;
}
.rewards-table tr {
	height: 36px;
}
.rewards-table tr:nth-child(even) {
    background-color: #efefef
}
.rewards-table th,
.rewards-table td {
	width: 16%;
	text-align: left;
	padding-left: 10px;
}
.dealerpage .rewards-table th,
.dealerpage .rewards-table td {
	width: auto;
	text-align: left;
	padding-left: 10px;
}
.rewards-table th {
	font-size: 14px;
	color: #000;
	border-bottom: 2px solid #000;
}
.rewards-table th a {
	color: #000;
}
.rewards-table th a:hover {
	color: #bf1c30;
}
.rewards-table td {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #7a7a7a;
}
.pagination-container {
	text-align: center;
}
.pagination {
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
      margin-top: 32px;
}
.pagination a {
    color: #bf1c30;
    text-decoration: none;
}
.pagination a:hover {
    color: #fff;
  	background-color: #bf1c30;
    text-decoration: none;
}
.pagination a, .pagination .current, .pagination .disabled {
    display: inline-block;
    border: 1px solid black;
    padding: 4px 10px;
    margin: 0px 6px;
    height: 30px;
}
.pagination .current {
    color: #fff;
  	background-color: #7a7a7a;
}

#header{
  background: url("img/bg_striped.gif");
  position: relative;
  height: auto;
}
#main{
  background-color: #efefed;
}

#logo {
  margin: 25px 0;
}

#logo{
  float: none;
  display: block;
}
#header nav, #user-nav{
  float: left;
  display: block;
}
#user-nav a, nav a {
  color: #fff;
  text-decoration: none;
}
#user-nav a:hover, #user-nav .on {
  color: #ccc;
}

#tabs {
  padding: 0px 0px 0px 0px;
  margin: 0 0 10px 6px;
  list-style: none;
}
#tabs li {
  display: inline;
}
#tabs li:not(:first-child):before, #tabs li:not(:first-child):after {
    /*content: " | ";*/
    margin: 0 6px;
}
#tabs li:not(:first-child):before, #tabs li:last-child:after {
    content: " | ";
    /*margin: 0 6px;*/
}
#user-nav {
  padding-top: 0px;
  float: none;
}
#user-nav a {
  color: #fff;
  text-decoration: none;
}
#user-nav a:hover {
  color: #ccc;
}

#sign-in{
  height: 409px;
  margin-bottom: 0px;
    padding-top: 12px;
}
#sign-in label{
  display: inline-block;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

#sign-in input[type="text"], #sign-in input[type="password"]{
  width: 100%;
  height: 30px;
  border: 2px solid black;
  margin-bottom: 8px;
}

#sign-in ul{
	padding-left: 15px;
	font-size: 13px;
}

#submit, .submit{
  display: inline-block;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #bf1c30;
  border: none;
  padding: 10px 18px;
  margin-top: 14px;
}
#submit:hover, .submit:hover{
  color: #242021;
  text-decoration: none;
}
#login-form #submit {
    margin-top: 2px;
}
.error{
  width: 100%;
  color: #bf1c30;
}
.error li{
  list-style: none;
  text-align: center;
}
.message {
  /*width: 100%;
  text-align: center;*/
}

.suggest-holder {
    width: 300px;
}
.suggest-holder input {
    width: 146px;
    border: 1px solid rgba(0,120,0,.6);
}
.suggest-holder ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #555;
    margin-top: -6px;
    clear: left;

    max-height: 300px;
    position: absolute;
    background-color: #fff;
    margin-top: 25px;
    overflow: hidden;
}
.suggest-holder li {
    padding: 5px;
}
.suggest-holder li:hover {
    cursor: pointer;
}
.suggest-holder li:hover, li.active {
    background: rgba(0,120,0, .2);
}
.suggest-name {
    font-weight: bold;
    display: block;
    font-size: 12px;
    height: 15px;
}
.suggest-description {
    font-style: italic;
    font-size: 11px;
    color: #999;
}



#card{
  background: url('img/card.jpg') #ffffff no-repeat bottom right;
}
#agco-plus-module{
  background: url('img/agco-plus.png') #ffffff no-repeat 180px 165px;
}
.home .one-third{
  position: relative;
  width: 100%;
  min-height: 230px;
  float: left;
  background-color: #fff;
  padding: 32px;
  margin: 20px 20px 0px 0;
  font-size: 14px;
  color: #242021;
}
.home .one-third h2{
  color: #bf1c30;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin: 0px 0 12px 0;
  border-bottom: 2px solid #242021;
}
.home .one-third h3,
#accumulator h3,
.home .two-third h3{
    color: #bf1c30;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-top: 0px;
    border-bottom: 2px solid #242021;
    display: inline-block;
    width: auto;
}
#accumulator h3.sectionhead{
    margin-top:4em;
    margin-bottom: 0;
    border-bottom:none;
}
#accumulator h4 {
  color: #bf1c30;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-top: 0px;
  margin-bottom: 36px;
}
.home .one-third a {
  color: #bf1c30;
  font-weight: 700;
}
.bottomlink{
  position: absolute;
  bottom: 8px;
}
.home .two-third{
  width: 100%;
  height: auto;
  float: left;
  clear: right;
  background-color: #ffffff;
  background-image: none;
  background-size: scale;
  padding: 32px;
  margin: 20px 20px 0px 0;
  color: #242021;}
/*.home .two-third h3{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
}*/
.home .two-third li{
  list-style-type: none;
}
article{
  background-color: #fff;
}
.form article{
    padding: 32px;
    margin: 20px 0px 20px 0px;
}
h1{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 700;
}
#accumulator {
  position: relative;
  background-color: #fff;
  padding: 10px 0px 32px 0px;
  margin: 20px 20px 0px 20px;
  border-bottom: 2px solid #000;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
}
#accumulator h3{
  margin-bottom: 10px;
}
#dealerlist {
	font-size: 12px;
	height: 26px;
}
#dealerform {
	position: absolute;
	top: 10px;
	right: 300px;
}
#searchform {
	position: absolute;
	top: 10px;
	right: 0px;
}
#searchbox {
	text-align: center;
}
.export-button {
	text-align: center;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    color: #fff !important;
  	background-color: #bf1c30;
  	margin-bottom: 10px;
  	padding: 3px 0px;
}
#progressbar{
  width: 100%;
  height: 60px;
  background-color: ##efefed;
  border: 2px solid black;
}
#progressbar-inner{
  position: relative;
  height: 56px;
  background: url("img/bg_striped.gif");
}
#pointer {
  position: absolute;
  right: -6px;
  bottom: -88px;
}
.spent, .remaining{
  float:left;
  text-align: left;
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
  padding-top: 20px;
}
.remaining{
  float:right;
  text-align: right;
  color: #999999;
}
.spent span, .remaining span{
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  padding-top: 12px;
}

.dashboard .one-third{
  position: relative;
  width: 90%;
  min-height: 230px;
  float: left;
  background-color: #fff;
  border-bottom: 2px solid #000;
  padding: 32px;
  margin: 0PX 20px 0px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.dashboard .one-third.last{
  border-bottom: 0px;
}
.dashboard .one-third label{
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif !important;
  color: #242021;
}
.amount {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #242021;
}
/*.dashboard .one-third h2{
  color: #bf1c30;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin: 0px 0 28px 0;
  border-bottom: 2px solid #242021;
}
.dashboard .one-third, article h3{
  color: #bf1c30;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-top: 0px;
  border-bottom: 2px solid #242021;
}*/

.formtitle{
  float: left;
  clear: left;
  text-align: left;
  width: 50%;
  padding: 10px 0px 5px 0px;
}
.formtitle span, .forminput span{
  color: #bf1c30;
}
.forminput{
  float: left;
  padding: 0px 10px 5px 10px;
}
.forminput input[type="text"], .forminput input[type="password"]{
  float: left;
  width: 200px;
  border: 1px solid #ddd;
}
.enroll-agree {
  max-width: 250px;
  font-size: 11px;
  padding: 15px 10px !important;
}
.pwtext {
    font-size: 10px;
    line-height: 12px;
    display: block;
    color: #000 !important;
    max-width: 250px;
    margin-top: -10px;
}
#not-found form {
  width: 45%;
  float: left;
  text-align: center;
  margin: 20px 0 0 0;
}
#not-found .or{
  float: left;
  width: 10%;
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}
#footer{
  font-family: 'Roboto Condensed', sans-serif;
  padding: 40px 0 30px 0;
  background-color: #242021;
  color: #fff;
}

#footer a {
  color: #bf1c30;
  text-decoration: none;
}
#footer a:hover {
  color: #ccc;
}

#footer .left {
  width: 50%;
  float: left;
}

#footer .right{
  width: 50%;
  float: right;
  text-align: right;
  clear: right;
}
#footer .middle{
  font-size: 14px;
  color: #000;
  margin-top: 20px;
}
#bottom{
  background-color: #000;
}
#bottom .container{
  text-align: right;
  padding: 10px 0px;
  font-size: 12px;
}
.separator {
  background-color: #000;
  height: 3px;
  width: 100%;
  clear: both;
  margin: 46px 0px 22px 0px;
}


.homeslider{
	background-color: #ffffff;
	height: 100%;
	color: #000;
}
.homeslider, .homeslider div, .homeslider div div{
	height: 100%;
}
.slide {
/*    width: 100% !important;
    max-width: 720px !important;*/
	color: #fff;
}
.slide1{
	background: none; /*url('img/bg_enroll.jpg');*/
    background-size: cover;
    color: #000;
}
.slide1 div{
    padding: 32px 32px;
}
.slide2{
	background: none; /*url('img/bg_signup.jpg');*/
	color: #000;

}
.slide2 div{
    padding: 32px 32px;
    position: relative;
}

.slide2 ul {
	width: auto;
	margin: 0 auto;
	display: block;
}
.slide2 ul li{
	text-align: left;
	list-style-type: disc !important;
}
.slide2 div .submit{
    position: relative;
    right: auto;
    bottom: auto;
}
.slide3{
	background: none; /*url('img/bg_finddealer.jpg');*/
    background-size: scale;
}
.slide3 div{
    padding: 32px 32px;
    position: relative;
}
.slide3 div h3{
	display: block;
}
.slide3 div .submit{
    position: relative;
    right: auto;
    bottom: auto;
}
.slick-dots {
    bottom: -1px;
    text-align: right;
    margin-right: 20px;
}
.slick-dots li{
	margin: 0px 0px !important;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    color: #fff !important;
}

.preregister {
	color: #bf1c30;
	font-weight: bold;
}
.preregister:hover {
	color: #bf1c30;
	text-decoration: underline;
}

/* Invoice Redemption Updates - 3/2020 */
.controlrow{
    padding:4em 0 2em 0;
    text-align: right;
}
.controlrow button,
.controlrow a.btn{
    margin-left:0.5em;
}
button,
a.btn{
    background:#bf1c30;
    padding:0.6em 2.2em 0.6em 1em;
    color:#FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    border:0;
    outline: none;
    line-height: 120%;
    position: relative;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    text-decoration: none;
    display: inline-block;
}
button.secondary,
a.btn.secondary{
    background:#efefed;
    color: #000;
    padding:0.6em 1em 0.6em 1em;
}
button:after,
a.btn:after{
    content:'\f054';
    position: absolute;
    right:1em;
    top:0.75em;
    font-weight: normal;
    font-family: 'FontAwesome';
    font-size: 13px;
}
button.secondary:after,
a.btn.secondary:after{
    display: none;
}
button:hover,
button:active,
a.btn:hover,
a.btn:active{
    background:#242021;
}
button.secondary:hover,
a.btn.secondary:hover,
button.secondary:active,
a.btn.secondary:active{
    background:#c3c3c3;
    color:#000;
}
button:disabled,
button[disabled]{
    opacity: 0.3;
}
.borderbox{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.borderbox > *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gridcontainer{
    position: relative;
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-left:-30px;
    margin-right:-30px;
}
.griditem{
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    width: 100%;
    padding-left:30px;
    padding-right:30px;
}
form#invoice{
    margin-top:2.5em;
}
.fieldcontainer, .uploadcontainer{ margin:1em 0; }
.fieldcontainer label,
.uploadcontainer label{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #7a7a7a;
    line-height: 140%;
    margin:0.5em 0;
}
.fieldcontainer input[type="text"],
.fieldcontainer input[type="email"],
.fieldcontainer input[type="date"],
.fieldcontainer input[type="number"],
.uploadcontainer input[type="file"]{
    border:2px solid #000;
    width: 100%;
    padding:0.6em;
}
.uploadcontainer div.small{
    font-size: 12px;
    margin-top:0.6em;
}
#errorlist{
    padding:1em;
    background:#efefed;
    border-radius: 6px;
    margin: 2em auto 1em auto;
    max-width: 800px;
    box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}
#errorlist ul li{
    font-size: 0.85em;
    margin:0.4em 0;
}
#errornote{
    font-weight: bold;
    font-size: 0.9em;
    margin:0 0 1em 0;
}
#upload-current-file{
    display: inline-block;
    vertical-align: middle;
    margin-right:0.6em;
    margin-top:0.3em;
}
#clear-upload{
    display: inline-block;
    vertical-align: middle;
    margin-top:0.15em;
    margin-left:0.5em;
    font-size: 1.2em;
}
#redeem-details{ margin-top:2em; }
#accumulator #redeem-details h4{
    color: #7a7a7a;
    text-transform: none;
    margin:2.5em 0 0 0;
}
#accumulator #redeem-details p{
    margin-top:0;
    margin-bottom:1em;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #7a7a7a;
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
    #tabs {
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        padding-left: 15px;
    }
    #tabs li {
    float: left;
    clear: right;
    margin: 0 30px 0 15px;
    }
    #tabs a {
    position: relative;
    background: #c7c7c7;
    /*background-image: linear-gradient(to bottom, #fff, #ddd);  */
    padding: .7em 1.5em;
    float: left;
    text-decoration: none;
    color: #bf1c30;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: 5px 0 0 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.4);
    }
    #tabs a.on,
    #tabs a.on::before,
    #tabs a.on::after,
    #tabs a:hover,
    #tabs a:hover::before,
    #tabs a:hover::after,
    #tabs a:focus,
    #tabs a:focus::before,
    #tabs a:focus::after {
    color: #444;
    background: #efefed;
    z-index: 3;
    }
    #tabs a:focus {
    outline: 0;
    }
    #tabs a::before {
    content:'';
    position:absolute;
    z-index: 2;
    top: 0;
    left: -20px;
    bottom: 0;
    width: 30px;
    background: #c7c7c7;
    /*background-image: linear-gradient(to bottom, #fff, #ddd);  */
    /*box-shadow: 2px 2px 2px rgba(0,0,0,.4);*/
    transform: skew(-25deg);
    border-radius: 10px 0 0 0;
    }
    #tabs a::after {
    content:'';
    position:absolute;
    z-index: 2;
    top: 0;
    right: -20px;
    bottom: 0;
    width: 30px;
    background: #c7c7c7;
    /*background-image: linear-gradient(to bottom, #fff, #ddd);  */
    box-shadow: 2px 2px 2px rgba(0,0,0,.4);
    transform: skew(25deg);
    border-radius: 0 10px 0 0;
    }
    #tabs #current a,
    #tabs #current a::after {
    background: #fff;
    z-index: 3;
    }
    #tabs li:not(:first-child):before, #tabs li:not(:first-child):after {
        content: " ";
        margin: 0 0px;
    }
    #header{
        height: 143px;
    }
    #logo, #header nav, #user-nav{
        float: left;
        display: block;
    }
    #nav-container{
        position: relative;
        width: 100%;
        background-color: transparent;
    }
    #user-nav a {
    color: #fff;
    text-decoration: none;
    }
    #user-nav a:hover, #user-nav .on {
    color: #ccc;
    }
    nav {
    padding: 99px 0 0 20px;
    }
    #user-nav {
    padding-top: 110px;
    float: right;
    }
    #user-nav a {
    color: #fff;
    text-decoration: none;
    }
    #user-nav a:hover {
    color: #ccc;
    }
    .home .one-third{
    width: 350px;
    margin: 20px 20px 20px 0;
    }
    .home .two-third{
    width: 720px;
    height: 409px;
    float: left;
    clear: right;
    background: url('img/bg_enroll.jpg');
    background-size: scale;
    margin: 20px 0px 0px 0;
    padding: 75px 59px;
    color: #fff;
    text-align: center;
    }
    .home .two-third h3{
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 2px solid #fff;
    }
    .home .two-third li{
    list-style-type: none;
    }
    .dashboard .one-third{
    width: 380px;
    border-right: 2px solid #000;
    border-bottom: 0px;
    padding: 32px;
    margin: 20px 0px 20px 0px;
    }
    .dashboard .one-third.last{
    border-right: 0px;
    border-bottom: 0px;
    }
    .dashboard article{
    	margin-bottom: 130px;
    }
    .formtitle{
    text-align: right;
    padding: 10px 0px;
    }
    .forminput{
    padding: 5px 10px;
    }

    .slide1{
    	background: url('img/bg_enroll.jpg');
        background-size: scale;
        color: #fff;
    }
    .slide1 div{
        padding: 75px 59px;
    }
    .slide2{
    	background: url('img/bg_signup.jpg');
    	background-position-y: -6px;
        background-size: scale;
        color: #000;

    }
    .slide2 div{
        padding: 175px 59px 0 80px;
        position: relative;
    }
    .slide2 div h3{
    	color: #000 !important;
    	font-size: 16px !important;
    	font-family: inherit !important;
    	font-weight: normal !important;
    	text-transform: none !important;
    	border-bottom: none !important;
    }
    .slide2 ul {
    	width: 40%;
    	margin: 0 auto;
    	display: block;
    }
    .slide2 ul li{
    	text-align: left;
    	list-style-type: disc !important;
    }
    .slide2 div .submit{
        position: absolute;
        right: 40px;
        bottom: 63px;
    }
    .slide3{
    	background: url('img/bg_finddealer.jpg');
        background-size: scale;
    }
    .slide3 div{
        position: relative;
    }
    .slide3 div h3{
    	display: none;
    }
    .slide3 div .submit{
        position: absolute;
        right: 70px;
        bottom: 100px;
    }
    .preregister {
    	color: #fff;
    	font-weight: bold;
    }
    .preregister:hover {
    	color: #fff;
    	text-decoration: underline;
    }

    .griditem.grid-1-2{
        width:50%;
    }

}
@media (min-width: 1200px) {
    .fieldcontainer, .uploadcontainer{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        /*
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        */
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        flex-wrap: wrap;
    }
    .fieldcontainer label,
    .uploadcontainer label{
        width: 30%;
        text-align: right;
        padding-right:15px;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .fieldcontainer input[type="text"],
    .fieldcontainer input[type="email"],
    .fieldcontainer input[type="number"],
    .fieldcontainer input[type="date"]{
        width:70%;
    }
    .uploadcontainer .upload-control{
        width:70%;
    }
    .uploadcontainer div.small{
        width: 100%;
        text-align: right;
    }
    form#invoice{
        padding-left:30px;
        padding-right:30px;
    }
    #redeem-backbtn{
        float:right;
        margin-top:-80px;
    }
}


/*
nav ul, #user-nav-inner {
  display: block;
  position: absolute;
  bottom: 0px;
}
*/
