
:root { 
	


/* 2022 Cadillac color palette */

/* please USE only these colors - 
   If a new color is ADDED, please add to this palette 
   and use the variable from to use them: var(--colorname) */

--light_red:#fa335e;
--med_red:#c8002b;
--red:#fa0037;
--dark_red:#a00021;
--light_blue:#5754ed;
--med_blue:#211fab;
--blue:#2c28e8;
--dark_blue:#171473;
--light_gold:#f5d98f;
--med_gold:#e8b01e;
--gold:#f3c846;
--dark_gold:#c8800d;
--light_gray:#d2d2d2;
--lighter_gray:#e0e0e0;
--med_gray:#a0a0a0;
--gray:#787878;
--dark_gray:#505050;
--darker_gray:#282828;
--black:#000000;
--white:#ffffff;

/* --white:#000000;
--black:#ffffff; */

/* custom colors */
--lighter_gray:#e8e8e8;
--lightest_gray: #f8f9f9;
--green: #37ad32;
--dark_green: #008f10;
--light_green: #afdead;
--orange: #f37246;
--light_orange: #fbc3b1;
--cream: #F7F0E2;
--lightest_red: #fa6686;

background-color: var(--white);

}

* {
  box-sizing: border-box;
}

@font-face {	
	font-family: 'CadGothicNarrow';
	src: url('fonts/CadillacGothic-NarrowRegular.ttf') format('truetype'), 
	url('fonts/CadillacGothic-NarrowRegular.woff') format('woff'), /* Modern Browsers */ 
	url('fonts/CadillacGothic-NarrowRegular.woff2') format('woff2'); /* More Modern Browsers */ 	
	font-weight: normal;
	font-style: normal; 
}

@font-face {	
	font-family: 'CadGothicNarrowMedium';
	src: url('fonts/CadillacGothic-NarrowMeduim.ttf') format('truetype'), 
	url('fonts/CadillacGothic-NarrowMeduim.woff') format('woff'), /* Modern Browsers */ 
	url('fonts/CadillacGothic-NarrowMeduim.woff2') format('woff2'); /* More Modern Browsers */ 	
	font-weight: normal;
	font-style: normal; 
}

@font-face {	
	font-family: 'CadGothicNarrowBold';
	src: url('fonts/CadillacGothic-NarrowBold.ttf') format('truetype'), 
	url('fonts/CadillacGothic-NarrowBold.woff') format('woff'), /* Modern Browsers */ 
	url('fonts/CadillacGothic-NarrowBold.woff2') format('woff2'); /* More Modern Browsers */ 	
	font-weight: normal;
	font-style: normal; 
}

@font-face {	
	font-family: 'CadGothicRegular';
	src: url('fonts/CadillacGothic-Regular.ttf') format('truetype'), 
	url('fonts/CadillacGothic-Regular.woff') format('woff'), /* Modern Browsers */ 
	url('fonts/CadillacGothic-Regular.woff2') format('woff2'); /* More Modern Browsers */ 	
	font-weight: normal;
	font-style: normal; 
}

@font-face {	
	font-family: 'CadGothicRegularMedium';
	src: url('fonts/CadillacGothic-Medium.ttf') format('truetype'), 
	url('fonts/CadillacGothic-Medium.woff') format('woff'), /* Modern Browsers */ 
	url('fonts/CadillacGothic-Medium.woff2') format('woff2'); /* More Modern Browsers */ 	
	font-weight: normal;
	font-style: normal; 
}

@font-face {	
	font-family: 'CadGothicRegularBold';
	src: url('fonts/CadillacGothic-Bold.ttf') format('truetype'), 
	url('fonts/CadillacGothic-Bold.woff') format('woff'), /* Modern Browsers */ 
	url('fonts/CadillacGothic-Bold.woff2') format('woff2'); /* More Modern Browsers */ 	
	font-weight: normal;
	font-style: normal; 
}


@font-face {	
	font-family: 'CadGothicWide';
	src: url('fonts/CadillacGothic-WideRegular.ttf') format('truetype'), 
	url('fonts/CadillacGothic-WideRegular.woff') format('woff'), /* Modern Browsers */ 
	url('fonts/CadillacGothic-WideRegular.woff2') format('woff2'); /* More Modern Browsers */ 	
	font-weight: normal;
	font-style: normal; 
}

@font-face {	
	font-family: 'CadGothicWideMedium';
	src: url('fonts/CadillacGothic-WideMedium.ttf') format('truetype'), 
	url('fonts/CadillacGothic-WideMedium.woff') format('woff'), /* Modern Browsers */ 
	url('fonts/CadillacGothic-WideMedium.woff2') format('woff2'); /* More Modern Browsers */ 	
	font-weight: normal;
	font-style: normal; 
}

@font-face {	
	font-family: 'CadGothicWideBold';
	src: url('fonts/CadillacGothic-WideBold.ttf') format('truetype'), 
	url('fonts/CadillacGothic-WideBold.woff') format('woff'), /* Modern Browsers */ 
	url('fonts/CadillacGothic-WideBold.woff2') format('woff2'); /* More Modern Browsers */ 	
	font-weight: normal;
	font-style: normal; 
}




.image{max-width:100%;height:auto}img{vertical-align:middle}
.table,.table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.table-all{border:1px solid var(--black)}
.bordered tr,.table-all tr{border-bottom:1px solid var(--gray)}.striped tbody tr:nth-child(even){background-color:var(--white)}
.table-all tr:nth-child(odd){background-color:var(--light_gray)}.table-all tr:nth-child(even){background-color:var(--white)}




.body {
	font-family: 'CadGothicRegular';
	font-size: 8px;
	line-height: 140%;
	background-color: var(--white);
	color: var(--black);
}

.body_copy {
	font-family: 'CadGothicRegular';
	font-size: 10px;
	line-height: 140%;
	background-color: var(--white);
	color: var(--black);
}

.h1{font-size:36px}.h2{font-size:30px}.h3{font-size:24px}.h4{font-size:20px}.h5{font-size:18px}.h6{font-size:16px}.h7{font-size:14px}.h8{font-size:12px}
.h1,.h2,.h3,.h4,.h5,.h6,.h7,.h8{font-family:"CadGothicRegular",Arial,sans-serif;line-height: 130%;text-transform: uppercase;}

h1_wide{font-size:36px}h2_wide{font-size:30px}h3_wide{font-size:24px}h4_wide{font-size:20px}h5_wide{font-size:18px}h6_wide{font-size:16px}.h7_wide{font-size:14px}.h8_wide{font-size:12px}
h1_wide,h2_wide,h_wide3,h4_wide,h5_wide,h6_wide,.h7_wide,.h8_wide{font-family:"CadGothicWide",Arial,sans-serif;line-height: 130%;text-transform: uppercase;}

h1_med{font-size:36px}h2_med{font-size:30px}h3_med{font-size:24px}h4_med{font-size:20px}_med{font-size:18px}h6_med{font-size:16px}.h7_med{font-size:14px}.h8_med{font-size:12px}
h1_med,h2_med,h3_med,h4_med,h5_med,h6_med,h7_med,h8_med{font-family:"CadGothicRegularMedium",Arial,sans-serif;line-height: 130%;text-transform: uppercase;}

h1_narrow{font-size:36px}h2_narrow{font-size:30px}h3_narrow{font-size:24px}h4_narrow{font-size:20px}_narrow{font-size:18px}h6_narrow{font-size:16px}.h7_narrow{font-size:14px}.h8_narrow{font-size:12px}
h1_narrow,h2_narrow,h3_narrow,h4_narrow,h5_narrow,h6_narrow,h7_narrow,h8_narrow{font-family:"CadGothicNarrow",Arial,sans-serif;line-height: 130%;text-transform: uppercase;}


/* @media screen and (max-width:600px) {  
	.body,.body_copy,.h1,.h2,.h3,.h4,.h5,.h6{
    font-size: .7em;
	}
}

@media screen and (max-width:780px) {
  .body,.body_copy,.h1,.h2,.h3,.h4,.h5,.h6{
    font-size: .8em;
  }
}

@media screen and (max-width:960px) {
  .body,.body_copy,.h1,.h2,.h3,.h4,.h5,.h6{
    font-size: .9em;
  }
} */




input,select,option {
	font-family: 'CadGothicRegular';
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: var(--lightest_gray); 
	color: var(--black);
	border: 1px solid var(--med_gray);
	padding-left: 10px;
}

input:focus {
   outline-color:var(--light_gray);
   background-color: var(--white); 
}

option {	
	line-height: 2em;
}

select option:hover
	select option:focus,
		select option:active, 
			select option:checked
{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
        green;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
        green;
}

select option:hover {
    box-shadow: 0 0 10px 100px var(--black) inset;
}


a {
	color: var(--black);
}

.border_collapse {
	border-collapse:collapse;
}

.uppercase {
	text-transform: uppercase;
}



.light_red_text {
	color: var(--light_red);
}
.med_red_text {
	color: var(--med_red);
}
.red_text {
	color: var(--red);
}
.dark_red_text {
	color: var(--dark_red);
}
.light_blue_text {
	color: var(--light_blue);
}
.med_blue_text {
	color: var(--med_blue);
}
.blue_text {
	color: var(--blue);
}
.dark_blue_text {
	color: var(--dark_blue);
}
.light_gold_text {
	color: var(--light_gold);
}
.med_gold_text {
	color: var(--med_gold);
}
.gold_text {
	color: var(--gold);
}
.dark_gold_text {
	color: var(--dark_gold);
}
.light_gray_text {
	color: var(--light_gray);
}
.med_gray_text {
	color: var(--med_gray);
}
.gray_text {
	color: var(--gray);
}

.dark_gray_text {
	color: var(--dark_gray);
}
.green_text{
	color: var(--green);
}
.dark_green_text{
	color: var(--dark_green);
}
.orange_text{
	color: var(--orange);	
}

.black_text {
	color: var(--black);
}

.white_text {
	color: var(--white);
}

.lightest_red_background { 
	background-color: var(--lightest_red); 
}

.light_red_background {
	background-color: var(--light_red);
}
.med_red_background {
	background-color: var(--med_red);
}
.red_background {
	background-color: var(--red);
}
.dark_red_background {
	background-color: var(--dark_red);
}


.light_blue_background {
	background-color: var(--light_blue);
}
.med_blue_background {
	background-color: var(--med_blue);
}
.blue_background {
	background-color: var(--blue);
}
.dark_blue_background {
	background-color: var(--dark_blue);
}


.yellow_background {
	background-color: var(--gold);}

.dark_yellow_background {
	background-color: var(--med_gold);
}

.light_gold_background {
	background-color: var(--light_gold);
}
.med_gold_background {
	background-color: var(--med_gold);
}
.gold_background {
	background-color: var(--gold);
}
.dark_gold_background {
	background-color: var(--gold);
}

.lightest_gray_background {
	background-color: var(--lightest_gray);
}
.light_gray_background {
	background-color: var(--light_gray);
}
.med_gray_background {
	background-color: var(--med_gray);
}
.gray_background {
	background-color: var(--gray);
}
.dark_gray_background {
	background-color: var(--dark_gray);
}
.darker_gray_background {
	background-color: var(--darker_gray);
}

.black_background {
	background-color: var(--black);
}
.white_background {
	background-color: var(--white);
}
.orange_background {
	background-color: var(--orange);
}
.light_orange_background {
	background-color: var(--light_orange);
}

.green_background {
	background-color: var(--green);
}
.dark_green_background {
	background-color: var(--dark_green);
}
.light_green_background {
	background-color: var(--light_green);
}

.cream_background {
	background-color: var(--cream);
}

.size_60pt {
	font-size: 60pt;
}

.size_30pt {
	font-size: 30pt;
}

.size_24pt {
	font-size: 24pt;
}

.size_18pt {
	font-size: 18pt;
}

.size_16pt { 
	font-size: 16pt;
}

.size_14pt {
	font-size: 14pt;
}

.size_12pt {
	font-size: 12pt;
}

.size_11pt {
	font-size: 11pt;
}

.size_10pt {
	font-size: 10pt;
}

.size_8pt {
	font-size: 8pt; /* h7? */
}

.double_space {
	line-height: 130%;
}

.nowrap {
	white-space: nowrap;
}

.cadGothicNarrow { 
	font-family: 'CadGothicNarrow';
}

.cadGothicRegular { 
	font-family: 'CadGothicRegular';
}

.cadGothicWide { 
	font-family: 'CadGothicWide';
}





/* 
576px for portrait phones
768px for tablets
992px for laptops
1200px for large devices

Mobile: 360 x 640
Mobile: 375 x 667
Mobile: 360 x 720
iPhone X: 375 x 812
Pixel 2: 411 x 731
Tablet: 768 x 1024
Laptop: 1366 x 768
High-res laptop or desktop: 1920 x 1080

#wrapper {width:95%;  margin: 0 auto; }

#header {width:100%; }

#content {width:100%;}

#sidebar {width:100%; }

#footer {width:100%; }

// Small devices (landscape phones, 576px and up)

@media (min-width: 576px) {

// Medium devices (tablets, 768px and up)

@media (min-width: 768px) {

#wrapper {width:90%;  margin: 0 auto; }

#content {width:70%; float:left; }

#sidebar {width:30%; float:right; }

// Large devices (desktops, 992px and up)

@media (min-width: 992px) { ... }

}

// Extra large devices (large desktops, 1200px and up)

@media (min-width: 1200px) {

#wrapper {width:90%;  margin: 0 auto; }

}

*/


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.scrollable {
	height: 100vh;
	overflow-y: scroll
}

@media only screen and (min-width: 600px) {
  /* For phone: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For tablet: */
  .col-m-1 {width: 8.33%;}
  .col-m-2 {width: 16.66%;}
  .col-m-3 {width: 25%;}
  .col-m-4 {width: 33.33%;}
  .col-m-5 {width: 41.66%;}
  .col-m-6 {width: 50%;}
  .col-m-7 {width: 58.33%;}
  .col-m-8 {width: 66.66%;}
  .col-m-9 {width: 75%;}
  .col-m-10 {width: 83.33%;}
  .col-m-11 {width: 91.66%;}
  .col-m-12 {width: 100%;}
}

@media  (min-width: 960px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

[class*="col-"] {
  float: none;
  padding: 15px;
  display:inline-block; 
/*   border: 1px solid red; */
}

.row::after {
  content: "";
  clear: both;
  display: table;
}



.functional_copy {
	font-family: 'CadGothicRegular';
	font-size: 12px;
	line-height: 125%;
	background-color: var(--lightest_gray);
	color: var(--black);
}

.footer {
	font-family: 'CadGothicRegular';
	text-transform: uppercase;
	font-size: 12pt;
	line-height: 125%;
}

.caption_small {
	font-family: 'CadGothicRegular';
	font-size: 12pt;
	color: var(--black);
}

.caption_large {
	font-family: 'CadGothicRegular';
	font-size: 16pt;
	color: var(--black);
}

.info_popup {
	position: absolute; 
	visibility: hidden;
	z-index: 99;
	width: 500px; 
	text-align: left; 
	font-family: 'CadGothicRegular';
	font-size: 12px;
	text-transform: uppercase;
	line-height: 140%;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid var(--med_gray);
	background-color: var(--white); 
	color: var(--black);
	opacity: 1;
}

.flex-grid {
  display: flex;
}

.flex_row {
	display: flex; 
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	justify-content: space-between ;	
	align-items: center;
}

.flex_col {
	display: flex; 
	flex-direction: column;
	width: 100%;
	justify-content: space-between ;	
	align-items: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px 0px 15px;
  justify-content: space-between ;
}

/* Create equal columns that sits next to each other */
.column {  
  padding: 0 4px;
  text-align: right;
  width: 25%;
  justify-content: space-between ;
}

.column div {
  margin-top: 8px;
  vertical-align: middle;
}

@media (max-width: 1500px) {
  .column {
    flex: 50%;
    max-width: 50%;
    text-align: center;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 800px) {
  .column {
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
}


.bottom { 
	position: fixed;
    bottom: 0px;
}

.scrollable {
	height: 100vh;
	overflow-y: scroll
}

.cad_logo{
	display: flex; 
	justify-content: center;
	align-items: center;
	background-color: var(--white);
}


.tn_container {
	display: flex; 
	flex-direction: row;
	justify-content: space-between ;
	background-color: black;
	color:var(--white);
	position: fixed;
	top: 1%;
}

a.tn_button {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: 'CadGothicRegular';
	font-size: .9em;
	font-style: underline;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--gray);
	cursor:pointer;
	border-left: 1px solid var(--white);
	border-right: 1px solid var(--white);
	border-top: 1px solid var(--white);
	border-bottom: 1px solid var(--white);
	align-items:center;	
	white-space: nowrap;
	text-align: center;
}

.tn_button:hover {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: 'CadGothicRegular';
	font-size: .9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--dark_gray);
	background-color: var(--lightest_gray);
	border-left: 1px solid var(--gray);
	border-right: 1px solid var(--gray);
	border-top: 1px solid var(--gray);
	border-bottom: 1px solid var(--gray);
}



.top_menu_bar {
	border-top: 0px solid var(--gray);
	border-bottom: 0px solid var(--gray);
	background-color: var(--black);
	position:sticky;
  	top: 0px;
  	z-index:98;
}

a.top_menu_bar_link {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	/* padding-top: 10px;
	padding-bottom: 5px; */
	font-family: 'CadGothicRegular';
	font-size: 15px;
	font-style: underline;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--gray);
	cursor:pointer;
	border-left: 1px solid var(--white);
	border-right: 1px solid var(--white);
	border-top: 1px solid var(--white);
	align-items:bottom;	
}

a:hover.top_menu_bar_link  {
	color: var(--dark_gray);
	font-size: 15px;
	background-color: var(--lightest_gray);
	border-left: 1px solid var(--med_gray);
	border-right: 1px solid var(--med_gray);
	border-top: 1px solid var(--med_gray);
}
a:hover.top_menu_bar_link span{
	color:var(--lightest_gray);
}

.top_menu_bar_on {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: 'CadGothicRegular';
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--dark_gray);
	background-color: var(--lightest_gray);
	border-left: 1px solid var(--gray);
	border-right: 1px solid var(--gray);
	border-top: 1px solid var(--gray);
	border-top: 1px solid var(--gray);
}

a.top_menu_button {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: 'CadGothicRegular';
	font-size: 15px;
	font-style: underline;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--white);
	cursor:pointer;
	align-items:center;	
	white-space: nowrap;
	text-align: center;
}

.top_menu_button:hover {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: 'CadGothicRegular';
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
/* 	color: var(--dark_gray); */
/* 	background-color: var(--lightest_gray); */
/* 	border-left: 1px solid var(--gray); */
/* 	border-right: 1px solid var(--gray); */
/* 	border-top: 1px solid var(--gray); */
/* 	border-bottom: 1px solid var(--gray); */
}
.notification_circle {
	border-radius: 50px;		
	color: var(--white);
	background-color: var(--red);
	padding-top: 4px;
  	padding-right: 7px;
 	padding-bottom: 2px;
 	padding-left: 6.75px;
 	bottom: 10px;
 	font-size: 6pt;
 	position: relative;
    right: 0%;
}

.tn_drop_down {
	position: absolute; 
	visibility: hidden; 
	z-index: 99; 
	font-family: 'CadGothicRegular';
	text-align: left; 
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-left: 1px solid var(--gray);
	border-right: 1px solid var(--gray);
	border-bottom: 1px solid var(--gray);
	background-color: var(--lightest_gray);	
	line-height: 140%;
	color: var(--gray);
	font-size: .9em;
}

.tn_drop_down a {
	padding: 0px;
	font-family: 'CadGothicRegular';
	font-size: .9em;
	line-height: 140%;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--gray);
}

.tn_drop_down a:hover {
	color: var(--dark_gray);
}

.tn_drop_down_text {
	font-family: 'CadGothicRegular';
	font-size: 11pt;
	font-weight: bold;
	color: var(--gray);
}

.contact_drop_down {
	position: absolute; 
	visibility: hidden; 
	z-index: 99; 
	text-align: left; 
	padding: 10px;
	border: 1px solid var(--lightest_gray);
	background-color: var(--white); 
}

.button {
	font-family: 'CadGothicRegular';
	font-size: 12pt;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	background-color: var(--lightest_gray);
	text-decoration: none;
	text-align: center;
	color: var(--black);
	white-space: nowrap;
	border: 1px solid;
	border-color: var(--black);
	cursor:pointer;
	text-transform: uppercase;
}

.button:hover {
	color: var(--white);
	background-color: var(--dark_gray);
}

.button_selected {
	font-family: 'CadGothicRegular';
	font-size: 12pt;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	background-color: var(--dark_gray);
	text-decoration: none;
	text-align: center;
	color: var(--white);
	white-space: nowrap;
	border: 1px solid;
	border-color: var(--black);
	cursor:pointer;
}

.button a {
	color: var(--lightest_gray);
	text-decoration: none;
}

.button a:hover {
	color: var(--dark_gray);
}

.excep_button {
	font-family: 'CadGothicRegular';
	height: 24px;
	width:80pt;
	font-size:9pt;
	
	color: var(--white);
}

.excep_button:hover {
	filter: brightness(90%);
}

.excep_button_hq {
	font-family: 'CadGothicRegular';
	height: 24px;
	width:145pt;
	font-size:9pt;
	
	color: var(--white);
}

.excep_button:hover_hq {
	filter: brightness(90%);
}

.dlr_info_hdr {
	padding: 10px;
	font-family: 'CadGothicRegular';
	font-size: 20pt;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: var(--dark_gray);
	background-color: var(--med_gray);
}

.enr_dlr_info_hdr {
	font-family: 'CadGothicRegular';
	font-size: 24pt;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: var(--dark_gray);
	text-align: center;
}
.enr_screen {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: 'CadGothicRegular';
	font-size: 14px;
	line-height: 140%;
	background-color: var(--white);
	color: var(--black);
}

.enr_screen_bottom { 
	position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.enr_button {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'CadGothicRegular';
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	color: var(--white);
	background-color: var(--dark_red);
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid var(--lightest_gray);
	cursor:pointer;
}

.enr_button_gold {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'CadGothicRegular';
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	color: var(--white);
	background-color: var(--med_gold);
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid var(--lightest_gray);
	cursor:pointer;
}

.enr_button_green{
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'CadGothicRegular';
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	color: var(--white);
	background-color: var(--green);
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid var(--lightest_gray);
	cursor:pointer;
}
.enr_button_red{
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'CadGothicRegular';
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	color: var(--white);
	background-color: var(--med_red);
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid var(--lightest_gray);
	cursor:pointer;
}

.enr_table {
	font-family: 'CadGothicRegular';
	text-transform: uppercase;
	line-height: 110%;
	font-weight: normal;
	background-color: var(--white);
	color: var(--black);	
}

.enr_table th{
	background-color: var(--black);
	color: var(--white);	
	border: 1px solid var(--gray);
}

.enr_table a {
	color: var(--blue);
	text-decoration: none;
}

.enr_table td { 
	border: 1px solid var(--gray);
}

/* #enr_myst_shop_table input {
	font-family: 'CadGothicRegular';
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: var(--light_gray);
	color: var(--black);
} */

/* #enr_myst_shop_table {
	border-collapse: collapse;
}

#enr_myst_shop_table th {
	font-family: 'CadGothicRegular';
	font-size: 13pt;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-transform: uppercase;
	color: var(--white);	
	border: 1px solid var(--white);
}

#enr_myst_shop_table td {
	font-family: 'CadGothicRegular';
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	border: 1px solid var(--white);
	color: var(--dark_gray);
	overflow: visible;
}

#enr_myst_shop_table input {
	font-family: 'CadGothicRegular';
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: var(--lightest_gray);
	color: var(--black);
} */
.center { 
	text-align: center;
}

.enr_button:hover {
	color: var(--gray);
}

.enr_hover_icon {
	color: var(--black);
	cursor:pointer;
	text-decoration: none;
}

.enr_button_gold:hover {
	color: var(--gray);
}

.enr_hover_gold_icon {
	color: var(--dark_gray);
	cursor:pointer;
	text-decoration: none;
}

.enr_button_green:hover {
	color: var(--gray);
}

.enr_hover_green_icon {
	color: var(--dark_gray);
	cursor:pointer;
	text-decoration: none;
}

.sidebar_button_gold {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	font-family: 'CadGothicRegular';
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	writing-mode: tb-rl;
    transform: rotate(-180deg);
    text-orientation: sideways;  
	color: var(--white);
	background-color: var(--med_gold);
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid var(--lightest_gray);
	cursor:pointer;
	position: absolute;
	right: 0;
}

.exception_button {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	font-family: 'CadGothicRegular';
	font-size: 15pt;
	font-weight: normal;
	text-align: center;
	color: var(--dark_gray);
	background-color: var(--white);
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid var(--lightest_gray);
	cursor:pointer;
	height: 30px;
	width: 300px;
}

.exception_button_green:hover {
	color: var(--light_green);
}






.padding_2 {
	padding: 2px;
}

.padding_5 {
	padding: 5px;
}

.padding_10 {
	padding: 10px;
}

.padding_20 {
	padding: 20px;
}







.lightest_gray_border {
	border: 1px solid var(--lightest_gray);
}

.light_gray_border {
	border: 1px solid var(--lightest_gray);
}

.white_border {
	border: 1px solid var(--white);
}

.white_border td{
	border: 1px solid var(--white);
} 

.white_border_bottom  {
    border-bottom: 1px solid  var(--white);
    color: white;
}

.extra_dark_gray {
	background-color: var(--dark_gray);
}

.exec_sum_border {
	border-bottom: 1px solid var(--lighter_gray);
}

.left_nav {
	background-color: var(--white);
	color: var(--black);
	/* border-left: 1px solid var(--light_gray); */
	border-right: 1px solid var(--lighter_gray);
	border-bottom: 1px solid var(--lighter_gray);
}

.left_nav a {
    color: var(--black);
    text-decoration: none;
    display: block;
}

.left_nav_rvrs {
	/* background-color: var(--lightest_gray); */
	background-color: var(--white);
	color: var(--black);	
	/* border-left: 1px solid var(--light_gray); */
	border-right: 1px solid var(--light_gray);
	border-bottom: 1px solid var(--light_gray);
	opacity: 60%
}

.left_nav_rvrs a {
    color: var(--black);
    text-decoration: none;
    display: block;
}

.red_border {
	border: 2px solid var(--med_red);
}

.green_border {
	border: 2px solid var(--green);
}

.gray_border {
	border: 1px solid var(--gray);
}

.gray_border_table {
	border: 1px solid var(--gray);
}

.summary_dollar {
	font-family: 'CadGothicRegularMedium';
	color: var(--med_gold);
}

.summary_dollar_wide {
	font-family: 'CadGothicWideMedium';
	color: var(--med_gold);
}

.summary_text {
	font-family: 'CadGothicRegular';
	font-size: 10px;
	text-transform: uppercase;
	line-height: 140%;
}

.summary_headline {
	font-family: 'CadGothicRegular';
	font-size: 15px;
	text-transform: uppercase;
	line-height: 180%;
	font-weight: normal;
}

.summary_qualifer { 
	font-family: 'CadGothicRegular';
	font-size: .6em; 
	text-transform: uppercase; 
	line-height: 140%;
}

.dark_gray_border td {
	border: 1px solid var(--dark_gray);
}

.dark_gray_border th {
	border: 1px solid var(--dark_gray);
}

.dark_gray_border_left {
	border-left: 1px solid var(--dark_gray);
}

.dark_gray_border_right {
	border-right: 1px solid var(--dark_gray);
}

.dark_gray_border_top {
	border-top: 1px solid var(--dark_gray);
}

.dark_gray_border_bottom {
	border-bottom: 1px solid var(--dark_gray);
}

.gray_border td {
	border: 1px solid var(--gray);
}

.gray_border th {
	border: 1px solid var(--gray);
}
.gray_border_left {
	border-left: 1px solid var(--gray);
}

.gray_border_right {
	border-right: 1px solid var(--gray);
}

.gray_border_top {
	border-top: 1px solid var(--gray);
}

.gray_border_bottom {
	border-bottom: 1px solid var(--gray);
}

.med_gray_border td {
	border: 1px solid var(--med_gray);
}

.light_gray_border td {
	border: 1px solid var(--lightest_gray);
}

.light_gray_border_left {
	border-left: 1px solid var(--lightest_gray);
}

.light_gray_border_right {
	border-right: 1px solid var(--lightest_gray);
}

.light_gray_border_top {
	border-top: 1px solid var(--lightest_gray);
}

.light_gray_border_bottom {
	border-bottom: 1px solid var(--lightest_gray);
}



.brand_open_close {
	font-family: 'CadGothicRegular';
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: var(--black);
}

.brand_link {
	text-decoration: none;
}
a:hover.brand_link  {
	background-color: inherit;
}

.input_small {
	width: 75px;
}

.input_medium {
	width: 150px;
}


.input_large {
	width: 250px;
}

.qtr-dropbtn {
    background-color: var(--white);
    font-family: 'CadGothicRegular';
    color: var(--black);
    border: none;
    cursor: pointer;
}

.qtr-dropdown {
    position: relative;
    display: inline-block;
}

.qtr-dropdown-content {
	font-family: 'CadGothicRegular';
    font-size: 10pt;
	padding-right: 10px;
	padding-left: 10px;
    display: none;
    position: absolute;
    z-index: 99;
	border: 1px solid var(--gray);
	background-color: var(--white);
	text-align: left;
	line-height: 150%;
}

.qtr-dropdown-content a {
    color: var(--black);
    font-family: 'CadGothicRegular';
    text-decoration: none;
    display: block;
}

.qtr-dropdown-content a:hover {background-color: var(--lightest_gray)}

.qtr-dropdown:hover .qtr-dropdown-content {
    display: block;
}

.qtr-dropdown:hover .qtr-dropbtn {
    background-color: var(--white);
}

.no_reward_obj {
	color: var(--black);
	font-family: 'CadGothicRegular';
	font-size: 10px;
	text-transform: uppercase;
	line-height: 140%;
	background-color: var(--lightest_gray)
}

.base_obj {
	color: var(--white);
	font-family: 'CadGothicRegular';
	font-size: 10px;
	text-transform: uppercase;
	line-height: 140%;
	background-color: var(--med_gray)
}

.standard_obj {
	color: var(--white);
	font-family: 'CadGothicRegular';
	font-size: 10px;
	text-transform: uppercase;
	line-height: 140%;
	background-color: var(--gray)
}

.super_obj {
	color: var(--white);
	font-family: 'CadGothicRegular';
	font-size: 10px;
	text-transform: uppercase;
	line-height: 140%;
	background-color: var(--black)
}

.base_obj a, .standard_obj a, .super_obj a{ 
	color: var(--white);
}

.ui-widget {
	font-family: 'CadGothicRegular';
	text-transform: uppercase; 
	font-size: 1.1em;	
}
.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget-header {
	border: 0px solid var(--med_gray);
	background: var(--white);
	color: var(--black);
	font-weight: normal;
	font-style: normal;
}
.ui-widget-header a {
	color: var(--black);
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: var(--white);
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
	outline: none;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
	background-color: var(--white);
}

.loginCar
{ /* Location of the image */ 
 background-image: url('images/23CALYQ50131_V2.jpg');
 /* Background image is centered vertically and horizontally at all times */ 
 background-position: center center; 
 /* Background image doesn�t tile */ 
 background-repeat: no-repeat; 
 /* Background image is fixed in the viewport so that it doesn�t move when the content�s height is greater than the image�s height */ 
 background-attachment: fixed; 
 /* This is what makes the background image rescale based on the container�s size */  
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover; 
 background-size: cover; 
 /* Set a background color that will be displayed while the background image is loading */ 
 background-color: var(--black); 
}

.login_copy
{	
	font-family: 'CadGothicRegular';
	font-size: 10px;
	line-height: 140%;
	color: var(--white);
}

.login_button {
	font-family: 'CadGothicRegular';
	font-size: 12pt;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	/* background-color: var(--lightest_gray); */
	text-decoration: none;
	text-align: center;
	color: var(--white);
	white-space: nowrap;
	border: 1px solid;
	border-color: var(--white);
	cursor:pointer;
	background: transparent;
	text-transform: uppercase;
}

.login_button:hover {
	color: var(--black);
	background-color: var(--white);
}

.login_button_selected {
	font-family: 'CadGothicRegular';
	font-size: 12pt;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	background-color: var(--white);
	text-decoration: none;
	text-align: center;
	color: var(--black);
	white-space: nowrap;
	border: 1px solid;
	border-color: var(--black);
	cursor:pointer;
}


.baseCar
{
		 max-width: 100%;
  			height: 1600px;
 	align-self: center;
		  background-image: url('images/23CALYQ50131_V2_km.jpg');
		  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid red;
    /* max-width: 100%;
  	height: auto;
 	align-self: center; */
}

button:focus 
{
	outline:0 !important;
} 
select:focus 
{
	outline:0 !important;
} 
	
.chartdiv {
		font-family: 'CadGothicRegular'; 
		color: var(--black);		
		font-size: 13px;
		height: 400px;
		width: 200px;
	}
	.chartdiv .jqplot-point-label {
  		font-weight :bold;
  		color: var(--white);
	}
	

	select::-ms-expand {
    border: 0px;
    background-color: var(--lightest_gray);
}
   .chartDrop::-ms-expand {
    border: 0px;
    background-color: var(--white);
}

.table-scroll table {
}
.table-scroll tr,
.table-scroll th,
.table-scroll td {
}

.table-scroll thead tr, 
.table-scroll thead th,
.table-scroll thead td {
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
  
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 2;
 }
 /*  
 th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
z-index: 2;
  }

  
thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}  */
 
 #assessmentTbl tbody tr:nth-child(even) {
   background-color: var(--lightest_gray);
}

 #excep_list tbody tr:nth-child(even) {
   background-color: var(--lightest_gray);
}

#search_results thead th {
   font-weight:normal; 
   text-align: center;
   padding-top: 7px;
   padding-left: 7px;
   padding-right: 7px;
}

#excep_list thead th {
   font-weight:normal; 
   text-align: center;
   padding-top: 7px;
   padding-left: 7px;
   padding-right: 7px;
}

#excep_list tbody td {
   text-align: center;
   padding-top: 7px;
   padding-left: 7px;
   padding-right: 7px;
}

.vl_bar {
	background-color: var(--black);
	color: var(--white);
}
 
 .table-scroll-vl table {
}

.table-scroll-vl td {
	border: 1px solid var(--gray);
}

.table-scroll-vl thead tr, 
.table-scroll-vl thead th,
.table-scroll-vl thead td {
  border: 1px solid var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  background-color: var(--darker_gray);
  color: var(--white);
  font-family: 'CadGothicRegular';
  
}

#vin_listing tbody tr:nth-child(even) {
   background-color: var(--light_gray);
   font-family: 'CadGothicRegular';
}

#vin_listing  {
   font-family: 'CadGothicRegular';
}


.vl_hdr {
  border: 1px solid var(--white);
  background-color: var(--darker_gray);
  color: var(--white);
  font-family: 'CadGothicRegular';  
}

.vl_light_blue {
  border: 1px solid var(--white);
  background-color: var(--light_blue);
  color: var(--white);
  font-family: 'CadGothicRegular';  
}

.vl_light_gold {
  border: 1px solid var(--darker_gray);
  background-color: var(--light_gold);
  color: var(--darker_gray);
  font-family: 'CadGothicRegular';  
}

.vl_med_gold {
  border: 1px solid var(--darker_gray);
  background-color: var(--med_gold);
  color: var(--darker_gray);
  font-family: 'CadGothicRegular';  
}

.vl_dark_gold {
  border: 1px solid var(--darker_gray);
  background-color: var(--dark_gold);
  color: var(--darker_gray);
  font-family: 'CadGothicRegular';  
}


safari and ios need the tfoot itself to be position:sticky also
.table-scroll-vl tfoot,
.table-scroll-vl tfoot th,
.table-scroll-vl tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 2;
  background-color: var(--lightest_gray);
  color: var(--black);
  border: 1px solid var(--dark_gray);
 } 



.upload {
    overflow: hidden;
    position: relative;
}

.upload [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}


.upload {
    font-family: 'CadGothicRegular';
	font-size: 10pt;
}

.upload [type=file] {
    cursor: pointer;
}

#drop-area {
  border: 2px solid var(--med_gray);
  border-radius: 1px;
  width: 575px;
  height: 150px;
  font-family: 'CadGothicRegular';
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 25px;
  background-color: var(--white);
}
#drop-area.highlight {
  border-color: var(--dark_gray);
}

#fileElem {
  display: none;
}

/* Style the Image Used to Trigger the Modal */
.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}


.image-white {  
  -webkit-filter: invert(1%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(100%);
  filter: invert(1%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(100%);
}

/* The Modal (background) */
 .modal {
  position: fixed;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 
  display: none; /* Hidden by default */
  /* position: relative; Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 1px; /* Location of the box */
  /* left: 13%;
  top: 35%; */
  width: 100%; /* Full width */
  height: 100%;  /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
  align-items:center;
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  top:50px;
  width:70%;
  /* max-width: 700px; */
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: var(--dark_gray);
  padding: 10px 0;
  height: 30px;
}

/* Add Animation - Zoom in the Modal */
 .modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

 @keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.modal-close {
  position: absolute;
  z-index: 2; /* Sit on top */
  top: 9px;
  right: 300px;
  color: var(--black);
  height: 32px;
  width: 32px; 
  font-size: 32px;
  font-weight: bold;
  transition: 0.3s;
}

/* The Close Button */
.modal-close-content {
  height: 32px;
  width: 32px; 
  font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
  color: var(--med_gray);
  text-decoration: none;
  cursor: pointer;
}
.modal-rotate {
  position: absolute;
  z-index: 2; /* Sit on top */ 
  top: 9px;
  right: 360px;
  /* bottom:140px;
  right: 10px;*/
  height: 32px;
  width: 32px; 
  background-color: rgba(0,0,0,0.000001); 
  font-size: 32px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-rotate:hover,
.modal-rotate:focus {
  color: var(--med_gray);
  text-decoration: none;
  cursor: pointer;
}

.modal-rotate-content{
	height: 32px;
	width:32px;
	font-weight: bold;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 70%;
  }
}

.submit_excep_button{
background-color: var(--green);
height: 50px;
/* width:250; */
padding-top: 5px;
padding-bottom: 2px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
vertical-align: middle;
font-family: 'CadGothicRegular';
font-size: 12pt;
font-weight: normal;
text-decoration: none;
color: var(--white);
white-space: nowrap;
border: 0;
cursor:pointer;	
}

.cancel_excep_button{
background-color: var(--red);
height: 50px;
/* width:250; */
padding-top: 5px;
padding-bottom: 2px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
vertical-align: middle;
font-family: 'CadGothicRegular';
font-size: 12pt;
font-weight: normal;
text-decoration: none;
color: var(--white);
white-space: nowrap;
border: 0;
cursor:pointer;	
}

::-moz-placeholder { /* Firefox 19+ */
	color: var(--med_gray);
	opacity: 1
}

:-ms-input-placeholder { /* IE 10+ */
	color: var(--med_gray);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--med_gray);
}

.black_box {
	background-color: var(--black); 
	color: var(--white);
}

.red_box {
	background-color: var(--red); 
	color: var(--white);
}

.orange_box {
	background-color: var(--orange); 
	color: var(--white);
}

.green_box {
	background-color: var(--green); 
	color: var(--white);
}

.gray_box {
	background-color: var(--light_gray); 
	color: var(--black);
}

.gold_box {
	background-color: var(--gold); 
	color: var(--black);
}

/* Jonathan Parker added 3/28/22 */

/* .topnav { */
/*   overflow: hidden; */
/*   background-color: #1C4A7C; */
/* } */

.topnav a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
}

.active {
/*   background-color: var(--darker_gray); */
/*   color: var(--white); */
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  position: unset;
}

.dropdown .dropbtn {
    background-color: inherit;
	display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'CadGothicRegular';
    font-size: 15px;
    font-style: underline;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--white);
    cursor: pointer;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    border: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--black);
  min-width: 160px;
  text-transform: uppercase;
  z-index: 1;
  font-family: 'CadGothicRegular';
  font-size: 14px;
  max-height: 500px;
  overflow: auto;
  color: var(--white);
  line-height: normal;
}

.dropdown-content-right {
  display: none;
  position: absolute;
  background-color: var(--black);
  top: 100%;
  text-transform: uppercase;
  z-index: 1;
  font-family: 'CadGothicRegular';
  font-size: 14px;
  color: var(--white);
  line-height: normal;
  right: 0;
}

.dropdown-content-annc {
  /* display: none; */
  visibility: hidden;
  position: absolute;
  background-color: var(--white);
  top: 100%;
  text-transform: uppercase;
  z-index: 1;
  font-family: 'CadGothicRegular';
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  right: 0;
  padding: 2px;  
  border: 2px solid var(--black);
}


.dropdown-content a, .dropdown-content-right a {
  float: none;
  color: var(--white); 
  padding: 0px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: inherit;
}

.dropdown-content a:hover, .dropdown-content-right a:hover {
  background-color:var(--dark_gray);  
  color: var(--white);
}

.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content-right, .dropdown:hover {
  display: block;
}


@media screen and (max-width: 1150px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    color: var(--white);
    text-decoration: none;
    position: relative;
    padding-left: 10px;
  }
}

@media screen and (max-width: 1150px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: relative;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

 button:hover.left_nav_link {
    color: var(--white);
    background-color: var(--black);
    font-weight: bold;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  font-weight: bold;
}
.left_nav_link_active {
  display: block;
  font-size: 12pt;
  font-style: normal;
/*   background-color: var(--black); !important; */
  font-weight: bold;
/*   color: var(--white) !important; */
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--light_gray); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: black; 
}



.submit {
	position: relative;
    margin: auto;
    width: 175px;
}


