:root {
  --color-trophy-gold: #FBBD00;
  --color-racing-navy: #0B1D45;
  --color-black: #231F20;
}
@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon/icomoon.ttf");
}
body {
	font: 18px pt-sans-pro, sans-serif;
	background-color: var(--color-racing-navy);
}
.btn {
	display: inline-flex;
	padding: var(--spacing-btn-padding-y, 12px) var(--spacing-btn-padding-x, 24px);
	justify-content: center;
	align-items: center;
	gap: var(--size-8, 8px);
	border-radius: var(--border-radius-btn, 96px);
	background: var(--action-color-primary-on-dark, var(--color-trophy-gold));
	font-family: pt-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 40px;
	letter-spacing: 0.18px;
	background-color: var(--color-trophy-gold);
	color: var(--color-black);
	border: none !important;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
	min-width: 120px;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn.active {
  background-color: var(--color-trophy-gold);
  color: var(--color-black);
  border: none !important;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
}
.btn-red {
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #d9534f;
  border-color: #ccc;
  font-family: pt-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.18px;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  border: none !important;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  text-shadow: none;
  margin-right: 2px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.btn-red:hover {
	text-decoration: none;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #ccc !important;
  background-image: none !important;
}
.glyphicon:before {
  vertical-align: text-bottom;
}
.top-menu span {
  color: #fff;
}
.modal.in .modal-dialog {
  transform: none;
}
.modal-footer {
  border-top: none;
  font-family: pt-sans-pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0;
  outline-offset: none;
}
.blue {
  color: #1e468d;
}
.white {
  color: #fff;
}
.white a:focus,
a:focus,
a:hover {
  color: #fff;
}
.green {
  color: #5cb85c;
}
.red {
  color: #dd4b39;
}
.gray {
  color: #7d7d7d;
}
textarea {
  max-width: 100%;
}
h1 {
  font-size: 78px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: -1.56px;
  text-transform: uppercase;
}
h2 {
  font-family: pt-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.25em;
  font-family: pt-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h4 {
  font-size: 1em;
  font-family: pt-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.heading-gray {
  font-family: pt-sans-pro, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #7d7d7d;
}
.heading-white {
  font-family: pt-sans-pro, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  min-height: 40px;
}
.bottom-link {
  padding-bottom: 60px;
  font-size: 18px;
}
.modal {
  top: 70px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background-color: #1e468d;
  color: #fff !important;
  font-weight: bold;
}
.nav-pills > li > a {
  border-radius: 0;
}
.all-sites-nav {
  display: block;
  height: 33px;
  background-color: var(--color-black);
  width: 100%;
  border-bottom: 2px solid var(--color-trophy-gold);
  padding: 0;
  margin: 0;
  line-height: 100%;
  overflow-y: hidden;
}
.allSitesModal .section-header-text {
	font-size: 16px;
	padding-top: 0;
	margin-top: 0;
}
.allSitesModal ul {
  padding-left: 0;
}
.allSitesModal li {
	border-top: 1px solid #ddd;
	list-style: none;
	margin-left: 0;
	overflow-y: hidden;
	line-height: 120%;
	vertical-align: top;
	min-height: 35px;
	padding: 0px 1px 0px 1px;
}
.allSitesModal .modal-body a {
	font-size: 14px;
	color: var(--color-racing-navy);
	display: flex;
	width: 100%;
	text-decoration: none;
	height: 35px;
}
.allSitesModal .modal-dialog {
  width: 95%;
}
.wrapper-inner {
  max-width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.all-sites-nav .top-menu {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  float: right;
  width: auto;
  margin-right: 10px;
}
.all-sites-nav .top-menu li {
  color: #f0f0f0;
  float: left;
  padding: 4px 10px;
  margin: 0;
  font-size: 14px;
}
.all-sites-nav .top-menu li a {
  color: #fff;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.all-sites-nav .top-menu li a span:FIRST-CHILD, #ads_link span:FIRST-CHILD, #ads_link span:FIRST-CHILD:hover, #ads_link span:FIRST-CHILD:active {
	text-decoration: none !important;
}
#ads_link, #ads_link span{
	color: var(--color-trophy-gold);
}
.all-sites-nav .top-menu li #ads_link:hover .all-dealers, .all-sites-nav .top-menu li a {
	font-family: pt-sans-pro, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
}
.all-sites-nav .top-menu li #ads_link:hover .all-dealers, .all-sites-nav .top-menu li a:hover {
	text-decoration: underline;
}
.all-sites-nav .top-menu li #ads_link:hover {
  text-decoration: none;
}
.global-nav .container-liquid-parent {
  width: 100%;
  position: relative;
}
.global-nav .container-liquid {
  background-color: var(--color-racing-navy);
}
.global-nav .navbar {
	max-width: 75%;
	margin: 0 auto;
	padding: 0;
}
.gy_logo {
	margin-top: 10px;
	margin-left: -15px;
    height: 50px;
}
.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.global-nav .navbar .navbar-nav .dropdown-large:first-child a {
	border-left: 1px solid transparent;
}
.global-nav .navbar .navbar-nav a {
	background-color: transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	color: #f0f0f0;
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 10px 10px;
	min-height: 0;
	max-height: none;
}
.global-nav .navbar .navbar-nav a.first {
	box-shadow: none;
}
.global-nav .navbar .navbar-nav a:hover {
	color: var(--color-trophy-gold);
	background-color: rgba(23,60,140,0.5);
}
.global-nav .navbar .navbar-nav a.active {
	color: var(--color-trophy-gold);
}
.global-nav .navbar .navbar-nav a .open-submenu-arrow {
    display: none;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--color-trophy-gold);
    position: absolute;
    top: auto;
    bottom: -13px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.global-nav .navbar .navbar-nav a.active .open-submenu-arrow, .global-nav .navbar .navbar-nav li.active .open-submenu-arrow {
    display: inline-block;
}
.global-nav .navbar .navbar-nav .navbar-right {
	color: var(--color-trophy-gold);
}
.global-nav .navbar .navbar-right a {
	border: 0;
	color: var(--color-trophy-gold);
}
ul.nav.navbar-nav.navbar-right a:hover {
	text-decoration: underline;
}
.navbar-toggle {
	margin-right: 0;
}
.icon-bar {
	background-color: var(--color-trophy-gold);
}
.master-container {
	width: 100%;
}
.top-menu-container{
	width: 75%;
	margin-left: auto;
	margin-right: auto;	
}
.container.container {
	width: 75%;
}
.page-background {
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	z-index: -1;
}
.homepage-container .page-background {
	background-image: url("../images/background/background image with gradient.png");
}
.homepage-container .un_pw_error {
	line-height: 30px;
    color: red;
    font-family: pt-sans-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 95%;
}
.tire-hq {
	font-family: pt-sans-pro, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0px;
	padding: 20px 0px;
	color: var(--color-trophy-gold);
}
.homepage-container .forgot_pw{
	font-family: pt-sans-pro, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	color:#fff;
	text-decoration: underline;
}
.homepage-container .forgot_pw_container{
	margin-top: 10px; 
	padding-left: 0px; 
	padding-right: 0px;
}
form[name="login_form"] input{
	font-family: pt-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}
.dashboard-container .page-background {
	background-color: #fff;
}
.masthead {
  position: relative;
}
.masthead.section4 {
  max-width: 100%;
}
.section1,
.section2,
.section3,
.section4,
.section5 {
  padding-top: 20px;
}
/*****************home-section1*******************************************/
.home-section1 {
  margin: 40px 0;
}
.dashboard-container .home-section1 {
  margin: 5px 0;
}
.dashboard-container .home-section1>div {
  padding: 0;
}
.tab-section1{
	margin: 20px 0 0 0;
}
.tab-section1>div{
	padding-left: 1px;
	padding-right: 1px;
}
.section-header-text {
	text-transform: uppercase;
}
.home-section1 .btn.frenchEmail {
	line-height: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: normal;
	padding-left: 20px;
}
.section-overview {
	font-family: pt-sans-pro, sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0px;
	line-height: 32px;
	letter-spacing: 0px;
	color: var(--color-trophy-gold);
}
.form-control {
	border-radius: 0px;
}
.modal .form-control {
	border-color: #000;
}

/**************dashboard pages**********************************************/
.dashboard-container .gy-tabs{
	width: 100%;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin: 20px 0;
	border-bottom: none;
	padding-top:15px
}
.dashboard-container .gy-tabs li{
	font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    display: inline-block;
    float: left;
    text-align: center;
    width: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.dashboard-container .gy-tabs li.active a {
    background-color: var(--color-racing-navy);
    color: #fff;
}
.dashboard-container .gy-tabs li a {
    background-color: #becae2;
    font-size: 18px;
    color: var(--color-racing-navy);
    display: block;
    min-width: 40px;
    padding: 8px 0;
	border-radius: 0;
    margin-right: 0px;
}
.dashboard-container .gy-tabs li a:hover{
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	text-shadow: none;
}
.dashboard-container .gy-tabs li.active {
	width: 55%;
}
.dashboard-container .gy-tabs li.active .arrow-down{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--color-racing-navy);
    margin-left: -10px;
    position: relative;
    top: 8px;
    z-index: 2;
}
.dashboard-container #section1, .dashboard-container #tabSection {
  background-color: #F1F1F1;
}
.dashboard-container .dealer-details>div {
	padding: 0px;
}
.dashboard-container .co-details h1, .dashboard-container .co-details p {
	display: inline;
	color: #7d7d7d;
	text-transform: uppercase;
	font-family: pt-sans-pro, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
}
.common-owner {
	color: var(--color-racing-navy) !important;
}
.tab-section1 .emailUpdateSignUp {
	text-align: center;
}
.dashboard-container .co-locations {
	margin-top: -5px; 
	font-weight: normal;
}
.change-loc {
	margin-left:7px;
}
.change-loc, .change-loc:hover, .change-loc:active, .change-loc:focus, .change-loc:visited {
	color: var(--color-racing-navy);
}
.top-stat {
	text-align: center;
}
.tp-amount{
	font-size: 24px;
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 800;
	line-height: 32px;
	letter-spacing: -0.72px;
	color: var(--color-racing-navy);
}
.tp-desc{
	font-size:24px;
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 800;
	line-height: 24px;
	letter-spacing: 0px;
	color: var(--color-racing-navy);
	text-transform: uppercase;
	margin-left: 0px;
}
.tp-desc.gr {
	margin-left: 3px;
}
.tp-desc-note{
	color: var(--color-racing-navy);
	bottom: -.25em;
	line-height: 0;
	vertical-align: baseline;
}
.dashboard-container #section2, .dashboard-container #section3 {
	background-color: #FFFFFF;
}
.tiers-and-levels {
	padding-right:5px;
	padding-left: 0px;
}
.tiers-and-levels .panel-body {
	padding:0px;
	box-shadow: none;
}
.tier-level {
	float:left;
	min-height: 501px;
	background-color: #eee;
}
.tier-level.active {
	background-color: #fff;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
    border-right: 2px solid #ddd;
    border-top: 1px solid #ddd;
}
.tier-level {
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tier-level.lock {
    background-color: #F1F1F1;
}
.tier-level h2 {
	font-size: 24px;
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 800;
	line-height: 24px;
	letter-spacing: -0.56px;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 10px;
}
.tier-level p.objective {
	text-align: center;
}
.tier-level p.objective span {
	color:#00AD48;
}
.tier-level.active p.objective span, .tier-level.lock p.objective span {
	color: var(--color-racing-navy);
}
.tier-level .tire-lines {
	margin-top: 35px;
	margin-right: 10px;
	margin-left: 10px;
}
.tier-level .tire-lines .table {
	margin-bottom: 5px
}
.tier-level .tire-lines .table>tbody>tr {
	background-image: none;
}
.tier-level .tire-lines {
	margin-bottom: 20px;
}
.tier-level .tire-lines tr .tire-line span {
	color: var(--color-racing-navy);
}
/*
.tier-level .tire-lines tr .tire-line span, .tier-level.active {
	color: var(--color-racing-navy);
}
*/
.tier-level.active .tire-lines tr .tire-line span, .tier-level.active .tire-lines tr.gy .tire-line-amnt {
	color: var(--color-trophy-gold);
}
.tier-level.active .tire-lines tr.oth .tire-line span, .tier-level.active .tire-lines tr.oth .tire-line-amnt  {
	color: #9CCEF3;
}
.tier-level.active .tire-lines tr.ky .tire-line span, .tier-level.active .tire-lines tr.ky .tire-line-amnt  {
	color: #5cb85c;
}
.tier-level.active .tire-lines tr.dlp .tire-line span, .tier-level.active .tire-lines tr.dlp .tire-line-amnt {
	color: var(--color-racing-navy);
}
.tier-level .tire-lines tr.gy .tire-line span {
	font-size:23px;
}
.tier-level .tire-lines tr.ky .tire-line span, .tier-level .tire-lines tr.dlp .tire-line span {
	font-size:22px;
}
.tier-level .tire-lines tr.oth .tire-line span {
	font-size:20px;
}
.tier-level.active  .tire-lines tr.gy .tire-line span {
	font-size:25px;
}
.tier-level.active  .tire-lines tr.ky .tire-line span, .tier-level.active  .tire-lines tr.dlp .tire-line span  {
	font-size:24px;
}
.tier-level.active  .tire-lines tr.oth .tire-line span {
	font-size:22px;
}
.tier-level .tire-lines .table td.tire-line {
	white-space: nowrap;
}
.tier-level .tire-lines .table .tire-line-amnt {
	color: var(--color-racing-navy);
	font-family: pt-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}
.tier-level:not(.active) .tire-lines .table .tire-line-amnt {
	width: 40%;
}
.tier-level .large-status {
	text-align: center;
	margin-top: 80px;
}
.tier-level.active .large-status {
	margin-top: 15px;
}
.tier-level.lock .large-status {
	margin-top: 30px;
}
.tier-level.lock .large-status p{
	font-family: pt-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}
.tier-level.lock .large-status span{
	font-size:92px;
	opacity:.5;
	color: var(--color-racing-navy);
}
.tier-level.active .large-status p{
	font-family: pt-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}
.tier-level.active .large-status canvas {
	width:99%; 
	max-height: 150px;
}
.tier-level .large-status  span{
	font-size:86px;
	color:#00AD48;
}
.dashboard-container .dashboard-panel {
	padding-top: 10px;
}
.dashboard-panel .panel-heading, .dashboard-panel .panel-title{
	color: #ffffff;
	background-color: var(--color-racing-navy);
	font-size: 22px;
}
.dashboard-panel .panel-heading, .dashboard-panel .panel{
	border-radius: 0;
}
.dashboard-panel .np-desc {
	font-family: pt-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform: lowercase;
	color: #7d7d7d;
}
.dashboard-panel .ns-desc {
	text-transform: lowercase;
	font-style:italic;
	font-size: small;
	color: var(--color-racing-navy) !important;
}
.dashboard-panel a:hover{
	color: var(--color-racing-navy);
	text-decoration: none;
	cursor: help;
}
.dashboard-panel .panel{
	box-shadow: none;
}
.dashboard-panel .panel-body{
	color: var(--color-racing-navy);
}
.obj-details {
	font-size: 24px;
}
.obj-details span {
	font-family: pt-sans-pro, sans-serif;
	font-weight: 700;
}
.dashboard-container .gauge-panel{
	color: #ffffff;
	background-color: var(--color-racing-navy);
	margin-top: 10px;
	margin-bottom: 10px;
}
.dashboard-container .gauge-panel text>tspan, .dashboard-container .gauge-panel text{
	color: #ffffff;
	-webkit-tap-highlight-color: #ffffff;
	font-family: pt-sans-pro, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	fill: #ffffff;
}
.dashboard-container .gauge-panel svg>text:nth-child(6)>tspan, .dashboard-container .gauge-panel text:nth-child(6) {
	fill: var(--color-trophy-gold);
	color:var(--color-trophy-gold);
	font-size: 32px;
}
.dashboard-container .gauge-panel svg>text:nth-child(7)>tspan, .dashboard-container .gauge-panel text:nth-child(7) {
	font-size: 9px;
}
.dashboard-container .table>tbody>tr>th, .table>tbody>tr>td {
	border-top: none;
	color: #7d7d7d;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	width: 33.33%;
	font-family: pt-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}
.dashboard-container .table>tbody>.lg_font>td{
	color: var(--color-racing-navy);
    font-family: pt-sans-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 24px;
}
.dashboard-container .table>tbody>.lg_font{
	border-bottom: 1px solid #ccc;
}
.tier-level.active .table>tbody>tr>td:nth-child(2) {
	border-right: 1px solid #ccc;
}
.table>tbody>tr>td:last-child {
	border-left: 1px solid #ccc;
}
.table>tbody>tr:last-child>td:last-child {
	border-right: none;
}
.sm_icons{
	margin: 2px;
}
.pe-amt{
	color: var(--color-racing-navy);
    font-family: pt-sans-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 18px;
	width: 78px;
	display: inline-block;
	text-align: center;
}
.email-updates, .direct-deposit{
	float:right;
}
.email-updates, .email-updates:hover, .email-updates:active, .email-updates:focus {
	font-family: pt-sans-pro, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color: var(--color-racing-navy);
}
.last-sub{
	font-family: pt-sans-pro, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color: #7d7d7d;
}
#section3 h3 {
	font-family: pt-sans-pro, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.24px;
}
#section3 .perc {
	font-size: 90px;
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 900;
	line-height: 82px;
	letter-spacing: -1.8px;
}
.prim-sec {
	font-family: pt-sans-pro, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
}
.prim-dist-qualification {
	font-family: pt-sans-pro, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	margin-left: 25px;
}
/**************Resources Page***********************************************/
.resources-container {
	background-color: #f1f1f1;
}
.resources-container .sub-header {
	text-transform: uppercase;
}
.resources-container .c-divider {
	border-top: 15px solid var(--color-trophy-gold);
}
.resources-panel {
	padding-left: 8px;
	padding-right: 8px;
}
.resources-panel .panel{
	background-color: transparent;
}
.resources-panel .panel-body, .resources-panel .panel{
	border-radius: 0;
}
.resources-panel .panel-body {
	background-color:rgba(0,0,0, 0.15);
}
.resources-panel .panel-footer {
	box-shadow: 0px 1px 0px rgba(0,0,0,0.4);
	color: var(--color-racing-navy);
	line-height: 50px;
	font-size: 18px;
    font-family: pt-sans-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
	text-transform: uppercase;
	background-color: #fff;
	padding-right: 1px;
	padding-left: 12px;
}
.resources-container h1{
    font-family: pt-sans-pro, sans-serif;
	font-size: 24px;
    font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: var(--color-racing-navy);
}
.resources-panel .panel-footer .resourceLabel {
    word-wrap: break-word;
    display: inline-block;
    width: 85%;
}
.resources-panel .panel-footer .icon-circle-arrow{
	font-size:36px;
	float: right;
	padding-top: 5px;
	width: 15%;
}
.resources-panel a:hover .panel-footer {
	color: var(--color-trophy-gold);
	background-color: var(--color-racing-navy);
}
.resources-panel a:hover .panel-body {
	background-color: rgba(0,0,0, 0.35);
	text-decoration: none;
}
.resources-panel .doc-type {
	margin: 15px 0;
}

/**************Payout History Page***********************************************/
.history-container, .history-container .container{
	background-color: #fff;
}
.history-container .page-title-block {
	border-bottom: 1px solid #eeeeee;
}
.history-container .page-title-block h2 {
	font-family: pt-sans-pro, sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	color: #666666;
}
.history-container  p {
	color: var(--color-racing-navy);
	margin-top: 5px;
	font-family: pt-sans-pro, sans-serif;
	font-weight: 700;
}
.history-container .table {
	font-size: 18px;
	margin-top: 25px;
}
.history-container .table>tbody>tr>th {
	color: #fff;
	border: none;
	padding: 8px 10px 8px 10px;
	font-weight: normal;
}
.history-container .table>tbody>tr:FIRST-CHILD {
	background-color: var(--color-racing-navy);
}

.history-container .table>tbody>tr>th, .table>tbody>tr>td {
	text-align: center;
	width: auto;
	font-size: 18px;
}
.history-container .table>tbody>tr>td {
	color: #000;
}
.history-container .table>tbody>.history-amount {
	background-color: #e6eaf5;
}
.history-container .table>tbody>.history-amount>td {
	border-top: 15px solid #e6eaf5;
	border-bottom: 15px solid #e6eaf5;
	border-right: 1px solid #cbd6e9;
	padding: 0px 10px 0px 10px;
}

/**************Icomoon Icons***********************************************/
[class^="icon-"], [class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-gy-lock:before {
	content: '\e6af';
}
.icon-about:before {
	content: '\e620';
}
.icon-x-close:before {
	content: '\e665';
}
.icon-x-mark:before {
	content: '\e902';
}
.icon-check-circle:before {
	content: '\e614';
}
.icon-bb-arrow:before {
	content: '\e617';
}
.icon-thin-arrow-right:before {
	content: '\e621';
}
.icon-thin-arrow-left:before {
	content: '\e622';
}
.icon-thin-arrow-down:before {
	content: '\e623';
}
.icon-tire:before {
	content: "\e6b9";
}
.icon-kelly-logo:before {
	content: "\e63b";
}
.icon-dunlop-d:before {
	content: "\e63a";
}
.icon-car-sedan:before {
	content: "\e653";
}
.icon-truck:before {
	content: "\e900";
}
.icon-check:before {
	content: '\e61c';
}
.icon-circle-arrow:before {
	content: "\e61a";
}
.icon-triangle-up:before {
	content: "\e60e";
}
.icon-new-tires:before {
    content: '\e62f';
}
.icon-cooper:before {
	content: url("../images/icons/Cooper logo icon.png");
}
.icon-wingfoot:before {
	content: url("../images/icons/Goodyear (Mark)2x.png");
}
a.link-chevron {
	font-family: pt-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	text-decoration: none !important;
	position: relative;
	margin-right: 0.8em !important;
	padding: 0 0 1px 0 !important;
	line-height: 1;
}
a.link-chevron:hover {
	padding-bottom: 0 !important;
	border-bottom: 1px solid;
}
a.link-chevron:after {
	content: '\e621';
	display: inline-block;
	padding: 0 0 1px 0 !important;
	margin: 0 !important;
	font-size: 0.8em;
	line-height: 1.25;
	position: absolute;
	right: -0.1em;
	bottom: 0.11em;
	width: 0;
	overflow: visible;
	text-decoration: none !important;
	font-family: "icomoon";
	speak: none;
	font-style: none;
	font-weight: none;
	text-transform: none;
	-webkit-font-smoothing: subpixel-antialiased;
}
a.link-chevron:hover:after {
	text-decoration: none !important;
	border-bottom: none;
	padding: 0 !important;
}
.menu-bar{
	color: var(--color-trophy-gold);
	font-size: 10px;
    font-family: pt-sans-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
}


/***********Transitions/Animations*****************************************/
.fade.in {
  opacity: 1;
}
.fade {
  transition: opacity 0.15s linear;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.modal-backdrop.in{
	opacity: .5;
}

/*************Windowshade*************************************************/
.gy-windowshade, .gy-secondary-windowshade, .gy-nav-windowshade, .gy-tertiary-windowshade, .gy-coupon-windowshade, .gy-min-windowshade {
	position: relative;
	border-bottom: 1px solid #ccd7eb;
	border-bottom: 1px solid Transparent;
	margin-top: -1px;
}
.gy-windowshade .row, .gy-secondary-windowshade .row, .gy-nav-windowshade .row, .gy-tertiary-windowshade .row, .gy-coupon-windowshade .row, .gy-min-windowshade .row {
	clear: both;
}
.gy-windowshade .panel-heading, .gy-secondary-windowshade .panel-heading, .gy-nav-windowshade .panel-heading, .gy-tertiary-windowshade .panel-heading, .gy-coupon-windowshade .panel-heading, .gy-min-windowshade .panel-heading {
	background-color: var(--color-racing-navy);
	background: #3656a5;
	/* IE10+ */
	background: linear-gradient(to bottom, #3656a5 0%, var(--color-racing-navy) 60%, #1f4396 100%);
	/* W3C */
	overflow: hidden;
	color: #fff;
	border-top: 1px solid #ccd7eb;
	border-top: 1px solid rgba(0, 51, 153, 0.4);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	padding: 7px 15px;
	-webkit-font-smoothing: antialiased;
}
.gy-windowshade .panel-heading h3, .gy-secondary-windowshade .panel-heading h3, .gy-nav-windowshade .panel-heading h3, .gy-tertiary-windowshade .panel-heading h3, .gy-coupon-windowshade .panel-heading h3, .gy-min-windowshade .panel-heading h3, .gy-windowshade .panel-heading h4, .gy-secondary-windowshade .panel-heading h4, .gy-nav-windowshade .panel-heading h4, .gy-tertiary-windowshade .panel-heading h4, .gy-coupon-windowshade .panel-heading h4, .gy-min-windowshade .panel-heading h4, .gy-windowshade .panel-heading span, .gy-secondary-windowshade .panel-heading span, .gy-nav-windowshade .panel-heading span, .gy-tertiary-windowshade .panel-heading span, .gy-coupon-windowshade .panel-heading span, .gy-min-windowshade .panel-heading span {
	font-family: pt-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: normal;
	font-size: 20px;
	line-height: 135%;
	margin: 0;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	float: none;
	display: inline-block;
}
.gy-windowshade .panel-heading h3, .gy-secondary-windowshade .panel-heading h3, .gy-nav-windowshade .panel-heading h3, .gy-tertiary-windowshade .panel-heading h3, .gy-coupon-windowshade .panel-heading h3, .gy-min-windowshade .panel-heading h3, .gy-windowshade .panel-heading h4, .gy-secondary-windowshade .panel-heading h4, .gy-nav-windowshade .panel-heading h4, .gy-tertiary-windowshade .panel-heading h4, .gy-coupon-windowshade .panel-heading h4, .gy-min-windowshade .panel-heading h4 {
	width: 90%;
}
.gy-windowshade .panel-heading [class*="icon"], .gy-secondary-windowshade .panel-heading [class*="icon"], .gy-nav-windowshade .panel-heading [class*="icon"], .gy-tertiary-windowshade .panel-heading [class*="icon"], .gy-coupon-windowshade .panel-heading [class*="icon"], .gy-min-windowshade .panel-heading [class*="icon"] {
	font-size: 1em;
	line-height: 1em;
	float: left;
	padding-right: 4px;
	font-family: 'icomoon';
}
.gy-windowshade .panel-heading [class*="glyphicon"], .gy-secondary-windowshade .panel-heading [class*="glyphicon"], .gy-nav-windowshade .panel-heading [class*="glyphicon"], .gy-tertiary-windowshade .panel-heading [class*="glyphicon"], .gy-coupon-windowshade .panel-heading [class*="glyphicon"], .gy-min-windowshade .panel-heading [class*="glyphicon"] {
	font-size: 1.4em;
}
.gy-windowshade .panel-heading [class*="glyphicon-plus"], .gy-secondary-windowshade .panel-heading [class*="glyphicon-plus"], .gy-nav-windowshade .panel-heading [class*="glyphicon-plus"], .gy-tertiary-windowshade .panel-heading [class*="glyphicon-plus"], .gy-coupon-windowshade .panel-heading [class*="glyphicon-plus"], .gy-min-windowshade .panel-heading [class*="glyphicon-plus"], .gy-windowshade .panel-heading [class*="glyphicon-minus"], .gy-secondary-windowshade .panel-heading [class*="glyphicon-minus"], .gy-nav-windowshade .panel-heading [class*="glyphicon-minus"], .gy-tertiary-windowshade .panel-heading [class*="glyphicon-minus"], .gy-coupon-windowshade .panel-heading [class*="glyphicon-minus"], .gy-min-windowshade .panel-heading [class*="glyphicon-minus"] {
	line-height: 10px;
	vertical-align: super;
	display: inline-block;
	top: 3px;
	top: 5px \0;
	width: 15px;
	float: none;
	position: relative;
}
.gy-windowshade > a, .gy-secondary-windowshade > a, .gy-nav-windowshade > a, .gy-tertiary-windowshade > a, .gy-coupon-windowshade > a, .gy-min-windowshade > a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}
.gy-windowshade > a.collapsed .panel-heading, .gy-secondary-windowshade > a.collapsed .panel-heading, .gy-nav-windowshade > a.collapsed .panel-heading, .gy-tertiary-windowshade > a.collapsed .panel-heading, .gy-coupon-windowshade > a.collapsed .panel-heading, .gy-min-windowshade > a.collapsed .panel-heading {
	border-top: 2px solid #ffffff;
	border: 1px solid #ffffff;
	background-color: #1e468d;
	background-image: none;
	color: #ffffff;
	border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.gy-windowshade.js-windowshade > a.collapsed .panel-heading h3{
	color: #fff;
}
.gy-windowshade > a.collapsed .panel-heading h3, .gy-secondary-windowshade > a.collapsed .panel-heading h3, .gy-nav-windowshade > a.collapsed .panel-heading h3, .gy-tertiary-windowshade > a.collapsed .panel-heading h3, .gy-coupon-windowshade > a.collapsed .panel-heading h3, .gy-min-windowshade > a.collapsed .panel-heading h3, .gy-windowshade > a.collapsed .panel-heading h4, .gy-secondary-windowshade > a.collapsed .panel-heading h4, .gy-nav-windowshade > a.collapsed .panel-heading h4, .gy-tertiary-windowshade > a.collapsed .panel-heading h4, .gy-coupon-windowshade > a.collapsed .panel-heading h4, .gy-min-windowshade > a.collapsed .panel-heading h4, .gy-windowshade > a.collapsed .panel-heading span, .gy-secondary-windowshade > a.collapsed .panel-heading span, .gy-nav-windowshade > a.collapsed .panel-heading span, .gy-tertiary-windowshade > a.collapsed .panel-heading span, .gy-coupon-windowshade > a.collapsed .panel-heading span, .gy-min-windowshade > a.collapsed .panel-heading span {
	color: #fff;
	text-shadow: none;
}
.gy-windowshade .panel-collapse, .gy-secondary-windowshade .panel-collapse, .gy-nav-windowshade .panel-collapse, .gy-tertiary-windowshade .panel-collapse, .gy-coupon-windowshade .panel-collapse, .gy-min-windowshade .panel-collapse {
	background: white;
	background: linear-gradient(to bottom, white 0%, #f6f6f6 75%, #ebebeb 100%);
}
.gy-windowshade .panel-body [class*="col-"], .gy-secondary-windowshade .panel-body [class*="col-"], .gy-nav-windowshade .panel-body [class*="col-"], .gy-tertiary-windowshade .panel-body [class*="col-"], .gy-coupon-windowshade .panel-body [class*="col-"], .gy-min-windowshade .panel-body [class*="col-"], .warranty-treadLife .gy-windowshade .content [class*="col-"], .warranty-treadLife .gy-secondary-windowshade .content [class*="col-"], .warranty-treadLife .gy-nav-windowshade .content [class*="col-"], .warranty-treadLife .gy-tertiary-windowshade .content [class*="col-"], .warranty-treadLife .gy-coupon-windowshade .content [class*="col-"], .warranty-treadLife .gy-min-windowshade .content [class*="col-"] {
	padding-left: 0;
}
.gy-windowshade .panel-body [class*="col-"] ul, .gy-secondary-windowshade .panel-body [class*="col-"] ul, .gy-nav-windowshade .panel-body [class*="col-"] ul, .gy-tertiary-windowshade .panel-body [class*="col-"] ul, .gy-coupon-windowshade .panel-body [class*="col-"] ul, .gy-min-windowshade .panel-body [class*="col-"] ul, .warranty-treadLife .gy-windowshade .content [class*="col-"] ul, .warranty-treadLife .gy-secondary-windowshade .content [class*="col-"] ul, .warranty-treadLife .gy-nav-windowshade .content [class*="col-"] ul, .warranty-treadLife .gy-tertiary-windowshade .content [class*="col-"] ul, .warranty-treadLife .gy-coupon-windowshade .content [class*="col-"] ul, .warranty-treadLife .gy-min-windowshade .content [class*="col-"] ul {
	padding-left: 15px;
	margin: 0;
}
.gy-windowshade .content-body, .gy-secondary-windowshade .content-body, .gy-nav-windowshade .content-body, .gy-tertiary-windowshade .content-body, .gy-coupon-windowshade .content-body, .gy-min-windowshade .content-body {
	padding: 15px;
	color: #444;
	overflow-y: hidden;
}
.gy-windowshade .content-body h4, .gy-secondary-windowshade .content-body h4, .gy-nav-windowshade .content-body h4, .gy-tertiary-windowshade .content-body h4, .gy-coupon-windowshade .content-body h4, .gy-min-windowshade .content-body h4 {
	color: #333;
	font-size: 24px;
}
.gy-windowshade .content-body h5, .gy-secondary-windowshade .content-body h5, .gy-nav-windowshade .content-body h5, .gy-tertiary-windowshade .content-body h5, .gy-coupon-windowshade .content-body h5, .gy-min-windowshade .content-body h5 {
	color: #333;
	font-size: 24px;
	margin-top: 1em;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}
.gy-windowshade .content-body h5:first-of-type, .gy-secondary-windowshade .content-body h5:first-of-type, .gy-nav-windowshade .content-body h5:first-of-type, .gy-tertiary-windowshade .content-body h5:first-of-type, .gy-coupon-windowshade .content-body h5:first-of-type, .gy-min-windowshade .content-body h5:first-of-type {
	margin-top: 10px;
}
.gy-windowshade .content-body p, .gy-secondary-windowshade .content-body p, .gy-nav-windowshade .content-body p, .gy-tertiary-windowshade .content-body p, .gy-coupon-windowshade .content-body p, .gy-min-windowshade .content-body p {
	line-height: 140%;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}
.gy-windowshade .content-body li, .gy-secondary-windowshade .content-body li, .gy-nav-windowshade .content-body li, .gy-tertiary-windowshade .content-body li, .gy-coupon-windowshade .content-body li, .gy-min-windowshade .content-body li {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}
.gy-windowshade .content-body li ul, .gy-secondary-windowshade .content-body li ul, .gy-nav-windowshade .content-body li ul, .gy-tertiary-windowshade .content-body li ul, .gy-coupon-windowshade .content-body li ul, .gy-min-windowshade .content-body li ul {
	padding-left: 15px;
}
.gy-windowshade .content-body li li, .gy-secondary-windowshade .content-body li li, .gy-nav-windowshade .content-body li li, .gy-tertiary-windowshade .content-body li li, .gy-coupon-windowshade .content-body li li, .gy-min-windowshade .content-body li li {
	list-style-type: disc;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 8px;
}
.gy-windowshade .content-body ul.multicol-3, .gy-secondary-windowshade .content-body ul.multicol-3, .gy-nav-windowshade .content-body ul.multicol-3, .gy-tertiary-windowshade .content-body ul.multicol-3, .gy-coupon-windowshade .content-body ul.multicol-3, .gy-min-windowshade .content-body ul.multicol-3 {
	padding-left: 15px;
}

.lt-ie9 .gy-windowshade .panel-heading [class*="glyphicon-minus"], .lt-ie9 .gy-secondary-windowshade .panel-heading [class*="glyphicon-minus"], .lt-ie9 .gy-nav-windowshade .panel-heading [class*="glyphicon-minus"], .lt-ie9 .gy-tertiary-windowshade .panel-heading [class*="glyphicon-minus"], .lt-ie9 .gy-coupon-windowshade .panel-heading [class*="glyphicon-minus"], .lt-ie9 .gy-min-windowshade .panel-heading [class*="glyphicon-minus"] {
	top: 7px;
}
.lt-ie9 .gy-windowshade .panel-heading [class*="glyphicon-plus"], .lt-ie9 .gy-secondary-windowshade .panel-heading [class*="glyphicon-plus"], .lt-ie9 .gy-nav-windowshade .panel-heading [class*="glyphicon-plus"], .lt-ie9 .gy-tertiary-windowshade .panel-heading [class*="glyphicon-plus"], .lt-ie9 .gy-coupon-windowshade .panel-heading [class*="glyphicon-plus"], .lt-ie9 .gy-min-windowshade .panel-heading [class*="glyphicon-plus"] {
	top: 3px;
}

.gy-windowshade.gy-ws-expanded, .gy-ws-expanded.gy-secondary-windowshade, .gy-ws-expanded.gy-nav-windowshade, .gy-ws-expanded.gy-tertiary-windowshade, .gy-ws-expanded.gy-coupon-windowshade, .gy-ws-expanded.gy-min-windowshade {
	background: none;
	background-color: #fff;
}
.gy-secondary-windowshade {
	border-bottom: none;
}
.gy-secondary-windowshade .panel-heading {
	background-color: #fff;
	background-image: none;
	border-bottom-color: transparent;
}
.gy-secondary-windowshade .panel-heading h3, .gy-secondary-windowshade .panel-heading h4, .gy-secondary-windowshade .panel-heading span {
	color: var(--color-racing-navy);
	text-shadow: none;
}
.gy-secondary-windowshade > a.collapsed {
	background: white;
	background: linear-gradient(to bottom, white 0%, #f6f6f6 75%, #ebebeb 100%);
}
.gy-secondary-windowshade > a.collapsed .panel-heading {
	background-color: "Transparent";
	border-top-color: #ddd;
	border-bottom-color: #ddd;
}
.gy-secondary-windowshade > a.collapsed .panel-heading h3, .gy-secondary-windowshade > a.collapsed .panel-heading h4, .gy-secondary-windowshade > a.collapsed .panel-heading span {
	color: var(--color-racing-navy);
	text-shadow: none;
}
.gy-secondary-windowshade .content-body {
	padding: 15px;
}

.gy-nav-windowshade {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: none;
	margin-bottom: 10px;
}

.gy-nav-windowshade [data-toggle="collapse"] {
	background: white;
	background: linear-gradient(to bottom, white 0%, #f6f6f6 75%, #ebebeb 100%);
}
.gy-nav-windowshade .panel-heading {
	background-color: rgba(0, 51, 153, 0.75);
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	vertical-align: top;
	position: relative;
}
.gy-nav-windowshade .panel-heading h4 {
	font-size: 18px;
}
.gy-nav-windowshade .panel-heading h3, .gy-nav-windowshade .panel-heading h4, .gy-nav-windowshade .panel-heading span, .gy-nav-windowshade .panel-heading div {
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	vertical-align: top;
	letter-spacing: 0;
}
.gy-nav-windowshade .panel-heading h3 div, .gy-nav-windowshade .panel-heading h4 div, .gy-nav-windowshade .panel-heading span div, .gy-nav-windowshade .panel-heading div div {
	display: inline-block;
	margin: 0;
}
.gy-nav-windowshade .panel-heading h3 div span, .gy-nav-windowshade .panel-heading h4 div span, .gy-nav-windowshade .panel-heading span div span, .gy-nav-windowshade .panel-heading div div span {
	padding-right: 10px;
	display: inline;
}
.gy-nav-windowshade .panel-heading h3 .result-title .result-title-rear, .gy-nav-windowshade .panel-heading h4 .result-title .result-title-rear, .gy-nav-windowshade .panel-heading span .result-title .result-title-rear, .gy-nav-windowshade .panel-heading div .result-title .result-title-rear {
	white-space: nowrap;
}
.gy-nav-windowshade .panel-heading h3 .result-title b, .gy-nav-windowshade .panel-heading h4 .result-title b, .gy-nav-windowshade .panel-heading span .result-title b, .gy-nav-windowshade .panel-heading div .result-title b {
	font-size: 1em;
	display: inline-block;
	vertical-align: bottom;
	padding-top: 0;
}
.gy-nav-windowshade .panel-heading h3 .down-link, .gy-nav-windowshade .panel-heading h4 .down-link, .gy-nav-windowshade .panel-heading span .down-link, .gy-nav-windowshade .panel-heading div .down-link {
	color: #ffdd00;
	padding: 0;
	display: block;
	clear: both;
	float: none;
	white-space: nowrap;
}

.gy-nav-windowshade .panel-heading h3 .down-link:hover, .gy-nav-windowshade .panel-heading h4 .down-link:hover, .gy-nav-windowshade .panel-heading span .down-link:hover, .gy-nav-windowshade .panel-heading div .down-link:hover {
  color: #ffdd00;
  text-decoration: none;
}
.gy-nav-windowshade .panel-heading h3 .down-link [class*="icon"], .gy-nav-windowshade .panel-heading h4 .down-link [class*="icon"], .gy-nav-windowshade .panel-heading span .down-link [class*="icon"], .gy-nav-windowshade .panel-heading div .down-link [class*="icon"] {
	float: none;
	font-size: .8em;
	line-height: 30px;
	padding-left: 1px;
}
.gy-nav-windowshade .panel-heading h3 .down-link [class*="icon"]:after, .gy-nav-windowshade .panel-heading h4 .down-link [class*="icon"]:after, .gy-nav-windowshade .panel-heading span .down-link [class*="icon"]:after, .gy-nav-windowshade .panel-heading div .down-link [class*="icon"]:after {
	display: inline-block;
}
.gy-nav-windowshade > a.collapsed {
	background: white;
	background: linear-gradient(to bottom, white 0%, #f6f6f6 75%, #ebebeb 100%);
}
.gy-nav-windowshade > a.collapsed .panel-heading {
	background-color: "Transparent";
	border-top-color: #ddd;
	border-bottom-color: #ddd;
}
.gy-nav-windowshade > a.collapsed .panel-heading h3, .gy-nav-windowshade > a.collapsed .panel-heading h4, .gy-nav-windowshade > a.collapsed .panel-heading span {
	color: #666;
	text-shadow: none;
	vertical-align: top;
}
.gy-nav-windowshade > a.collapsed .panel-heading .down-link {
	color: #2366c1;
}
.gy-nav-windowshade > a.collapsed .panel-heading .down-link:hover {
	color: var(--color-racing-navy);
	text-decoration: none;
}
.gy-nav-windowshade .panel-body, .gy-nav-windowshade .warranty-treadLife .gy-windowshade .content, .gy-nav-windowshade .warranty-treadLife .gy-secondary-windowshade .content, .warranty-treadLife .gy-nav-windowshade .content, .gy-nav-windowshade .warranty-treadLife .gy-tertiary-windowshade .content, .gy-nav-windowshade .warranty-treadLife .gy-coupon-windowshade .content, .gy-nav-windowshade .warranty-treadLife .gy-min-windowshade .content,
.gy-nav-windowshade .content-body {
	background-image: none;
	background-color: #fff;
	padding: 15px;
}
.gy-tertiary-windowshade {
	border-bottom: none;
}
.gy-tertiary-windowshade > a,
.gy-tertiary-windowshade .panel-heading,
.gy-tertiary-windowshade > a.collapsed,
.gy-tertiary-windowshade .collapsed .panel-heading {
	background: none !important;
	border: none;
}
.gy-tertiary-windowshade > a h3, .gy-tertiary-windowshade > a h4, .gy-tertiary-windowshade > a span,
.gy-tertiary-windowshade .panel-heading h3,
.gy-tertiary-windowshade .panel-heading h4,
.gy-tertiary-windowshade .panel-heading span,
.gy-tertiary-windowshade > a.collapsed h3,
.gy-tertiary-windowshade > a.collapsed h4,
.gy-tertiary-windowshade > a.collapsed span,
.gy-tertiary-windowshade .collapsed .panel-heading h3,
.gy-tertiary-windowshade .collapsed .panel-heading h4,
.gy-tertiary-windowshade .collapsed .panel-heading span {
	color: var(--color-racing-navy);
	text-shadow: none;
}
.gy-tertiary-windowshade .panel-heading [class*="icon"] {
	line-height: .75em;
}
.gy-tertiary-windowshade .content-body {
	padding: 15px;
}

.panel-collapse .gy-windowshade, .panel-collapse .gy-secondary-windowshade, .panel-collapse .gy-nav-windowshade, .panel-collapse .gy-tertiary-windowshade, .panel-collapse .gy-coupon-windowshade, .panel-collapse .gy-min-windowshade,
.panel-collapse .gy-secondary-windowshade,
.panel-collapse .gy-nav-windowshade {
	margin: 0 -15px;
}
/* sidebar accordion */
.gy-sidebar-accordion .panel-heading {
	background: white;
	background: linear-gradient(to bottom, white 0%, #f6f6f6 75%, #ebebeb 100%);
	border: 1px solid #ccc;
	overflow: auto;
}
.gy-sidebar-accordion .panel-heading h4 {
	color: var(--color-racing-navy);
    font-family: pt-sans-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}
.gy-sidebar-accordion .panel-heading span {
	font-family: pt-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}
.gy-sidebar-accordion .panel-heading span.glyphicon {
	color: var(--color-racing-navy);
	padding-right: 4px;
	width: 15px;
}
.gy-sidebar-accordion .panel-body, .gy-sidebar-accordion .warranty-treadLife .gy-windowshade .content, .warranty-treadLife .gy-windowshade .gy-sidebar-accordion .content, .gy-sidebar-accordion .warranty-treadLife .gy-secondary-windowshade .content, .warranty-treadLife .gy-secondary-windowshade .gy-sidebar-accordion .content, .gy-sidebar-accordion .warranty-treadLife .gy-nav-windowshade .content, .warranty-treadLife .gy-nav-windowshade .gy-sidebar-accordion .content, .gy-sidebar-accordion .warranty-treadLife .gy-tertiary-windowshade .content, .warranty-treadLife .gy-tertiary-windowshade .gy-sidebar-accordion .content, .gy-sidebar-accordion .warranty-treadLife .gy-coupon-windowshade .content, .warranty-treadLife .gy-coupon-windowshade .gy-sidebar-accordion .content, .gy-sidebar-accordion .warranty-treadLife .gy-min-windowshade .content, .warranty-treadLife .gy-min-windowshade .gy-sidebar-accordion .content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.gy-sidebar-accordion .panel-body a, .gy-sidebar-accordion .warranty-treadLife .gy-windowshade .content a, .warranty-treadLife .gy-windowshade .gy-sidebar-accordion .content a, .gy-sidebar-accordion .warranty-treadLife .gy-secondary-windowshade .content a, .warranty-treadLife .gy-secondary-windowshade .gy-sidebar-accordion .content a, .gy-sidebar-accordion .warranty-treadLife .gy-nav-windowshade .content a, .warranty-treadLife .gy-nav-windowshade .gy-sidebar-accordion .content a, .gy-sidebar-accordion .warranty-treadLife .gy-tertiary-windowshade .content a, .warranty-treadLife .gy-tertiary-windowshade .gy-sidebar-accordion .content a, .gy-sidebar-accordion .warranty-treadLife .gy-coupon-windowshade .content a, .warranty-treadLife .gy-coupon-windowshade .gy-sidebar-accordion .content a, .gy-sidebar-accordion .warranty-treadLife .gy-min-windowshade .content a, .warranty-treadLife .gy-min-windowshade .gy-sidebar-accordion .content a {
	display: table;
}
.gy-coupon-windowshade {
	border-bottom: none;
}
.gy-coupon-windowshade .panel-collapse {
	background: none;
}
.gy-coupon-windowshade .panel-body, .gy-coupon-windowshade .warranty-treadLife .gy-windowshade .content, .gy-coupon-windowshade .warranty-treadLife .gy-secondary-windowshade .content, .gy-coupon-windowshade .warranty-treadLife .gy-nav-windowshade .content, .gy-coupon-windowshade .warranty-treadLife .gy-tertiary-windowshade .content, .warranty-treadLife .gy-coupon-windowshade .content, .gy-coupon-windowshade .warranty-treadLife .gy-min-windowshade .content {
	background: white;
	background: linear-gradient(to bottom, white 0%, #f6f6f6 75%, #ebebeb 100%);
	border-bottom: #ffdd00 5px solid;
	box-shadow: 0px 1px 5px -1px #333333;
}

.gy-min-windowshade {
	border-bottom: none;
	clear: both;
	margin: 0 0 10px;
}
.gy-min-windowshade .panel-heading {
	background: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
.gy-min-windowshade .panel-heading h3, .gy-min-windowshade .panel-heading h4, .gy-min-windowshade .panel-heading span {
	font-family: pt-sans-pro, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	text-shadow: none;
	color: var(--color-racing-navy);
}
.gy-min-windowshade .panel-heading [class*="glyphicon"] {
	font-size: 1.2em;
	width: auto;
	padding-right: 4px;
	line-height: 14px;
	position: relative;
	top: 4px;
}
.gy-min-windowshade .panel-heading [class*="glyphicon-plus"],
.gy-min-windowshade .panel-heading [class*="glyphicon-minus"] {
	line-height: 14px;
}
.gy-min-windowshade .panel-collapse {
	background: none;
	border: none;
}

/**************Footer************************************************/
.global-footer {
	background-color: var(--color-racing-navy);
	background-repeat: repeat;
	padding: 0;
	border-top: 3px solid var(--color-trophy-gold);
	overflow: hidden;
	position: relative;
}
.legalFooter {
	-webkit-padding-start: 40px;
	padding-left: 40px !important;
}
.breadcrumb {
	background-color: transparent;
}
.global-footer .footer-shade-tools.footer-windowshade.gy-collapsed-sm.col-sm-4.col-md-4 .glyphicon{
	float: left;
	width: 18px;
	margin-left: 15px;
}
.global-footer .footer-windowshade {
	padding: 0;
}
.global-footer .footer-windowshade.col-md-4 {
	padding-left: 0;
}
.global-footer .footer-windowshade.col-md-4:first-child {
	border-left: none;
	padding-left: 0px;
}
.global-footer ul {
	padding-left: 0;
}
.global-footer .footer-windowshade .panel-heading {
	color: var(--color-trophy-gold);
	cursor: pointer;
	border: none;
	padding-left: 0;
	background-color: var(--color-racing-navy);
	border-top: 1px solid rgba(255,255,255,0.15);
	display: block;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.global-footer .footer-windowshade .panel-heading h3 {
	font-size: 14px;
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 800;
	line-height: 12px;
	letter-spacing: 0rem;
	text-transform: uppercase;
	padding-left: 15px;
	margin: 0;
	color: var(--color-trophy-gold);
}

.global-footer .footer-windowshade .panel-heading.active h3:before {
	content: '\2796';
}
.global-footer .footer-windowshade .panel-body li,
.global-footer .footer-windowshade .warranty-treadLife .gy-windowshade .content li,
.warranty-treadLife .gy-windowshade .global-footer .footer-windowshade .content li,
.global-footer .footer-windowshade .warranty-treadLife .gy-secondary-windowshade .content li,
.warranty-treadLife .gy-secondary-windowshade .global-footer .footer-windowshade .content li,
.global-footer .footer-windowshade .warranty-treadLife .gy-nav-windowshade .content li,
.warranty-treadLife .gy-nav-windowshade .global-footer .footer-windowshade .content li,
.global-footer .footer-windowshade .warranty-treadLife .gy-tertiary-windowshade .content li,
.warranty-treadLife .gy-tertiary-windowshade .global-footer .footer-windowshade .content li,
.global-footer .footer-windowshade .warranty-treadLife .gy-coupon-windowshade .content li,
.warranty-treadLife .gy-coupon-windowshade .global-footer .footer-windowshade .content li,
.global-footer .footer-windowshade .warranty-treadLife .gy-min-windowshade .content li,
.warranty-treadLife .gy-min-windowshade .global-footer .footer-windowshade .content li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 140%;
}
.global-footer .footer-windowshade a {
	color: #fff;
	font-family: pt-sans-pro, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0rem;
	text-decoration: none;
}
.global-footer .footer-windowshade a:visited,
.global-footer .footer-windowshade > a:hover {
	text-decoration: none;
}
.global-footer .footer-windowshade .glyphicon::before {
	font-size: 10px;
	vertical-align: text-top;
}
.global-footer [class="panel-collapse collapse"] {
	display: none;
}
.global-footer [class="panel-collapse collapse in"] {
	display: block;
}
.footer-contact {
	height: 15px;
	background-color: #1e468d;
	font-size: 22px;
}
.footer-contact section {
	padding: 20px 0;
	text-align: center;
	border: 1px solid #808080;
}
.mobile-contact-footer a {
	display: block;
}
.mobile-contact-footer a:hover {
	text-decoration: none;
}
.mobile-contact-footer a .glyphicon.visible-xs {
	display: inline-block !important;
}
.terms-and-cookies {
	cursor: pointer;
}
.terms-and-cookies a:hover {
	text-decoration: underline;
}
/*footer contact modal*/
.modal-content {
	background-color: transparent;
	background: none;
	border: none;
	box-shadow: none;
}
.modal-header {
	background-color: var(--color-racing-navy);
	font-size: 32px;
	padding: 0;
	border-bottom: 3px solid var(--color-trophy-gold);
}
.emailSignupModal .modal-header, .changeCustomerModal .modal-header {
	height: 50px;
}
.changeCustomerModal .input, .changeCustomerModal select, .changeCustomerModal option {
	font-size: 18px;
}
.modal-header .gylogo {
	width: 200px;
	padding: 20px 5px 10px 5px;
}
.modal-header .callout {
	display: inline-block;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
}
.modal-header .close {
	margin-top: 0px;
	font-size: 28px;
	padding: 10px;
}
.modal-header a {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
.modal-header a:hover {
	color: #ccc;
}
.modal-body ul li a [class^=icon], .modal-body ul li a [class^=glyphicon], .modal-body ul li a.glyphicon  {
	display: inline-block;
	float: right;
	margin: 5px 0 0;
	vertical-align: middle;
	font-weight: 700;
	text-decoration: none;
	color: #d3d3d3;
}
.modal-body ul li a p {
  width: 95%;
  float: left;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 2px;
}
.modal-body ul li a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}
.allSitesModal.modal-body, .allSitesModal.modal-footer {
	background-color: #fff;
}
.emailSignupModal .modal-body,
.emailSignupModal .modal-footer,
.changeCustomerModal .modal-footer,
.changeCustomerModal .modal-body{
	background-color: #ffffff;
	text-align: center !important;
	border-top: 0;
}
.emailSignupModal h2, .changeCustomerModal h2 {
	font-family: futura-pt-condensed, sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 32px;
	letter-spacing: -1.56px;
	color: var(--color-racing-navy);
	text-transform: uppercase;
	border-bottom: 1px solid;
}
.email-consent {
	color: var(--color-racing-navy);
}
#changeEmailLnk a, #changeEmailLnk a:hover{
	color: var(--color-racing-navy);
}
.resourcesModal .modal-body,
.resourcesModal .modal-footer {
	background-image: none;
	background-color: #1e468d;
	border-top: 0;
}

.footer-copy {
	color: #fff;
	font-size: 14px;
	font-family: pt-sans-pro, sans-serif;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0rem;
	padding: 5px 0 10px 15px;
}
.footer-end .panel-heading {
	height: 111px;
}
.footer-end .panel-heading a {
	color: #fff;
}

/* incentive calculator sticky item */
.live-chat-widget__button {
    height: 55px;
    width: 55px;
    float: right;
    border: 3px solid var(--color-racing-navy);
    border-radius: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1100;
    background-color: rgba(23,32,56,.8);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.4);
    box-shadow: 4px 4px 4px rgba(0,0,0,.4);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	border-radius: 50%;
	background-color: var(--color-trophy-gold);
}
.live-chat-widget__button .calc-icon {
	width: 46px;
	height: 46px;
	margin-top: 2px;
	margin-left: 2px;
}
.btn-link, .btn-link:focus, .btn-link:hover, .btn-link[disabled]:focus, 
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] 
.btn-link:hover {
    color: var(--color-trophy-gold);
}

.global-nav .btn-link, .global-nav .btn-link:active, .global-nav .btn-link:focus, .global-nav .btn-link:hover {
	background-color: transparent;
} 
.global-nav .btn-link, .global-nav .btn-link:active, .global-nav .btn-link[disabled], .global-nav fieldset[disabled] .btn-link {
    background-color: transparent;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link {
    font-weight: 400;
    cursor: pointer;
    border-radius: 50%;
}
.calcIcon{
	float: right;
}
.calc-icon-section {
	float: right;
	display: inline;
	z-index: -1;
	margin-top: 10px;	
}
.calc-icon-section:hover {
	font-weight: bold;
	cursor: pointer;
}
.calc-icon {
	height: 34px;
	fill:var(--color-racing-navy);
	line-height: 18px;
    vertical-align: middle;
}
.calc-icon-section span {
	font-family: pt-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform: uppercase;
	vertical-align: middle;
	color:var(--color-racing-navy);
	text-decoration: underline;
}
.live-chat-widget__button .glyphicon {
	font-size: 22px;
}
.live-chat-widget__close-btn, .live-chat-widget__copy {
    display: none;
}
@media (min-width: 768px) {
	.gy_logo {
		margin-left: -30px;
	}
	.section-text {
		display: inline-block;
	}
	.section-overview {
		display: block;
		contain: inline-size;
		margin: 30px 100px 30px 0px;
	}
	.live-chat-widget__button {
		border-radius: 0 !important;
		border: 0;
		bottom: 49%;
		background-color: rgba(23,32,56,.8);
		height: 80px;
		width: 100px;
		text-align: center;
	}
	.live-chat-widget__copy  {
		display: block;
		text-transform: uppercase;
		font-size: 16px;
		cursor: pointer;
	}
	.live-chat-widget, .live-chat-widget__button, .live-chat-widget__copy {
		display: none;
	}
}

/* incentive calculator modal */
.incCalcModal h2 {
	font-family: futura-pt-condensed, sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 32px;
	letter-spacing: -1.56px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	color: var(--color-racing-navy);
}
.incCalcModal .link-chevron:hover {
	color: #23527c;
	cursor: pointer;
}
.incCalcModal .calc-tier-selector {
	padding: 0px 25px 25px 25px;
}
.incCalcModal .calc-specs {
	padding: 5px 25px;
	font-family: pt-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
}
.incCalcModal .calc-specs div {
	white-space: nowrap;
}
.incCalcModal input {
	height: 34px;
	max-width: 55px;
}
.incCalcModal select {
	font-family: pt-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.incCalcModal .units_needed {
	font-family: pt-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color: var(--color-racing-navy);
}
.incCalcModal .units_needed>span {
	border-bottom: 3px solid;
}
.incCalcModal .calc-specs .icon-about ,
.incCalcModal .calc-specs .icon-dunlop-d,
.incCalcModal .calc-specs .icon-tire {
	width:22px;
}
.incCalcModal .calc-specs .icon-about {
	color: var(--color-trophy-gold);
}
.incCalcModal .calc-specs .icon-dunlop-d {
	color: #ff0000;
}
.incCalcModal .calc-specs .icon-tire {
	color: rgba(255, 206, 86, 1);
}
.incCalcModal .calc-specs .icon-new-tires {
	color: var(--color-racing-navy);
}
.incCalcModal .calc-specs .line-total {
	color: var(--color-racing-navy);
}
.incCalcModal .calc-specs .title-field {
	font-size: 18px !important;
}
.incCalcModal hr.equal {
	border-top: 1px solid #333;
}
.incCalcModal .calc-specs #total-units-label, .incCalcModal .calc-specs .grand-total-label {
	font-family: pt-sans-pro, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0px;
}
.incCalcModal .calc-specs .grand-total, .incCalcModal .calc-specs .total-units {
	font-family: pt-sans-pro, sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 32px;
	letter-spacing: -0.24px;
	color: var(--color-racing-navy);
}
.incCalcModal .grand-total {
	font-size: 28px;
	color: var(--color-racing-navy);
    font-family: pt-sans-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.calc-start-over{
	padding-top: 25px;
}

/*pricing modal*/
.pricingModal.modal-body,
.pricingModal.modal-footer {
  background-color: #1e468d;
  background-image: none;
}
.pricingModal.modal-footer {
  text-align: center;
}

.choose-customer {background-color: #F1F1F1;}
.choose-customer .container {margin-top:120px;min-height:500px;background-color:#fff;color:#333;}
.choose-customer .page-title-block {border-bottom:1px solid #eeeeee;margin-bottom: 25px;}
.choose-customer .page-title-block h1 {font-size: 2.0em;font-family:pt-sans-pro, sans-serif; color:#666666;font-weight:700;text-transform:capitalize;}
.choose-customer .choices .form-control {font-size: 18px;height:45px;}
.choose-customer .choices label {color: var(--color-racing-navy);margin-top: 5px;font-family: pt-sans-pro, sans-serif;font-weight: 700;}
.choose-customer .choices select {margin-bottom: 25px;}

.changeCustomerModal label {
	color: var(--color-racing-navy);
	float:left;
}
.changeCustomerModal select {margin-bottom: 10px}

.items-v-center {
	display: flex;
	align-items: center;
}
li.prim-gy, li.sec-gy, li.prim-cooper, li.sec-cooper {
	margin-top: 10px;
	list-style-type: none;
	position: relative;
	text-align: left;
}
li.prim-gy::before, li.sec-gy::before, li.prim-cooper::before, li.sec-cooper::before {
	content: '■';
	position: absolute;
	left: -0.8em;
	top: -0.45em;
	font-size: 2em;
}
li.prim-gy::before {
	color: var(--color-racing-navy);
}
li.sec-gy::before {
	color: var(--color-trophy-gold);
}
li.prim-cooper::before {
	color: #0B1D45;
}
li.sec-cooper::before {
	color: #9CCEF3;
}

.distributors {
	width: 70%;
	color: #7d7d7d !important;
	background-color: #F1F1F1;
	border-collapse: collapse;
}
.distributors-title {
	font-family: pt-sans-pro, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: -0.96px;
	text-transform: uppercase;
}
.distributors-prim-sec {
	font-family: pt-sans-pro, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
}
.distributors th, .distributors td {
	padding: 15px;
}
.tr-border-top {
	font-family: pt-sans-pro, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	border-top: #7d7d7d 1pt solid;
	vertical-align: top;
	height: 150px;
}
td.short-border{
	width: 50%;
    position: relative;
}
td.short-border::after {
	content: '';
	background-color: #7d7d7d;
	position: absolute;
	left: 100%;
	top: 3px;
	bottom: 3px;
	width: 1pt;
}

/******************************************************************************/
/****************Media Queries*************************************************/
/******************************************************************************/
@media (max-width: 380px) {
	.incCalcModal .modal-body {
		padding: 15px 0px 0px 0px;
	}
	.incCalcModal .modal-footer {
		padding: 15px 0px 15px 0px;
	}
}
@media (max-width: 480px){
	.email-updates, .direct-deposit {
		padding-top: 5px
	}
	.gy-nav-windowshade .panel-heading {
		padding-bottom: 0;
	}
	.gy-nav-windowshade .panel-heading span {
		font-size: 18px;
	}
	.resources-panel .panel-footer {
		font-size: 16px;
	}
	.incCalcModal .calc-specs .icon-about, .incCalcModal .calc-specs .icon-tire, .incCalcModal .calc-specs .icon-dunlop-d {
		width: 12px;
	}
}
@media only screen and (min-width: 481px) {
	.circle-panel.circle {
	  h1 {
		font-size: 1.2em;
		line-height: 1em;
	  }
	.circle-panel  p {
		font-size: 1em;
		line-height: 1em;
	  }
	}
}
@media (max-width: 506px) {
	.resources-panel .panel-footer {
		font-size: 15px;
		padding: 10px 1px !important;
	}
	.resources-panel .panel-footer .icon-circle-arrow{
		font-size:27px;
		padding-top:9px;
	}
}
@media (max-width: 767px) {
	.global-nav .navbar .navbar-nav a.active .open-submenu-arrow, .global-nav .navbar .navbar-nav li.active .open-submenu-arrow {
		display: none;
	}	
	.homepage-container .masthead-container .masthead {
		text-align: center;
	}
	.dashboard-container .tab-section1 .btn {
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.all-sites-nav .top-menu li {
		padding: 4px 5px;
	}
	.gy-windowshade.js-windowshade.col-xs-12, .container {
		padding-left:0px;
		padding-right: 0px;
	}
	.dashboard-container .last-sub{
		padding-top: 90px;
		margin-bottom: 20px;
	}
	.dashboard-container .email-updates, .direct-deposit {
		float: left;
	}
	.dashboard-panel.circle-panel{
		max-height: 300px;
	}
	.circle-panel .col{
		margin-top: 0px;
	}
	.circle-panel .circle {
		height: 250px;
		width: 250px;
	}
	.circle-panel p{
		font-size: 36px;
		margin-top: 40px;
	}
	.circle-panel .col .row{
		margin-top: 230px;
	}
	.resources-panel {
		padding-left:5px;
		padding-right: 5px;
		padding-top: 25px;
	}
	.resources-panel .panel-footer {
		padding: 10px 8px;
	}
	.dashboard-container .gy-tabs{
		margin-bottom: 0px;
	}
	.tp-details{
		padding-left:15px ;
		padding-right:15px ;
	}
	.tp-details>div {
		padding-left:0px;
		padding-right:0px ;
	}
	.history-container .payoutsTable{
		padding-left:1px;
		padding-right:1px;
	}
	.calc-icon-section {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.tier-level, .tier-level.active {
		width:50%;
	}
	.circle-panel .circle {
		 h1 {
			font-size: 1.6em;
			line-height: 1em;
		  }
		p {
			font-size: 1.2em;
			line-height: 1em;
		  }
	}
	.dashboard-container .dealer-details {
		display: flex;
		align-items: center;
		padding-bottom: 20px;
		border-bottom:1px solid #ddd;
		min-height:45px;
		margin-bottom:20px;
	}
	.allSitesModal .modal-dialog {
		width: 50%;
	}
	h1 {
		padding-top: 0;
	}
	.navbar-nav {
		margin-left: 5%;
	}
	.global-nav .navbar .navbar-nav a {
		background-color: transparent;
		box-shadow: none;
		margin: 12px 0;
		padding: 3px 10px;
		font-family: pt-sans-pro, sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0px;
	}
	.global-nav .navbar .navbar-nav a.first {
		border: none;
	}
	.global-nav .navbar .navbar-nav a:hover {
		background: none;
	}
	.navbar-nav>li>.dropdown-menu {
		border-radius: 0;
		border-bottom: 2px solid var(--color-trophy-gold);
		padding: 0;
	}
	.global-nav .navbar-nav .dropdown-menu li {
		border-bottom: 1px solid #ccd7eb;
		
	}
	.global-nav .navbar-nav .dropdown-menu li a{
		color: #7d7d7d;
	}
	.global-nav .navbar-nav .dropdown-menu li a:hover{
		color: var(--color-racing-navy);
		font-weight: 600;
	}
	.navbar-g3x-custom {
		top: 0;
		border-width: 0 0 1px;
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	[data-toggle="collapse"]:hover, .panel-heading:hover {
		cursor: pointer;
	}
	.section-header-text {
		margin-top: 50px;
	}
	.tab-section1{
		margin: 120px 0 0 0;
	}
	.home-section1 {
		margin: 120px 0;
	}
	.dashboard-container .home-section1 {
		margin: 0px 0;
	}
	.home-section1 .btn {
		max-width: 201px;
	}
	.tab-section1 .emailUpdateSignUp {
		margin-left: auto;
	}
	.dashboard-container section .container{
		padding:0;
	}
	.heading-white {
		min-height: auto;
	}
	.col-xs-3.arrow.active:after {
		left: 40%;
		top: 6px;
		border-right: 31px solid transparent;
		border-bottom: 25px solid #fff;
		border-left: 31px solid transparent;
	}
	.row.main-footer-links {
		margin: 0;
	}
	.footer-copy {
		padding: 0;
	}
	.footer-contact {
		height: 65px;
		background-color: #1e468d;
		font-size: 22px;
		padding-top: 5px;
		padding-left: 20px;
	}
	.footer-contact section {
		padding: 20px 0;
		text-align: left;
		border: none;
	}
	.pipe {
		font-size: 32px;
		padding: 0 10px;
	}
	.gy-nav-windowshade {
		margin-bottom: 20px;
	}
	.gy-nav-windowshade .panel-heading h3 .down-link, .gy-nav-windowshade .panel-heading h4 .down-link, .gy-nav-windowshade .panel-heading span .down-link, .gy-nav-windowshade .panel-heading div .down-link {
		position: absolute;
		top: -2px;
		right: 15px;
		margin: 0;
		max-width: 25%;
		padding: 10px 0;
	}
	.gy-nav-windowshade .panel-heading h3 .result-title, .gy-nav-windowshade .panel-heading h4 .result-title, .gy-nav-windowshade .panel-heading span .result-title, .gy-nav-windowshade .panel-heading div .result-title {
		max-width: 75%;
	}
	.gy-nav-windowshade .panel-heading h3 .result-title b, .gy-nav-windowshade .panel-heading h4 .result-title b, .gy-nav-windowshade .panel-heading span .result-title b, .gy-nav-windowshade .panel-heading div .result-title b {
		font-size: .8em;
		padding-top: .1em;
	}
	.global-footer {
		background-color: var(--color-racing-navy);
		padding: 0;
		border-top: 3px solid var(--color-trophy-gold);
		overflow: hidden;
		position: relative;
	}
	.global-footer .footer-windowshade .panel-heading {
		color: #fff;
		background-color: transparent;
		background-image: none;
		border: none;
		padding-left: 0;
		margin-bottom: 5px;
		cursor: default;
	}
	.global-footer .footer-windowshade .panel-heading h3 {
		padding: 0;
	}
	.global-footer .footer-windowshade .panel-heading h3:before {
		content: none;
	}
	.global-footer .footer-windowshade .panel-heading.active h3:before {
		content: none;
	}
	.global-footer .footer-windowshade a {
		color: #fff;
		font-size: 14px;
		font-family: pt-sans-pro, sans-serif;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0rem;
	}
	.global-footer .footer-windowshade .content-body {
		padding: 0;
	}
	.global-footer .footer-windowshade.col-md-4 {
		padding-left: 10px;
	}
	.footer-end {
		height: auto;
	}
	.global-footer div[class^="footer-shade"] .panel-heading span.glyphicon {
		display: none;
	}
	.global-footer .footer-windowshade .content-body {
		padding-left: 0;
	}
	.global-footer .footer-windowshade .panel-body ul,
	.global-footer .footer-windowshade .warranty-treadLife .gy-windowshade .content ul,
	.warranty-treadLife .gy-windowshade .global-footer .footer-windowshade .content ul,
	.global-footer .footer-windowshade .warranty-treadLife .gy-secondary-windowshade .content ul,
	.warranty-treadLife .gy-secondary-windowshade .global-footer .footer-windowshade .content ul,
	.global-footer .footer-windowshade .warranty-treadLife .gy-nav-windowshade .content ul,
	.warranty-treadLife .gy-nav-windowshade .global-footer .footer-windowshade .content ul,
	.global-footer .footer-windowshade .warranty-treadLife .gy-tertiary-windowshade .content ul,
	.warranty-treadLife .gy-tertiary-windowshade .global-footer .footer-windowshade .content ul,
	.global-footer .footer-windowshade .warranty-treadLife .gy-coupon-windowshade .content ul,
	.warranty-treadLife .gy-coupon-windowshade .global-footer .footer-windowshade .content ul,
	.global-footer .footer-windowshade .warranty-treadLife .gy-min-windowshade .content ul,
	.warranty-treadLife .gy-min-windowshade .global-footer .footer-windowshade .content ul {
		margin: 0;
		padding: 0;
	}
	.global-footer .main-footer-links {
		padding-bottom: 15px;
		padding-top: 25px;
	}
	.main-footer-links {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.distributor-loyalty-right {
		margin-left: auto;
		margin-right: 0;
		text-align: right;
	}
}
@media (min-width:768px) and (max-width: 1199px) {
	.resources-panel .panel-footer .icon-circle-arrow{
		font-size:30px;
	}
}

@media (min-height: 800px) {
	.page-background {
		height: 87%;
	}
}
@media (max-width: 991px) {
	.obj-details {
		padding: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.resources-panel .panel-footer {
		font-size: 16px;
		padding: 10px 0px 10px 4px !important;
		
	}
	.resources-panel .panel-footer .icon-circle-arrow{
		font-size:28px !important;
		padding-top: 9px;
	}
}
@media (min-width: 992px) {
	.calc-icon {
		height: 38px;
	}
}
@media (max-width: 1024px) {
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
}
@media (min-width: 1024px) {
	.global-nav .navbar .navbar-nav .dropdown-large .open-submenu-arrow {
		bottom: -15px;
	}
}
@media (min-width: 1130px) {
	.global-nav .navbar .navbar-nav .dropdown-large .open-submenu-arrow {
		bottom: -12px;
	}
	.tier-level {
		width:24%;
	}
	.tier-level.active {
		width:28%;
	}
}
@media (max-width: 1199px) {
	.dashboard-container .dashboard-panel {
		padding-left: 5px;
		padding-right: 5px;
	}
	.homepage-container section#section1 {
		background-color: rgba(0, 0, 0, 0.65);
	}
	.homepage-container .masthead-container {
		padding-bottom: 40px;
	}
}
@media (min-width: 1200px) {
	.tp-details, .tp-details>div{
		padding:0;
	}
	.top-stat:first-child {
		text-align: left;
	}
	.top-stat:last-child {
		text-align: right;
	}
}
@media (min-width: 1550px) {
	.homepage-container .page-background {
		background-position: 0px center;
	}
}
@media (min-width: 1920px ) {
	.tier-level {
		width:14%;
	}
	.tier-level.active {
		width:16%;
	}
	.tier-level .tire-lines .table td.tire-line {
		padding-left: 0;
	}
}
/*********** Print CSS ***********/
@media print {
	.site-main-wrapper {
		height: 100% !important;
		overflow-y: visible !important;
        overflow-x: visible !important;
	}
	.div-sm-4, .panel-default {
		max-width: 490px !important;
		padding-bottom: 15px !important;
		padding-left: 10px !important;
	} 
	#purch-inc {
		max-height: 750px !important;
	}
	#growth-inc, #volume-inc {
		max-height: 430px !important;
		margin-top: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 8px !important;
	}
	#disclaimers-panel {
		margin-top: 25px !important;
	}
	.panel {
		color: #000000 !important;
	}
	.panel-body{
		background-color: #ffffff !important;
		max-height: 350px;
	}
	.panel_user .panel-body{
		padding: 0px !important;
		
	}
	#gauge, #gaugeTwo, #gaugeThree{
		margin-top: -80px !important;
		padding-left: 75px !important;
	}
	svg text, svg text>tspan{
		fill: #000000 !important;
	}
	.dashboard-container #section2, .dashboard-container #section3 {
		margin-top: -100px;
	}
	.dashboard-container .dashboard-panel {
		padding-top: 1px !important;
	}
	.dashboard-container .gauge-panel svg>text:nth-child(7)>tspan, .dashboard-container .gauge-panel text:nth-child(7), .dashboard-container .gauge-panel text>tspan, .dashboard-container .gauge-panel text {
		color: #000000 !important;
	}
	.dashboard-container .gauge-panel svg>text:nth-child(6)>tspan, .dashboard-container .gauge-panel text:nth-child(6) {
		fill: #000000 !important;
		color: #000000 !important;
	}
	.table .lines-table {
		margin-bottom: 0px;
		margin-top: -15px;
	}
	.table {
		margin-top: -40px;
	}
	.dashboard-container .last-sub {
		padding-top: 0px;
		margin-bottom: 0px;
	}
	.lg_font, .dashboard-container .table>tbody>.lg_font>td{
		color: #000000 !important;
		font-size: 18px;
	}
	.sm_icons, #tabSection, #getEmailUpdatesBtn, .global-nav.navbar-g3x-custom, #getEmailUpdatesLnk, .global-footer{
		display: none !important;
	}
	.tp-amount, .obj-details, p.panel-title, .tp-desc {
		font-size: 18px !important;
		line-height: 18px;
	}
}